Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
O
S
U
W
A
actionPerformed(ActionEvent)
- Method in class org.qdwizard.
Wizard
C
canCancel()
- Method in class org.qdwizard.
Screen
ClearPoint
- Interface in
org.qdwizard
Screens needing to clear wizard cache (values filled up in different screens) should implement this interface
clearScreens()
- Method in class org.qdwizard.
Wizard
Clear screens history
D
data
- Variable in class org.qdwizard.
Screen
data
- Static variable in class org.qdwizard.
Wizard
Wizard data
DEFAULT_H_LAYOUT_PADDING
- Static variable in class org.qdwizard.
Wizard
DEFAULT_H_SIZE
- Static variable in class org.qdwizard.
Wizard
Default Wizard size
DEFAULT_V_LAYOUT_PADDING
- Static variable in class org.qdwizard.
Wizard
DEFAULT_V_SIZE
- Static variable in class org.qdwizard.
Wizard
F
finish()
- Method in class org.qdwizard.
Wizard
Finish action.
G
getCanCancel()
- Method in class org.qdwizard.
ScreenState
getCanFinish()
- Method in class org.qdwizard.
ScreenState
getCanGoNext()
- Method in class org.qdwizard.
ScreenState
getCanGoPrevious()
- Method in class org.qdwizard.
ScreenState
getCurrentScreen()
- Method in class org.qdwizard.
Wizard
Get current screen
getDescription()
- Method in class org.qdwizard.
Screen
Screen description (optional)
getDialog()
- Method in class org.qdwizard.
Wizard
access to the JDialog of the wizard, in case we need it (for instance to set a glass pane when waiting)
getName()
- Method in class org.qdwizard.
Screen
Give here the step name.
getNextScreen(Class<? extends Screen>)
- Method in class org.qdwizard.
Wizard
getPreviousScreen(Class<? extends Screen>)
- Method in class org.qdwizard.
Wizard
getProblem()
- Method in class org.qdwizard.
Screen
Get current problem
getProblem()
- Method in class org.qdwizard.
ScreenState
getWizard()
- Method in class org.qdwizard.
Screen
access to wizard instance
I
initUI()
- Method in class org.qdwizard.
Screen
UI creation
O
onCancel()
- Method in class org.qdwizard.
Wizard
Called when user clicks on "cancel".
onCancelled()
- Method in class org.qdwizard.
Screen
Called by wizard when the wizard is being canceled.
onEnter()
- Method in class org.qdwizard.
Screen
Called by wizard before the screen is displayed.
onFinished()
- Method in class org.qdwizard.
Screen
Called by wizard when the wizard is closing because the Finish button was pressed.
onNext()
- Method in class org.qdwizard.
Screen
Called by wizard before the screen is left.
org.qdwizard
- package org.qdwizard
S
Screen
- Class in
org.qdwizard
A wizard screen For each wizard page, create a public Screen class.
Screen()
- Constructor for class org.qdwizard.
Screen
Construct a screen
ScreenState
- Class in
org.qdwizard
A screen state: can cancel ? can finish ? can go next ? can go previous ?
ScreenState()
- Constructor for class org.qdwizard.
ScreenState
Construct a ScreenState
ScreenState(boolean, boolean, boolean, boolean, String)
- Constructor for class org.qdwizard.
ScreenState
Construct a ScreenState
setActionsBackgroundColor(Color)
- Method in class org.qdwizard.
Wizard
Set the background color of the ActionPanel
setCanCancel(boolean)
- Method in class org.qdwizard.
Screen
Set whether the cancel (or System menu close) button should be enabled
setCanCancel(boolean)
- Method in class org.qdwizard.
ScreenState
Set whether the cancel (or System menu close) button should be enabled
setCanFinish(boolean)
- Method in class org.qdwizard.
Screen
Set whether the finish button should be enabled
setCanFinish(boolean)
- Method in class org.qdwizard.
ScreenState
Set whether the finish button should be enabled
setCanGoNext(boolean)
- Method in class org.qdwizard.
ScreenState
Set whether the next button should be enabled
setCanGoPrevious(boolean)
- Method in class org.qdwizard.
ScreenState
Set whether the previous button should be enabled
setHeaderIcon(ImageIcon)
- Method in class org.qdwizard.
Wizard
Set the header icon
setHeaderImage(Image)
- Method in class org.qdwizard.
Wizard
Set the header image
setProblem(String)
- Method in class org.qdwizard.
Screen
Set a problem (set to null if problem is fixed)
setProblem(String)
- Method in class org.qdwizard.
ScreenState
Set a problem (set to null if problem is fixed)
setProblemBackgroundColor(Color)
- Method in class org.qdwizard.
Wizard
Set the background color of the ActionPanel's Problem notification area
setWizard(Wizard)
- Method in class org.qdwizard.
Screen
show()
- Method in class org.qdwizard.
Wizard
U
updateGUI()
- Method in class org.qdwizard.
Wizard
Refresh buttons and problems.
W
wasCancelled()
- Method in class org.qdwizard.
Wizard
windowActivated(WindowEvent)
- Method in class org.qdwizard.
Wizard
Called when the wizard dialog is activated.
windowClosed(WindowEvent)
- Method in class org.qdwizard.
Wizard
Called when the wizard dialog is closed.
windowClosing(WindowEvent)
- Method in class org.qdwizard.
Wizard
windowDeactivated(WindowEvent)
- Method in class org.qdwizard.
Wizard
Called when the wizard dialog is deactivated.
windowDeiconified(WindowEvent)
- Method in class org.qdwizard.
Wizard
Called when the wizard dialog is deiconified.
windowIconified(WindowEvent)
- Method in class org.qdwizard.
Wizard
Called when the wizard dialog is iconified.
windowOpened(WindowEvent)
- Method in class org.qdwizard.
Wizard
Called when the wizard dialog opens.
Wizard
- Class in
org.qdwizard
A Wizard dialog displaying one to many screens Create a class that extends Wizard.
Wizard(String, Class, ImageIcon, Image, Frame, Locale, int, int, int, int)
- Constructor for class org.qdwizard.
Wizard
Wizard constructor
Wizard(String, Class, ImageIcon, Frame, Locale, int, int)
- Constructor for class org.qdwizard.
Wizard
Wizard constructor
Wizard(String, Class<? extends Screen>, ImageIcon, Image, Frame, Locale)
- Constructor for class org.qdwizard.
Wizard
Wizard constructor
Wizard(String, Class<? extends Screen>, ImageIcon, Frame, Locale)
- Constructor for class org.qdwizard.
Wizard
Wizard constructor
Wizard(String, Class<? extends Screen>, ImageIcon, Image, Frame)
- Constructor for class org.qdwizard.
Wizard
Wizard constructor (uses default locale)
Wizard(String, Class<? extends Screen>, ImageIcon, Frame)
- Constructor for class org.qdwizard.
Wizard
Wizard constructor (uses default locale)
A
C
D
F
G
I
O
S
U
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes