|
Rational Developer for i 7.5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractSystemWizardPage
com.ibm.etools.iseries.edit.wizards.JMCMethodPage
public class JMCMethodPage
This class is the first page in the RPG-to-Java Creation Wizard.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
JMCMethodPage(JMCCreationWizard wizard,
String pageID,
String titleKey,
String descriptionKey,
String helpID)
Creates the "Class" page for the JMC creation wizard. |
Method Summary | |
---|---|
void |
addMethodChangeListener(JMCMethodChangeListener mcl)
|
Control |
createContents(Composite parent)
Create the gui Objects required for this page |
protected Control |
getInitialFocusControl()
|
IWizardPage |
getNextPage()
|
Method |
getSelectedMethod()
|
boolean |
performFinish()
|
void |
selectedClassChanged(Class newlySelClass)
|
void |
widgetDefaultSelected(SelectionEvent e)
Listener methods |
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
Constructor Detail |
---|
public JMCMethodPage(JMCCreationWizard wizard, String pageID, String titleKey, String descriptionKey, String helpID)
Method Detail |
---|
public Control createContents(Composite parent)
public IWizardPage getNextPage()
public boolean performFinish()
protected Control getInitialFocusControl()
public Method getSelectedMethod()
public void addMethodChangeListener(JMCMethodChangeListener mcl)
public void widgetDefaultSelected(SelectionEvent e)
widgetDefaultSelected
in interface SelectionListener
public void widgetSelected(SelectionEvent e)
widgetSelected
in interface SelectionListener
public void selectedClassChanged(Class newlySelClass)
selectedClassChanged
in interface JMCClassChangeListener
|
Rational Developer for i 7.5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |