Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Package net.java.sip.communicator.impl.gui.customcontrols.wizard

Interface Summary
WizardListener Listens for WizardEvents triggered when a wizard is closed and finished.
 

Class Summary
Wizard This class implements a basic wizard dialog, where the programmer can insert one or more Components to act as panels.
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.
WizardEvent  
WizardModel The model for the Wizard component, which tracks the text, icons, and enabled state of each of the buttons, as well as the current panel that is displayed.
 

Exception Summary
WizardPanelNotFoundException A RuntimeException, which is thrown if the wizard doesn't find the panel corresponding to a given WizardPanelDescriptor.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.