|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Suggested interface for wizards launchable via remote system explorer.
Field Summary | |
---|---|
static String |
copyright
|
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 com.ibm.etools.systems.core.ui.dialogs.ISystemPromptDialog |
---|
getInputObject, getOutputObject, publicConvertHeightInCharsToPixels, publicConvertWidthInCharsToPixels, setInputObject, wasCancelled |
Field Detail |
public static final String copyright
Method Detail |
public void setMinimumPageSize(int width, int height)
public int getMinimumPageWidth()
public int getMinimumPageHeight()
public void setHelp(String id)
Same as #setHelp(String)
#getHelpContextId()
public String getHelpContextId()
public void setViewer(Viewer v)
public Viewer getViewer()
public void setWizardPageTitle(String pageTitle)
This is not used by default, but can be queried via getPageTitle() when constructing pages.
public String getWizardPageTitle()
public void setSystemWizardDialog(SystemWizardDialog dlg)
public SystemWizardDialog getSystemWizardDialog()
public void updateSize()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |