|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object AbstractSystemWizardPage com.ibm.etools.iseries.edit.wizards.RPGDSpecDataStructurePage
public class RPGDSpecDataStructurePage
Field Summary | |
---|---|
protected boolean |
aligned
|
protected boolean |
based
|
protected Button |
dads
|
protected boolean |
dim
|
protected RPGDataStructureDSpec |
dspec
|
protected boolean |
isCurProc
|
protected RPGDSpecDSKeywordsPane |
keywordPane
|
protected RPGDSpecDSKeywords |
kwds
|
protected RPGKeywordTextEntry |
lenEntry
|
protected ValidatorIntegerRangeInput |
lenVld
|
protected boolean |
nameForced
|
protected Button |
psds
|
protected DSpecCreationWizard |
wizard
|
Constructor Summary | |
---|---|
RPGDSpecDataStructurePage(DSpecCreationWizard wizard,
String pageID,
String titleKey,
String descriptionKey,
String helpID)
Creates the page for the dspec creation wizard. |
Method Summary | |
---|---|
void |
clearErrorMessage(RPGDSpecDSKeywordsPane pane)
|
Control |
createContents(Composite parent)
(non-Javadoc) Method declared on IDialogPage. |
protected void |
createLengthEntry(Composite cmp)
|
boolean |
finish()
Creates a new file resource as requested by the user. |
protected void |
generateDSpec()
|
boolean |
getDim()
retireves the DIM setting |
protected Control |
getInitialFocusControl()
|
RPGDSpecDSKeywordsPane |
getKeywordPane()
retrieve the keyword pane |
IWizardPage |
getNextPage()
|
Object |
getOutputObject()
|
IWizardPage |
getPreviousPage()
|
protected RPGDSpecDataStructureSubfieldPage |
getSubfieldPage()
|
void |
handleEvent(Event e)
(non-Javadoc) Method declared on WizardNewFileCreationPage. |
protected void |
initDSpec()
|
boolean |
isNameForced()
|
boolean |
isSelected(Button btn)
|
boolean |
performFinish()
|
void |
setAligned(boolean aligned)
|
void |
setBased(boolean base)
|
void |
setCurrentProcedure(boolean isCurProc)
|
void |
setDim(boolean dim)
|
void |
setInputObject(Object inputObject)
|
void |
setNameForced(boolean b)
|
protected void |
setOptionsTooltip()
|
void |
validateInput(Object object,
boolean b)
|
void |
widgetDefaultSelected(SelectionEvent e)
|
void |
widgetSelected(SelectionEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DSpecCreationWizard wizard
protected RPGDSpecDSKeywordsPane keywordPane
protected RPGKeywordTextEntry lenEntry
protected ValidatorIntegerRangeInput lenVld
protected Button psds
protected Button dads
protected boolean based
protected boolean nameForced
protected boolean dim
protected boolean aligned
protected boolean isCurProc
protected RPGDSpecDSKeywords kwds
protected RPGDataStructureDSpec dspec
Constructor Detail |
---|
public RPGDSpecDataStructurePage(DSpecCreationWizard wizard, String pageID, String titleKey, String descriptionKey, String helpID)
workbench
- the workbench on which the page should be createdselection
- the current selectionMethod Detail |
---|
public Control createContents(Composite parent)
protected void setOptionsTooltip()
protected void createLengthEntry(Composite cmp)
public boolean finish()
ReadmeCreationWizard#performFinish()
public void handleEvent(Event e)
public void widgetDefaultSelected(SelectionEvent e)
public void widgetSelected(SelectionEvent e)
protected Control getInitialFocusControl()
public boolean performFinish()
public Object getOutputObject()
protected void generateDSpec()
protected void initDSpec()
public void setInputObject(Object inputObject)
public IWizardPage getNextPage()
protected RPGDSpecDataStructureSubfieldPage getSubfieldPage()
public void validateInput(Object object, boolean b)
object
- b
- public boolean isSelected(Button btn)
public void setBased(boolean base)
base
- public boolean isNameForced()
public void setNameForced(boolean b)
b
- public IWizardPage getPreviousPage()
public void setDim(boolean dim)
dim
- public boolean getDim()
public void clearErrorMessage(RPGDSpecDSKeywordsPane pane)
pane
- public void setAligned(boolean aligned)
aligned
- public void setCurrentProcedure(boolean isCurProc)
isCurProc
- public RPGDSpecDSKeywordsPane getKeywordPane()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |