Navigator Group
Identifier:
org.eclipse.wst.common.navigator.workbench.NavigatorGroup
Since:
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.
Description:
The NavigatorGroup Extension allows third parties to contribute a meta-group to the Common Navigator which collects projects with the specified nature.
Configuration Markup:
<!ELEMENT extension (navigatorGroup)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- point - a fully qualified identifier of the target extension point
- id - an optional identifier of the extension instance
- name - an optional name of the extension instance
<!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.
- displayName - The name to display in the Navigator Group.
- icon - The icon to display for the Navigator Group
- sortOrder - The order that the item should appear in the list, 0 is the highest (top of the list)
- natureID - The nature ID of the projects that should be collected under the defined Navigator Group. Projects will be collected based on the first Nature in their list that matches one of the defined groups.
API Information:
Navigator Groups should not be referenced by any external API.
Copyright (c) 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html