|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemWizard
Suggested interface for wizards launchable via remote system explorer.
Method Summary | |
---|---|
String |
getHelpContextId()
Return the help Id as set in setHelp(String) |
int |
getMinimumPageHeight()
|
int |
getMinimumPageWidth()
|
SystemWizardDialog |
getSystemWizardDialog()
Return the result of setSystemWizardDialog |
Viewer |
getViewer()
Get the Viewer that called this wizard. |
String |
getWizardPageTitle()
Return the page title as set via setWizardPageTitle |
void |
setHelp(String id)
Set the help context Id (infoPop) for this wizard. |
void |
setMinimumPageSize(int width,
int height)
Get current selection of viewer, at time wizard launched, as set by setSelection(IStructuredSelection selection) |
void |
setSystemWizardDialog(SystemWizardDialog dlg)
Called from SystemWizardDialog when it is used as the hosting dialog |
void |
setViewer(Viewer v)
Set the Viewer that called this wizard. |
void |
setWizardPageTitle(String pageTitle)
Set the wizard page title. |
void |
updateSize()
Exposes this nice new 2.0 capability to the public. |
Methods inherited from interface org.eclipse.ui.IWorkbenchWizard |
---|
init |
Methods inherited from interface org.eclipse.jface.wizard.IWizard |
---|
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer |
Methods inherited from interface org.eclipse.rse.ui.dialogs.ISystemPromptDialog |
---|
getInputObject, getOutputObject, publicConvertHeightInCharsToPixels, publicConvertWidthInCharsToPixels, setInputObject, setOutputObject, wasCancelled |
Method Detail |
---|
void setMinimumPageSize(int width, int height)
int getMinimumPageWidth()
int getMinimumPageHeight()
void setHelp(String id)
Same as #setHelp(String)
#getHelpContextId()
String getHelpContextId()
void setViewer(Viewer v)
Viewer getViewer()
void setWizardPageTitle(String pageTitle)
This is not used by default, but can be queried via getPageTitle() when constructing pages.
String getWizardPageTitle()
void setSystemWizardDialog(SystemWizardDialog dlg)
SystemWizardDialog getSystemWizardDialog()
void updateSize()
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |