|
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.RPGDSpecDataStructureSubfieldPage
public class RPGDSpecDataStructureSubfieldPage
Field Summary | |
---|---|
protected RPGDSpecSubFieldForm |
fieldForm
|
protected Vector |
subfields
|
protected int |
type
|
protected DSpecCreationWizard |
wizard
|
Constructor Summary | |
---|---|
RPGDSpecDataStructureSubfieldPage(DSpecCreationWizard wizard,
String pageID,
String titleKey,
String descriptionKey,
String helpID)
Creates the page for the dspec creation wizard. |
Method Summary | |
---|---|
Control |
createContents(Composite parent)
(non-Javadoc) Method declared on IDialogPage. |
boolean |
finish()
Creates a new file resource as requested by the user. |
protected String |
getDSName()
|
RPGDSpecSubFieldForm |
getFieldForm()
|
protected Control |
getInitialFocusControl()
|
IWizardPage |
getNextPage()
|
Object |
getOutputObject()
|
Vector |
getSubfields()
|
int |
getType()
|
void |
handleEvent(Event e)
(non-Javadoc) Method declared on WizardNewFileCreationPage. |
boolean |
isBase()
|
boolean |
isDads()
|
boolean |
isPsds()
|
boolean |
performFinish()
|
void |
setAligned(boolean aligned)
|
void |
setBase(boolean b)
|
void |
setCurrentPosition(int currentPosition)
|
void |
setCurrentProcedure(boolean isCurProc)
|
void |
setDads(boolean b)
|
void |
setDim(boolean dim)
|
void |
setDsName(String name)
|
void |
setFieldForm(RPGDSpecSubFieldForm form)
|
protected void |
setFormExternal()
|
void |
setInputObject(Object inputObject)
|
void |
setPsds(boolean b)
|
void |
setSubfields(Vector vector)
|
void |
setType(int i)
|
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 RPGDSpecSubFieldForm fieldForm
protected Vector subfields
protected int type
Constructor Detail |
---|
public RPGDSpecDataStructureSubfieldPage(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)
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()
public void setInputObject(Object inputObject)
public IWizardPage getNextPage()
public void validateInput(Object object, boolean b)
object
- b
- public RPGDSpecSubFieldForm getFieldForm()
public Vector getSubfields()
public void setFieldForm(RPGDSpecSubFieldForm form)
form
- public void setSubfields(Vector vector)
vector
- public int getType()
public void setType(int i)
i
- public boolean isBase()
public boolean isDads()
public boolean isPsds()
public void setBase(boolean b)
b
- public void setDads(boolean b)
b
- public void setPsds(boolean b)
b
- protected void setFormExternal()
protected String getDSName()
public void setDim(boolean dim)
dim
- public void setDsName(String name)
public void setAligned(boolean aligned)
aligned
- public void setCurrentPosition(int currentPosition)
currentPosition
- public void setCurrentProcedure(boolean isCurProc)
isCurProc
-
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |