Remote Systems
v6.4.1

com.ibm.etools.systems.files.importexport.files
Class OpenRemoteFileExportWizardActionDelegate

java.lang.Object
  extended bycom.ibm.etools.systems.files.importexport.files.RemoteFileImportExportActionDelegate
      extended bycom.ibm.etools.systems.files.importexport.files.OpenRemoteFileExportWizardActionDelegate

public class OpenRemoteFileExportWizardActionDelegate
extends com.ibm.etools.systems.files.importexport.files.RemoteFileImportExportActionDelegate

Opens the remote file system export wizard.


Field Summary
protected  IStructuredSelection fSelection
           
 
Constructor Summary
OpenRemoteFileExportWizardActionDelegate()
           
 
Method Summary
protected  IFile getDescriptionFile(IStructuredSelection selection)
          Returns the description file for the first description file in the selection.
protected  IFile[] getDescriptionFiles(IStructuredSelection selection)
          Returns a description file for each description file in the selection.
protected  IStructuredSelection getSelection()
          Returns the selection.
protected  Shell getShell()
          Returns the active shell.
protected  IWorkbench getWorkbench()
          Returns the workbench.
 void run(IAction action)
          Opens the remote file system export wizard.
 void selectionChanged(IAction action, ISelection selection)
          Sets the selection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fSelection

protected IStructuredSelection fSelection
Constructor Detail

OpenRemoteFileExportWizardActionDelegate

public OpenRemoteFileExportWizardActionDelegate()
Method Detail

run

public void run(IAction action)
Opens the remote file system export wizard.

See Also:
IActionDelegate

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)
Sets the selection. The selection is only set if given a structured selection, otherwise it is set to an empty structured selection.

See Also:
IActionDelegate

getDescriptionFile

protected IFile getDescriptionFile(IStructuredSelection selection)
Returns the description file for the first description file in the selection. Use this method if this action allows only a single file selection.

Returns:
the single description file.

getDescriptionFiles

protected IFile[] getDescriptionFiles(IStructuredSelection selection)
Returns a description file for each description file in the selection. Use this method if this action allows multiple selection.

Returns:
an array of description files.

getWorkbench

protected IWorkbench getWorkbench()
Returns the workbench.

Returns:
the workbench.

getShell

protected Shell getShell()
Returns the active shell.

Returns:
the active shell.

getSelection

protected IStructuredSelection getSelection()
Returns the selection.

Returns:
the selection.

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.