Remote Systems
v6.4.1

com.ibm.etools.systems.files.ui.actions
Class SystemNewFolderAction

java.lang.Object
  extended byAction
      extended bycom.ibm.etools.systems.core.ui.actions.SystemBaseAction
          extended bycom.ibm.etools.systems.core.ui.actions.SystemBaseDialogAction
              extended bycom.ibm.etools.systems.core.ui.actions.SystemBaseWizardAction
                  extended bycom.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

Field Summary
static String Copyright
           
 
Fields inherited from class com.ibm.etools.systems.core.ui.actions.SystemBaseWizardAction
copyright
 
Fields inherited from class com.ibm.etools.systems.core.ui.actions.SystemBaseDialogAction
cancelled, dlgHelpId, needsProgressMonitor, needsProgressMonitorSet, processAll, value
 
Fields inherited from class com.ibm.etools.systems.core.ui.actions.SystemBaseAction
allowOnMultipleSelection, arrowCursor, helpId, selectionSensitive, shell, sSelection, traceSelections, traceTarget, viewer, waitCursor
 
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.SystemBaseWizardAction
createDialog, getDialogValue, getWizardPageTitle, postProcessWizard, setMinimumPageSize, setWizardImage, setWizardPageTitle, setWizardTitle, wasCancelled
 
Methods inherited from class com.ibm.etools.systems.core.ui.actions.SystemBaseDialogAction
getDialogHelpContextId, getNeedsProgressMonitor, getProcessAllSelections, getValue, run, setDialogHelp, setNeedsProgressMonitor, setProcessAllSelections, setValue, wasNeedsProgressMonitorSet
 
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.ISystemDialogAction
getValue, setProcessAllSelections, setValue
 
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
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

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

Method Detail

createWizard

protected IWizard createWizard()
Override of parent to create the wizard

Specified by:
createWizard in class SystemBaseWizardAction

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.