API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleState View Source
Author(s)
Willie Walker
Peter Korn
Since
Version
1.39 11/17/05
Serial
Hierarchy
 Object
      AccessibleBundle
          AccessibleState
Implements
Subclasses
Description
public class AccessibleState
  Class AccessibleState describes a component's particular state.
See also:   
Constructors
protected AccessibleState (String key)
  Creates a new AccessibleState 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 AccessibleState ACTIVE
  Indicates a window is currently the active window.
publicfinalstatic AccessibleState ARMED
  Indicates that the object is armed.
publicfinalstatic AccessibleState BUSY
  Indicates the current object is busy.
publicfinalstatic AccessibleState CHECKED
  Indicates this object is currently checked.
publicfinalstatic AccessibleState COLLAPSED
  Indicates this object is collapsed.
publicfinalstatic AccessibleState EDITABLE
  Indicates the user can change the contents of this object.
publicfinalstatic AccessibleState ENABLED
  Indicates this object is enabled.
publicfinalstatic AccessibleState EXPANDABLE
  Indicates this object allows progressive disclosure of its children.
publicfinalstatic AccessibleState EXPANDED
  Indicates this object is expanded.
publicfinalstatic AccessibleState FOCUSABLE
  Indicates this object can accept keyboard focus, which means all events resulting from typing on the keyboard will normally be passed to it when it has focus.
publicfinalstatic AccessibleState FOCUSED
  Indicates this object currently has the keyboard focus.
publicfinalstatic AccessibleState HORIZONTAL
  Indicates the orientation of this object is horizontal.
publicfinalstatic AccessibleState ICONIFIED
  Indicates this object is minimized and is represented only by an icon.
publicfinalstatic AccessibleState INDETERMINATE
  Indicates that the object state is indeterminate.
protected String key [Inherited From AccessibleBundle]
  The locale independent name of the state.
publicfinalstatic AccessibleState MANAGES_DESCENDANTS
  Indicates this object is responsible for managing its subcomponents.
publicfinalstatic AccessibleState MODAL
  Indicates something must be done with this object before the user can interact with an object in a different window.
publicfinalstatic AccessibleState MULTI_LINE
Indicates this (text) object can contain multiple lines of text
publicfinalstatic AccessibleState MULTISELECTABLE
  Indicates this object allows more than one of its children to be selected at the same time.
publicfinalstatic AccessibleState OPAQUE
  Indicates this object paints every pixel within its rectangular region.
publicfinalstatic AccessibleState PRESSED
  Indicates this object is currently pressed.
publicfinalstatic AccessibleState RESIZABLE
  Indicates the size of this object is not fixed.
publicfinalstatic AccessibleState SELECTABLE
  Indicates this object is the child of an object that allows its children to be selected, and that this child is one of those children that can be selected.
publicfinalstatic AccessibleState SELECTED
  Indicates this object is the child of an object that allows its children to be selected, and that this child is one of those children that has been selected.
publicfinalstatic AccessibleState SHOWING
  Indicates this object, the object's parent, the object's parent's parent, and so on, are all visible.
publicfinalstatic AccessibleState SINGLE_LINE
Indicates this (text) object can contain only a single line of text
publicfinalstatic AccessibleState TRANSIENT
  Indicates this object is transient.
publicfinalstatic AccessibleState TRUNCATED
  A state indicating that text is truncated by a bounding rectangle and that some of the text is not displayed on the screen.
publicfinalstatic AccessibleState VERTICAL
  Indicates the orientation of this object is vertical.
publicfinalstatic AccessibleState VISIBLE
  Indicates this object is visible.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar