Side of Software
Wizard Library 1.6
A B C D E F G H I J L M N O P R S T U V W

A

AbstractModel - class sos.wizard.AbstractModel.
An abstract implementation of Model that handles the registration and notification of property change listeners.
AbstractModel() - Constructor for class sos.wizard.AbstractModel
 
AbstractPage - class sos.wizard.AbstractPage.
A partial implementation of the Page interface.
AbstractPage() - Constructor for class sos.wizard.AbstractPage
Creates a new instance of AbstractPage with no name.
AbstractPage(Object) - Constructor for class sos.wizard.AbstractPage
Creates a new instance of AbstractPage with the specified name.
AbstractPageEditor - class sos.wizard.AbstractPageEditor.
A partial implementation of the PageEditor interface.
AbstractPageEditor() - Constructor for class sos.wizard.AbstractPageEditor
 
AbstractTask - class sos.wizard.AbstractTask.
A partial implementation of the Task interface.
AbstractTask() - Constructor for class sos.wizard.AbstractTask
Creates an AbstractTask with no name.
AbstractTask(String) - Constructor for class sos.wizard.AbstractTask
Creates an AbstractTask with the specified name.
AbstractWizardModel - class sos.wizard.AbstractWizardModel.
A partial implementation of the WizardModel interface.
AbstractWizardModel() - Constructor for class sos.wizard.AbstractWizardModel
 
AccessibleWizardRole - class sos.wizard.AccessibleWizardRole.
An extension of javax.accessibility.AccessibleRole that defines roles for wizards.
AccessibleWizardRole(String) - Constructor for class sos.wizard.AccessibleWizardRole
Creates a new AccessibleWizardRole given the locale-independent key.
ACCESSORY_COMPONENT_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's accessory component has changed.
ACCESSORY_PERCENTAGE_KEY - Static variable in class sos.wizard.BasicWizardUI
The look-and-feel key for the ideal percentage the accessory component should be in relation to the entire wizard component.
addActionListener(ActionListener) - Method in class sos.wizard.JWizard
Adds an ActionListener.
addLast(Page) - Method in class sos.wizard.DefaultWizardModel
Adds the specified page to the end of the current list of pages.
addLast(Page, DefaultWizardModel.Transition) - Method in class sos.wizard.DefaultWizardModel
Adds the specified page to the end of the current list of pages and assigns it the specified transition.
addListDataListener(ListDataListener) - Method in interface sos.wizard.WizardModel
Adds a listener to the list that is notified each time a change to the data model occurs.
addListDataListener(ListDataListener) - Method in class sos.wizard.AbstractWizardModel
 
addListDataListener(ListDataListener) - Method in class sos.wizard.AbstractTask
Adds a listener to the list that's notified each time a change to the data model occurs.
addProgressListener(ProgressListener) - Method in interface sos.wizard.Task
Registers the specified listener to get notified when this task's progress changes.
addProgressListener(ProgressListener) - Method in class sos.wizard.AbstractTask
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface sos.wizard.Model
Registers the specified property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class sos.wizard.AbstractModel
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface sos.wizard.Model
Registers the specified property change listener for the specified property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class sos.wizard.AbstractModel
 
ANCESTOR_INPUT_MAP_KEY - Static variable in class sos.wizard.BasicWizardUI
The look-and-feel key for the ancestor input map.

B

BACK_ACTION - Static variable in class sos.wizard.JWizard
Instruction to return to the previous step.
BACK_PROPERTY - Static variable in interface sos.wizard.WizardModel
Constant used by property change events to signal that the wizard's ability to return to the previous step has changed.
BACKGROUND_KEY - Static variable in class sos.wizard.BasicWizardUI
The look-and-feel key for the background color.
BasicWizardUI - class sos.wizard.BasicWizardUI.
A basic implementation of the wizard look and feel.
BasicWizardUI() - Constructor for class sos.wizard.BasicWizardUI
 

C

canCancel() - Method in interface sos.wizard.WizardModel
Returns true if this wizard can be canceled.
canCancel() - Method in class sos.wizard.DefaultWizardModel
 
canCancel() - Method in class sos.wizard.AbstractWizardModel
 
CANCEL_ACTION - Static variable in class sos.wizard.JWizard
Instruction to cancel the wizard.
CANCEL_PROPERTY - Static variable in interface sos.wizard.WizardModel
Constant used by property change events to signal that the wizard's ability to cancel has changed.
cancel() - Method in interface sos.wizard.WizardModel
Cancels this wizard.
cancel() - Method in class sos.wizard.DefaultWizardModel
 
cancelEditing() - Method in interface sos.wizard.PageEditor
Cancels the editing.
cancelEditing() - Method in class sos.wizard.AbstractPageEditor
 
canFinish() - Method in interface sos.wizard.WizardModel
Returns true if this wizard allows the user to finish, given the current state.
canFinish() - Method in class sos.wizard.DefaultWizardModel
 
canStepBack() - Method in interface sos.wizard.WizardModel
Returns true if this wizard has a previous page.
canStepBack() - Method in class sos.wizard.DefaultWizardModel
 
canStepLast() - Method in interface sos.wizard.WizardModel
Returns true if this wizard can accept the current values and advance to the last page.
canStepLast() - Method in class sos.wizard.DefaultWizardModel
 
canStepLast() - Method in class sos.wizard.AbstractWizardModel
 
canStepNext() - Method in interface sos.wizard.WizardModel
Returns true if this wizard has a subsequent page.
canStepNext() - Method in class sos.wizard.DefaultWizardModel
 
CLOSE_ACTION - Static variable in class sos.wizard.JWizard
Instruction to close the finished wizard.
COMPLETE_PROPERTY - Static variable in interface sos.wizard.Page
Constant used by property change events to signal that a page's state of being completed has changed.
confirmStop() - Method in class sos.wizard.ProgressPageEditor
Returns true if the execution of the task should be interrupted.
CONTROL_BUTTONS_ARE_SHOWN_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's desire to display the controls buttons has changed.
createBackAction() - Method in class sos.wizard.BasicWizardUI
Creates and returns an action for the Back button.
createCancelAction() - Method in class sos.wizard.BasicWizardUI
Creates and returns an action for the Cacnel button.
createCloseAction() - Method in class sos.wizard.BasicWizardUI
Creates and returns an action for the Close button.
createDefaultWizardModel() - Method in class sos.wizard.JWizard
Creates and returns a default wizard model.
createDialog(Frame, String) - Method in class sos.wizard.JWizard
Creates and returns an instance of JDialog that contains this wizard and that is centered in frame.
createFinishAction() - Method in class sos.wizard.BasicWizardUI
Creates and returns an action for the Finish button.
createHelpAction() - Method in class sos.wizard.BasicWizardUI
Creates and returns an action for the Help button.
createLastAction() - Method in class sos.wizard.BasicWizardUI
Creates and returns an action for the Last button.
createNextAction() - Method in class sos.wizard.BasicWizardUI
Creates and returns an action for the Next button.
createProgressPage(String, Task) - Method in class sos.wizard.DefaultWizardModel
Creates and returns a progress page with the specified name and task.
createPropertyChangeListener() - Method in class sos.wizard.BasicWizardUI
Creates and returns the property change listener that will respond to changes in the JWizard.
createUI(JComponent) - Static method in class sos.wizard.BasicWizardUI
Returns an instance of the UI delegate for the specified component.
CURRENT_PAGE_PROPERTY - Static variable in interface sos.wizard.WizardModel
Constant used by property change events to signal that this wizard's current page has changed.

D

DEFAULT_ACCESSORY_NONE - Static variable in class sos.wizard.JWizard
Constant that signals not to use a default accessory component.
DEFAULT_ACCESSORY_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's default accessory preference has changed.
DEFAULT_ACCESSORY_STEPS - Static variable in class sos.wizard.JWizard
Constant that signals to use a list of steps as the default accessory component.
DefaultWizardModel - class sos.wizard.DefaultWizardModel.
A general-purpose wizard model that can handle both static (unconditional) and dynamic (conditional) pages.
DefaultWizardModel.Transition - interface sos.wizard.DefaultWizardModel.Transition.
An action to carry out when the wizard leaves or returns to a page.
DefaultWizardModel.TransitionAdapter - class sos.wizard.DefaultWizardModel.TransitionAdapter.
A convenience class that implements the Transition interface with empty methods.
DefaultWizardModel.TransitionAdapter() - Constructor for class sos.wizard.DefaultWizardModel.TransitionAdapter
 
DefaultWizardModel() - Constructor for class sos.wizard.DefaultWizardModel
Creates a DefaultWizardModel with no pages.
DefaultWizardModel(Page[], Task, Page) - Constructor for class sos.wizard.DefaultWizardModel
Creates a DefaultWizardModel with the specified pages and finish task.
DefaultWizardModel(Page, DefaultWizardModel.Transition) - Constructor for class sos.wizard.DefaultWizardModel
Creates a DefaultWizardModel with the specified initial page and initial transition.
DIALOG_PREFERRED_HEIGHT_KEY - Static variable in class sos.wizard.BasicWizardUI
The look-and-feel key for the preferred wizard dialog height.
DIALOG_PREFERRED_WIDTH_KEY - Static variable in class sos.wizard.BasicWizardUI
The look-and-feel key for the preferred wizard dialog width.
doBack() - Method in class sos.wizard.JWizard
Returns this wizard to the previous step.
doCancel() - Method in class sos.wizard.JWizard
Cancels this wizard.
doClose() - Method in class sos.wizard.JWizard
Closes this wizard.
doFinish() - Method in class sos.wizard.JWizard
Finishes this wizard.
doHelp() - Method in class sos.wizard.JWizard
Indicates that additional help is needed.
doLast() - Method in class sos.wizard.JWizard
Moves this wizard to the last page.
doNext() - Method in class sos.wizard.JWizard
Advances this wizard to the next step.

E

editPage(Page) - Method in class sos.wizard.JWizard
Called by the UI to sets the specified page as being the currently edited page.

F

FINISH_ACTION - Static variable in class sos.wizard.JWizard
Instruction to finish the wizard.
FINISH_BUTTON_MNEMONIC_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's Finish button mnemonic has changed.
FINISH_BUTTON_TEXT_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's Finish button text has changed.
FINISH_BUTTON_TOOL_TIP_TEXT_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's Finish button tooltip text has changed.
FINISH_PROPERTY - Static variable in interface sos.wizard.WizardModel
Constant used by property change events to signal that the wizard's ability to finish has changed.
finish() - Method in interface sos.wizard.WizardModel
Ends this wizard.
finish() - Method in class sos.wizard.DefaultWizardModel
 
fireActionPerformed(String) - Method in class sos.wizard.JWizard
Notifies all listeners that have registered interest for notification on this event type.
firePageChanged(Page, Page) - Method in class sos.wizard.AbstractWizardModel
Notifies property change listeners that the current pages has changed from oldPage to newPage.
fireProgressChange(double) - Method in class sos.wizard.AbstractTask
Notifies progress listeners that this task's progress has changed to newProgressValue.
firePropertyChange(String, boolean, boolean) - Method in class sos.wizard.AbstractModel
Notifies property change listeners that the boolean property named propertyName has changed from oldValue to newValue.
firePropertyChange(String, double, double) - Method in class sos.wizard.AbstractModel
Notifies property change listeners that the double property named propertyName has changed from oldValue to newValue.
firePropertyChange(String, float, float) - Method in class sos.wizard.AbstractModel
Notifies property change listeners that the float property named propertyName has changed from oldValue to newValue.
firePropertyChange(String, int, int) - Method in class sos.wizard.AbstractModel
Notifies property change listeners that the int property named propertyName has changed from oldValue to newValue.
firePropertyChange(String, long, long) - Method in class sos.wizard.AbstractModel
Notifies property change listeners that the long property named propertyName has changed from oldValue to newValue.
firePropertyChange(String, Object, Object) - Method in class sos.wizard.AbstractModel
Notifies property change listeners that the property named propertyName has changed from oldValue to newValue.
fireStepsAdded(int, int) - Method in class sos.wizard.AbstractWizardModel
Notifies all listeners that steps have been added to the sequence.
fireStepsChanged(int, int) - Method in class sos.wizard.AbstractWizardModel
Notifies all listeners that the steps have changed or that the current step has changed.
fireStepsRemoved(int, int) - Method in class sos.wizard.AbstractWizardModel
Notifies all listeners that steps have been removed from the sequence.
fireSubTasksAdded(int, int) - Method in class sos.wizard.AbstractTask
Notifies all listeners that there are additional sub-tasks need to complete this task.
fireSubTasksChanged(int, int) - Method in class sos.wizard.AbstractTask
Notifies all listeners that the sub-tasks have changed or that the current sub-task has changed.
fireSubTasksRemoved(int, int) - Method in class sos.wizard.AbstractTask
Notifies all listeners that some sub-tasks are no longer needed to complete this task.
FONT_KEY - Static variable in class sos.wizard.BasicWizardUI
The look-and-feel key for the font.
FOREGROUND_KEY - Static variable in class sos.wizard.BasicWizardUI
The look-and-feel key for the foreground color.

G

getAccessibleContext() - Method in class sos.wizard.JWizard
Gets the AccessibleContext associated with this JWizard.
getAccessibleRole() - Method in class sos.wizard.JWizard.AccessibleJWizard
 
getAccessory() - Method in class sos.wizard.JWizard
Returns the accessory component.
getActionListeners() - Method in class sos.wizard.JWizard
Returns an array of all the ActionListeners added to this JWizard with addActionListener.
getBackButtonIcon() - Method in class sos.wizard.BasicWizardUI
Returns the icon to use for the button that returns the wizard to the previous step.
getBackButtonMnemonic() - Method in class sos.wizard.BasicWizardUI
Returns the mnemonic to use for the button that returns the wizard to the previous step.
getBackButtonText() - Method in class sos.wizard.BasicWizardUI
Returns the string to display on the button that returns the wizard to the previous step.
getBackButtonToolTipText() - Method in class sos.wizard.BasicWizardUI
Returns the tool tip to use for the button that returns the wizard to the previous step.
getCancelButtonText() - Method in class sos.wizard.BasicWizardUI
Returns the string to display on the button that cancels the wizard.
getCancelButtonToolTipText() - Method in class sos.wizard.BasicWizardUI
Returns the tool tip to use for the button that cancels the wizard.
getCloseButtonMnemonic() - Method in class sos.wizard.BasicWizardUI
Returns the mnemonic to use for the button that closes the wizard after it has finished.
getCloseButtonText() - Method in class sos.wizard.BasicWizardUI
Returns the string to display on the button that closes the wizard after it has finished.
getCloseButtonToolTipText() - Method in class sos.wizard.BasicWizardUI
Returns the tool tip to use for the button that closes the wizard after it has finished.
getControlButtonsAreShown() - Method in class sos.wizard.JWizard
Returns whether or not this wizard should show the Next button, Back button, Finish button, etc.
getCurrentPage() - Method in interface sos.wizard.WizardModel
Retrieves the page currently being processed.
getCurrentPage() - Method in class sos.wizard.DefaultWizardModel
 
getDefaultAccessory() - Method in class sos.wizard.JWizard
Returns the constant that indicates the type of accessory panel to use if the installed accessory is null.
getDefaultPageEditor(Class) - Method in class sos.wizard.JWizard
Returns the default page editor for the specified class.
getEditorComponent() - Method in class sos.wizard.JWizard
Returns the component editing the current page.
getEditorComponent(JComponent, Page) - Method in class sos.wizard.ProgressPageEditor
 
getEditorComponent(JComponent, Page) - Method in interface sos.wizard.PageEditor
Starts editing the specified component's page and returns the component that will do the rendering.
getEditorComponent(JComponent, Page) - Method in class sos.wizard.OptionPageEditor
 
getElementAt(int) - Method in interface sos.wizard.WizardModel
Returns the step at the specified index.
getElementAt(int) - Method in class sos.wizard.DefaultWizardModel
 
getElementAt(int) - Method in class sos.wizard.AbstractTask
Returns the value at the specified index.
getFinishButtonMnemonic() - Method in class sos.wizard.JWizard
Returns the Finish button's mnemonic.
getFinishButtonMnemonic() - Method in class sos.wizard.BasicWizardUI
Returns the mnemonic to use for the button that finishes the wizard.
getFinishButtonText() - Method in class sos.wizard.JWizard
Returns the Finish button's text.
getFinishButtonText() - Method in class sos.wizard.BasicWizardUI
Returns the string to display on the button that finishes the wizard.
getFinishButtonToolTipText() - Method in class sos.wizard.JWizard
Returns the Finish button's tooltip text.
getFinishButtonToolTipText() - Method in class sos.wizard.BasicWizardUI
Returns the tool tip to use for the button that finishes the wizard.
getFinishTask() - Method in class sos.wizard.DefaultWizardModel
Returns the task to execute when the client "finishes" this model.
getHelpButtonIsShown() - Method in class sos.wizard.JWizard
Returns whether or not this wizard should contains a Help button.
getHelpButtonMnemonic() - Method in class sos.wizard.BasicWizardUI
Returns the mnemonic to use for the button that provides the user with additional help.
getHelpButtonText() - Method in class sos.wizard.BasicWizardUI
Returns the string to display on the button that provides the user with additional help.
getHelpButtonToolTipText() - Method in class sos.wizard.BasicWizardUI
Returns the tool tip to use for the button that provides the user with additional help.
getLastButtonMnemonic() - Method in class sos.wizard.BasicWizardUI
Returns the mnemonic to use for the button that skips to the final page of the wizard.
getLastButtonText() - Method in class sos.wizard.BasicWizardUI
Returns the string to display on the button that skips to the final page of the wizard.
getLastButtonToolTipText() - Method in class sos.wizard.BasicWizardUI
Returns the tool tip to use for the button that skips to the final page of the wizard.
getLastPage() - Method in class sos.wizard.DefaultWizardModel
Returns the page currently denoted as "last".
getMessage() - Method in class sos.wizard.OptionPage
Returns this page's message.
getModel() - Method in class sos.wizard.JWizard
Returns the model underlying this wizard component.
getName() - Method in interface sos.wizard.Task
Returns the (localized) name of this task.
getName() - Method in class sos.wizard.AbstractTask
 
getNextButtonIcon() - Method in class sos.wizard.BasicWizardUI
Returns the icon to use for the button that advances the wizard to the next step.
getNextButtonMnemonic() - Method in class sos.wizard.BasicWizardUI
Returns the mnemonic to use for the button that advances the wizard to the next step.
getNextButtonText() - Method in class sos.wizard.BasicWizardUI
Returns the string to display on the button that advances the wizard to the next step.
getNextButtonToolTipText() - Method in class sos.wizard.BasicWizardUI
Returns the tool tip to use for the button that advances the wizard to the next step.
getPageEditor() - Method in class sos.wizard.JWizard
Returns the page editor editing the current page.
getPageEditor(Page) - Method in class sos.wizard.JWizard
Returns an editor that should edit the specified page.
getPreferredDialogSize(JWizard) - Method in class sos.wizard.WizardUI
Returns the preferred size of the specified wizard when displayed as a dialog .
getPreferredDialogSize(JWizard) - Method in class sos.wizard.BasicWizardUI
 
getProgress() - Method in interface sos.wizard.Task
Returns a number between 0 and 100 that estimates this task's percentage complete.
getProgress() - Method in class sos.wizard.AbstractTask
 
getProgressPageIsUsed() - Method in class sos.wizard.DefaultWizardModel
Returns true if this model uses a "progress page" while the finish task is executing.
getProgressPageName() - Method in class sos.wizard.DefaultWizardModel
Returns the name to use for the progress page.
getSelectedItem() - Method in interface sos.wizard.WizardModel
Returns the current step.
getSelectedItem() - Method in class sos.wizard.DefaultWizardModel
 
getSelectedItem() - Method in class sos.wizard.AbstractTask
Returns the selected item
getSize() - Method in interface sos.wizard.WizardModel
Returns the length of the list of steps.
getSize() - Method in class sos.wizard.DefaultWizardModel
 
getSize() - Method in class sos.wizard.AbstractTask
Returns the length of the list.
getState() - Method in interface sos.wizard.WizardModel
Returns the state of this wizard.
getState() - Method in class sos.wizard.DefaultWizardModel
 
getStepsTitle() - Method in class sos.wizard.BasicWizardUI
Returns the string to display as the title of the list of wizard steps.
getTask() - Method in class sos.wizard.ProgressPage
Returns the underlying task to be completed.
getTitleFont() - Method in class sos.wizard.JWizard
Returns the font to use for this wizard's titles.
getUI() - Method in class sos.wizard.JWizard
Returns the look and feel delegate that renders this object.
getUIClassID() - Method in class sos.wizard.JWizard
Returns the UIDefaults key used to look up the name of the swing.plaf.ComponentUI class that defines the look and feel for this component.
getValue() - Method in class sos.wizard.ProgressEvent
Returns the percentage of completion.
getValue(String) - Method in interface sos.wizard.Page
Returns the value associated with the specified key, or null if this page does not contain the key.
getValue(String) - Method in class sos.wizard.AbstractPage
 
getWizard() - Method in class sos.wizard.BasicWizardUI
Returns the JWizard component that this UI delegate is overseeing.

H

HELP_ACTION - Static variable in class sos.wizard.JWizard
Instruction to provide additional help.
HELP_BUTTON_IS_SHOWN_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's ability to provide additional help has changed.

I

initializeDefaultPageEditors() - Method in class sos.wizard.JWizard
Creates default cell editors for objects, numbers, and boolean values.
installComponents() - Method in class sos.wizard.BasicWizardUI
Installs the child components in the wizard component.
installDefaults() - Method in class sos.wizard.BasicWizardUI
Installs the default colors of the wizard component.
installListeners() - Method in class sos.wizard.BasicWizardUI
Installs the look and feel's listeners into the wizard component.
installUI(JComponent) - Method in class sos.wizard.BasicWizardUI
Configures the specified component appropriate for the look and feel.
InvalidPageException - exception sos.wizard.InvalidPageException.
Exception thrown when a page's data is invalid.
InvalidPageException() - Constructor for class sos.wizard.InvalidPageException
Creates an InvalidPageException with no detail message.
InvalidPageException(String) - Constructor for class sos.wizard.InvalidPageException
Creates an InvalidPageException with the specified detail message.
isComplete() - Method in class sos.wizard.ProgressPage
 
isComplete() - Method in interface sos.wizard.Page
Returns true if this page is considered complete, or finished.
isComplete() - Method in class sos.wizard.OptionPage
 
isInterruptible() - Method in interface sos.wizard.Task
Returns true if this task can be interrupted.
isInterruptible() - Method in class sos.wizard.AbstractTask
 
isPaused() - Method in interface sos.wizard.Task
Returns true is this task is paused.
isPaused() - Method in class sos.wizard.AbstractTask
 
isTaskAborted() - Method in class sos.wizard.ProgressPage
Returns true if this page has been informed that the task was aborted.

J

JWizard - class sos.wizard.JWizard.
A visual component that takes the user through a sequence of pages.
JWizard.AccessibleJWizard - class sos.wizard.JWizard.AccessibleJWizard.
A class that implements accessibility support for a JWizard.
JWizard.AccessibleJWizard() - Constructor for class sos.wizard.JWizard.AccessibleJWizard
 
JWizard() - Constructor for class sos.wizard.JWizard
Creates a JWizard with a default wizard model.
JWizard(WizardModel) - Constructor for class sos.wizard.JWizard
Creates a JWizard with the specified underlying wizard model and no accessory panel.
JWizard(WizardModel, JComponent) - Constructor for class sos.wizard.JWizard
Creates a JWizard with the specified wizard model and accessory panel.

L

LAST_ACTION - Static variable in class sos.wizard.JWizard
Instruction to advance to the last step.
LAST_PROPERTY - Static variable in interface sos.wizard.WizardModel
Constant used by property change events to signal that the wizard's ability to jump to the last step has changed.

M

Model - interface sos.wizard.Model.
A generic Java Bean interface for objects that notify listeners when a change occurs.

N

NAME_PROPERTY - Static variable in interface sos.wizard.Page
Constant used by property change events to signal that a page's name has changed.
NEXT_ACTION - Static variable in class sos.wizard.JWizard
Instruction to advance to the next step.
NEXT_PROPERTY - Static variable in interface sos.wizard.WizardModel
Constant used by property change events to signal that the wizard's ability to advance to the next step has changed.

O

OptionPage - class sos.wizard.OptionPage.
A generic page that contains a message.
OptionPage() - Constructor for class sos.wizard.OptionPage
Creates a new instance of OptionPage with no name or message.
OptionPage(Object, Object) - Constructor for class sos.wizard.OptionPage
Creates a new instance of OptionPage with the specified name and message.
OptionPageEditor - class sos.wizard.OptionPageEditor.
An editor of an OptionPage.
OptionPageEditor() - Constructor for class sos.wizard.OptionPageEditor
 

P

Page - interface sos.wizard.Page.
A page in the wizard progression.
PAGE_EDITOR_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's page editor has changed.
PageEditor - interface sos.wizard.PageEditor.
An object that controls the editing of a page.
paint(Graphics, JComponent) - Method in class sos.wizard.BasicWizardUI
Paints the specified component appropriate for the look and feel.
pause() - Method in interface sos.wizard.Task
Pauses this task.
pause() - Method in class sos.wizard.AbstractTask
 
progressChanged(ProgressEvent) - Method in interface sos.wizard.ProgressListener
Notifies this listener that a task's progress has changed.
ProgressEvent - class sos.wizard.ProgressEvent.
An event that indicates that the progress of an ongoing task has changed.
ProgressEvent(Object, double) - Constructor for class sos.wizard.ProgressEvent
Creates a ProgressEvent with the specified task and percentage of completion.
ProgressListener - interface sos.wizard.ProgressListener.
An object that gets notified when a task's progress has changed.
ProgressPage - class sos.wizard.ProgressPage.
A page that shows the progress of an underlying task.
ProgressPage(Object, Task) - Constructor for class sos.wizard.ProgressPage
Creates a ProgressPage with the specified name and task.
ProgressPageEditor - class sos.wizard.ProgressPageEditor.
An editor of a ProgressPage.
ProgressPageEditor() - Constructor for class sos.wizard.ProgressPageEditor
Creates a new instance of ProgressPageEditor
push(Page) - Method in class sos.wizard.DefaultWizardModel
Removes any subsequent pages and appends the specified page to the end of the list.
push(Page, DefaultWizardModel.Transition) - Method in class sos.wizard.DefaultWizardModel
Removes any subsequent pages and appends the specified page to the end of the list and assigns it the specified transition.
putValue(String, Object) - Method in interface sos.wizard.Page
Associates value with key.
putValue(String, Object) - Method in class sos.wizard.AbstractPage
 

R

removeActionListener(ActionListener) - Method in class sos.wizard.JWizard
Removes an ActionListener.
removeLast() - Method in class sos.wizard.DefaultWizardModel
Removes this model's last page and transition.
removeListDataListener(ListDataListener) - Method in interface sos.wizard.WizardModel
Removes a listener from the list that is notified each time a change to the data model occurs.
removeListDataListener(ListDataListener) - Method in class sos.wizard.AbstractWizardModel
 
removeListDataListener(ListDataListener) - Method in class sos.wizard.AbstractTask
Removes a listener from the list that's notified each time a change to the data model occurs.
removeProgressListener(ProgressListener) - Method in interface sos.wizard.Task
Unregisters the specified listener for getting notified when this task's progress changes.
removeProgressListener(ProgressListener) - Method in class sos.wizard.AbstractTask
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface sos.wizard.Model
Unregisters the specified listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class sos.wizard.AbstractModel
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface sos.wizard.Model
Unregisters the specified listener for the specified property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class sos.wizard.AbstractModel
 
resume() - Method in interface sos.wizard.Task
Resumes this task if it is paused.
resume() - Method in class sos.wizard.AbstractTask
 
run() - Method in interface sos.wizard.Task
Executes this task.

S

setAccessory(JComponent) - Method in class sos.wizard.JWizard
Sets this wizard's accessory component, which gets displayed along side the current step.
setComplete(boolean) - Method in class sos.wizard.OptionPage
Sets whether or not this page is complete.
setControlButtonsAreShown(boolean) - Method in class sos.wizard.JWizard
Sets whether of not this wizard should contains its Next button, Back button, Finish button, etc.
setDefaultAccessory(int) - Method in class sos.wizard.JWizard
Set the constant that indicates the type of accessory panel to use when the installed accessory panel is null.
setDefaultPageEditor(Class, PageEditor) - Method in class sos.wizard.JWizard
Sets a default page editor to be used for pages of the specified class.
setFinishButtonMnemonic(char) - Method in class sos.wizard.JWizard
Sets the mnemonic key for this wizard's Finish button using a character.
setFinishButtonMnemonic(int) - Method in class sos.wizard.JWizard
Sets the mnemonic key for this wizard's Finish button using an integer.
setFinishButtonText(String) - Method in class sos.wizard.JWizard
Sets the text of this wizard's Finish button.
setFinishButtonToolTipText(String) - Method in class sos.wizard.JWizard
Sets the tooltip text of this wizard's Finish button.
setFinishTask(Task) - Method in class sos.wizard.DefaultWizardModel
Sets the action to carry out when this model is finished.
setHelpButtonIsShown(boolean) - Method in class sos.wizard.JWizard
Sets whether or not the Help button is rendererd.
setLastPage(Page) - Method in class sos.wizard.DefaultWizardModel
Informs this wizards that the specified page serves as the last page.
setModel(WizardModel) - Method in class sos.wizard.JWizard
Sets the model underlying this wizard component.
setName(String) - Method in class sos.wizard.AbstractTask
Sets this task's name.
setPageEditor(PageEditor) - Method in class sos.wizard.JWizard
Sets the current page editor.
setProgress(double) - Method in class sos.wizard.AbstractTask
Sets this task's progress and notifies progress listeners.
setProgressPageIsUsed(boolean) - Method in class sos.wizard.DefaultWizardModel
Sets whether or not this model uses a "progress page" while the finish task is executing.
setProgressPageName(String) - Method in class sos.wizard.DefaultWizardModel
Sets the name to use for the progress page.
setSelectedItem(Object) - Method in interface sos.wizard.WizardModel
Set the selected item.
setSelectedItem(Object) - Method in class sos.wizard.DefaultWizardModel
 
setSelectedItem(Object) - Method in class sos.wizard.AbstractWizardModel
 
setSelectedItem(Object) - Method in class sos.wizard.AbstractTask
Set the selected item.
setSummaryPage(Page) - Method in class sos.wizard.DefaultWizardModel
Sets the page to display after the finish task has completed successfully.
setSupportsLast(boolean) - Method in class sos.wizard.DefaultWizardModel
Sets whether or not this model should have the ability to bypass all intermediate pages and just to the last page.
setTaskAborted() - Method in class sos.wizard.ProgressPage
Informs this page that the task has been aborted.
setTaskCompleted() - Method in class sos.wizard.ProgressPage
Informs this page that the task has successfully completed.
setTitleFont(Font) - Method in class sos.wizard.JWizard
Sets the title font to use in this wizard.
setUI(WizardUI) - Method in class sos.wizard.JWizard
Sets the look and feel delegate for this wizard component.
shouldAbort() - Method in class sos.wizard.AbstractTask
Returns true if this task should abort.
showDialog(Frame, String) - Method in class sos.wizard.JWizard
Places this wizard in a modal dialog and blocks until the dialog is either canceled and finished.
sos.wizard - package sos.wizard

Provides classes and interfaces for wizard dialogs.

STATE_PROPERTY - Static variable in interface sos.wizard.WizardModel
Constant used by property change events to signal that the state of this wizard has changed.
stepBack() - Method in interface sos.wizard.WizardModel
Advances this wizard to the previous page.
stepBack() - Method in class sos.wizard.DefaultWizardModel
 
stepBack() - Method in interface sos.wizard.DefaultWizardModel.Transition
Applies this transition as a result of returning to the page in the backward direction.
stepBack() - Method in class sos.wizard.DefaultWizardModel.TransitionAdapter
 
stepLast() - Method in interface sos.wizard.WizardModel
Advances this wizard to the last step.
stepLast() - Method in class sos.wizard.DefaultWizardModel
 
stepNext() - Method in interface sos.wizard.WizardModel
Advances this wizard to the next step.
stepNext() - Method in class sos.wizard.DefaultWizardModel
 
stepNext() - Method in interface sos.wizard.DefaultWizardModel.Transition
Applies this transition as a result of leaving the page in the forward direction.
stepNext() - Method in class sos.wizard.DefaultWizardModel.TransitionAdapter
 
STEPS_BACKGROUND_KEY - Static variable in class sos.wizard.BasicWizardUI
The look-and-feel key for the background color of the accessory panel that shows the list of wizard steps.
stopEditing() - Method in interface sos.wizard.PageEditor
Stops and validates the editing.
stopEditing() - Method in class sos.wizard.OptionPageEditor
 
stopEditing() - Method in class sos.wizard.AbstractPageEditor
 
SUPPORTS_LAST_PROPERTY - Static variable in interface sos.wizard.WizardModel
Constant used by property change events to signal that the wizard's support of jumping to the last step has changed.
supportsLast() - Method in interface sos.wizard.WizardModel
Returns true if this wizard has the ability to skip intermediate pages and advance to the last page.
supportsLast() - Method in class sos.wizard.DefaultWizardModel
 
supportsLast() - Method in class sos.wizard.AbstractWizardModel
 

T

Task - interface sos.wizard.Task.
A Runnable object that can consist of any number of sub-tasks, can notify listeners of its progress, and can be paused, resumed, and interrupted.
TITLE_FONT_KEY - Static variable in class sos.wizard.BasicWizardUI
The look-and-feel key for the title font.
TITLE_FONT_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's title font has changed.

U

uninstallComponents() - Method in class sos.wizard.BasicWizardUI
Uninstalls the components installed by installComponents.
uninstallDefaults() - Method in class sos.wizard.BasicWizardUI
Uninstalls the defaults installed by installDefaults.
uninstallListeners() - Method in class sos.wizard.BasicWizardUI
Uninstalls the listeners installed by this look and feel object.
uninstallUI(JComponent) - Method in class sos.wizard.BasicWizardUI
Reverses configuration which was done on the specified component during installUI.
updateUI() - Method in class sos.wizard.JWizard
Resets the UI property with the value from the current look and feel.

V

validate() - Method in interface sos.wizard.Page
Checks if this page has acceptable values.
validate() - Method in class sos.wizard.AbstractPage
 
validatePage(Page, Component) - Method in class sos.wizard.AbstractPageEditor
Validates the specified page and brings up an error message centered on component if the page is invalid.

W

WIZARD - Static variable in class sos.wizard.AccessibleWizardRole
A specialized component that is often used inside a dialog and that allows the user to step through a sequence of pages before executing a final action.
WIZARD_CANCELED - Static variable in interface sos.wizard.WizardModel
Constant signifying that the wizard has been canceled.
WIZARD_FINISHED - Static variable in interface sos.wizard.WizardModel
Constant signifying that the wizard has finished.
WIZARD_FINISHING - Static variable in interface sos.wizard.WizardModel
Constant signifying that the wizard is in the process of finishing.
WIZARD_IN_PROGRESS - Static variable in interface sos.wizard.WizardModel
Constant signifying that the wizard is in progress.
WIZARD_MODEL_PROPERTY - Static variable in class sos.wizard.JWizard
Constant used by property change events to signal that a JWizard's model has changed.
WizardModel - interface sos.wizard.WizardModel.
The model that controls the pages and steps in a wizard.
WizardUI - class sos.wizard.WizardUI.
The JWizard pluggable look and feel delegate.
WizardUI() - Constructor for class sos.wizard.WizardUI
 

A B C D E F G H I J L M N O P R S T U V W
Side of Software
Wizard Library 1.6

Copyright 2004-07 Side of Software (SOS). All rights reserved.