sk.uniba.euromath.editor.wizards
Class FinishWizardPage

java.lang.Object
  extended by sk.uniba.euromath.editor.wizards.BaseWizardPage
      extended by sk.uniba.euromath.editor.wizards.FinishWizardPage

public class FinishWizardPage
extends BaseWizardPage

Constructs the wizard page that contains only finalizing text: 'thank you for using this wizard, blah blah. Press finish to .. well, finish.'.

Author:
Martin Vysny

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

text

public final String text
The text.


label

protected Label label
Label containing the text.

Constructor Detail

FinishWizardPage

public FinishWizardPage(String text)
Constructs instance of the page.

Parameters:
text - text that will be displayed before 'Press finish to close this wizard.'
Method Detail

handleCreateControl

protected Control handleCreateControl(Composite parent)
Description copied from class: BaseWizardPage

Creates the top level control for this dialog page under the given parent composite.

This method is called only once.

Specified by:
handleCreateControl in class BaseWizardPage
Parameters:
parent - the parent composite
Returns:
the control.

handleDispose

protected void handleDispose()
Description copied from class: BaseWizardPage
Disposes the resources allocated by this dialog page. The control is disposed automatically when this method ends.

Specified by:
handleDispose in class BaseWizardPage


Copyright © 2003-2006 null. All Rights Reserved.