Rational Developer for Power Systems Software
V7.6

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

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

public class RPGDSpecWizard
extends AbstractSystemWizard


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

RPGDSpecWizard

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


RPGDSpecWizard

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

Method Detail

addPages

public void addPages()

canFinish

public boolean canFinish()

createMainPage

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


createReturnPage

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


getMainPage

public RPGDSpecWizardMainPage getMainPage()

getOutputObject

public Object getOutputObject()

getReturnPage

public RPGProcedureReturnValuePage getReturnPage()

getSpecialChars

public String getSpecialChars()

performFinish

public boolean performFinish()
See Also:
Wizard

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.