RSE
Release 1.0

org.eclipse.rse.core
Class SystemPropertyPageExtensionManager

java.lang.Object
  extended byorg.eclipse.rse.core.SystemPropertyPageExtensionManager

public class SystemPropertyPageExtensionManager
extends Object

Manages remote system property page extenders.

See Also:
SystemPropertyPageExtension

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
 

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


RSE
Release 1.0

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