Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.wizards
Class JMCMethodPage

java.lang.Object
  extended by AbstractSystemWizardPage
      extended by com.ibm.etools.iseries.edit.wizards.JMCMethodPage
All Implemented Interfaces:
JMCClassChangeListener

public class JMCMethodPage
extends AbstractSystemWizardPage
implements JMCClassChangeListener

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

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

JMCMethodPage

public JMCMethodPage(JMCCreationWizard wizard,
                     String pageID,
                     String titleKey,
                     String descriptionKey,
                     String helpID)
Creates the "Class" page for the JMC creation wizard.

Method Detail

createContents

public Control createContents(Composite parent)
Create the gui Objects required for this page


getNextPage

public IWizardPage getNextPage()

performFinish

public boolean performFinish()

getInitialFocusControl

protected Control getInitialFocusControl()

getSelectedMethod

public Method getSelectedMethod()

addMethodChangeListener

public void addMethodChangeListener(JMCMethodChangeListener mcl)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)
Listener methods


widgetSelected

public void widgetSelected(SelectionEvent e)

selectedClassChanged

public void selectedClassChanged(Class newlySelClass)
Specified by:
selectedClassChanged in interface JMCClassChangeListener

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.