com.ibm.etools.iseries.edit.wizards
Class RPGProcedureReturnValuePage
java.lang.Object
AbstractSystemWizardPage
com.ibm.etools.iseries.edit.wizards.RPGProcedureReturnValuePage
public class RPGProcedureReturnValuePage
- extends AbstractSystemWizardPage
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
RPGProcedureReturnValuePage
public RPGProcedureReturnValuePage(Wizard wizard,
String pageID,
String titleKey,
String descriptionKey,
String helpID)
- Parameters:
wizard
- pageID
- titleKey
- descriptionKey
- helpID
-
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)
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.