Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.accessibility.AccessibleState

Packages that use AccessibleState
com.sun.java.accessibility   
 

Uses of AccessibleState in com.sun.java.accessibility
 

Fields in com.sun.java.accessibility declared as AccessibleState
static AccessibleState AccessibleState.ACTIVE
          Indicates a window is currently the active window.
static AccessibleState AccessibleState.PRESSED
          Indicates this object is currently pressed.
static AccessibleState AccessibleState.ARMED
          Indicates that the object is armed.
static AccessibleState AccessibleState.BUSY
          Indicates the current object is busy.
static AccessibleState AccessibleState.CHECKED
          Indicates this object is currently checked.
static AccessibleState AccessibleState.EDITABLE
          Indicates the user can change the contents of this object.
static AccessibleState AccessibleState.EXPANDABLE
          Indicates this object allows progressive disclosure of its children.
static AccessibleState AccessibleState.COLLAPSED
          Indicates this object is collapsed.
static AccessibleState AccessibleState.EXPANDED
          Indicates this object is expanded.
static AccessibleState AccessibleState.ENABLED
          Indicates this object is enabled.
static AccessibleState 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.
static AccessibleState AccessibleState.FOCUSED
          Indicates this object current has the keyboard focus.
static AccessibleState AccessibleState.ICONIFIED
          Indicates this object is minimized and is represented only by an icon.
static AccessibleState AccessibleState.MODAL
          Indicates something must be done with this object before the user can interact with an object in a different window.
static AccessibleState AccessibleState.OPAQUE
          Indicates this object paints every pixel within its rectangular region.
static AccessibleState AccessibleState.RESIZABLE
          Indicates the size of this object is not fixed.
static AccessibleState AccessibleState.MULTISELECTABLE
          Indicates this object allows more than one of its children to be selected at the same time.
static AccessibleState 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.
static AccessibleState 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.
static AccessibleState AccessibleState.SHOWING
          Indicates this object, the object's parent, the object's parent's parent, and so on, are all visible.
static AccessibleState AccessibleState.VISIBLE
          Indicates this object is visible.
static AccessibleState AccessibleState.VERTICAL
          Indicates the orientation of this object is vertical.
static AccessibleState AccessibleState.HORIZONTAL
          Indicates the orientation of this object is horizontal.
static AccessibleState AccessibleState.SINGLE_LINE
          Indicates this (text) object can contain only a single line of text
static AccessibleState AccessibleState.MULTI_LINE
          Indicates this (text) object can contain multiple lines of text
static AccessibleState AccessibleState.TRANSIENT
          Indicates this object is transient.
 

Methods in com.sun.java.accessibility that return AccessibleState
 AccessibleState[] AccessibleStateSet.toArray()
          Returns the current state set as an array of AccessibleState
 

Methods in com.sun.java.accessibility with parameters of type AccessibleState
 boolean AccessibleStateSet.add(AccessibleState state)
          Add a new state to the current state set if it is not already present.
 void AccessibleStateSet.addAll(AccessibleState[] states)
          Add all of the states to the existing state set.
 boolean AccessibleStateSet.remove(AccessibleState state)
          Remove a state from the current state set.
 boolean AccessibleStateSet.contains(AccessibleState state)
          Check if the current state is in the state set.
 

Constructors in com.sun.java.accessibility with parameters of type AccessibleState
AccessibleStateSet.AccessibleStateSet(AccessibleState[] states)
          Create a new state with the initial set of states contained in the array of states passed in.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.