com.ibm.etools.iseries.edit.wizards
Class JMCCodeGenPage
java.lang.Object
AbstractSystemWizardPage
com.ibm.etools.iseries.edit.wizards.JMCCodeGenPage
- All Implemented Interfaces:
- JMCClassChangeListener, JMCCtorChangeListener, JMCMethodChangeListener
public class JMCCodeGenPage
- extends AbstractSystemWizardPage
- implements JMCMethodChangeListener, JMCClassChangeListener, JMCCtorChangeListener
This class is the first page in the RPG-to-Java Creation Wizard.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
- See Also:
- Constant Field Values
JMCCodeGenPage
public JMCCodeGenPage(JMCCreationWizard wizard,
String pageName,
String pageTitle,
String pageDescription,
String helpID)
- Parameters:
wizard
- pageName
- pageTitle
- pageDescription
-
createContents
public Control createContents(Composite parent)
getInitialFocusControl
protected Control getInitialFocusControl()
performFinish
public boolean performFinish()
getRPGObjName
public String getRPGObjName()
getRPGCtorName
public String getRPGCtorName()
getRPGMethodProtoName
public String getRPGMethodProtoName()
getRPGReturnFieldName
public String getRPGReturnFieldName()
getCodeLocation
public int getCodeLocation()
isGenObj
public boolean isGenObj()
isGenMethodProto
public boolean isGenMethodProto()
isGenMethodCC
public boolean isGenMethodCC()
isGenCtorCC
public boolean isGenCtorCC()
widgetDefaultSelected
public void widgetDefaultSelected(SelectionEvent arg0)
- Listener methods
widgetSelected
public void widgetSelected(SelectionEvent se)
modifyText
public void modifyText(ModifyEvent me)
selectedMethodChanged
public void selectedMethodChanged(Method newlySelectedMethod)
- Specified by:
selectedMethodChanged
in interface JMCMethodChangeListener
selectedClassChanged
public void selectedClassChanged(Class newlySelClass)
- Specified by:
selectedClassChanged
in interface JMCClassChangeListener
selectedCtorChanged
public void selectedCtorChanged(Constructor newlySelCtor)
- Specified by:
selectedCtorChanged
in interface JMCCtorChangeListener
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.