API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleRole View Source
Author(s)
Willie Walker
Peter Korn
Lynn Monsanto
Since
Version
1.49 11/30/05
Serial
Hierarchy
 Object
      AccessibleBundle
          AccessibleRole
Implements
Subclasses
Description
public class AccessibleRole
  Class AccessibleRole determines the role of a component.
See also:   
Constructors
protected AccessibleRole (String key)
  Creates a new AccessibleRole using the given locale independent key.
Methods
Hide/Show inherited methods
public String toDisplayString () [Inherited From AccessibleBundle]
  Gets localized string describing the key using the default locale.
public String toDisplayString (Locale locale) [Inherited From AccessibleBundle]
  Obtains the key as a localized string.
protected String toDisplayString (String resourceBundleName, Locale locale) [Inherited From AccessibleBundle]
  Obtains the key as a localized string.
public String toString () [Inherited From AccessibleBundle]
  Gets localized string describing the key using the default locale.
Fields
Hide/Show inherited fields
publicfinalstatic AccessibleRole ALERT
Object is used to alert the user about something.
publicfinalstatic AccessibleRole AWT_COMPONENT
  An AWT component, but nothing else is known about it.
publicfinalstatic AccessibleRole CANVAS
  Object that can be drawn into and is used to trap events.
publicfinalstatic AccessibleRole CHECK_BOX
  A choice that can be checked or unchecked and provides a separate indicator for the current state.
publicfinalstatic AccessibleRole COLOR_CHOOSER
A specialized pane that lets the user choose a color.
publicfinalstatic AccessibleRole COLUMN_HEADER
The header for a column of data.
publicfinalstatic AccessibleRole COMBO_BOX
  A list of choices the user can select from.
publicfinalstatic AccessibleRole DATE_EDITOR
A DATE_EDITOR is a component that allows users to edit java.util.Date and java.util.Time objects
publicfinalstatic AccessibleRole DESKTOP_ICON
  An iconified internal frame in a DESKTOP_PANE.
publicfinalstatic AccessibleRole DESKTOP_PANE
  A pane that supports internal frames and iconified versions of those internal frames.
publicfinalstatic AccessibleRole DIALOG
  A top level window with title bar and a border.
publicfinalstatic AccessibleRole DIRECTORY_PANE
  A pane that allows the user to navigate through and select the contents of a directory.
publicfinalstatic AccessibleRole EDITBAR
  A role indicating the object acts as a formula for calculating a value.
publicfinalstatic AccessibleRole FILE_CHOOSER
  A specialized dialog that displays the files in the directory and lets the user select a file, browse a different directory, or specify a filename.
publicfinalstatic AccessibleRole FILLER
  An object that fills up space in a user interface.
publicfinalstatic AccessibleRole FONT_CHOOSER
A FONT_CHOOSER is a component that lets the user pick various attributes for fonts.
publicfinalstatic AccessibleRole FOOTER
  A text footer
publicfinalstatic AccessibleRole FRAME
  A top level window with a title bar, border, menu bar, etc.
publicfinalstatic AccessibleRole GLASS_PANE
  A pane that is guaranteed to be painted on top of all panes beneath it.
publicfinalstatic AccessibleRole GROUP_BOX
A GROUP_BOX is a simple container that contains a border around it and contains components inside it.
publicfinalstatic AccessibleRole HEADER
  A text header
publicfinalstatic AccessibleRole HTML_CONTAINER
  An object containing a collection of Accessibles that together represents HTML content.
publicfinalstatic AccessibleRole HYPERLINK
A hypertext anchor
publicfinalstatic AccessibleRole ICON
A small fixed size picture, typically used to decorate components.
publicfinalstatic AccessibleRole INTERNAL_FRAME
  A frame-like object that is clipped by a desktop pane.
protected String key [Inherited From AccessibleBundle]
  The locale independent name of the state.
publicfinalstatic AccessibleRole LABEL
An object used to present an icon or short string in an interface.
publicfinalstatic AccessibleRole LAYERED_PANE
  A specialized pane that allows its children to be drawn in layers, providing a form of stacking order.
publicfinalstatic AccessibleRole LIST
  An object that presents a list of objects to the user and allows the user to select one or more of them.
publicfinalstatic AccessibleRole LIST_ITEM
  An object that presents an element in a list.
publicfinalstatic AccessibleRole MENU
  An object usually found inside a menu bar that contains a list of actions the user can choose from.
publicfinalstatic AccessibleRole MENU_BAR
  An object usually drawn at the top of the primary dialog box of an application that contains a list of menus the user can choose from.
publicfinalstatic AccessibleRole MENU_ITEM
  An object usually contained in a menu that presents an action the user can choose.
publicfinalstatic AccessibleRole OPTION_PANE
  A specialized pane whose primary use is inside a DIALOG
publicfinalstatic AccessibleRole PAGE_TAB
  An object that is a child of a page tab list.
publicfinalstatic AccessibleRole PAGE_TAB_LIST
  An object that presents a series of panels (or page tabs), one at a time, through some mechanism provided by the object.
publicfinalstatic AccessibleRole PANEL
A generic container that is often used to group objects.
publicfinalstatic AccessibleRole PARAGRAPH
  A text paragraph
publicfinalstatic AccessibleRole PASSWORD_TEXT
A text object used for passwords, or other places where the text contents is not shown visibly to the user
publicfinalstatic AccessibleRole POPUP_MENU
  A temporary window that is usually used to offer the user a list of choices, and then hides when the user selects one of those choices.
publicfinalstatic AccessibleRole PROGRESS_BAR
An object used to indicate how much of a task has been completed.
publicfinalstatic AccessibleRole PROGRESS_MONITOR
  A role indicating the object monitors the progress of some operation.
publicfinalstatic AccessibleRole PUSH_BUTTON
  An object the user can manipulate to tell the application to do something.
publicfinalstatic AccessibleRole RADIO_BUTTON
  A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.
publicfinalstatic AccessibleRole ROOT_PANE
  A specialized pane that has a glass pane and a layered pane as its children.
publicfinalstatic AccessibleRole ROW_HEADER
The header for a row of data.
publicfinalstatic AccessibleRole RULER
  A ruler is an object used to measure distance
publicfinalstatic AccessibleRole SCROLL_BAR
  An object usually used to allow a user to incrementally view a large amount of data.
publicfinalstatic AccessibleRole SCROLL_PANE
  An object that allows a user to incrementally view a large amount of information.
publicfinalstatic AccessibleRole SEPARATOR
  An object usually contained in a menu to provide a visual and logical separation of the contents in a menu.
publicfinalstatic AccessibleRole SLIDER
  An object that allows the user to select from a bounded range.
publicfinalstatic AccessibleRole SPIN_BOX
A SPIN_BOX is a simple spinner component and its main use is for simple numbers.
publicfinalstatic AccessibleRole SPLIT_PANE
  A specialized panel that presents two other panels at the same time.
publicfinalstatic AccessibleRole STATUS_BAR
A STATUS_BAR is an simple component that can contain multiple labels of status information to the user.
publicfinalstatic AccessibleRole SWING_COMPONENT
  A Swing component, but nothing else is known about it.
publicfinalstatic AccessibleRole TABLE
  An object used to present information in terms of rows and columns.
publicfinalstatic AccessibleRole TEXT
  An object that presents text to the user.
publicfinalstatic AccessibleRole TOGGLE_BUTTON
  A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state.
publicfinalstatic AccessibleRole TOOL_BAR
  A bar or palette usually composed of push buttons or toggle buttons.
publicfinalstatic AccessibleRole TOOL_TIP
  An object that provides information about another object.
publicfinalstatic AccessibleRole TREE
  An object used to present hierarchical information to the user.
publicfinalstatic AccessibleRole UNKNOWN
  The object contains some Accessible information, but its role is not known.
publicfinalstatic AccessibleRole VIEWPORT
  An object usually used in a scroll pane.
publicfinalstatic AccessibleRole WINDOW
  A top level window with no title or border.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar