public interface ISystemWizardPage
Interface for wizard pages
String
getHelpContextId ()
Object
getInputObject ()
boolean
performFinish ()
void
setHelp ( String id)
setInputObject ( Object inputObject)
void setInputObject( Object inputObject)
Object getInputObject()
boolean performFinish()
Called by the main wizard when the user presses Finish. The operation will be cancelled if this method returns false for any page.
void setHelp( String id)
Same as #setHelp(String)
#setHelp(String)
#getHelpContextId()
String getHelpContextId()