|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.swing.visuals.wizard.Next_FinishAction
public class Next_FinishAction
Next_FinishAction handles a Wizard's next and finish events.
An Action object can be added to the ButtonNavigationPanel using the following version of the
ButtonNavigationPanel's add method:
public void addButton(Action a, Object constraint)
Two key/value object properties have been defined for this class:
Action.NAME = "Next >"
ButtonNavigationPanel.ACTION_COMMAND = ButtonNavigationPanel.NEXT_FINISH_COMMAND
The Action.NAME property is changed to "Finish" on the last page of the wizard.
CancelAction,
HelpAction,
FinishAction,
BackAction,
Serialized Form| Field Summary | |
|---|---|
protected Wizard |
wizard
The Wizard object associated with this Action. |
| Constructor Summary | |
|---|---|
Next_FinishAction(Wizard wizard)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs. |
| Field Detail |
|---|
protected Wizard wizard
Wizard object associated with this Action.
| Constructor Detail |
|---|
public Next_FinishAction(Wizard wizard)
| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
Calls the ButtonNavigationPanel method next_finishActionPerformed passing the ActionEvent
directly through.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||