Element Property Panes

Identifier:
com.ps.consul.eclipse.ui.ElementPropertyPanes

Since:
2.0

Description:
The property panes that modify specific Element Properties may be registered.
The pane is shown in the ElementPropertyDialog.
The specified class has to implement IElementPropertyPane.

Configuration Markup:

<!ELEMENT extension (pane)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional element property panes.



<!ELEMENT pane EMPTY>

<!ATTLIST pane

class   CDATA #REQUIRED

tabname CDATA #REQUIRED

message CDATA #IMPLIED

id      CDATA #REQUIRED>

An additional element property pane.



Examples:
<pane class="the class for the pane: IElementPropertyPane"
      itemname="the name of the tab item that is associated with the pane in the tabfolder"
      message="a message that is shown in the dialog when the pane is selected"
</pane>