Navigator Group

org.eclipse.wst.common.navigator.workbench.NavigatorGroup

This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

The NavigatorGroup Extension allows third parties to contribute a meta-group to the Common Navigator which collects projects with the specified nature.

<!ELEMENT extension (navigatorGroup)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT navigatorGroup EMPTY>

<!ATTLIST navigatorGroup

displayName CDATA #REQUIRED

icon        CDATA #IMPLIED

sortOrder   CDATA #IMPLIED

natureID    CDATA #IMPLIED>

Define a grouping of Projects by Nature in the Navigator.



Navigator Groups should not be referenced by any external API.