|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizard
com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard
com.ibm.etools.systems.files.importexport.files.RemoteExportWizard
Standard workbench wizard for exporting resources from the workspace to the local file system.
This class may be instantiated and used without further configuration; this class is not intended to be subclassed.
Example:
IWizard wizard = new RemoteExportWizard(); wizard.init(workbench, selection); WizardDialog dialog = new WizardDialog(shell, wizard); dialog.open();During the call to
open
, the wizard dialog is presented to the
user. When the user hits Finish, the user-selected workspace resources
are exported to the user-specified location in the local file system,
the dialog closes, and the call to open
returns.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from class com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard |
---|
cancelled, copyright, finishPressed, helpId, input, minPageHeight, minPageWidth, output, owningDialog, pageTitle, viewer |
Constructor Summary | |
---|---|
RemoteExportWizard()
Creates a wizard for exporting workspace resources to the local file system. |
Method Summary | |
---|---|
void |
addPages()
Creates the wizard pages. |
RemoteFileExportData |
getExportData()
|
boolean |
getInitializeFromExportData()
|
void |
init(IWorkbench workbench,
IStructuredSelection currentSelection)
Required by INewWizard interface. |
boolean |
performFinish()
Method declared on IWizard. |
protected void |
setInitializeFromExportData(boolean init)
|
Methods inherited from class com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard |
---|
addPage, getCurrentTreeView, getHelpContextId, getInputObject, getMinimumPageHeight, getMinimumPageWidth, getOutputObject, getSystemWizardDialog, getViewer, getWizardPageTitle, performCancel, publicConvertHeightInCharsToPixels, publicConvertWidthInCharsToPixels, setBusyCursor, setHelp, setInputObject, setMinimumPageSize, setOutputObject, setPageError, setSystemWizardDialog, setViewer, setWasCancelled, setWizardImage, setWizardPageTitle, setWizardTitle, updateSize, wasCancelled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public RemoteExportWizard()
Method Detail |
public void addPages()
AbstractSystemWizard
addPages
in class AbstractSystemWizard
public void init(IWorkbench workbench, IStructuredSelection currentSelection)
AbstractSystemWizard
init
in class AbstractSystemWizard
protected void setInitializeFromExportData(boolean init)
public boolean getInitializeFromExportData()
public RemoteFileExportData getExportData()
public boolean performFinish()
performFinish
in class AbstractSystemWizard
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |