|
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.JMCCtorPage
public class JMCCtorPage
This class is the constructor selection page in the RPG-to-Java Creation Wizard.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
JMCCtorPage(JMCCreationWizard wizard,
String pageID,
String titleKey,
String descriptionKey,
String helpID)
Creates the "Constructor" page for the JMC creation wizard. |
Method Summary | |
---|---|
void |
addCtorChangeListener(JMCCtorChangeListener ccl)
|
Control |
createContents(Composite parent)
Create the gui Objects required for this page |
protected Control |
getInitialFocusControl()
|
IWizardPage |
getNextPage()
|
Constructor |
getSelectedCtor()
|
boolean |
performFinish()
|
void |
selectedClassChanged(Class newlySelClass)
Called when the class selected has been changed |
void |
selectedMethodChanged(Method newlySelectedMethod)
|
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 JMCCtorPage(JMCCreationWizard wizard, String pageID, String titleKey, String descriptionKey, String helpID)
Method Detail |
---|
public Control createContents(Composite parent)
public IWizardPage getNextPage()
public boolean performFinish()
public Constructor getSelectedCtor()
protected Control getInitialFocusControl()
public void addCtorChangeListener(JMCCtorChangeListener ccl)
public void widgetDefaultSelected(SelectionEvent e)
public void widgetSelected(SelectionEvent e)
public void selectedClassChanged(Class newlySelClass)
selectedClassChanged
in interface JMCClassChangeListener
public void selectedMethodChanged(Method newlySelectedMethod)
selectedMethodChanged
in interface JMCMethodChangeListener
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |