A C D F G I O P S U W

A

actionPerformed(ActionEvent) - Method in class org.qdwizard.Wizard
 

C

canCancel() - Method in class org.qdwizard.Screen
 
cancel() - Method in class org.qdwizard.Wizard
Deprecated. 
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 curent 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 glasspane when waiting)
getName() - Method in class org.qdwizard.Screen
Give here the step name.
getNextScreen(Class) - Method in class org.qdwizard.Wizard
 
getPreviousScreen(Class) - 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 cancelled.
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.
onLeave() - Method in class org.qdwizard.Screen
Deprecated. 
onNext() - Method in class org.qdwizard.Screen
Called by wizard before the screen is left.
org.qdwizard - package org.qdwizard
 

P

paint(Graphics) - Method in class org.qdwizard.Screen
 

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
setBgColor(Color) - Method in class org.qdwizard.Screen
 
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
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
setStateObserver(Observer) - Method in class org.qdwizard.Screen
 
setWizard(Wizard) - Method in class org.qdwizard.Screen
called in wizard after cosntructing a new Screen instance
show() - Method in class org.qdwizard.Wizard
 

U

update(Observable, Object) - Method in class org.qdwizard.Wizard
 

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, ImageIcon, Image, Frame, Locale) - Constructor for class org.qdwizard.Wizard
Wizard constructor
Wizard(String, Class, ImageIcon, Frame, Locale) - Constructor for class org.qdwizard.Wizard
Wizard constructor
Wizard(String, Class, ImageIcon, Image, Frame) - Constructor for class org.qdwizard.Wizard
Wizard constructor (uses default locale)
Wizard(String, Class, ImageIcon, Frame) - Constructor for class org.qdwizard.Wizard
Wizard constructor (uses default locale)

A C D F G I O P S U W

Copyright © 2007. All Rights Reserved.