|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.ui.propertypages.AbstractSystemSubSystemPropertyPageCoreForm
public abstract class AbstractSystemSubSystemPropertyPageCoreForm
The form for the property page for core subsystem properties.
Field Summary | |
---|---|
protected Object |
caller
|
protected boolean |
callerInstanceOfPropertyPage
|
protected boolean |
callerInstanceOfSystemPromptDialog
|
protected boolean |
callerInstanceOfWizardPage
|
protected SystemMessage |
errorMessage
|
protected boolean |
initDone
|
protected Object |
inputElement
|
protected Label |
labelConnection
|
protected Label |
labelConnectionPrompt
|
protected Label |
labelName
|
protected Label |
labelNamePrompt
|
protected Label |
labelProfile
|
protected Label |
labelProfilePrompt
|
protected Label |
labelType
|
protected Label |
labelTypePrompt
|
protected Label |
labelVendor
|
protected Label |
labelVendorPrompt
|
protected ISystemMessageLine |
msgLine
|
protected ResourceBundle |
rb
|
protected Shell |
shell
|
protected String |
xlatedNotApplicable
|
Constructor Summary | |
---|---|
AbstractSystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine,
Object caller)
Constructor |
Method Summary | |
---|---|
Control |
createContents(Composite parent,
Object inputElement,
Shell shell)
Create the GUI contents. |
protected abstract Control |
createInner(Composite parent,
Object inputElement,
Shell shell)
|
protected void |
doInitializeFields()
Initialize values of input fields based on input |
protected abstract void |
doInitializeInnerFields()
|
Control |
getInitialFocusControl()
Return control to recieve initial focus |
protected Shell |
getShell()
Get the shell |
protected ISubSystem |
getSubSystem()
Get the input subsystem object |
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. |
void |
setPageComplete()
Inform caller of page-complete status of this form |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.rse.ui.propertypages.ISystemSubSystemPropertyPageCoreForm |
---|
performOk, verifyFormContents |
Field Detail |
---|
protected Label labelTypePrompt
protected Label labelVendorPrompt
protected Label labelNamePrompt
protected Label labelConnectionPrompt
protected Label labelProfilePrompt
protected Label labelType
protected Label labelVendor
protected Label labelName
protected Label labelConnection
protected Label labelProfile
protected SystemMessage errorMessage
protected ResourceBundle rb
protected boolean initDone
protected String xlatedNotApplicable
protected ISystemMessageLine msgLine
protected Object inputElement
protected Shell shell
protected Object caller
protected boolean callerInstanceOfWizardPage
protected boolean callerInstanceOfSystemPromptDialog
protected boolean callerInstanceOfPropertyPage
Constructor Detail |
---|
public AbstractSystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine, Object caller)
Method Detail |
---|
protected Shell getShell()
public Control createContents(Composite parent, Object inputElement, Shell shell)
createContents
in interface ISystemSubSystemPropertyPageCoreForm
public Control getInitialFocusControl()
protected ISubSystem getSubSystem()
protected void doInitializeFields()
public boolean isPageComplete()
public void setPageComplete()
protected abstract Control createInner(Composite parent, Object inputElement, Shell shell)
protected abstract void doInitializeInnerFields()
|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |