Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by AbstractSystemWizardPage
      extended by com.ibm.etools.iseries.edit.wizards.RPGProcedureReturnValuePage

public class RPGProcedureReturnValuePage
extends AbstractSystemWizardPage


Field Summary
static String Copyright
           
 
Constructor Summary
RPGProcedureReturnValuePage(Wizard wizard, String pageID, String titleKey, String descriptionKey, String helpID)
           
 
Method Summary
 void clearLocalErrorMessage()
           
 Control createContents(Composite parent)
          (non-Javadoc) Method declared on IDialogPage.
 boolean finish()
          Creates a return value as requested by the user.
protected  Control getInitialFocusControl()
           
 Object getOutputObject()
           
 IWizardPage getPreviousPage()
           
 void handleEvent(Event event)
           
 boolean isPageComplete()
           
 boolean performFinish()
           
 void setErrorMessage(SystemMessage errorMessage)
           
 void setExportable(boolean state)
           
 
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

RPGProcedureReturnValuePage

public RPGProcedureReturnValuePage(Wizard wizard,
                                   String pageID,
                                   String titleKey,
                                   String descriptionKey,
                                   String helpID)
Parameters:
wizard -
pageID -
titleKey -
descriptionKey -
helpID -
Method Detail

createContents

public Control createContents(Composite parent)
(non-Javadoc) Method declared on IDialogPage.


finish

public boolean finish()
Creates a return value as requested by the user. If everything is OK then answer true. If not, false will cause the dialog to stay open.

Returns:
whether creation was successful
See Also:
ReadmeCreationWizard#performFinish()

getPreviousPage

public IWizardPage getPreviousPage()

getOutputObject

public Object getOutputObject()

getInitialFocusControl

protected Control getInitialFocusControl()

performFinish

public boolean performFinish()

isPageComplete

public boolean isPageComplete()

setExportable

public void setExportable(boolean state)

setErrorMessage

public void setErrorMessage(SystemMessage errorMessage)

clearLocalErrorMessage

public void clearLocalErrorMessage()

handleEvent

public void handleEvent(Event event)

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.