org.xnap.commons.gui.wizard
Interface WizardPage

All Known Implementing Classes:
DefaultWizardPage

public interface WizardPage

Defines the requirements for panels that are shown in the wizard or preferences dialog.

Author:
Steffen Pingel

Method Summary
 boolean apply()
          Invoked when the dialog is closed or the apply button is pressed.
 String getDescription()
          Returns a short description of the panel.
 Icon getIcon()
          Returns an icon.
 JComponent getPanel()
          Returns the panel.
 String getTitle()
          Returns the title of the panel.
 

Method Detail

apply

boolean apply()
Invoked when the dialog is closed or the apply button is pressed.


getDescription

String getDescription()
Returns a short description of the panel.


getIcon

Icon getIcon()
Returns an icon.


getPanel

JComponent getPanel()
Returns the panel.


getTitle

String getTitle()
Returns the title of the panel.



Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.