Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by AbstractSystemWizard
      extended by com.ibm.etools.iseries.edit.wizards.RPGProcedureWizard

public class RPGProcedureWizard
extends AbstractSystemWizard


Field Summary
static String Copyright
           
 
Constructor Summary
RPGProcedureWizard()
          Constructor when called from Eclipse from the File->New wizard extension point
RPGProcedureWizard(String title, String imageID, String specialChars)
          Constructor when called from within the RSE, via our action
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
protected  RPGProcedureWizardMainPage createMainPage()
          Creates the wizard's main page.
protected  RPGProcedureReturnValuePage createReturnPage()
          Creates the wizard's return page.
 RPGProcedureWizardMainPage getMainPage()
           
 Object getOutputObject()
           
 RPGProcedureReturnValuePage getReturnPage()
           
 String getSpecialChars()
           
 boolean isRefreshOutlineView()
           
 boolean performFinish()
           
 
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

RPGProcedureWizard

public RPGProcedureWizard()
Constructor when called from Eclipse from the File->New wizard extension point


RPGProcedureWizard

public RPGProcedureWizard(String title,
                          String imageID,
                          String specialChars)
Constructor when called from within the RSE, via our action

Method Detail

createMainPage

protected RPGProcedureWizardMainPage createMainPage()
Creates the wizard's main page.


createReturnPage

protected RPGProcedureReturnValuePage createReturnPage()
Creates the wizard's return page.


performFinish

public boolean performFinish()
See Also:
Wizard

addPages

public void addPages()

canFinish

public boolean canFinish()

getMainPage

public RPGProcedureWizardMainPage getMainPage()

getReturnPage

public RPGProcedureReturnValuePage getReturnPage()

getOutputObject

public Object getOutputObject()

getSpecialChars

public String getSpecialChars()

isRefreshOutlineView

public boolean isRefreshOutlineView()
Returns:

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.