|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infai.emo.matcher.editor.wizard.WizardPage
public abstract class WizardPage
This is an abstract class for creating a custom wizardPage that can be used with the wizard.
Wizard| Field Summary | |
|---|---|
(package private) org.eclipse.swt.graphics.Image |
image
The image for this page that will be drawn on the header of the wizard. |
(package private) org.eclipse.swt.widgets.Composite |
page
The Composite the page can be built on. |
(package private) Wizard |
wizard
The wizard that contains this page. |
| Constructor Summary | |
|---|---|
WizardPage()
|
|
| Method Summary | |
|---|---|
abstract void |
createPage(org.eclipse.swt.widgets.Composite parent)
This method must create the GUI for this page. |
org.eclipse.swt.graphics.Image |
getImage()
|
org.eclipse.swt.widgets.Composite |
getPage()
|
abstract java.lang.String |
getPageDescription()
|
abstract java.lang.String |
getPageTitle()
|
Wizard |
getWizard()
|
void |
setImage(org.eclipse.swt.graphics.Image image)
|
void |
setPage(org.eclipse.swt.widgets.Composite page)
|
void |
setWizard(Wizard wizard)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Wizard wizard
Wizardorg.eclipse.swt.widgets.Composite page
Compositeorg.eclipse.swt.graphics.Image image
Image| Constructor Detail |
|---|
public WizardPage()
| Method Detail |
|---|
public void setWizard(Wizard wizard)
wizard - the wizard for this page.public abstract void createPage(org.eclipse.swt.widgets.Composite parent)
parent - the Composite on which the page can be created.Compositepublic abstract java.lang.String getPageTitle()
public abstract java.lang.String getPageDescription()
public org.eclipse.swt.graphics.Image getImage()
Imagepublic Wizard getWizard()
Wizardpublic org.eclipse.swt.widgets.Composite getPage()
Compositepublic void setPage(org.eclipse.swt.widgets.Composite page)
page - set another composite as the input for this page.Compositepublic void setImage(org.eclipse.swt.graphics.Image image)
image - set another image for this page.Image
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||