| Modifier and type | Property and description |
|---|---|
| org.eclipse.jface.wizard.IWizardPage | nextPage |
| Constructor and description |
|---|
| new(String)
Constructs a new page with the given page name. |
| new(String,String,ImageDescriptor)
Creates a new wizard page with the given name, title, and image. |
| Modifier and type | Action and description |
|---|---|
| abstract ISREInstall | createSelection(String)
Create a SRE install to be edited. |
| org.eclipse.jface.wizard.IWizardPage | getNextPage |
| abstract void | initialize(ISREInstall)
Sets the SRE install to be edited. |
| boolean | performCancel
Called when the SRE install page wizard is closed by selecting the cancel button. |
| abstract boolean | performFinish
Called when the SRE install page wizard is closed by selecting the finish button. |
| void | setExistingNames(String*)
Sets the names of existing SREs, not including the SRE being edited. |
| protected void | setPageStatus(IStatus)
Change the status associated to this page. |
| protected void | updatePageStatus
Updates the status message on the page, based on the status of the SRE and other status provided by the page. |
| protected org.eclipse.core.runtime.IStatus | validateNameAgainstOtherSREs(String)
Replies if the name of the SRE is valid against the names of the other SRE. |
val nextPage : org.eclipse.jface.wizard.IWizardPage
This property is an alias for the action: getNextPage
protected new(String)
protected new(String,String,ImageDescriptor)
def createSelection(String) : ISREInstall
def getNextPage : org.eclipse.jface.wizard.IWizardPage
def initialize(ISREInstall)
def performCancel : boolean
def performFinish : boolean
def setExistingNames(String*)
protected def setPageStatus(IStatus)
protected def updatePageStatus
protected def validateNameAgainstOtherSREs(String) : org.eclipse.core.runtime.IStatus