Package com.ibm.carma.ui.action

Class Summary
CarmaObjectActionDelegate This abstract class can be extended by clients hoping to implement an IObjectActionDelegate to act against CARMAResources or IResources which map to CARMAResources, and had that association stored through ResourceUtils.
CheckinDelegate Action issues a CheckinJob on the selected CARMAContent.
CheckoutDelegate Action issues a CheckoutJob on a selection of CARMAContent.
ConnectAction This Action is used to connect either a CARMA or a RepositoryManager object.
CreateObjectActionDelegate Base class for CARMA IActionDelegate classes which create new objects in the CARMA structure.
DeleteAction This Action is used to Delete either a CARMA or a CARMAMember object.
DisconnectAction This Action is used to disconnect selected CARMA and RepositoryManager Objects
DownloadDelegate Deprecated. Use the internal.workspace.action.ReplaceWithRemoteDelegate
ExtractDelegate Action opens an ExtractWizard to allow the user to extract selected CARMA hierarchy content to a new IProject.
LockDelegate Action issues a LockJob on a selection of CARMAContent.
NewCarmaConnectionAction This Action launches the CarmaConnectionWizardSelectionWizard if there are more than 1 Registered CARMA Connection Wizards.
NewContainerDelegate Action which opens a CARMANewContainerWizard.
NewMemberDelegate Action which opens a CARMANewMemberWizard.
NewViewAction Action which will open a wizard to allow the user to add a new filter to the CARMA hierarchy.
OpenAction This Action is used to edit selected CARMAMember Objects.
OpenWithActionMenu Action which contributes a menu displaying the available editors for the given CARMA member selection.
RefreshAction This Action is used to refresh selected CARMA, RepositoryManager, and ResourceContainer Objects.
RefreshFieldsDisplayAction This Action is used to refresh selected CARMA, RepositoryManager, and ResourceContainer Objects.
RefreshItemInfoAction Action which will submit a job to refresh the member info for the selected CARMA resources.
UnlockDelegate Action to issue a UnlockJob based on the current selection of CARMA Content.
UpdateViewDelegate Action which opens a wizard allowing the user to update the selected CARMA filter.
UploadDelegate Action to execute a CARMA member upload based on a selected IFile.
 

Annotation Types Summary
CarmaObjectActionDelegate.CarmaAction Indicates the Carma action which the IObjectActionDelegate references.