| org.eclipse.ui.internal.preferences.WorkbenchPreferenceExtensionNode org.eclipse.ui.internal.dialogs.PropertyPageNode
PropertyPageNode | public class PropertyPageNode extends WorkbenchPreferenceExtensionNode (Code) | | Property page node allows us to achieve presence in the property page dialog
without loading the page itself, thus loading the contributing plugin.
Only when the user selects the page will it be loaded.
|
Method Summary | |
public void | createPage() Creates the preference page this node stands for. | public void | disposeResources() (non-Javadoc)
Method declared on IPreferenceNode. | public Image | getLabelImage() Returns page icon, if defined. | public String | getLabelText() Returns page label as defined in the registry. |
PropertyPageNode | public PropertyPageNode(RegistryPageContributor contributor, Object element)(Code) | | Create a new instance of the receiver.
Parameters: contributor - Parameters: element - |
createPage | public void createPage()(Code) | | Creates the preference page this node stands for. If the page is null,
it will be created by loading the class. If loading fails,
empty filler page will be created instead.
|
disposeResources | public void disposeResources()(Code) | | (non-Javadoc)
Method declared on IPreferenceNode.
|
getLabelImage | public Image getLabelImage()(Code) | | Returns page icon, if defined.
|
getLabelText | public String getLabelText()(Code) | | Returns page label as defined in the registry.
|
|
|