|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.wizards.BaseWizardPage sk.uniba.euromath.editor.wizards.FinishWizardPage
public class FinishWizardPage
Constructs the wizard page that contains only finalizing text: 'thank you for using this wizard, blah blah. Press finish to .. well, finish.'.
Field Summary | |
---|---|
protected Label |
label
Label containing the text. |
String |
text
The text. |
Fields inherited from class sk.uniba.euromath.editor.wizards.BaseWizardPage |
---|
name |
Constructor Summary | |
---|---|
FinishWizardPage(String text)
Constructs instance of the page. |
Method Summary | |
---|---|
protected Control |
handleCreateControl(Composite parent)
Creates the top level control for this dialog page under the given parent composite. |
protected void |
handleDispose()
Disposes the resources allocated by this dialog page. |
Methods inherited from class sk.uniba.euromath.editor.wizards.BaseWizardPage |
---|
getContext, hasErrors, setMessages, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String text
protected Label label
Constructor Detail |
---|
public FinishWizardPage(String text)
text
- text that will be displayed before 'Press finish to close
this wizard.'Method Detail |
---|
protected Control handleCreateControl(Composite parent)
BaseWizardPage
Creates the top level control for this dialog page under the given parent composite.
This method is called only once.
handleCreateControl
in class BaseWizardPage
parent
- the parent composite
protected void handleDispose()
BaseWizardPage
handleDispose
in class BaseWizardPage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |