Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.uda
Class SystemUserActionExtensionManager

java.lang.Object
  extended bycom.ibm.etools.systems.core.ui.uda.SystemUserActionExtensionManager

public class SystemUserActionExtensionManager
extends Object

This class manages reading user action extension points. Each subsystem is responsible for defining their own extension points to allow BPs and ISVs to pre-supply user actions, if desired.

Further, the extension points must all support a common set of subtags: userActionContribution, namedType and userAction.

This class is the base class for the reader for parsing these extension points.

THIS CLASS IS THE BEGINNING OF SUPPORT FOR USER ACTION EXTENSION POINTS. IT IS NOT COMPLETE YET AND NOT SUPPORTED YET.


Field Summary
static String copyright
           
 
Constructor Summary
SystemUserActionExtensionManager(String pluginID, String extensionID)
          Constructor
 
Method Summary
protected  SystemUserActionExtension createUserActionExtension(IConfigurationElement element)
          Overridable method for instantiating a new SystemUserActionExtension object
 SystemUserActionExtension[] getUserActionExtensions(String systemType)
          Return list of user-actions defined by the given extension point, for the given system type.
protected  boolean hasBeenRead()
          Return true if the extensions have been read in yet from the registry
protected  void readExtensions()
          Read list of extensions from registry
 
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

SystemUserActionExtensionManager

public SystemUserActionExtensionManager(String pluginID,
                                        String extensionID)
Constructor

Parameters:
pluginID - - the ID of the plugin which defined this extension
extensionID - - the ID of the extension
Method Detail

getUserActionExtensions

public SystemUserActionExtension[] getUserActionExtensions(String systemType)
Return list of user-actions defined by the given extension point, for the given system type.


hasBeenRead

protected boolean hasBeenRead()
Return true if the extensions have been read in yet from the registry


readExtensions

protected void readExtensions()
Read list of extensions from registry


createUserActionExtension

protected SystemUserActionExtension createUserActionExtension(IConfigurationElement element)
Overridable method for instantiating a new SystemUserActionExtension object


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.