com.ibm.etools.systems.files.ui.actions
Class SystemNewFolderAction
java.lang.Object
Action
com.ibm.etools.systems.core.ui.actions.SystemBaseAction
com.ibm.etools.systems.core.ui.actions.SystemBaseDialogAction
com.ibm.etools.systems.core.ui.actions.SystemBaseWizardAction
com.ibm.etools.systems.files.ui.actions.SystemNewFolderAction
- All Implemented Interfaces:
- ISystemAction, ISystemDialogAction, ISystemWizardAction
- public class SystemNewFolderAction
- extends SystemBaseWizardAction
An action for prompting the user with a wizard, for creating a new folder
- See Also:
- Serialized Form
Constructor Summary |
SystemNewFolderAction(Shell parent)
Constructor when you want to use the default label, tooltip and image |
SystemNewFolderAction(String text,
String tooltip,
ImageDescriptor image,
Shell parent)
Constructor when you want to supply your own label, tooltip and image |
Method Summary |
protected IWizard |
createWizard()
Override of parent to create the wizard |
Methods inherited from class com.ibm.etools.systems.core.ui.actions.SystemBaseAction |
allowOnMultipleSelection, checkObjectType, getAdapter, getContextMenuGroup, getCurrentTreeView, getDescription, getFirstSelection, getHelpContextId, getLabel, getNextSelection, getRemoteAdapter, getSelection, getSelectionProvider, getShell, getShell, getString, getStringOrNull, getSystemConnection, getToolTip, getViewer, isDummy, isEnabled, isSelectionSensitive, issueTraceMessage, selectionChanged, setAvailableOffline, setBusyCursor, setContextMenuGroup, setDisplayCursor, setDisplayCursor, setHelp, setInputs, setSelection, setSelectionProvider, setSelectionSensitive, setShell, setSystemConnection, setTracing, setTracing, setViewer, updateSelection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.etools.systems.core.ui.actions.ISystemAction |
allowOnMultipleSelection, getContextMenuGroup, getHelpContextId, getSelection, getShell, getViewer, isDummy, isSelectionSensitive, setContextMenuGroup, setHelp, setInputs, setSelection, setSelectionSensitive, setShell, setViewer |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
SystemNewFolderAction
public SystemNewFolderAction(Shell parent)
- Constructor when you want to use the default label, tooltip and image
SystemNewFolderAction
public SystemNewFolderAction(String text,
String tooltip,
ImageDescriptor image,
Shell parent)
- Constructor when you want to supply your own label, tooltip and image
createWizard
protected IWizard createWizard()
- Override of parent to create the wizard
- Specified by:
createWizard
in class SystemBaseWizardAction
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.