|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added interface javax.accessibility.AccessibleSelection
.
Documentation changed from old to new.
Added Methods | |
void addAccessibleSelection(int ) |
Adds the specified Accessible child of the object to the object's selection. |
void clearAccessibleSelection() |
Clears the selection in the object so that no children in the object are selected. |
Accessible getAccessibleSelection(int ) |
Returns an Accessible representing the specified selected child in the popup. |
AccessibleSelection getAccessibleSelection() |
Get the AccessibleSelection associated with this object. |
int getAccessibleSelectionCount() |
Returns the number of Accessible children currently selected. |
boolean isAccessibleChildSelected(int ) |
Determines if the current child of this object is selected. |
void removeAccessibleSelection(int ) |
Removes the specified child of the object from the object's selection. |
void selectAllAccessibleSelection() |
Causes every child of the object to be selected if the object supports multiple selections. |
Changed Methods | ||
AccessibleAction getAccessibleAction() |
Documentation changed from old to new. |
Get the AccessibleAction associated with this object. |
int getAccessibleActionCount() |
Documentation changed from old to new. |
Returns the number of Actions available in this object. |
Accessible getAccessibleChild(int ) |
Documentation changed from old to new. Method was inherited from JComponent.AccessibleJComponent, but is now defined locally. |
Returns the nth Accessible child of the object. |
int getAccessibleChildrenCount() |
Method was inherited from JComponent.AccessibleJComponent, but is now defined locally. | Returns the number of accessible children in the object. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |