|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.swing.visuals.wizard2.HelpAction
public class HelpAction
HelpAction handles a Wizard's help 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 = "Help"
ButtonNavigationPanel.ACTION_COMMAND = ButtonNavigationPanel.HELP_COMMAND
CancelAction,
Next_FinishAction,
FinishAction,
BackAction,
Serialized Form| Field Summary | |
|---|---|
protected Wizard |
wizard
The Wizard object associated with this Action. |
| Constructor Summary | |
|---|---|
HelpAction(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 HelpAction(Wizard wizard)
| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
Calls the wizard method handleButtonCommand passing the ActionEvent's
action command.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||