Community
Participate
Working Groups
private int priority = Priority.NORMAL_PRIORITY_VALUE;
private String appearsBeforeId;
private Expression enablement;
private Expression possibleChildren;
}
/**
* FIXME this should be exposed through the API, but it went in after the API freeze.
*
* @return The value specified by the <i>appearsBefore</i> attribute of the
* <navigatorContent/> element.
*/
public String getAppearsBeforeId() {
return appearsBeforeId;
* Parses the configuration element.
* @throws WorkbenchException
providesSaveables = (providesSaveablesString != null && providesSaveablesString
.length() > 0) ? Boolean.valueOf(providesSaveablesString)
.booleanValue() : false;
appearsBeforeId = configElement.getAttribute(ATT_APPEARS_BEFORE);
if (priorityString != null) {
try {
</restriction>
</simpleType>
</attribute>
<attribute name="appearsBefore" type="string">
<annotation>
<documentation>
Specifies the ID of the navigator content that this navigator content appears before. This navigator content will be processed before the specified navigator content is processed.
</documentation>
<appInfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.ui.navigator.navigatorContent/@id"/>
</appInfo>
</annotation>
<attribute name="contentProvider" type="string">