|
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.DSpecStandaloneKeywordPage
public class DSpecStandaloneKeywordPage
Field Summary | |
---|---|
static int |
ALT
|
static int |
ALTSEQ
|
protected RPGDSpecArrayKeywordsPane |
arrayKeywordsPane
|
static int |
ASC
|
static int |
BASED
|
static int |
CTDATA
|
static int |
DESC
|
static int |
DTAARA
|
static int |
EXPORT
|
static int |
EXTFMT
|
static int |
FROMFILE
|
static int |
IMPORT
|
static int |
INZ
|
static int |
NOOPT
|
static int |
OTHER_TOTAL
|
protected RPGDSpecOtherKeywordsPane |
otherKeywordsPane
|
static int |
PERRCD
|
static int |
STATIC
|
static int |
STATICALLTHREAD
|
static int |
TEMPLATE
|
static int |
TOFILE
|
Constructor Summary | |
---|---|
DSpecStandaloneKeywordPage(Wizard wizard,
String pageID,
String titleKey,
String descriptionKey,
String helpID)
Creates the page for the dspec creation wizard. |
Method Summary | |
---|---|
protected void |
applyMnemonics(Composite c)
|
void |
clearErrorMessage(RPGDSpecKeywordBasePane keywordPane)
Clear the error message from the specified pane |
Control |
createContents(Composite parent)
(non-Javadoc) Method declared on IDialogPage. |
boolean |
finish()
Creates a new file resource as requested by the user. |
RPGDSpecArrayKeywordsPane |
getArrayKeywordsPane()
|
SystemMessage |
getErrMessage()
|
RPGFieldType |
getField()
|
protected Control |
getInitialFocusControl()
|
RPGDSpecKeywords |
getKwd()
|
IWizardPage |
getNextPage()
|
RPGDSpecOtherKeywordsPane |
getOtherKeywordsPane()
|
Object |
getOutputObject()
|
IWizardPage |
getPreviousPage()
|
void |
handleEvent(Event arg0)
|
boolean |
isArray()
|
boolean |
isPageComplete()
Check if page is complete, override superclass method |
boolean |
performFinish()
|
void |
setCurrentProcedure(boolean isCurProc)
|
void |
setErrorMessage(SystemMessage errorMessage)
Set the error message to be specified errorMessage |
void |
setField(RPGFieldType type)
|
void |
setInputObject(Object inputObject)
|
void |
setKwd(RPGDSpecKeywords keywords)
|
void |
update(RPGFieldType field)
update the page according to the type that selected in Standalone page. |
void |
updateKeywords()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RPGDSpecOtherKeywordsPane otherKeywordsPane
protected RPGDSpecArrayKeywordsPane arrayKeywordsPane
public static final int ASC
public static final int DESC
public static final int CTDATA
public static final int ALT
public static final int FROMFILE
public static final int TOFILE
public static final int EXTFMT
public static final int PERRCD
public static final int ALTSEQ
public static final int NOOPT
public static final int STATIC
public static final int BASED
public static final int EXPORT
public static final int IMPORT
public static final int INZ
public static final int DTAARA
public static final int STATICALLTHREAD
public static final int TEMPLATE
public static final int OTHER_TOTAL
Constructor Detail |
---|
public DSpecStandaloneKeywordPage(Wizard 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()
protected Control getInitialFocusControl()
public boolean performFinish()
public boolean isPageComplete()
WizardPage
public Object getOutputObject()
public void setInputObject(Object inputObject)
public void clearErrorMessage(RPGDSpecKeywordBasePane keywordPane)
keywordPane
- the keyword pane that asks to clear error messagepublic void setErrorMessage(SystemMessage errorMessage)
errorMessage
- the error message to be setWizardPage
public void update(RPGFieldType field)
id
- public IWizardPage getPreviousPage()
public IWizardPage getNextPage()
public boolean isArray()
public RPGDSpecArrayKeywordsPane getArrayKeywordsPane()
public SystemMessage getErrMessage()
public RPGFieldType getField()
public RPGDSpecKeywords getKwd()
public RPGDSpecOtherKeywordsPane getOtherKeywordsPane()
public void setField(RPGFieldType type)
type
- public void setKwd(RPGDSpecKeywords keywords)
keywords
- public void updateKeywords()
public void setCurrentProcedure(boolean isCurProc)
isCurProc
- public void handleEvent(Event arg0)
protected void applyMnemonics(Composite c)
com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizardPage#applyMnemonics(org.eclipse.swt.widgets.Composite)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |