|
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.JMCAbstractParamPage
public abstract class JMCAbstractParamPage
This class is the first page in the RPG-to-Java Creation Wizard.
Field Summary | |
---|---|
static int |
COL_CONST
|
static int |
COL_GEN
|
static int |
COL_LENGTH
|
static int |
COL_PARAMTYPE
|
static int |
COL_RPGFLDNAME
|
static int |
COL_RPGTYPE
|
static String[] |
COLUMN_HEADINGS
|
static String[] |
CONST_VALUE_DISPLAY
|
static String |
copyright
|
Constructor Summary | |
---|---|
JMCAbstractParamPage(JMCCreationWizard wizard,
String pageID,
String titleKey,
String descriptionKey,
String helpID)
Creates the "Class" page for the JMC creation wizard. |
Method Summary | |
---|---|
protected void |
clearParamTable()
|
Control |
createContents(Composite parent)
Create the gui Objects required for this page |
protected Control |
getInitialFocusControl()
|
protected abstract SystemMessage |
getISeriesMsg(String substitutionString)
Returns the msg ID in IISeriesMessages.java to use as description for this page; must NOT return null |
IWizardPage |
getNextPage()
|
List |
getParameters()
|
boolean |
performFinish()
|
protected void |
updateParamTable(String funcName,
Class[] paramTypes)
Call this to refresh the parameters shown on this page, based on the provided func name, and param types This will clear all previous params and add the new ones |
void |
widgetDefaultSelected(SelectionEvent arg0)
Listener methods |
void |
widgetSelected(SelectionEvent se)
|
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
public static final String[] CONST_VALUE_DISPLAY
public static final String[] COLUMN_HEADINGS
public static final int COL_GEN
public static final int COL_PARAMTYPE
public static final int COL_RPGFLDNAME
public static final int COL_RPGTYPE
public static final int COL_LENGTH
public static final int COL_CONST
Constructor Detail |
---|
public JMCAbstractParamPage(JMCCreationWizard wizard, String pageID, String titleKey, String descriptionKey, String helpID)
Method Detail |
---|
protected abstract SystemMessage getISeriesMsg(String substitutionString)
public Control createContents(Composite parent)
public IWizardPage getNextPage()
public boolean performFinish()
protected Control getInitialFocusControl()
protected void clearParamTable()
protected void updateParamTable(String funcName, Class[] paramTypes)
funcName
- paramTypes
- paramNames
- iSeriesMsgID
- public List getParameters()
public void widgetDefaultSelected(SelectionEvent arg0)
public void widgetSelected(SelectionEvent se)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |