| org.eclipse.ui.internal.preferences.WorkbenchPreferenceExtensionNode
All known Subclasses: org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode, org.eclipse.ui.internal.dialogs.PropertyPageNode,
WorkbenchPreferenceExtensionNode | abstract public class WorkbenchPreferenceExtensionNode extends PreferenceNode implements IPluginContribution(Code) | | The WorkbenchPreferenceExtensionNode is the abstract class for all property
and page nodes in the workbench.
since: 3.1 |
WorkbenchPreferenceExtensionNode | public WorkbenchPreferenceExtensionNode(String id, IConfigurationElement configurationElement)(Code) | | Create a new instance of the reciever.
Parameters: id - Parameters: configurationElement - |
clearKeywords | public void clearKeywords()(Code) | | Clear the keyword cache, if any.
|
disposeResources | public void disposeResources()(Code) | | |
getConfigurationElement | public IConfigurationElement getConfigurationElement()(Code) | | Return the configuration element.
the configuration element |
getImageDescriptor | public ImageDescriptor getImageDescriptor()(Code) | | Returns the image descriptor for this node.
the image descriptor |
getKeywordLabels | public Collection getKeywordLabels()(Code) | | Get the labels of all of the keywords of the receiver.
Collection of String . Never null . |
getKeywordReferences | public Collection getKeywordReferences()(Code) | | Get the ids of the keywords the receiver is bound to.
Collection of String . Never null . |
getLabelImage | public Image getLabelImage()(Code) | | |
|
|