|
RSE Release 3.2 |
|||||||||
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.SystemNewProfileWizardMainPage
public class SystemNewProfileWizardMainPage
Default main page of the "New Profile" wizard. This page asks for the following information:
Field Summary | |
---|---|
protected ISystemValidator |
nameValidator
|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
SystemNewProfileWizardMainPage(Wizard wizard)
Constructor. |
Method Summary | |
---|---|
Control |
createContents(Composite parent)
CreateContents is the one method that must be overridden from the parent class. |
protected Control |
getInitialFocusControl()
Return the Control to be given initial focus. |
Object |
getLayoutData()
|
boolean |
getMakeActive()
Return user-entered decision to make the new profile active. |
String |
getProfileName()
Return user-entered profile name. |
boolean |
isPageComplete()
Return true if the page is complete, so to enable Finish. |
boolean |
performFinish()
Completes processing of the wizard. |
void |
setLayoutData(Object gridData)
|
protected SystemMessage |
validateNameInput()
This hook method is called whenever the text changes in the input field. |
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.rse.ui.messages.ISystemMessageLine |
---|
clearErrorMessage, clearMessage, getErrorMessage, getMessage, getSystemErrorMessage, setErrorMessage, setErrorMessage, setErrorMessage, setMessage, setMessage |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp |
Field Detail |
---|
protected ISystemValidator nameValidator
Constructor Detail |
---|
public SystemNewProfileWizardMainPage(Wizard wizard)
Method Detail |
---|
public Control createContents(Composite parent)
createContents
in class AbstractSystemWizardPage
SystemWidgetHelpers
protected Control getInitialFocusControl()
getInitialFocusControl
in class AbstractSystemWizardPage
protected SystemMessage validateNameInput()
ISystemValidator
object.
If the ISystemValidator
reports an error the error message is displayed
in the Dialog's message line.
public boolean performFinish()
performFinish
in interface ISystemWizardPage
performFinish
in class AbstractSystemWizardPage
public String getProfileName()
public boolean getMakeActive()
public Object getLayoutData()
public void setLayoutData(Object gridData)
public boolean isPageComplete()
isPageComplete
in interface IWizardPage
isPageComplete
in class WizardPage
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |