A B C D E F G H I J L M N O P R S U W

A

AbstractStep - Class in net.javaprog.ui.wizard
Provides a basic Step implementation.
AbstractStep(String, String) - Constructor for class net.javaprog.ui.wizard.AbstractStep
Creates a new Step with the given name and description.
actionListener - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
actionPerformed(ActionEvent) - Method in class net.javaprog.ui.wizard.JavaHelpSupport
Reacts to help request actions by notifying the HelpBroker to display an appropriate help ID.
actionPerformed(ActionEvent) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicActionHandler
 
addActionListener(ActionListener) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
Adds the given action listener to the buttons.
addLayoutComponent(String, Component) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardLayout
 
addPropertyChangeListener(PropertyChangeListener) - Method in class net.javaprog.ui.wizard.AbstractStep
 
addPropertyChangeListener(PropertyChangeListener) - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Does nothing.
addPropertyChangeListener(PropertyChangeListener) - Method in interface net.javaprog.ui.wizard.Step
Adds a listener for the back, next and finish properties.
addWizardModelListener(WizardModelListener) - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
addWizardModelListener(WizardModelListener) - Method in interface net.javaprog.ui.wizard.WizardModel
Adds a listener for the back, next and finish actions.

B

BACK_ACTION - Static variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
BACK_PROPERTY - Static variable in interface net.javaprog.ui.wizard.Step
Property name that is used for PropertyChangeEvents generated when the canGoBack property is Changed.
backButton - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
BasicActionHandler - Class in net.javaprog.ui.wizard.plaf.basic
 
BasicActionHandler(WizardModel) - Constructor for class net.javaprog.ui.wizard.plaf.basic.BasicActionHandler
 
BasicWindowHandler - Class in net.javaprog.ui.wizard.plaf.basic
 
BasicWindowHandler(Wizard) - Constructor for class net.javaprog.ui.wizard.plaf.basic.BasicWindowHandler
 
BasicWizardContentPaneUI - Class in net.javaprog.ui.wizard.plaf.basic
A basic WizardContentPaneUI implementation providing common behaviour and look.
BasicWizardContentPaneUI() - Constructor for class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
BasicWizardContentPaneUI.BasicPropertyChangeHandler - Class in net.javaprog.ui.wizard.plaf.basic
 
BasicWizardContentPaneUI.BasicPropertyChangeHandler() - Constructor for class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicPropertyChangeHandler
 
BasicWizardContentPaneUI.BasicWizardLayout - Class in net.javaprog.ui.wizard.plaf.basic
 
BasicWizardContentPaneUI.BasicWizardLayout() - Constructor for class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardLayout
 
BasicWizardContentPaneUI.BasicWizardModelHandler - Class in net.javaprog.ui.wizard.plaf.basic
 
BasicWizardContentPaneUI.BasicWizardModelHandler() - Constructor for class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardModelHandler
 
BasicWizardNavigator - Class in net.javaprog.ui.wizard.plaf.basic
Provides navigation facilities for the wizard model.
BasicWizardNavigator(Wizard) - Constructor for class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
Creates a new navigation bar for the given wizard.
bold - Variable in class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer
 

C

canCancel - Variable in class net.javaprog.ui.wizard.AbstractStep
 
canCancel() - Method in class net.javaprog.ui.wizard.AbstractStep
 
canCancel() - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Returns true.
canCancel() - Method in interface net.javaprog.ui.wizard.Step
Returns whether the cancel action is enabled.
CANCEL_ACTION - Static variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
CANCEL_PROPERTY - Static variable in interface net.javaprog.ui.wizard.Step
Property name that is used for PropertyChangeEvents generated when the canCancel property is Changed.
cancelButton - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
cancelWizard() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
cancelWizard() - Method in interface net.javaprog.ui.wizard.WizardModel
Cancels the wizard.
canFinish - Variable in class net.javaprog.ui.wizard.AbstractStep
 
canFinish() - Method in class net.javaprog.ui.wizard.AbstractStep
 
canFinish() - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Returns false.
canFinish() - Method in interface net.javaprog.ui.wizard.Step
Returns whether the finish action is enabled.
canGoBack - Variable in class net.javaprog.ui.wizard.AbstractStep
 
canGoBack() - Method in class net.javaprog.ui.wizard.AbstractStep
 
canGoBack() - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Returns true.
canGoBack() - Method in interface net.javaprog.ui.wizard.Step
Returns whether the back action is enabled.
canGoNext - Variable in class net.javaprog.ui.wizard.AbstractStep
 
canGoNext() - Method in class net.javaprog.ui.wizard.AbstractStep
 
canGoNext() - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Returns true.
canGoNext() - Method in interface net.javaprog.ui.wizard.Step
Returns whether the next action is enabled.
component - Variable in class net.javaprog.ui.wizard.AbstractStep
The component displayed in the wizard dialog.
contains(Step) - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
contains(Step) - Method in interface net.javaprog.ui.wizard.WizardModel
Returns whether the sequence contains the given step.
createActionListener() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
createBackgroundImage(Icon) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsStepListRenderer
Creates the bluescale, enlarged background image from the given icon.
createComponent() - Method in class net.javaprog.ui.wizard.AbstractStep
Subclasses must overwrite this method and return the step's component.
createForegroundImage(Icon) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsStepListRenderer
Creates the foreground image from the given icon.
createLayoutManager() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
createLayoutManager() - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI
 
createPropertyChangeListener() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
createPropertyChangeListener() - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI
 
createUI(JComponent) - Static method in class net.javaprog.ui.wizard.plaf.metal.MetalWizardContentPaneUI
 
createUI(JComponent) - Static method in class net.javaprog.ui.wizard.plaf.plastic.PlasticWizardContentPaneUI
 
createUI(JComponent) - Static method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI
 
createWindowListener() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
createWizardModelListener() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
createWizardNavigator() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
createWizardNavigator() - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI
 
currentStep - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 

D

data - Variable in class net.javaprog.ui.wizard.DataModel
Maps identifier keys to DataLookup instances.
DataLookup - Interface in net.javaprog.ui.wizard
Provides a simple interface for a data lookup mechanism used by DataModel.
DataModel - Class in net.javaprog.ui.wizard
Provides a data container that can be shared by steps aiming to collect data.
DataModel() - Constructor for class net.javaprog.ui.wizard.DataModel
Creates a new data model.
DefaultDataLookup - Class in net.javaprog.ui.wizard
Default implementation for DataLookup using reflection.
DefaultDataLookup(Object, Method, Object[]) - Constructor for class net.javaprog.ui.wizard.DefaultDataLookup
Creates a new data lookup mechanism using the given method on the specified object passing the given parameters.
DefaultDataLookup(Object, PropertyDescriptor) - Constructor for class net.javaprog.ui.wizard.DefaultDataLookup
Creates a new data lookup mechanism using the given property on the specified object.
DefaultDataLookup(Object, String) - Constructor for class net.javaprog.ui.wizard.DefaultDataLookup
Creates a new data lookup mechanism using the given property on the specified object.
DefaultWizardModel - Class in net.javaprog.ui.wizard
Default implementation for WizardModel.
DefaultWizardModel(Step[]) - Constructor for class net.javaprog.ui.wizard.DefaultWizardModel
Creates a new wizard model from the given step array.
DefaultWizardModel.DummyStep - Class in net.javaprog.ui.wizard
Step implementation used in dynamic wizard models.
DefaultWizardModel.DummyStep() - Constructor for class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
 
description - Variable in class net.javaprog.ui.wizard.AbstractStep
The description displayed by the step description renderer.
descriptionLabel - Variable in class net.javaprog.ui.wizard.plaf.windows.WindowsStepDescriptionRenderer
 

E

enableHelp(Wizard, HelpBroker) - Static method in class net.javaprog.ui.wizard.JavaHelpSupport
Activates support for JavaHelp for the given Wizard instance.
enableHelp(ActionListener) - Method in class net.javaprog.ui.wizard.Wizard
Enables help using the given action listener.
ensureContainsComponent(Container, Component) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI.WindowsWizardLayout
 

F

FINISH_ACTION - Static variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
FINISH_PROPERTY - Static variable in interface net.javaprog.ui.wizard.Step
Property name that is used for PropertyChangeEvents generated when the canFinish property is Changed.
finishButton - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
finishWizard() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
finishWizard() - Method in interface net.javaprog.ui.wizard.WizardModel
Finishes the wizard if possible.
firePropertyChange(String, Object, Object) - Method in class net.javaprog.ui.wizard.AbstractStep
Notifies the listeners of a property change.
fireStepShown() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
Notifies the listeners that a certain step has been shown.
fireWizardCanceled() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
Notifies the listeners that the wizard has been canceled.
fireWizardFinished() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
Notifies the listeners that the wizard has been finished.
fireWizardModelChanged() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
Notifies the wizard that the wizard model has been changed.

G

getBeanDescriptor() - Method in class net.javaprog.ui.wizard.WizardBeanInfo
Gets the bean's BeanDescriptors.
getBorderInsets(Component) - Method in class net.javaprog.ui.wizard.plaf.basic.SingleSideEtchedBorder
 
getBorderInsets(Component, Insets) - Method in class net.javaprog.ui.wizard.plaf.basic.SingleSideEtchedBorder
 
getBorderInsets(Component) - Method in class net.javaprog.ui.wizard.plaf.basic.SingleSideLineBorder
 
getBorderInsets(Component, Insets) - Method in class net.javaprog.ui.wizard.plaf.basic.SingleSideLineBorder
 
getComponent() - Method in class net.javaprog.ui.wizard.AbstractStep
Returns the step's component.
getComponent() - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Returns null.
getComponent() - Method in interface net.javaprog.ui.wizard.Step
Returns the step's component that will be displayed in the wizard.
getCurrentIndex() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
getCurrentIndex() - Method in interface net.javaprog.ui.wizard.WizardModel
Returns the index of the currently visible step in the sequence.
getCurrentStep() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
getCurrentStep() - Method in interface net.javaprog.ui.wizard.WizardModel
Returns the currently visible step.
getData(String) - Method in class net.javaprog.ui.wizard.DataModel
Returns the value of a previously registered data source.
getDefaultEventIndex() - Method in class net.javaprog.ui.wizard.WizardBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultPropertyIndex() - Method in class net.javaprog.ui.wizard.WizardBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDescription() - Method in class net.javaprog.ui.wizard.AbstractStep
 
getDescription() - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Returns an empty string.
getDescription() - Method in interface net.javaprog.ui.wizard.Step
Returns a descriptive string for this step that might be displayed in the StepDescriptionRenderer.
getEventSetDescriptors() - Method in class net.javaprog.ui.wizard.WizardBeanInfo
Gets the bean's EventSetDescriptors.
getIcon() - Method in class net.javaprog.ui.wizard.Wizard
Returns the icon that is used to represent the wizard.
getIcon(int) - Method in class net.javaprog.ui.wizard.WizardBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getImageIcon() - Method in class net.javaprog.ui.wizard.Wizard
Deprecated. As of version 0.1.4 replaced by Wizard.getIcon()
getMethodDescriptors() - Method in class net.javaprog.ui.wizard.WizardBeanInfo
Gets the bean's MethodDescriptors.
getModel() - Method in class net.javaprog.ui.wizard.Wizard
Returns the wizard's model.
getName() - Method in class net.javaprog.ui.wizard.AbstractStep
 
getName() - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Returns "...
getName() - Method in interface net.javaprog.ui.wizard.Step
Returns the step's name that might be displayed in the StepDescriptionRenderer and in the StepListRenderer.
getPendingSteps() - Method in interface net.javaprog.ui.wizard.StepModelCustomizer
Returns the steps that should be taken after the step implementing this interface.
getPropertyDescriptors() - Method in class net.javaprog.ui.wizard.WizardBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyPrefix() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
getPropertyPrefix() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
getScaledIcon(Icon) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsStepDescriptionRenderer
Scales the given icon so that it is 36 pixel wide.
getStepCount() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
getStepCount() - Method in interface net.javaprog.ui.wizard.WizardModel
Returns the number of steps in this sequence.
getStepDescriptionRenderer() - Method in class net.javaprog.ui.wizard.Wizard
Returns the renderer for the step description.
getStepDescriptionRendererComponent(Wizard) - Method in class net.javaprog.ui.wizard.plaf.metal.MetalStepDescriptionRenderer
 
getStepDescriptionRendererComponent(Wizard) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsStepDescriptionRenderer
 
getStepDescriptionRendererComponent(Wizard) - Method in interface net.javaprog.ui.wizard.StepDescriptionRenderer
Returns a component capable of rendering step meta information.
getStepListRenderer() - Method in class net.javaprog.ui.wizard.Wizard
Returns the renderer for the step list.
getStepListRendererComponent(Wizard) - Method in class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer
 
getStepListRendererComponent(Wizard) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsStepListRenderer
 
getStepListRendererComponent(Wizard) - Method in interface net.javaprog.ui.wizard.StepListRenderer
Returns a component capable of rendering step sequence meta information.
getSteps() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
getSteps() - Method in interface net.javaprog.ui.wizard.WizardModel
Returns the sequence of steps as a plain array.
getUI() - Method in class net.javaprog.ui.wizard.WizardContentPane
 
getUIClassID() - Method in class net.javaprog.ui.wizard.WizardContentPane
 
getWizard() - Method in class net.javaprog.ui.wizard.WizardContentPane
 
goBack() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
goBack() - Method in interface net.javaprog.ui.wizard.WizardModel
Requests that the previous step should be shown if possible.
goNext() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
goNext() - Method in interface net.javaprog.ui.wizard.WizardModel
Requests that the next step should be shown if possible.

H

hb - Variable in class net.javaprog.ui.wizard.JavaHelpSupport
 
headerLabel - Variable in class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer
 
HELP_LISTENER_PROPERTY - Static variable in class net.javaprog.ui.wizard.Wizard
The property name for the help listener.
helpButton - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 

I

icon - Variable in class net.javaprog.ui.wizard.plaf.windows.WindowsStepListRenderer
 
icon - Variable in class net.javaprog.ui.wizard.Wizard
An icon representing the wizard.
ICON_PROPERTY - Static variable in class net.javaprog.ui.wizard.Wizard
The property name for the icon.
iconLabel - Variable in class net.javaprog.ui.wizard.plaf.windows.WindowsStepDescriptionRenderer
 
index - Variable in class net.javaprog.ui.wizard.DefaultWizardModel
The index of the currently displayed step.
initButtons() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
Initializes the navigation buttons.
installComponents() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
installDefaults() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
installListeners() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
installUI(JComponent) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
isDisplayingFinishButton - Variable in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardNavigator
 

J

JavaHelpSupport - Class in net.javaprog.ui.wizard
Provides for a seamless integration of jwizz with JavaHelp.

L

labelPanel - Variable in class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer
 
labels - Variable in class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer
 
layoutButtons() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
Lays out the buttons in a horizontal row.
layoutButtons() - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardNavigator
 
layoutContainer(Container) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardLayout
 
layoutContainer(Container) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI.WindowsWizardLayout
 
listenerList - Variable in class net.javaprog.ui.wizard.AbstractStep
Manages the listeners registered with this step.
listenerList - Variable in class net.javaprog.ui.wizard.DefaultWizardModel
Manages the listeners registered with this model.
lookupData() - Method in interface net.javaprog.ui.wizard.DataLookup
Returns the value of the data source this object is registered with.
lookupData() - Method in class net.javaprog.ui.wizard.DefaultDataLookup
 
lookupMethod - Variable in class net.javaprog.ui.wizard.DefaultDataLookup
 

M

MetalStepDescriptionRenderer - Class in net.javaprog.ui.wizard.plaf.metal
 
MetalStepDescriptionRenderer() - Constructor for class net.javaprog.ui.wizard.plaf.metal.MetalStepDescriptionRenderer
 
MetalStepDescriptionRenderer.UIResource - Class in net.javaprog.ui.wizard.plaf.metal
 
MetalStepDescriptionRenderer.UIResource() - Constructor for class net.javaprog.ui.wizard.plaf.metal.MetalStepDescriptionRenderer.UIResource
 
MetalStepListRenderer - Class in net.javaprog.ui.wizard.plaf.metal
 
MetalStepListRenderer() - Constructor for class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer
 
MetalStepListRenderer.UIResource - Class in net.javaprog.ui.wizard.plaf.metal
 
MetalStepListRenderer.UIResource() - Constructor for class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer.UIResource
 
MetalWizardContentPaneUI - Class in net.javaprog.ui.wizard.plaf.metal
Adapts the wizard's content pane to the Metal look and feel.
MetalWizardContentPaneUI() - Constructor for class net.javaprog.ui.wizard.plaf.metal.MetalWizardContentPaneUI
 
minimumLayoutSize(Container) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardLayout
 
minimumLayoutSize(Container) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI.WindowsWizardLayout
 
model - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicActionHandler
 
model - Variable in class net.javaprog.ui.wizard.Wizard
The wizard's model.
MODEL_PROPERTY - Static variable in class net.javaprog.ui.wizard.Wizard
The property name for the wizard model.

N

name - Variable in class net.javaprog.ui.wizard.AbstractStep
The name displayed in the step list.
nameLabel - Variable in class net.javaprog.ui.wizard.plaf.windows.WindowsStepDescriptionRenderer
 
net.javaprog.ui.wizard - package net.javaprog.ui.wizard
Main package.
net.javaprog.ui.wizard.plaf - package net.javaprog.ui.wizard.plaf
Pluggable Look And Feel interfaces.
net.javaprog.ui.wizard.plaf.basic - package net.javaprog.ui.wizard.plaf.basic
Basic Pluggable Look And Feel implementation.
net.javaprog.ui.wizard.plaf.metal - package net.javaprog.ui.wizard.plaf.metal
Pluggable Look And Feel implementation for MetalLookAndFeel.
net.javaprog.ui.wizard.plaf.plastic - package net.javaprog.ui.wizard.plaf.plastic
Pluggable Look And Feel implementation for PlasticLookAndFeel.
net.javaprog.ui.wizard.plaf.windows - package net.javaprog.ui.wizard.plaf.windows
Pluggable Look And Feel implementation for WindowsLookAndFeel.
NEXT_ACTION - Static variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
NEXT_BUTTON_MNEMONIC - Variable in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardNavigator
 
NEXT_BUTTON_TEXT - Variable in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardNavigator
 
NEXT_PROPERTY - Static variable in interface net.javaprog.ui.wizard.Step
Property name that is used for PropertyChangeEvents generated when the canGoNext property is Changed.
nextButton - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
normal - Variable in class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer
 

O

object - Variable in class net.javaprog.ui.wizard.DefaultDataLookup
 

P

paintBorder(Component, Graphics, int, int, int, int) - Method in class net.javaprog.ui.wizard.plaf.basic.SingleSideEtchedBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class net.javaprog.ui.wizard.plaf.basic.SingleSideLineBorder
 
paintComponent(Graphics) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsStepListRenderer
Paints a bluescale, enlarged version of the wizard's icon and on top of that the original icon surrounded by a white border.
parameterList - Variable in class net.javaprog.ui.wizard.DefaultDataLookup
 
PlasticWizardContentPaneUI - Class in net.javaprog.ui.wizard.plaf.plastic
Adapts the wizard's content pane to the Plastic look and feel.
PlasticWizardContentPaneUI() - Constructor for class net.javaprog.ui.wizard.plaf.plastic.PlasticWizardContentPaneUI
 
preferredLayoutSize(Container) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardLayout
 
prepareRendering() - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Does nothing.
prepareRendering() - Method in interface net.javaprog.ui.wizard.Step
Is called just before the component will be displayed.
propertyChange(PropertyChangeEvent) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicPropertyChangeHandler
 
propertyChange(PropertyChangeEvent) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI.WindowsPropertyChangeHandler
 
propertyChangeListener - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 

R

registerDataLookup(String, DataLookup) - Method in class net.javaprog.ui.wizard.DataModel
Registers the given data lookup mechanism with this model using the key as identifier.
removeActionListener(ActionListener) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
Removes the given action listener from the buttons.
removeLayoutComponent(Component) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardLayout
 
removePropertyChangeListener(PropertyChangeListener) - Method in class net.javaprog.ui.wizard.AbstractStep
 
removePropertyChangeListener(PropertyChangeListener) - Method in class net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Does nothing.
removePropertyChangeListener(PropertyChangeListener) - Method in interface net.javaprog.ui.wizard.Step
Removes a previously added listener.
removeWizardModelListener(WizardModelListener) - Method in class net.javaprog.ui.wizard.DefaultWizardModel
 
removeWizardModelListener(WizardModelListener) - Method in interface net.javaprog.ui.wizard.WizardModel
Removes a previously added listener.

S

setCanCancel(boolean) - Method in class net.javaprog.ui.wizard.AbstractStep
Changes the canCancel property and notifies the listeners.
setCanFinish(boolean) - Method in class net.javaprog.ui.wizard.AbstractStep
Changes the canFinish property and notifies the listeners.
setCanGoBack(boolean) - Method in class net.javaprog.ui.wizard.AbstractStep
Changes the canGoBack property and notifies the listeners.
setCanGoNext(boolean) - Method in class net.javaprog.ui.wizard.AbstractStep
Changes the canGoNext property and notifies the listeners.
setForeground(Color) - Method in class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer
 
setIcon(Icon) - Method in class net.javaprog.ui.wizard.Wizard
Sets the icon that is used to represent the wizard.
setModel(WizardModel) - Method in class net.javaprog.ui.wizard.Wizard
Sets the wizard's model.
setStepDescriptionRenderer(StepDescriptionRenderer) - Method in class net.javaprog.ui.wizard.Wizard
Overrides the step description renderer property.
setStepListRenderer(StepListRenderer) - Method in class net.javaprog.ui.wizard.Wizard
Overrides the step list renderer property.
setUI(WizardContentPaneUI) - Method in class net.javaprog.ui.wizard.WizardContentPane
 
side - Variable in class net.javaprog.ui.wizard.plaf.basic.SingleSideEtchedBorder
 
side - Variable in class net.javaprog.ui.wizard.plaf.basic.SingleSideLineBorder
 
SingleSideEtchedBorder - Class in net.javaprog.ui.wizard.plaf.basic
 
SingleSideEtchedBorder(int) - Constructor for class net.javaprog.ui.wizard.plaf.basic.SingleSideEtchedBorder
 
SingleSideEtchedBorder(int, int) - Constructor for class net.javaprog.ui.wizard.plaf.basic.SingleSideEtchedBorder
 
SingleSideLineBorder - Class in net.javaprog.ui.wizard.plaf.basic
 
SingleSideLineBorder(Color, int) - Constructor for class net.javaprog.ui.wizard.plaf.basic.SingleSideLineBorder
 
Step - Interface in net.javaprog.ui.wizard
Models a simple step in a sequence of steps.
STEP_DESCRIPTION_RENDERER_PROPERTY - Static variable in class net.javaprog.ui.wizard.Wizard
The property name for the step description renderer.
STEP_LIST_RENDERER_PROPERTY - Static variable in class net.javaprog.ui.wizard.Wizard
The property name for the step list renderer.
stepDescriptionRenderer - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
StepDescriptionRenderer - Interface in net.javaprog.ui.wizard
Provides an interface for rendering step meta information.
stepDescriptionRenderer - Variable in class net.javaprog.ui.wizard.Wizard
The renderer for the step description.
stepListRenderer - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
StepListRenderer - Interface in net.javaprog.ui.wizard
Provides an interface for rendering step sequence meta information.
stepListRenderer - Variable in class net.javaprog.ui.wizard.Wizard
The renderer for the step list.
StepModelCustomizer - Interface in net.javaprog.ui.wizard
Enables dynamic step sequences.
steps - Variable in class net.javaprog.ui.wizard.DefaultWizardModel
Contains references to the actual steps.
steps() - Method in class net.javaprog.ui.wizard.DefaultWizardModel
Provides an iterator for the step sequence.
stepShown(WizardModelEvent) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardModelHandler
 
stepShown(WizardModelEvent) - Method in interface net.javaprog.ui.wizard.WizardModelListener
Called when a step from the model is shown in the wizard.

U

uninstallComponents() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
uninstallDefaults() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
uninstallListeners() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
uninstallUI(JComponent) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
updateNavigation() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
Updates the buttons' states according to the model's state.
updateNavigation() - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardNavigator
 
updateStepComponent() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
updateStepComponent() - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI
 
updateStepDescription(Step) - Method in class net.javaprog.ui.wizard.plaf.metal.MetalStepDescriptionRenderer
 
updateStepDescription(Step) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsStepDescriptionRenderer
 
updateStepDescription(Step) - Method in interface net.javaprog.ui.wizard.StepDescriptionRenderer
Called to update the display for the given step.
updateStepDescriptionRendererComponent() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
updateStepList(WizardModel) - Method in class net.javaprog.ui.wizard.plaf.metal.MetalStepListRenderer
 
updateStepList(WizardModel) - Method in class net.javaprog.ui.wizard.plaf.windows.WindowsStepListRenderer
Does nothing because there actually is no step list to update.
updateStepList(WizardModel) - Method in interface net.javaprog.ui.wizard.StepListRenderer
Called to update the display for the given step sequence.
updateStepListRendererComponent() - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
updateUI() - Method in class net.javaprog.ui.wizard.WizardContentPane
This method gets directly called from the constructor and initializes the UI delegate.

W

windowClosing(WindowEvent) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWindowHandler
 
windowListener - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
WindowsStepDescriptionRenderer - Class in net.javaprog.ui.wizard.plaf.windows
 
WindowsStepDescriptionRenderer() - Constructor for class net.javaprog.ui.wizard.plaf.windows.WindowsStepDescriptionRenderer
 
WindowsStepDescriptionRenderer.UIResource - Class in net.javaprog.ui.wizard.plaf.windows
 
WindowsStepDescriptionRenderer.UIResource() - Constructor for class net.javaprog.ui.wizard.plaf.windows.WindowsStepDescriptionRenderer.UIResource
 
WindowsStepListRenderer - Class in net.javaprog.ui.wizard.plaf.windows
Instead of displaying a step list, this component paints the wizard's icon.
WindowsStepListRenderer() - Constructor for class net.javaprog.ui.wizard.plaf.windows.WindowsStepListRenderer
 
WindowsStepListRenderer.UIResource - Class in net.javaprog.ui.wizard.plaf.windows
 
WindowsStepListRenderer.UIResource() - Constructor for class net.javaprog.ui.wizard.plaf.windows.WindowsStepListRenderer.UIResource
 
WindowsWizardContentPaneUI - Class in net.javaprog.ui.wizard.plaf.windows
Adapts the wizard's content pane to the Windows look and feel.
WindowsWizardContentPaneUI() - Constructor for class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI
 
WindowsWizardContentPaneUI.WindowsPropertyChangeHandler - Class in net.javaprog.ui.wizard.plaf.windows
 
WindowsWizardContentPaneUI.WindowsPropertyChangeHandler() - Constructor for class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI.WindowsPropertyChangeHandler
 
WindowsWizardContentPaneUI.WindowsWizardLayout - Class in net.javaprog.ui.wizard.plaf.windows
 
WindowsWizardContentPaneUI.WindowsWizardLayout() - Constructor for class net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI.WindowsWizardLayout
 
WindowsWizardNavigator - Class in net.javaprog.ui.wizard.plaf.windows
This subclass shows only three buttons: back, next and cancel.
WindowsWizardNavigator(Wizard) - Constructor for class net.javaprog.ui.wizard.plaf.windows.WindowsWizardNavigator
 
wizard - Variable in class net.javaprog.ui.wizard.JavaHelpSupport
 
wizard - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWindowHandler
 
wizard - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
wizard - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardNavigator
 
Wizard - Class in net.javaprog.ui.wizard
The main component class.
Wizard() - Constructor for class net.javaprog.ui.wizard.Wizard
Creates a new wizard with a dummy model and the title string "Wizard".
Wizard(WizardModel, String) - Constructor for class net.javaprog.ui.wizard.Wizard
Creates a new wizard from the given model with the given title.
Wizard(Frame, WizardModel, String) - Constructor for class net.javaprog.ui.wizard.Wizard
Creates a new wizard from the given model with the given title.
Wizard(WizardModel, String, Icon) - Constructor for class net.javaprog.ui.wizard.Wizard
Creates a new wizard from the given model with the given title and icon.
Wizard(Frame, WizardModel, String, Icon) - Constructor for class net.javaprog.ui.wizard.Wizard
Creates a new wizard from the given model with the given title and icon.
wizard - Variable in class net.javaprog.ui.wizard.WizardContentPane
 
WizardBeanInfo - Class in net.javaprog.ui.wizard
 
WizardBeanInfo() - Constructor for class net.javaprog.ui.wizard.WizardBeanInfo
 
wizardCanceled(WizardModelEvent) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardModelHandler
 
wizardCanceled(WizardModelEvent) - Method in interface net.javaprog.ui.wizard.WizardModelListener
Called when the wizard is canceled.
wizardContentPane - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
WizardContentPane - Class in net.javaprog.ui.wizard
The wizard's content pane.
WizardContentPane(Wizard) - Constructor for class net.javaprog.ui.wizard.WizardContentPane
Creates a new content pane for the given wizard.
WizardContentPaneUI - Class in net.javaprog.ui.wizard.plaf
The superclass for the wizard's content pane UI delegate.
WizardContentPaneUI() - Constructor for class net.javaprog.ui.wizard.plaf.WizardContentPaneUI
 
wizardFinished(WizardModelEvent) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardModelHandler
 
wizardFinished(WizardModelEvent) - Method in interface net.javaprog.ui.wizard.WizardModelListener
Called when the wizard is finished.
WizardModel - Interface in net.javaprog.ui.wizard
Models a sequence of steps.
wizardModelChanged(WizardModelEvent) - Method in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardModelHandler
 
wizardModelChanged(WizardModelEvent) - Method in interface net.javaprog.ui.wizard.WizardModelListener
Called when the wizard model changes due to some StepModelCustomizer.
WizardModelEvent - Class in net.javaprog.ui.wizard
Information transport object for event notification.
WizardModelEvent(WizardModel) - Constructor for class net.javaprog.ui.wizard.WizardModelEvent
Creates a new event with the given WizardModel as event source.
wizardModelListener - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 
WizardModelListener - Interface in net.javaprog.ui.wizard
Provides an interface for wizard model event listeners.
wizardNavigator - Variable in class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
 

A B C D E F G H I J L M N O P R S U W