|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.rse.ui.wizards.AbstractSystemWizardPage
org.eclipse.rse.ui.wizards.AbstractSystemNewConnectionWizardPage
org.eclipse.rse.ui.wizards.SystemSubSystemsPropertiesWizardPage
SubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration, IWizard)
instead. See also Eclipse Bugzilla bug 197129.
public class SystemSubSystemsPropertiesWizardPage
Wizard page that display the property pages for a given subsystem in the connection
| Field Summary |
|---|
| Fields inherited from class org.eclipse.rse.ui.wizards.AbstractSystemNewConnectionWizardPage |
|---|
parentFactory |
| Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
|---|
ERROR, INFORMATION, NONE, WARNING |
| Constructor Summary | |
|---|---|
SystemSubSystemsPropertiesWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
List propertyPages)
Deprecated. Constructor |
|
| Method Summary | |
|---|---|
protected void |
addVerifyListener()
Deprecated. |
boolean |
applyValues(ISubSystem ss)
Deprecated. |
Control |
createContents(Composite parent)
Deprecated. Abstract method. |
protected Control |
getInitialFocusControl()
Deprecated. Abstract method. |
void |
handleVerifyComplete()
Deprecated. The callback method. |
protected void |
hostNameUpdated(String hostName)
Deprecated. |
boolean |
isPageComplete()
Deprecated. Return true if the page is complete, so to enable Finish. |
boolean |
performFinish()
Deprecated. Abstract method. |
| Methods inherited from class org.eclipse.rse.ui.wizards.AbstractSystemNewConnectionWizardPage |
|---|
getMainPage, getMainPageForm, getNewConnectionWizard, getSubSystemConfiguration |
| Methods inherited from class org.eclipse.rse.ui.wizards.AbstractSystemWizardPage |
|---|
addFillerLine, addGrowableFillerLine, addSeparatorLine, applyMnemonics, clearErrorMessage, clearMessage, createControl, dispose, getHelpContextId, getInputObject, getMessageLine, getSystemErrorMessage, setErrorMessage, setErrorMessage, setErrorMessage, setFocus, setHelp, setInputObject, setMessage, setMessage, setMessage, setVisible |
| Methods inherited from class org.eclipse.jface.wizard.WizardPage |
|---|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, setDescription, setImageDescriptor, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
|---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.jface.wizard.IWizardPage |
|---|
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, setPreviousPage, setWizard |
| Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
|---|
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
| Methods inherited from interface org.eclipse.rse.ui.messages.ISystemMessageLine |
|---|
getErrorMessage, getMessage |
| Constructor Detail |
|---|
public SystemSubSystemsPropertiesWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
List propertyPages)
| Method Detail |
|---|
protected Control getInitialFocusControl()
AbstractSystemWizardPageChild classes must override this, but can return null.
getInitialFocusControl in class AbstractSystemNewConnectionWizardPageAbstractSystemWizardPage.getInitialFocusControl()protected void hostNameUpdated(String hostName)
public Control createContents(Composite parent)
AbstractSystemWizardPage
You may find it useful to use the static methods in SystemWidgetHelpers.
If you do keystroke validation, you should call AbstractSystemWizardPage.setErrorMessage(SystemMessage) if you detect errors, and also
WizardPage.setPageComplete(boolean) to affect the enablement of the next and finish buttons.
createContents in class AbstractSystemNewConnectionWizardPageAbstractSystemWizardPage.createContents(Composite)public boolean performFinish()
AbstractSystemWizardPageCalled by the main wizard when the user presses Finish. The operation will be canceled if this method returns false for any page.
performFinish in interface ISystemNewConnectionWizardPageperformFinish in interface ISystemWizardPageperformFinish in class AbstractSystemNewConnectionWizardPageISystemWizardPage.performFinish()public boolean applyValues(ISubSystem ss)
applyValues in interface ISubSystemPropertiesWizardPagepublic boolean isPageComplete()
isPageComplete in interface IWizardPageisPageComplete in interface ISystemNewConnectionWizardPageisPageComplete in class WizardPageprotected void addVerifyListener()
public void handleVerifyComplete()
ISystemVerifyListener
handleVerifyComplete in interface ISystemVerifyListener
|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||