javax.accessibility
public class AccessibleState extends AccessibleBundle
Since: 1.2
UNKNOWN: updated to 1.4
Field Summary | |
---|---|
static AccessibleState | ACTIVE
Indicates an active window, as well as an active child in a list or other
collection.
|
static AccessibleState | ARMED
Indicates an armed object, usually a button which has been pushed and
the mouse has not left the button area.
|
static AccessibleState | BUSY
Indicates an object is busy, such as a slider, scroll bar, or progress
bar in transition.
|
static AccessibleState | CHECKED
Indicates an object is checked.
|
static AccessibleState | COLLAPSED
Indicates that the object is collapsed, usually in a tree.
|
static AccessibleState | EDITABLE
Indicates the user can edit the component contents. |
static AccessibleState | ENABLED
Indicates that an object is enabled. |
static AccessibleState | EXPANDABLE
Indicates the object allows progressive disclosure of its children,
usually in a collapsible tree or other hierachical object.
|
static AccessibleState | EXPANDED
Indicates that the object is expanded, usually in a tree.
|
static AccessibleState | FOCUSABLE
Indicates that an object can accept focus, which means it will process
keyboard events when focused.
|
static AccessibleState | FOCUSED
Indicates that an object has keyboard focus.
|
static AccessibleState | HORIZONTAL
Indicates that an object has horizontal orientation.
|
static AccessibleState | ICONIFIED
Indicates that an object is minimized to an icon.
|
static AccessibleState | INDETERMINATE
Indicates that the state of this particular object is
indeterminate. |
static AccessibleState | MANAGES_DESCENDANTS
Indicates that this particular object manages a number of
subcomponents. |
static AccessibleState | MODAL
Indicates that something must be done in the current object before
interaction is allowed on other windows, usually for dialogs.
|
static AccessibleState | MULTISELECTABLE
Indicates that multiple children can be selected at once.
|
static AccessibleState | MULTI_LINE
Indicates that this text object can hold multiple lines.
|
static AccessibleState | OPAQUE
Indicates that all pixels in the object are painted. |
static AccessibleState | PRESSED
Indicates a pushed button, usually when the mouse has been pressed but
not released.
|
static AccessibleState | RESIZABLE
Indicates the size of this object is not fixed.
|
static AccessibleState | SELECTABLE
Indicates that this child is one which can be selected from its parent.
|
static AccessibleState | SELECTED
Indicates that this child has been selected from its parent.
|
static AccessibleState | SHOWING
Indicates that this object and all its parents are visible, so that it
is on the screen. |
static AccessibleState | SINGLE_LINE
Indicates that this text object can only hold a single line.
|
static AccessibleState | TRANSIENT
Indicates that this object is transient. |
static AccessibleState | TRUNCATED
Indicates that this particular object is truncated when displayed
visually.
|
static AccessibleState | VERTICAL
Indicates that an object has vertical orientation.
|
static AccessibleState | VISIBLE
Indicates that this object intends to be visible. |
Constructor Summary | |
---|---|
protected | AccessibleState(String key)
Create a new constant with a locale independent key. |
See Also: PUSH_BUTTON
See Also: PROGRESS_BAR SCROLL_BAR SLIDER
See Also: TOGGLE_BUTTON RADIO_BUTTON CHECK_BOX
See Also: EXPANDABLE EXPANDED TREE
See Also: ENABLED
See Also: EXPANDABLE COLLAPSED TREE
See Also: FOCUSED
See Also: FOCUSABLE
See Also: VERTICAL SCROLL_BAR SLIDER PROGRESS_BAR
See Also: FRAME INTERNAL_FRAME
Since: 1.5
Since: 1.5
See Also: DIALOG
See Also: getAccessibleContext getAccessibleSelection AccessibleSelection
See Also: SINGLE_LINE
See Also: getAccessibleContext getAccessibleComponent getBounds
See Also: PUSH_BUTTON
See Also: getAccessibleContext getAccessibleComponent getSize setSize
See Also: SELECTED getAccessibleContext getAccessibleSelection AccessibleSelection
See Also: SELECTABLE getAccessibleContext getAccessibleSelection AccessibleSelection
See Also: VISIBLE
See Also: MULTI_LINE
Since: 1.5
See Also: HORIZONTAL SCROLL_BAR SLIDER PROGRESS_BAR
See Also: SHOWING
Parameters: key the name of the state
See Also: AccessibleState