RSE
Release 1.0

org.eclipse.rse.ui.propertypages
Class SystemRemotePropertyPageNode

java.lang.Object
  extended byorg.eclipse.jface.preference.PreferenceNode
      extended byorg.eclipse.rse.ui.propertypages.SystemRemotePropertyPageNode
All Implemented Interfaces:
IPreferenceNode

public class SystemRemotePropertyPageNode
extends PreferenceNode

Our version of PropertyPageNode that does not require a RegistryPageContributor input.


Constructor Summary
SystemRemotePropertyPageNode(SystemPropertyPageExtension contributor, Object element)
          Constructor.
 
Method Summary
 void createPage()
          Creates the preference page this node stands for.
 void disposeResources()
          (non-Javadoc) Method declared on IPreferenceNode.
 Image getLabelImage()
          Returns page icon, if defined.
 String getLabelText()
          Returns page label as defined in the registry.
 
Methods inherited from class org.eclipse.jface.preference.PreferenceNode
add, findSubNode, getId, getImageDescriptor, getPage, getSubNodes, remove, remove, setPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemRemotePropertyPageNode

public SystemRemotePropertyPageNode(SystemPropertyPageExtension contributor,
                                    Object element)
Constructor.

Method Detail

createPage

public void createPage()
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()
(non-Javadoc) Method declared on IPreferenceNode.


getLabelImage

public Image getLabelImage()
Returns page icon, if defined.


getLabelText

public String getLabelText()
Returns page label as defined in the registry.


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.