A B C D F G H I J M N O S

A

addHelpButton() - Method in class org.freixas.jwizard.JWizardDialog
This adds a help button to the wizard.
addNotify() - Method in class org.freixas.jwizard.JWizardPanel
Do not call directly.
addWizardPanel(JWizardPanel) - Method in class org.freixas.jwizard.JWizardDialog
Add a panel representing a step in the wizard.

B

back() - Method in class org.freixas.jwizard.JWizardDialog
Called when the Back button is pressed.
back() - Method in class org.freixas.jwizard.JWizardPanel
Called when the Back button is pressed.

C

cancel() - Method in class org.freixas.jwizard.JWizardDialog
Called when the Cancel button is pressed.

D

disableCancelAtEnd() - Method in class org.freixas.jwizard.JWizardDialog
If this method is called, the Cancel button is disabled when on the last step.
disableCentering() - Method in class org.freixas.jwizard.JWizardDialog
Don't center the dialog.

F

finish() - Method in class org.freixas.jwizard.JWizardDialog
Called when the Finish button is pressed.

G

getBackStep() - Method in class org.freixas.jwizard.JWizardPanel
Get the wizard step to go to when the Back button is pressed.
getContentPane() - Method in class org.freixas.jwizard.JWizardPanel
Get a JPanel to use for adding your own components to this WizardPanel.
getCurrentStep() - Method in class org.freixas.jwizard.JWizardDialog
Returns the current step being displayed by the wizard.
getLastStep() - Method in class org.freixas.jwizard.JWizardDialog
Returns the last step displayed by the wizard.
getNextStep() - Method in class org.freixas.jwizard.JWizardPanel
Get the wizard step to go to when the Next button is pressed.
getStepTitle() - Method in class org.freixas.jwizard.JWizardPanel
Get the step title to use for this step.
getWizardParent() - Method in class org.freixas.jwizard.JWizardPanel
Returns the JWizardDialog in which this JWizardPanel resides.

H

help() - Method in class org.freixas.jwizard.JWizardDialog
Called when the Help button is pressed.
help() - Method in class org.freixas.jwizard.JWizardPanel
Called when the Help button is pressed.

I

isFinished() - Method in class org.freixas.jwizard.JWizardDialog
Returns true if the wizard finished (the user pressed the Finish) button).

J

JWizardDialog - Class in org.freixas.jwizard
This class creates a Wizard dialog.
JWizardDialog() - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a non-modal JWizardDialog without a title and without a specified Frame owner.
JWizardDialog(Frame) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a non-modal JWizardDialog without a title with the specified Frame as its owner.
JWizardDialog(Frame, boolean) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a modal or non-modal JWizardDialog without a title and with the specified owner Frame.
JWizardDialog(Frame, String) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a non-modal JWizardDialog with the specified title and with the specified owner frame.
JWizardDialog(Frame, String, boolean) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a modal or non-modal JWizardDialog with the specified title and the specified owner Frame.
JWizardDialog(Frame, String, boolean, GraphicsConfiguration) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a modal or non-modal JWizardDialog with the specified title, owner Frame, and GraphicsConfiguration.
JWizardDialog(Dialog) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a non-modal JWizardDialog without a title with the specified Dialog as its owner.
JWizardDialog(Dialog, boolean) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a modal or non-modal JWizardDialog without a title and with the specified owner Dialog.
JWizardDialog(Dialog, String) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a non-modal JWizardDialog with the specified title and with the specified owner frame.
JWizardDialog(Dialog, String, boolean) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a modal or non-modal JWizardDialog with the specified title and the specified owner Dialog.
JWizardDialog(Dialog, String, boolean, GraphicsConfiguration) - Constructor for class org.freixas.jwizard.JWizardDialog
Creates a modal or non-modal JWizardDialog with the specified title, owner Dialog, and GraphicsConfiguration.
JWizardPanel - Class in org.freixas.jwizard
This class creates a panel that can be used for a single step in a Wizard dialog.
JWizardPanel() - Constructor for class org.freixas.jwizard.JWizardPanel
Creates a new JWizardPanel with a double buffer and a flow layout.
JWizardPanel(LayoutManager) - Constructor for class org.freixas.jwizard.JWizardPanel
Create a new buffered JWizardPanel with the specified layout manager.
JWizardPanel(boolean) - Constructor for class org.freixas.jwizard.JWizardPanel
Creates a new JWizardPanel a flow layout and the specified buffering strategy.
JWizardPanel(LayoutManager, boolean) - Constructor for class org.freixas.jwizard.JWizardPanel
Creates a new JWizardPanel with the specified layout manager and buffering strategy.

M

makingVisible() - Method in class org.freixas.jwizard.JWizardPanel
Called just prior to making this panel visible.

N

next() - Method in class org.freixas.jwizard.JWizardDialog
Called when the Next button is pressed.
next() - Method in class org.freixas.jwizard.JWizardPanel
Called when the Next button is pressed.

O

org.freixas.jwizard - package org.freixas.jwizard
 

S

setBackStep(int) - Method in class org.freixas.jwizard.JWizardPanel
Set the wizard step to go to when the Back button is pressed.
setEarlyFinish() - Method in class org.freixas.jwizard.JWizardDialog
If this method is called, the Finish button is enabled immediately.
setNextStep(int) - Method in class org.freixas.jwizard.JWizardPanel
Set the wizard step to go to when the Next button is pressed.
setStepTitle(String) - Method in class org.freixas.jwizard.JWizardPanel
Set the title to use for this step.
setWizardIcon(Icon) - Method in class org.freixas.jwizard.JWizardDialog
Add an image which displays on the left side of the wizard.
show() - Method in class org.freixas.jwizard.JWizardDialog
Deprecated. As of JDK version 1.1, replaced by setVisible(boolean).
switchToStep(int, int) - Method in class org.freixas.jwizard.JWizardDialog
This method is called just prior to switching from one step to another (after any next() or back() method is called).

A B C D F G H I J M N O S
Copyright © 2004-2005 Antonio Freixas
Licensed under the Artistic License