Contains definition of registered Chart Designer UI Panels.

org.eclipse.birt.chart.ui.uisheets

1.0.0

This extension point defines all registered UI Panels and their associated nodes in the Chart Designer.

<!ELEMENT extension (propertySheet)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT propertySheet EMPTY>

<!ATTLIST propertySheet

nodeIndex       CDATA #IMPLIED

nodePath        CDATA #IMPLIED

classDefinition CDATA #IMPLIED>

The definition of a UI component to be added to the chart builder.



...

Please refer to the javadocs for the ISheet and ISheetListener interfaces in the org.eclipse.birt.chart.ui.swt.interfaces package.

The org.eclipse.birt.chart.ui.extension plug-in provides an example of an implementation of ISheet interface.