|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.customcontrols.wizard.WizardController
public class WizardController
This class is responsible for reacting to events generated by pushing any of the three buttons, 'Next', 'Previous', and 'Cancel.' Based on what button is pressed, the controller will update the model to show a new panel and reset the state of the buttons as necessary.
| Constructor Summary | |
|---|---|
WizardController(Wizard w)
This constructor accepts a reference to the Wizard component that created it, which it uses to update the button components and access the WizardModel. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent evt)
Calling method for the action listener interface. |
(package private) void |
resetButtonsToPanelRules()
Resets the buttons to support the original panel rules, including whether the next or back buttons are enabled or disabled, or if the panel is finish-able. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WizardController(Wizard w)
w - A callback to the Wizard component that created this controller.| Method Detail |
|---|
public void actionPerformed(ActionEvent evt)
actionPerformed in interface ActionListenerevt - The ActionEvent that occurred.void resetButtonsToPanelRules()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||