|
JComponentPack 1.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zfqjava.swing.event.WizardAdapter
public abstract class WizardAdapter
An abstract adapter class for receiving wizard events. The methods in this class are empty. This class exists as convenience for creating listener objects, and is functionally equivalent to the WindowAdapter class in the AWT.
| Constructor Summary | |
|---|---|
WizardAdapter()
|
|
| Method Summary | |
|---|---|
void |
afterBack(WizardEvent e)
Sent after the previous page has shown on the wizard page. |
void |
afterCancel(WizardEvent e)
Sent after the cancel action has performed. |
void |
afterFinish(WizardEvent e)
Sent after the finish button hit. |
void |
afterHelp(WizardEvent e)
Sent after the help button hit. |
void |
afterNext(WizardEvent e)
Sent after the next page has shown on the wizard page. |
void |
beforeBack(WizardEvent e)
Sent before the previous page will show on the wizard page. |
void |
beforeCancel(WizardEvent e)
Sent before the cancel action will perform. |
void |
beforeFinish(WizardEvent e)
Sent before the finish action will perform. |
void |
beforeHelp(WizardEvent e)
Sent before the help action will perform. |
void |
beforeNext(WizardEvent e)
Sent before the next page will show on the wizard page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WizardAdapter()
| Method Detail |
|---|
public void beforeNext(WizardEvent e)
throws ActionVetoException
beforeNext in interface WizardListenere - a WizardEvent encapsulating the event
information
ActionVetoException - if the current page can't
change to next page.public void afterNext(WizardEvent e)
afterNext in interface WizardListenere - a WizardEvent encapsulating the event
information
public void beforeBack(WizardEvent e)
throws ActionVetoException
beforeBack in interface WizardListenere - a WizardEvent encapsulating the event
information
ActionVetoException - if the current page can't
change to previous pagepublic void afterBack(WizardEvent e)
afterBack in interface WizardListenere - a WizardEvent encapsulating the event
information
public void beforeFinish(WizardEvent e)
throws ActionVetoException
beforeFinish in interface WizardListenere - a WizardEvent encapsulating the event
information
ActionVetoException - if the finish action cannot
perform normally.public void afterFinish(WizardEvent e)
afterFinish in interface WizardListenere - a WizardEvent encapsulating the event
information
public void beforeCancel(WizardEvent e)
throws ActionVetoException
beforeCancel in interface WizardListenere - a WizardEvent encapsulating the event
information
ActionVetoException - if the cancel action cannot
perform normally.public void afterCancel(WizardEvent e)
afterCancel in interface WizardListenere - a WizardEvent encapsulating the event
information
public void beforeHelp(WizardEvent e)
throws ActionVetoException
beforeHelp in interface WizardListenere - a WizardEvent encapsulating the event
information
ActionVetoException - if the help action cannot
perform normally.public void afterHelp(WizardEvent e)
afterHelp in interface WizardListenere - a WizardEvent encapsulating the event
information
|
JComponentPack 1.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||