sk.uniba.euromath.editor.wizards.document
Class NamespaceSelectorWizardPage

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

public class NamespaceSelectorWizardPage
extends BaseWizardPage

Wraps the NamespaceSelector widget.

Author:
Martin Vysny

Field Summary
 
Fields inherited from class sk.uniba.euromath.editor.wizards.BaseWizardPage
name
 
Constructor Summary
NamespaceSelectorWizardPage()
          Creates new instance of the page.
 
Method Summary
 NamespaceSelector getWidget()
          Returns the widget instance.
protected  Control handleCreateControl(Composite parent)
           Creates the top level control for this dialog page under the given parent composite.
 void handleDispose()
          Disposes the resources allocated by this dialog page.
protected  void validatePage()
          Validates the page and shows appropriate error message if necessary.
 
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
 

Constructor Detail

NamespaceSelectorWizardPage

public NamespaceSelectorWizardPage()
Creates new instance of the page.

Method Detail

getWidget

public NamespaceSelector getWidget()
Returns the widget instance.

Returns:
underlying widget instance.

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.

validatePage

protected void validatePage()
Validates the page and shows appropriate error message if necessary.


handleDispose

public 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.