|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pietschy.wizard.WizardFrameCloser
This class implements WizardListener
and is used to hide and dispose frames
when a wizard has been completed or canceled.
Method Summary | |
static void |
bind(Wizard wizard,
java.awt.Window window)
Creates a new closer that monitors the specified wizard and closes the parent frame. |
void |
closeWindow()
|
void |
wizardCancelled(WizardEvent e)
Called when the user cancels the wizard. |
void |
wizardClosed(WizardEvent e)
Called when the user closes the wizard. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void bind(Wizard wizard, java.awt.Window window)
wizard
- window
- public void wizardClosed(WizardEvent e)
WizardListener
wizardClosed
in interface WizardListener
e
- the wizard event.public void wizardCancelled(WizardEvent e)
WizardListener
wizardCancelled
in interface WizardListener
e
- the wizard event.public void closeWindow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |