Uses of Class javax.accessibility.AccessibleState

Uses in package javax.accessibility

Constructors with parameter type javax.accessibility.AccessibleState

Create a state set initialized with the given states, duplicates are ignored.

Fields of type javax.accessibility.AccessibleState

AccessibleState
Indicates an active window, as well as an active child in a list or other collection.
AccessibleState
Indicates an armed object, usually a button which has been pushed and the mouse has not left the button area.
AccessibleState
Indicates an object is busy, such as a slider, scroll bar, or progress bar in transition.
AccessibleState
Indicates an object is checked.
AccessibleState
Indicates that the object is collapsed, usually in a tree.
AccessibleState
Indicates the user can edit the component contents.
AccessibleState
Indicates that an object is enabled.
AccessibleState
Indicates the object allows progressive disclosure of its children, usually in a collapsible tree or other hierachical object.
AccessibleState
Indicates that the object is expanded, usually in a tree.
AccessibleState
Indicates that an object can accept focus, which means it will process keyboard events when focused.
AccessibleState
Indicates that an object has keyboard focus.
AccessibleState
Indicates that an object has horizontal orientation.
AccessibleState
Indicates that an object is minimized to an icon.
AccessibleState
Indicates that the state of this particular object is indeterminate.
AccessibleState
Indicates that this particular object manages a number of subcomponents.
AccessibleState
Indicates that something must be done in the current object before interaction is allowed on other windows, usually for dialogs.
AccessibleState
Indicates that multiple children can be selected at once.
AccessibleState
Indicates that this text object can hold multiple lines.
AccessibleState
Indicates that all pixels in the object are painted.
AccessibleState
Indicates a pushed button, usually when the mouse has been pressed but not released.
AccessibleState
Indicates the size of this object is not fixed.
AccessibleState
Indicates that this child is one which can be selected from its parent.
AccessibleState
Indicates that this child has been selected from its parent.
AccessibleState
Indicates that this object and all its parents are visible, so that it is on the screen.
AccessibleState
Indicates that this text object can only hold a single line.
AccessibleState
Indicates that this object is transient.
AccessibleState
Indicates that this particular object is truncated when displayed visually.
AccessibleState
Indicates that an object has vertical orientation.
AccessibleState
Indicates that this object intends to be visible.

Methods with parameter type javax.accessibility.AccessibleState

boolean
Add a new state to the current set.
void
Add all of the states to the current set.
boolean
Check if the current state is in the set.
boolean
Remove a state from the set.

Methods with return type javax.accessibility.AccessibleState

AccessibleState[]
Return the state set as an array.