Remote Systems
v6.4.1

Package com.ibm.etools.systems.core.ui.uda

Interface Summary
ISystemUDAConstants  
ISystemUDAEditPaneHoster The interface that must be implemented for any dialog or property page that wants to host a user action edit pane.
ISystemUDSelectTypeListener  
ISystemUDTreeView  
ISystemUDTypeEditPaneTypesSelector  
ISystemUDWorkWithDialog A common interface that the action, and types, edit panes for user actions implement.
ISystemXMLElementWrapperFactory  
 

Class Summary
SystemPromptUDADialog Dialog used when running a user action, which has the prompt option specified
SystemUDACascadeAction A cascading menu action for "User actions->"
SystemUDACascadeByProfileAction A cascading submenu action for "User Actions->".
SystemUDActionEditPane This is the default edit pane shown on the right, when an action is selected on the left.
SystemUDActionElement Represents a single user defined action, as an adaptable eclipse-friendly object
SystemUDActionManager Instances of this class hold the UDA definitions unique to: The SystemProfile - according to the subsystem The SubSystem type - according to the subclassed SystemUDActionSubsystem Instances of this class will be linked to a SubSystem instance Eventually, would hope to create a factory method for this class which will return existing instances common to the subsystems of different connections within the same profile.
SystemUDActionSubsystem Provide the interface to customize and implement the user-defined actions support for the subsystems which implement it.
SystemUDActionTreeView In the Work With User Defined Actions dialog, this is the tree view for showing the existing actions.
SystemUDAFileTypesForName  
SystemUDAResolvedTypes  
SystemUDARestoreDefaultsActions The action is used within the Work With User Actions dialog, in the context menu of the selected user-defined action.
SystemUDAsBaseAction Base action for user-defined actions, shown in the "User actions->" menu.
SystemUDASubstVarListCommon  
SystemUDBaseManager Instances of this class hold the UDA definitions unique to The SystemProfile - according to the subsystem the SubSystem type - according to the SubSystemFactory Instances of this class will be linked to a SubSystem instance Eventually, would hope to create a factory method for this class which will return existing instances common to the subsystems of different connections within the same profile.
SystemUDBaseTreeView Base class for tree views for both actions and types.
SystemUDBaseTreeViewLabelProvider Label provider for our user actions and named types tree views
SystemUDSelectTypesForm This is a subclassable and configurable encapsulation of a composite that allows users to select file types from a master list, as well as edit that master list.
SystemUDSimpleTypesListEditor Default implementation of ISystemUDTypeEditPaneTypesSelector, which is simply a labeled text field.
SystemUDTreeActionCopy The action allows users to copy the currently selected user action or type to the clipboard
SystemUDTreeActionDelete The action allows users to delete the currently selected user action or type
SystemUDTreeActionMoveDown The action allows users to move the currently selected user action or type down in the list
SystemUDTreeActionMoveUp The action allows users to move the currently selected user action or type up in the list
SystemUDTreeActionPaste The action allows users to paste a user action or type from the clipboard
SystemUDTreeViewNewItem This represent a tree-node for "New" items
SystemUDTypeEditPane This is the eidt pane on the right, when a named type is selected on the left (or "New" is selected).
SystemUDTypeElement Wraps a "Type" XML tag
SystemUDTypeManager Instances of this class hold the UDA Type definitions unique to the SubSystem type - according to the SubSystemFactory Note that unlike user actions, types are not scoped by profile.
SystemUDTypeTreeView In the Work With User Defined File Types dialog, this is the tree view for showing the existing types.
SystemUserActionExtension This class represents a user action read from a user action extension point THIS CLASS IS THE BEGINNING OF SUPPORT FOR USER ACTION EXTENSION POINTS.
SystemUserActionExtensionManager This class manages reading user action extension points.
SystemWorkWithUDAsDialog A dialog that allows the user to manipulate their user defined actions for a given subsystem factory.
SystemWorkWithUDTypeDialog A dialog that allows the user to manipulate their user defined actions for a given subsystem factory.
SystemXMLElementWrapper This is a base class for classes that wrapper xml elements.
 


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.