API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleSelection View Source
Author(s)
Peter Korn
Hans Muller
Willie Walker
Since
Version
1.7 08/26/98 21:14:11
Serial
Hierarchy
 AccessibleSelection
Subinterfaces
Description
public interface AccessibleSelection
  This AccessibleSelection interface provides the standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the selection set.
Methods
Hide/Show inherited methods
public void addAccessibleSelection (int i)
  Adds the specified Accessible child of the object to the object's selection.
public void clearAccessibleSelection ()
Clears the selection in the object, so that no children in the object are selected.
public Accessible getAccessibleSelection (int i)
  Returns an Accessible representing the specified selected child of the object.
public int getAccessibleSelectionCount ()
  Returns the number of Accessible children currently selected.
public boolean isAccessibleChildSelected (int i)
  Determines if the current child of this object is selected.
public void removeAccessibleSelection (int i)
  Removes the specified child of the object from the object's selection.
public void selectAllAccessibleSelection ()
Causes every child of the object to be selected if the object supports multiple selections.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar