Remote Systems
v6.4.1

com.ibm.etools.systems.core
Class SystemPropertyPageExtensionManager

java.lang.Object
  extended bycom.ibm.etools.systems.core.SystemPropertyPageExtensionManager

public class SystemPropertyPageExtensionManager
extends Object

Manages remote system property page extenders.

See Also:
SystemPropertyPageExtension

Field Summary
static String copyright
           
 
Constructor Summary
protected SystemPropertyPageExtensionManager()
          Constructor.
 
Method Summary
 boolean contribute(PropertyPageManager manager, ISystemRemoteElementAdapter adapter, Object object)
          Populate a given property page manager with all the applicable remote property pages
static SystemPropertyPageExtensionManager getManager()
          Get the singleton of this manager
 SystemPropertyPageExtension[] getPropertyPageSuppliers()
          Get all the extenders of the remote properties page extension point
 boolean hasContributorsFor(ISystemRemoteElementAdapter adapter, Object element)
          Return true if there are any remote property page contributions for the given selected object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

SystemPropertyPageExtensionManager

protected SystemPropertyPageExtensionManager()
Constructor. Don't call directly.

Method Detail

getManager

public static SystemPropertyPageExtensionManager getManager()
Get the singleton of this manager


getPropertyPageSuppliers

public SystemPropertyPageExtension[] getPropertyPageSuppliers()
Get all the extenders of the remote properties page extension point


hasContributorsFor

public boolean hasContributorsFor(ISystemRemoteElementAdapter adapter,
                                  Object element)
Return true if there are any remote property page contributions for the given selected object


contribute

public boolean contribute(PropertyPageManager manager,
                          ISystemRemoteElementAdapter adapter,
                          Object object)
Populate a given property page manager with all the applicable remote property pages


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for 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.