|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed:
Method Summary | |
void |
addAccessibleSelection(int i)
Enabled: Adds the specified Accessible child of the object to the object's selection. |
void |
clearAccessibleSelection()
Enabled: Clears the selection in the object, so that no children in the object are selected. |
Accessible |
getAccessibleSelection(int i)
Enabled: Returns an Accessible representing the specified selected child of the object. |
int |
getAccessibleSelectionCount()
Enabled: Returns the number of Accessible children currently selected. |
boolean |
isAccessibleChildSelected(int i)
Enabled: Determines if the current child of this object is selected. |
void |
removeAccessibleSelection(int i)
Enabled: Removes the specified child of the object from the object's selection. |
void |
selectAllAccessibleSelection()
Enabled: Causes every child of the object to be selected if the object supports multiple selections. |
Method Detail |
public int getAccessibleSelectionCount()
public Accessible getAccessibleSelection(int i)
Note that the index represents the i-th selected child, which is different from the i-th child.
i
- the zero-based index of selected children
getAccessibleSelectionCount()
public boolean isAccessibleChildSelected(int i)
i
- the zero-based index of the child in this Accessible object.
AccessibleContext.getAccessibleChild(int)
public void addAccessibleSelection(int i)
i
- the zero-based index of the childAccessibleContext.getAccessibleChild(int)
public void removeAccessibleSelection(int i)
i
- the zero-based index of the childAccessibleContext.getAccessibleChild(int)
public void clearAccessibleSelection()
public void selectAllAccessibleSelection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |