Outline

org.topcased.modeler.outline

0.6.0

This extension allows the developer of a Topcased editor to configure the editor outline behavior.

<!ELEMENT extension (createChildMenu* , filter* , sorter*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT createChildMenu EMPTY>

<!ATTLIST createChildMenu

id       CDATA #REQUIRED

name     CDATA #REQUIRED

class    CDATA #REQUIRED

editorId CDATA #IMPLIED>

This element represents a menu manager that the end user would be able to choose in a Topcased editor outline as the 'Create child' menu.



<!ELEMENT filter EMPTY>

<!ATTLIST filter

id       CDATA #REQUIRED

name     CDATA #REQUIRED

class    CDATA #REQUIRED

editorId CDATA #IMPLIED>

This element represents a filter that the end user would be able to activate or deactivate in a Topcased editor outline.



<!ELEMENT sorter EMPTY>

<!ATTLIST sorter

id       CDATA #REQUIRED

name     CDATA #REQUIRED

class    CDATA #REQUIRED

icon     CDATA #IMPLIED

editorId CDATA #IMPLIED>

This element represents a sorter that the end user would be able to activate or deactivate in a Topcased editor outline.



None

None

None