Chart Objects
Identifier:
net.sourceforge.eclipsetrader.charts.objects
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (object+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT object (preferencePage+)>
<!ATTLIST object
id CDATA #REQUIRED
name CDATA #REQUIRED
class CDATA #REQUIRED>
- id - a unique name that will be used to identify this object
- name - a translatable name that will be used in the UI for this object
- class - name of the fully qualified class that implements net.sourceforge.eclipsetrader.charts.ObjectPlugin
<!ELEMENT preferencePage EMPTY>
<!ATTLIST preferencePage
title CDATA #IMPLIED
description CDATA #IMPLIED
class CDATA #REQUIRED>
- title - a translatable title that will be used in the UI for this page
- description - a translatable description that will be used in the UI for this page
- class - name of the fully qualified class that implements net.sourceforge.eclipsetrader.charts.ObjectPluginPreferencePage
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]