Package
Tree
Index
Deprecated
About
Frames
|
No Frames
Alphabetical Index
A
C
D
F
G
I
O
P
S
U
V
W
A
actionPerformed(ActionEvent)
- method in class org.qdwizard.
Wizard
C
canCancel()
- method in class org.qdwizard.
Screen
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
DEFAULT_H_LAYOUT_PADDING
- static field in class org.qdwizard.
Wizard
DEFAULT_H_SIZE
- static field in class org.qdwizard.
Wizard
Default Wizard size
DEFAULT_V_LAYOUT_PADDING
- static field in class org.qdwizard.
Wizard
DEFAULT_V_SIZE
- static field 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
Object>data
- static field in class org.qdwizard.
Wizard
Wizard data
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.
onNext()
- method in class org.qdwizard.
Screen
Called by wizard before the screen is left.
org.qdwizard
- package
P
paint(java.awt.Graphics)
- method in class org.qdwizard.
Screen
S
Screen
- class org.qdwizard.
Screen
A wizard screen
For each wizard page, create a public Screen class.
Screen()
- constructor for class org.qdwizard.
Screen
Construct a screen
ScreenState
- class org.qdwizard.
ScreenState
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(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
U
update(Observable,Object)
- method in class org.qdwizard.
Wizard
V
void cancel()
- method in class org.qdwizard.
Wizard
Empty cancel action.
void onLeave()
- method in class org.qdwizard.
Screen
Called by wizard before the screen is left.
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 org.qdwizard.
Wizard
A Wizard dialog displaying one to many screens
Create a class that extends Wizard.
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
Wizard(String,Class,ImageIcon,Image,Frame)
- constructor for class org.qdwizard.
Wizard
Wizard constructor (uses default locale)
Wizard(String,Class,ImageIcon,Image,Frame,Locale)
- constructor for class org.qdwizard.
Wizard
Wizard constructor
Package
Tree
Index
Deprecated
About