Alphabetical Index

A C D F G I O S W

A

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

C

cancel() - method in class org.qdwizard.Wizard
Empty cancel action.
ClearPoint - interface org.qdwizard.ClearPoint
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 - field in class org.qdwizard.Screen
Wizard data
data - static field in class org.qdwizard.Wizard
Wizard data

F

finish() - method in class org.qdwizard.Wizard
Finish action.

G

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 jdailog 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
getWizard() - method in class org.qdwizard.Screen
access to wizard instance

I

initUI() - method in class org.qdwizard.Screen
UI creation

O

onEnter() - method in class org.qdwizard.Screen
Called by wizard before the screen is displayed.
onLeave() - method in class org.qdwizard.Screen
Called by wizard before the screen is left.
org.qdwizard - package

S

Screen - class org.qdwizard.Screen
A wizard screen
Screen() - constructor for class org.qdwizard.Screen
Construct a screen
setCanFinish(boolean) - method in class org.qdwizard.Screen
Set whether this screen is the last one
setProblem(String) - method in class org.qdwizard.Screen
Set a problem (set to null if problem is fixed)
setWizard(org.qdwizard.Wizard) - method in class org.qdwizard.Screen
called in wizard after cosntructing a new Screen instance
show() - method in class org.qdwizard.Wizard

W

Wizard - class org.qdwizard.Wizard
A Wizard dialog displaying one to many screens
Wizard(String,Class,ImageIcon,Frame) - constructor for class org.qdwizard.Wizard
Wizard constructor (uses default locale)
Wizard(String,Class,ImageIcon,Frame,Locale) - constructor for class org.qdwizard.Wizard
Wizard constructor