Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
U
V
W
A
AbstractWizardNavigator
- Class in
com.ozziefix.jlwizard.navigation
Abstract implementation of a WizardNavigator, in the form of a panel with buttons.
AbstractWizardNavigator()
- Constructor for class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
Creates a new AbstractWizardNavigator object.
AbstractWizardPage
- Class in
com.ozziefix.jlwizard
The WizardPage constitutes (a part of) the view of a Wizard.
AbstractWizardPage()
- Constructor for class com.ozziefix.jlwizard.
AbstractWizardPage
actionPerformed(WizardEvent)
- Method in interface com.ozziefix.jlwizard.event.
WizardListener
Notifies the listener that a WizardAction has been executed.
addMessage(String)
- Method in exception com.ozziefix.jlwizard.exceptions.
ValidationException
Add an error message to this exception.
addPage(String, WizardPage)
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizard
addPage(String, WizardPage)
- Method in class com.ozziefix.jlwizard.
Wizard
Add a page to the wizard
addWizardListener(WizardListener)
- Method in class com.ozziefix.jlwizard.
Wizard
Add a WizardListener to this wizard
C
CANCEL
- Static variable in interface com.ozziefix.jlwizard.
Constants
cancel()
- Method in class com.ozziefix.jlwizard.
Wizard
Cancel the wizard, resetting the model.
CancelAction
- Class in
com.ozziefix.jlwizard.actions
The CancelAction is a WizardAction that resets the WizardModel and closes the Wizard dialog.
CancelAction()
- Constructor for class com.ozziefix.jlwizard.actions.
CancelAction
cancelButton
- Variable in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
com.ozziefix.jlwizard
- package com.ozziefix.jlwizard
com.ozziefix.jlwizard.actions
- package com.ozziefix.jlwizard.actions
com.ozziefix.jlwizard.demo
- package com.ozziefix.jlwizard.demo
com.ozziefix.jlwizard.event
- package com.ozziefix.jlwizard.event
com.ozziefix.jlwizard.exceptions
- package com.ozziefix.jlwizard.exceptions
com.ozziefix.jlwizard.navigation
- package com.ozziefix.jlwizard.navigation
com.ozziefix.jlwizard.simple
- package com.ozziefix.jlwizard.simple
com.ozziefix.jlwizard.windows
- package com.ozziefix.jlwizard.windows
commentsPage
- Variable in class com.ozziefix.jlwizard.demo.
PlafDemo
commentsPage
- Variable in class com.ozziefix.jlwizard.demo.
SimpleDemo
commentsPage
- Variable in class com.ozziefix.jlwizard.demo.
WindowsDemo
Constants
- Interface in
com.ozziefix.jlwizard
Some global constants
D
Demo
- Class in
com.ozziefix.jlwizard.demo
Demo application
Demo()
- Constructor for class com.ozziefix.jlwizard.demo.
Demo
This method initializes
DemoCommentsPage
- Class in
com.ozziefix.jlwizard.demo
The comments page of the demo wizards.
DemoCommentsPage()
- Constructor for class com.ozziefix.jlwizard.demo.
DemoCommentsPage
This method initializes
DemoEmployeeDetailsPage
- Class in
com.ozziefix.jlwizard.demo
The employee page of the demo wizards.
DemoEmployeeDetailsPage()
- Constructor for class com.ozziefix.jlwizard.demo.
DemoEmployeeDetailsPage
This method initializes
DemoFinishAction
- Class in
com.ozziefix.jlwizard.demo
WizardAction for finishing the demo wizards.
DemoFinishAction()
- Constructor for class com.ozziefix.jlwizard.demo.
DemoFinishAction
DemoGeneralPage
- Class in
com.ozziefix.jlwizard.demo
The general page of this demo wizards.
DemoGeneralPage()
- Constructor for class com.ozziefix.jlwizard.demo.
DemoGeneralPage
Create a new DemoGeneralPage
DemoOverviewPage
- Class in
com.ozziefix.jlwizard.demo
The overview page of the demo wizards.
DemoOverviewPage()
- Constructor for class com.ozziefix.jlwizard.demo.
DemoOverviewPage
This method initializes
DemoWizardModel
- Class in
com.ozziefix.jlwizard.demo
The model for the demo wizards.
DemoWizardModel()
- Constructor for class com.ozziefix.jlwizard.demo.
DemoWizardModel
E
employeePage
- Variable in class com.ozziefix.jlwizard.demo.
PlafDemo
employeePage
- Variable in class com.ozziefix.jlwizard.demo.
SimpleDemo
employeePage
- Variable in class com.ozziefix.jlwizard.demo.
WindowsDemo
F
findPageForward(String)
- Method in class com.ozziefix.jlwizard.
Wizard
find the PageForward for the given forwardName
FINISH
- Static variable in interface com.ozziefix.jlwizard.
Constants
finish()
- Method in class com.ozziefix.jlwizard.
Wizard
Finish the wizard.
finishButton
- Variable in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
ForwardAction
- Class in
com.ozziefix.jlwizard.actions
The ForwardAction just returns a PageForward to the specified page, without performing any logic.
ForwardAction()
- Constructor for class com.ozziefix.jlwizard.actions.
ForwardAction
Creates a new ForwardAction
ForwardAction(String)
- Constructor for class com.ozziefix.jlwizard.actions.
ForwardAction
Creates a new ForwardAction.
ForwardException
- Exception in
com.ozziefix.jlwizard.exceptions
This exception is thrown when a forward to another pages fails.
ForwardException()
- Constructor for exception com.ozziefix.jlwizard.exceptions.
ForwardException
Create a new ForwardException
ForwardException(String)
- Constructor for exception com.ozziefix.jlwizard.exceptions.
ForwardException
Create a new ForwardException
ForwardException(String, Throwable)
- Constructor for exception com.ozziefix.jlwizard.exceptions.
ForwardException
Create a new ForwardException
ForwardException(Throwable)
- Constructor for exception com.ozziefix.jlwizard.exceptions.
ForwardException
Create a new ForwardException
G
generalPage
- Variable in class com.ozziefix.jlwizard.demo.
PlafDemo
generalPage
- Variable in class com.ozziefix.jlwizard.demo.
SimpleDemo
generalPage
- Variable in class com.ozziefix.jlwizard.demo.
WindowsDemo
getCancelAction()
- Method in class com.ozziefix.jlwizard.
Wizard
The CancelAction of a Wizard is the WizardAction that should be executed when the cancel button is clicked.
getComments()
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the comments property
getDepartment()
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the department property
getDescription()
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
getDescription()
- Method in class com.ozziefix.jlwizard.actions.
CancelAction
getDescription()
- Method in class com.ozziefix.jlwizard.actions.
ForwardAction
getDescription()
- Method in interface com.ozziefix.jlwizard.actions.
WizardAction
the description of this action
getDescription()
- Method in class com.ozziefix.jlwizard.demo.
DemoFinishAction
getDescription()
- Method in class com.ozziefix.jlwizard.demo.
MaybeEmployeeAction
getDescription()
- Method in class com.ozziefix.jlwizard.
Wizard
The description of the wizard
getDescription()
- Method in interface com.ozziefix.jlwizard.
WizardPage
The description of the page.
getFinishAction()
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
getFinishAction()
- Method in interface com.ozziefix.jlwizard.
WizardPage
The action that should be executed when the finish button is clicked.
getFirstname()
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the firstname property
getForwardName()
- Method in class com.ozziefix.jlwizard.actions.
ForwardAction
the identifier of the page that should be shown.
getForwardName()
- Method in class com.ozziefix.jlwizard.navigation.
PageForward
The forwardName is the name of the page.
getHelpAction()
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
getHelpAction()
- Method in interface com.ozziefix.jlwizard.
WizardPage
The action that should be executed when the help button is clicked.
getIcon()
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
getIcon()
- Method in interface com.ozziefix.jlwizard.
WizardPage
The icon that represents this page.
getLastname()
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the lastname property
getMessage(String)
- Static method in class com.ozziefix.jlwizard.
WizardFactory
Used for I18N messages
getModel()
- Method in class com.ozziefix.jlwizard.
Wizard
The WizardModel is an object that contains the data this wizard will work with.
getNavigator()
- Method in class com.ozziefix.jlwizard.
Wizard
The WizardNavigator allows the user to navigate through the wizard.
getNavigatorComponent()
- Method in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
getNavigatorComponent()
- Method in interface com.ozziefix.jlwizard.navigation.
WizardNavigator
The JComponent that handles the rendering of the navigator.
getNextAction()
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
getNextAction()
- Method in interface com.ozziefix.jlwizard.
WizardPage
The action that should be executed when the next button is clicked.
getPage()
- Method in class com.ozziefix.jlwizard.navigation.
PageForward
the page this forward redirects to.
getPage(String)
- Method in class com.ozziefix.jlwizard.
Wizard
Get the wizard page with the specified forwardName
getPageComponent()
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
getPageComponent()
- Method in interface com.ozziefix.jlwizard.
WizardPage
The JComponent that represents this page.
getPreferredSize()
- Method in class com.ozziefix.jlwizard.windows.
WindowsWizardHeader
getPreviousAction()
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
getPreviousAction()
- Method in interface com.ozziefix.jlwizard.
WizardPage
The action that should be executed when the previous button is clicked.
getSalary()
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the salary property
getSelectedPage()
- Method in class com.ozziefix.jlwizard.
Wizard
Get the selected WizardPage.
getStartAction()
- Method in class com.ozziefix.jlwizard.
Wizard
The StartAction is the WizardAction that should be executed when the wizard is started.
getTitle()
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
getTitle()
- Method in class com.ozziefix.jlwizard.actions.
CancelAction
getTitle()
- Method in class com.ozziefix.jlwizard.actions.
ForwardAction
getTitle()
- Method in interface com.ozziefix.jlwizard.actions.
WizardAction
the title of this action.
getTitle()
- Method in class com.ozziefix.jlwizard.demo.
DemoFinishAction
getTitle()
- Method in class com.ozziefix.jlwizard.demo.
MaybeEmployeeAction
getTitle()
- Method in interface com.ozziefix.jlwizard.
WizardPage
The title of this page.
getWizard()
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
getWizard()
- Method in class com.ozziefix.jlwizard.event.
WizardEvent
The source of this event
getWizard()
- Method in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
getWizard()
- Method in interface com.ozziefix.jlwizard.navigation.
WizardNavigator
The wizard this navigator belongs to
getWizard()
- Method in interface com.ozziefix.jlwizard.
WizardPage
Get the parent wizard
getWizardForCurrentLookAndFeel()
- Static method in class com.ozziefix.jlwizard.
WizardFactory
Create a wizard for the current Look and Feel.
getWizardForCurrentLookAndFeel(Dialog)
- Static method in class com.ozziefix.jlwizard.
WizardFactory
Create a wizard for the current Look and Feel.
getWizardForCurrentLookAndFeel(Frame)
- Static method in class com.ozziefix.jlwizard.
WizardFactory
Create a wizard for the current Look and Feel.
getWizardName()
- Method in class com.ozziefix.jlwizard.
Wizard
The name of the wizard
H
handleError(WizardException)
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizard
handleError(WizardException)
- Method in class com.ozziefix.jlwizard.
Wizard
Show an error message.
HELP
- Static variable in interface com.ozziefix.jlwizard.
Constants
helpButton
- Variable in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
I
initComponents()
- Method in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
Initialize the panel and buttons
initComponents()
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizard
initialize the components
initComponents()
- Method in class com.ozziefix.jlwizard.windows.
WindowsWizard
initComponents()
- Method in class com.ozziefix.jlwizard.windows.
WindowsWizardNavigator
initialize the separator
isEmployee()
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the employee property
isEmpty()
- Method in exception com.ozziefix.jlwizard.exceptions.
ValidationException
is the list of error messages empty?
isHelpButtonVisible()
- Method in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
Should the help button be visible by default?
iterator()
- Method in exception com.ozziefix.jlwizard.exceptions.
ValidationException
an Iterator to iterate over the list of error messages.
L
layoutComponents()
- Method in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
Subclasses should implement this
layoutComponents()
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizardNavigator
layoutComponents()
- Method in class com.ozziefix.jlwizard.windows.
WindowsWizardNavigator
handle the layout of the buttons
load(WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
DemoCommentsPage
load(WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
DemoEmployeeDetailsPage
load(WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
DemoGeneralPage
load(WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
DemoOverviewPage
load(WizardModel)
- Method in interface com.ozziefix.jlwizard.
WizardPage
load the data from the WizardModel in this page.
M
main(String[])
- Static method in class com.ozziefix.jlwizard.demo.
Demo
main method of the demo
main(String[])
- Static method in class com.ozziefix.jlwizard.demo.
PlafDemo
main method of the demo
main(String[])
- Static method in class com.ozziefix.jlwizard.demo.
SimpleBranchingDemo
main method of this demo
main(String[])
- Static method in class com.ozziefix.jlwizard.demo.
SimpleDemo
main method of the demo
main(String[])
- Static method in class com.ozziefix.jlwizard.demo.
WindowsDemo
main method of the demo
MaybeEmployeeAction
- Class in
com.ozziefix.jlwizard.demo
WizardAction for demonstrating branching in a Wizard.
MaybeEmployeeAction(String, String)
- Constructor for class com.ozziefix.jlwizard.demo.
MaybeEmployeeAction
Creates a new MaybeEmployeeAction object.
model
- Variable in class com.ozziefix.jlwizard.demo.
PlafDemo
model
- Variable in class com.ozziefix.jlwizard.demo.
SimpleDemo
model
- Variable in class com.ozziefix.jlwizard.demo.
WindowsDemo
N
NEXT
- Static variable in interface com.ozziefix.jlwizard.
Constants
nextButton
- Variable in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
O
overviewPage
- Variable in class com.ozziefix.jlwizard.demo.
PlafDemo
overviewPage
- Variable in class com.ozziefix.jlwizard.demo.
SimpleDemo
overviewPage
- Variable in class com.ozziefix.jlwizard.demo.
WindowsDemo
P
PageForward
- Class in
com.ozziefix.jlwizard.navigation
a wrapper class for a page forward.
PageForward(String, WizardPage)
- Constructor for class com.ozziefix.jlwizard.navigation.
PageForward
Create a new pageforward
pageSelected(WizardEvent)
- Method in interface com.ozziefix.jlwizard.event.
WizardListener
Notifies the listener that a WizardPage has been selected.
perform(Wizard, WizardModel)
- Method in class com.ozziefix.jlwizard.actions.
CancelAction
perform(Wizard, WizardModel)
- Method in class com.ozziefix.jlwizard.actions.
ForwardAction
perform(Wizard, WizardModel)
- Method in interface com.ozziefix.jlwizard.actions.
WizardAction
perform the action.
perform(Wizard, WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
DemoFinishAction
perform(Wizard, WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
MaybeEmployeeAction
perform(WizardAction, boolean)
- Method in class com.ozziefix.jlwizard.
Wizard
This is where the navigation of the wizard happens.
PlafDemo
- Class in
com.ozziefix.jlwizard.demo
Demonstration of a simple wizard, Windows style.
PlafDemo()
- Constructor for class com.ozziefix.jlwizard.demo.
PlafDemo
Creates a new WindowsDemo object.
PlafDemo(Demo)
- Constructor for class com.ozziefix.jlwizard.demo.
PlafDemo
Creates a new WindowsDemo object.
PREVIOUS
- Static variable in interface com.ozziefix.jlwizard.
Constants
previousButton
- Variable in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
R
refresh()
- Method in interface com.ozziefix.jlwizard.navigation.
WizardNavigator
This method is used to notify the navigator that navigation has occurred within the wizard, so the action buttons should be refreshed
refresh()
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizardNavigator
refresh()
- Method in class com.ozziefix.jlwizard.windows.
WindowsWizardNavigator
removeAllWizardListeners()
- Method in class com.ozziefix.jlwizard.
Wizard
Remove all WizardListeners from this wizard.
removePage(String)
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizard
removePage(String)
- Method in class com.ozziefix.jlwizard.
Wizard
Remove a page from the wizard
removeWizardListener(WizardListener)
- Method in class com.ozziefix.jlwizard.
Wizard
remove a WizardListener from this wizard
reset()
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
reset()
- Method in interface com.ozziefix.jlwizard.
WizardModel
Reset the data of the WizardModel.
S
setCancelAction(WizardAction)
- Method in class com.ozziefix.jlwizard.
Wizard
The CancelAction of a Wizard is the WizardAction that should be executed when the cancel button is clicked.
setComments(String)
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the comments property
setDepartment(String)
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the comments property
setDescription(String)
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
The description of the page.
setDescription(String)
- Method in class com.ozziefix.jlwizard.actions.
ForwardAction
The description of this action.
setDescription(String)
- Method in class com.ozziefix.jlwizard.
Wizard
The description of the wizard
setEmployee(boolean)
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the employee property
setFinishAction(WizardAction)
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
The action that should be executed when the finish button is clicked.
setFirstname(String)
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the firstname property
setForwardName(String)
- Method in class com.ozziefix.jlwizard.actions.
ForwardAction
the identifier of the page that should be shown.
setHelpAction(WizardAction)
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
The action that should be executed when the help button is clicked.
setHelpButtonVisible(boolean)
- Method in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
Should the help button be visible by default?
setIcon(Icon)
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
The icon that represents this page.
setLastname(String)
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the lastname property
setModel(WizardModel)
- Method in class com.ozziefix.jlwizard.
Wizard
The WizardModel is an object that contains the data this wizard will work with.
setNavigator(WizardNavigator)
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizard
setNavigator(WizardNavigator)
- Method in class com.ozziefix.jlwizard.
Wizard
The WizardNavigator allows the user to navigate through the wizard.
setNextAction(WizardAction)
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
The action that should be executed when the next button is clicked.
setPage(WizardPage)
- Method in class com.ozziefix.jlwizard.windows.
WindowsWizardHeader
update the page title, description and icon.
setPreviousAction(WizardAction)
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
The action that should be executed when the previous button is clicked.
setSalary(float)
- Method in class com.ozziefix.jlwizard.demo.
DemoWizardModel
the salary property
setStartAction(WizardAction)
- Method in class com.ozziefix.jlwizard.
Wizard
The StartAction is the WizardAction that should be executed when the wizard is started.
setTitle(String)
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
The title of this page.
setTitle(String)
- Method in class com.ozziefix.jlwizard.actions.
ForwardAction
the title of this action.
setWizard(Wizard)
- Method in class com.ozziefix.jlwizard.
AbstractWizardPage
setWizard(Wizard)
- Method in class com.ozziefix.jlwizard.navigation.
AbstractWizardNavigator
setWizard(Wizard)
- Method in interface com.ozziefix.jlwizard.navigation.
WizardNavigator
This should only be called from the setNavigator() method of the Wizard.
setWizard(Wizard)
- Method in interface com.ozziefix.jlwizard.
WizardPage
This method should only be called by JLWizard, when adding a page to it.
setWizardName(String)
- Method in class com.ozziefix.jlwizard.
Wizard
The name of the wizard
showPage(PageForward)
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizard
showPage(PageForward)
- Method in class com.ozziefix.jlwizard.
Wizard
Show the specified WizardPage.
SimpleBranchingDemo
- Class in
com.ozziefix.jlwizard.demo
This is a demonstration of branching in a Wizard.
SimpleBranchingDemo()
- Constructor for class com.ozziefix.jlwizard.demo.
SimpleBranchingDemo
Create a new SimpleBranchingDemo
SimpleBranchingDemo(Demo)
- Constructor for class com.ozziefix.jlwizard.demo.
SimpleBranchingDemo
Create a new SimpleBranchingDemo
SimpleDemo
- Class in
com.ozziefix.jlwizard.demo
A very simple demonstration of a Wizard
SimpleDemo()
- Constructor for class com.ozziefix.jlwizard.demo.
SimpleDemo
Create a new SimpleDemo
SimpleDemo(Demo)
- Constructor for class com.ozziefix.jlwizard.demo.
SimpleDemo
Create a new SimpleDemo
SimpleWizard
- Class in
com.ozziefix.jlwizard.simple
A Simple Wizard Dialog, consisting of a Panel with CardLayout which contains the pages, and a WindowsWizardNavigator.
SimpleWizard()
- Constructor for class com.ozziefix.jlwizard.simple.
SimpleWizard
Creates a new SimpleWizard object.
SimpleWizard(Dialog)
- Constructor for class com.ozziefix.jlwizard.simple.
SimpleWizard
Creates a new SimpleWizard object.
SimpleWizard(Frame)
- Constructor for class com.ozziefix.jlwizard.simple.
SimpleWizard
Creates a new SimpleWizard object.
SimpleWizardNavigator
- Class in
com.ozziefix.jlwizard.simple
A simple implementation of the WizardNavigator.
SimpleWizardNavigator()
- Constructor for class com.ozziefix.jlwizard.simple.
SimpleWizardNavigator
SimpleWizardPage
- Class in
com.ozziefix.jlwizard.simple
A simple WizardPage with an empty validateInput() method
SimpleWizardPage()
- Constructor for class com.ozziefix.jlwizard.simple.
SimpleWizardPage
Create a new SimpleWizardPage
start()
- Method in class com.ozziefix.jlwizard.demo.
PlafDemo
Start the demo
start()
- Method in class com.ozziefix.jlwizard.demo.
SimpleDemo
Start the demo
start()
- Method in class com.ozziefix.jlwizard.demo.
WindowsDemo
Start the demo
start()
- Method in class com.ozziefix.jlwizard.
Wizard
This is the main entry point of the Wizard.
start(boolean)
- Method in class com.ozziefix.jlwizard.
Wizard
This is the main entry point of the Wizard.
store(WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
DemoCommentsPage
store(WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
DemoEmployeeDetailsPage
store(WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
DemoGeneralPage
store(WizardModel)
- Method in class com.ozziefix.jlwizard.demo.
DemoOverviewPage
store(WizardModel)
- Method in interface com.ozziefix.jlwizard.
WizardPage
store the input from this page in the WizardModel.
U
updateTitle(WizardPage)
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizard
update the titlebar
updateTitle(WizardPage)
- Method in class com.ozziefix.jlwizard.windows.
WindowsWizard
V
validateInput()
- Method in class com.ozziefix.jlwizard.demo.
DemoEmployeeDetailsPage
validateInput()
- Method in class com.ozziefix.jlwizard.demo.
DemoGeneralPage
validateInput()
- Method in class com.ozziefix.jlwizard.simple.
SimpleWizardPage
validateInput()
- Method in interface com.ozziefix.jlwizard.
WizardPage
validate the input from this page.
ValidationException
- Exception in
com.ozziefix.jlwizard.exceptions
This exception is thrown when the validation of a WizardPage fails.
ValidationException()
- Constructor for exception com.ozziefix.jlwizard.exceptions.
ValidationException
Creates a new WizardErrors object.
W
WindowsDemo
- Class in
com.ozziefix.jlwizard.demo
Demonstration of a simple wizard, Windows style.
WindowsDemo()
- Constructor for class com.ozziefix.jlwizard.demo.
WindowsDemo
Creates a new WindowsDemo object.
WindowsDemo(Demo)
- Constructor for class com.ozziefix.jlwizard.demo.
WindowsDemo
Creates a new WindowsDemo object.
WindowsWizard
- Class in
com.ozziefix.jlwizard.windows
A Windows-style implementation of a Wizard.
WindowsWizard()
- Constructor for class com.ozziefix.jlwizard.windows.
WindowsWizard
Create a new WindowsWizard.
WindowsWizard(Dialog)
- Constructor for class com.ozziefix.jlwizard.windows.
WindowsWizard
Create a new WindowsWizard
WindowsWizard(Frame)
- Constructor for class com.ozziefix.jlwizard.windows.
WindowsWizard
Create a new WindowsWizard
WindowsWizardHeader
- Class in
com.ozziefix.jlwizard.windows
A header panel for a WindowsWizard, containing the page title, page description and page icon.
WindowsWizardHeader()
- Constructor for class com.ozziefix.jlwizard.windows.
WindowsWizardHeader
Creates a new WindowsWizardHeader.
WindowsWizardNavigator
- Class in
com.ozziefix.jlwizard.windows
A Windows-style implementation of the WizardNavigator.
WindowsWizardNavigator()
- Constructor for class com.ozziefix.jlwizard.windows.
WindowsWizardNavigator
Creates a new WindowsWizardNavigator object.
wizard
- Variable in class com.ozziefix.jlwizard.demo.
PlafDemo
wizard
- Variable in class com.ozziefix.jlwizard.demo.
SimpleDemo
wizard
- Variable in class com.ozziefix.jlwizard.demo.
WindowsDemo
Wizard
- Class in
com.ozziefix.jlwizard
A Wizard is a Swing JDialog that contains a number of WizardPages, a number of WizardActions, a navigation bar and a WizardModel.
Wizard()
- Constructor for class com.ozziefix.jlwizard.
Wizard
Creates a new Wizard object.
Wizard(Dialog)
- Constructor for class com.ozziefix.jlwizard.
Wizard
Creates a new Wizard object.
Wizard(Frame)
- Constructor for class com.ozziefix.jlwizard.
Wizard
Creates a new Wizard object.
WizardAction
- Interface in
com.ozziefix.jlwizard.actions
A Wizard Action performs some logic on the model, when an action button is pressed on the navigation bar, and then returns a PageForward which determines which WizardPage is shown next.
wizardCancelled(WizardEvent)
- Method in interface com.ozziefix.jlwizard.event.
WizardListener
Notifies the listener that the Wizard has been cancelled.
WizardEvent
- Class in
com.ozziefix.jlwizard.event
An event object for wizard-related events.
WizardEvent(Wizard)
- Constructor for class com.ozziefix.jlwizard.event.
WizardEvent
Creates a new WizardEvent object.
WizardException
- Exception in
com.ozziefix.jlwizard.exceptions
a general exception for when something goes wrong in a Wizard.
WizardException()
- Constructor for exception com.ozziefix.jlwizard.exceptions.
WizardException
Create a new WizardException
WizardException(String)
- Constructor for exception com.ozziefix.jlwizard.exceptions.
WizardException
Create a new WizardException
WizardException(String, Throwable)
- Constructor for exception com.ozziefix.jlwizard.exceptions.
WizardException
Create a new WizardException
WizardException(Throwable)
- Constructor for exception com.ozziefix.jlwizard.exceptions.
WizardException
Create a new WizardException
WizardFactory
- Class in
com.ozziefix.jlwizard
Factory object for creating Wizards
wizardFinished(WizardEvent)
- Method in interface com.ozziefix.jlwizard.event.
WizardListener
Notifies the listener that the Wizard was finished successfully.
WizardListener
- Interface in
com.ozziefix.jlwizard.event
A Listener for WizardEvents
WizardModel
- Interface in
com.ozziefix.jlwizard
JLWizard uses the Model-View-Controller design pattern.
WizardNavigator
- Interface in
com.ozziefix.jlwizard.navigation
This is the panel containing the navigation buttons in the bottom of the wizard dialog.
WizardPage
- Interface in
com.ozziefix.jlwizard
The WizardPage constitutes (a part of) the view of a Wizard.
wizardStarted(WizardEvent)
- Method in interface com.ozziefix.jlwizard.event.
WizardListener
Notifies the listener that the Wizard has been started.
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
U
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004 - 2005 by Jurgen Lust.