【原翻】org.eclipse.jface.wizard.IWizard
类别:eclipse
状态:游客可见,可回,会员可关联(没审核)
阅读:11889
评论:0
时间:Feb. 18, 2015, 10:27 a.m.
关键字:IWizard
来源:http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjface%2Fwizard%2FIWizard.html
Method Summary | |
---|---|
void
|
addPages() Adds any last-minute pages to this wizard. |
boolean
|
canFinish() Returns whether this wizard could be finished without further user interaction. |
void
|
createPageControls(Composite pageContainer) Creates this wizard's controls in the given parent control. |
void
|
dispose() Disposes of this wizard and frees all SWT resources. |
IWizardContainer
|
getContainer() Returns the container of this wizard. |
Image
|
getDefaultPageImage() Returns the default page image for this wizard. |
IDialogSettings
|
getDialogSettings() Returns the dialog settings for this wizard. |
IWizardPage
|
getNextPage(IWizardPage page) Returns the successor of the given page. |
IWizardPage
|
getPage(String pageName) Returns the wizard page with the given name belonging to this wizard. |
int
|
getPageCount() Returns the number of pages in this wizard. |
IWizardPage[]
|
getPages() Returns all the pages in this wizard. |
IWizardPage
|
getPreviousPage(IWizardPage page) Returns the predecessor of the given page. |
IWizardPage
|
getStartingPage() Returns the first page to be shown in this wizard. |
RGB
|
getTitleBarColor() Returns the title bar color for this wizard. |
String
|
getWindowTitle() Returns the window title string for this wizard. |
boolean
|
isHelpAvailable() Returns whether help is available for this wizard. |
boolean
|
needsPreviousAndNextButtons() Returns whether this wizard needs Previous and Next buttons. |
boolean
|
needsProgressMonitor() Returns whether this wizard needs a progress monitor. |
boolean
|
performCancel() Performs any actions appropriate in response to the user having pressed the Cancel button, or refuse if canceling now is not permitted. |
boolean
|
performFinish() Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted. |
void
|
setContainer(IWizardContainer wizardContainer) Sets or clears the container of this wizard. |
操作: