Method Summary |
|
abstract public boolean | canFinish() Returns true if it is possible to finish from this panel. |
abstract public boolean | canRedisplayNextPanel() Returns true if it is OK to redisplay the last version of the next panel, or false if a new
version is required. |
abstract public WizardPanel | getNextPanel() Returns the next panel in the sequence, given the current user input. |
public WizardDialog | getOwner() Returns a reference to the dialog that owns the panel. |
public Object | getResult() Returns the result. |
abstract public boolean | hasNextPanel() Returns true if there is a next panel. |
abstract public void | returnFromLaterStep() This method is called when the dialog redisplays this panel as a result of the user clicking
the "Previous" button. |
public void | setOwner(WizardDialog owner) Sets the reference to the dialog that owns the panel (this is called automatically by
the dialog when the panel is added to the dialog). |