|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.ui.propertypages.AbstractSystemSubSystemPropertyPageCoreForm
org.eclipse.rse.ui.propertypages.SystemSubSystemPropertyPageCoreForm
public class SystemSubSystemPropertyPageCoreForm
The form for the property page for core subsystem properties.
Field Summary | |
---|---|
protected Label |
labelUserId
|
protected Label |
labelUserIdPrompt
|
protected boolean |
portApplicable
|
protected boolean |
portEditable
|
protected SystemPortPrompt |
portPrompt
|
protected ISystemValidator |
portValidator
|
protected InheritableEntryField |
textUserId
|
protected boolean |
userIdApplicable
|
protected ISystemValidator |
userIdValidator
|
Fields inherited from class org.eclipse.rse.ui.propertypages.AbstractSystemSubSystemPropertyPageCoreForm |
---|
caller, callerInstanceOfPropertyPage, callerInstanceOfSystemPromptDialog, callerInstanceOfWizardPage, errorMessage, initDone, inputElement, labelConnection, labelConnectionPrompt, labelName, labelNamePrompt, labelProfile, labelProfilePrompt, labelType, labelTypePrompt, labelVendor, labelVendorPrompt, msgLine, rb, shell, xlatedNotApplicable |
Constructor Summary | |
---|---|
SystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine,
Object caller)
Constructor |
Method Summary | |
---|---|
Control |
createInner(Composite composite_prompts,
Object inputElement,
Shell shell)
Create the GUI contents. |
protected void |
doInitializeFields()
Initialize values of input fields based on input |
void |
doInitializeInnerFields()
|
Control |
getInitialFocusControl()
Return control to recieve initial focus |
protected String |
getUserId()
Return user-entered User Id. |
boolean |
isPageComplete()
This method can be called by the dialog or wizard page host, to decide whether to enable or disable the next, final or ok buttons. |
protected boolean |
isPortEditable()
Return true if the port is editable for this subsystem |
protected boolean |
isUserIdApplicable()
Return true if the userId is applicable for this subsystem |
boolean |
performOk()
Called by caller when user presses OK |
void |
setPageComplete()
Inform caller of page-complete status of this form |
protected SystemMessage |
validateUserIdInput()
Validate user id value per keystroke |
boolean |
verifyFormContents()
Validate all the widgets on the form |
Methods inherited from class org.eclipse.rse.ui.propertypages.AbstractSystemSubSystemPropertyPageCoreForm |
---|
createContents, getShell, getSubSystem |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SystemPortPrompt portPrompt
protected Label labelUserId
protected Label labelUserIdPrompt
protected InheritableEntryField textUserId
protected boolean portEditable
protected boolean portApplicable
protected boolean userIdApplicable
protected ISystemValidator portValidator
protected ISystemValidator userIdValidator
Constructor Detail |
---|
public SystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine, Object caller)
Method Detail |
---|
public Control createInner(Composite composite_prompts, Object inputElement, Shell shell)
createInner
in class AbstractSystemSubSystemPropertyPageCoreForm
public Control getInitialFocusControl()
getInitialFocusControl
in class AbstractSystemSubSystemPropertyPageCoreForm
protected boolean isPortEditable()
protected boolean isUserIdApplicable()
protected void doInitializeFields()
doInitializeFields
in class AbstractSystemSubSystemPropertyPageCoreForm
public void doInitializeInnerFields()
doInitializeInnerFields
in class AbstractSystemSubSystemPropertyPageCoreForm
protected SystemMessage validateUserIdInput()
protected String getUserId()
public boolean isPageComplete()
isPageComplete
in class AbstractSystemSubSystemPropertyPageCoreForm
public void setPageComplete()
setPageComplete
in class AbstractSystemSubSystemPropertyPageCoreForm
public boolean verifyFormContents()
public boolean performOk()
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |