|
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.DSpecStartPage
public class DSpecStartPage
This class is the first page in the RPG Definition Specification Creation Wizard.
Field Summary | |
---|---|
static String |
copyright
|
protected Button |
refreshOutline
|
protected DSpecCreationWizard |
wizard
|
Constructor Summary | |
---|---|
DSpecStartPage(DSpecCreationWizard wizard,
String pageID,
String titleKey,
String descriptionKey,
String helpID)
Creates the page for the dspec creation wizard. |
Method Summary | |
---|---|
protected void |
applyMnemonics(Composite c)
|
boolean |
canFlipToNextPage()
|
SystemMessage |
checkError(boolean setFocus)
|
Control |
createContents(Composite parent)
(non-Javadoc) Method declared on IDialogPage. |
String |
getDSpecName()
Gets the name of this D-Spec |
String |
getDSpecPurpose()
Gets the purpose of this D-Spec |
protected Control |
getInitialFocusControl()
|
IWizardPage |
getNextPage()
|
Object |
getOutputObject()
|
boolean |
getRefreshOutlineView()
|
int |
getTypeOfDSpec()
|
void |
handleEvent(Event e)
|
boolean |
isNameForced()
|
boolean |
isPageComplete()
Check if page is complete, override superclass method |
void |
modifyText(ModifyEvent e)
|
boolean |
performFinish()
|
void |
setInputObject(Object inputObject)
|
void |
setNameForced(boolean b)
|
void |
validate(boolean setFocus)
Validate the whole page |
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 |
---|
public static final String copyright
protected DSpecCreationWizard wizard
protected Button refreshOutline
Constructor Detail |
---|
public DSpecStartPage(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 void handleEvent(Event e)
public void widgetDefaultSelected(SelectionEvent e)
public void widgetSelected(SelectionEvent e)
public boolean canFlipToNextPage()
public void modifyText(ModifyEvent e)
protected Control getInitialFocusControl()
public boolean isPageComplete()
WizardPage
public boolean performFinish()
public void setInputObject(Object inputObject)
public int getTypeOfDSpec()
public IWizardPage getNextPage()
public Object getOutputObject()
public String getDSpecName()
public String getDSpecPurpose()
public void validate(boolean setFocus)
public SystemMessage checkError(boolean setFocus)
public boolean isNameForced()
public void setNameForced(boolean b)
b
- protected void applyMnemonics(Composite c)
com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizardPage#applyMnemonics(org.eclipse.swt.widgets.Composite)
public boolean getRefreshOutlineView()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |