Side of Software
Wizard Library 1.6

sos.wizard
Class AccessibleWizardRole

java.lang.Object
  |
  +--javax.accessibility.AccessibleBundle
        |
        +--javax.accessibility.AccessibleRole
              |
              +--sos.wizard.AccessibleWizardRole

public class AccessibleWizardRole
extends javax.accessibility.AccessibleRole

An extension of javax.accessibility.AccessibleRole that defines roles for wizards.

Since:
1.0
See Also:
JWizard.getAccessibleContext()

Field Summary
static AccessibleWizardRole WIZARD
          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.
 
Fields inherited from class javax.accessibility.AccessibleRole
ALERT, AWT_COMPONENT, CANVAS, CHECK_BOX, COLOR_CHOOSER, COLUMN_HEADER, COMBO_BOX, DATE_EDITOR, DESKTOP_ICON, DESKTOP_PANE, DIALOG, DIRECTORY_PANE, FILE_CHOOSER, FILLER, FONT_CHOOSER, FRAME, GLASS_PANE, GROUP_BOX, HYPERLINK, ICON, INTERNAL_FRAME, LABEL, LAYERED_PANE, LIST, LIST_ITEM, MENU, MENU_BAR, MENU_ITEM, OPTION_PANE, PAGE_TAB, PAGE_TAB_LIST, PANEL, PASSWORD_TEXT, POPUP_MENU, PROGRESS_BAR, PUSH_BUTTON, RADIO_BUTTON, ROOT_PANE, ROW_HEADER, SCROLL_BAR, SCROLL_PANE, SEPARATOR, SLIDER, SPIN_BOX, SPLIT_PANE, STATUS_BAR, SWING_COMPONENT, TABLE, TEXT, TOGGLE_BUTTON, TOOL_BAR, TOOL_TIP, TREE, UNKNOWN, VIEWPORT, WINDOW
 
Fields inherited from class javax.accessibility.AccessibleBundle
key
 
Constructor Summary
protected AccessibleWizardRole(java.lang.String key)
          Creates a new AccessibleWizardRole given the locale-independent key.
 
Methods inherited from class javax.accessibility.AccessibleBundle
toDisplayString, toDisplayString, toDisplayString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WIZARD

public static final AccessibleWizardRole WIZARD
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.

Constructor Detail

AccessibleWizardRole

protected AccessibleWizardRole(java.lang.String key)
Creates a new AccessibleWizardRole given the locale-independent key.

Parameters:
key - the locale-independent name of the role

Side of Software
Wizard Library 1.6

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