|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.accessibility.AccessibleContext
java.awt.Component.AccessibleAWTComponent
java.awt.Checkbox.AccessibleAWTCheckbox
protected class Checkbox.AccessibleAWTCheckbox extends Component.AccessibleAWTComponent implements ItemListener, AccessibleAction, AccessibleValue
This class implements accessibility support for the
Checkbox class. It provides an implementation of the
Java Accessibility API appropriate to checkbox user-interface elements.
| Modifier and Type | Class and Description |
|---|
| Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent |
|---|
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class java.awt.Component.AccessibleAWTComponent |
|---|
accessibleAWTComponentHandler, accessibleAWTFocusHandler |
| Fields inherited from interface javax.accessibility.AccessibleAction |
|---|
CLICK, DECREMENT, INCREMENT, TOGGLE_EXPAND, TOGGLE_POPUP |
| Constructor and Description |
|---|
Checkbox.AccessibleAWTCheckbox()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
doAccessibleAction(int i)
Perform the specified Action on the object |
AccessibleAction |
getAccessibleAction()
Get the AccessibleAction associated with this object. |
int |
getAccessibleActionCount()
Returns the number of Actions available in this object. |
String |
getAccessibleActionDescription(int i)
Return a description of the specified action of the object. |
AccessibleRole |
getAccessibleRole()
Get the role of this object. |
AccessibleStateSet |
getAccessibleStateSet()
Get the state set of this object. |
AccessibleValue |
getAccessibleValue()
Get the AccessibleValue associated with this object. |
Number |
getCurrentAccessibleValue()
Get the value of this object as a Number. |
Number |
getMaximumAccessibleValue()
Get the maximum value of this object as a Number. |
Number |
getMinimumAccessibleValue()
Get the minimum value of this object as a Number. |
void |
itemStateChanged(ItemEvent e)
Fire accessible property change events when the state of the toggle button changes. |
boolean |
setCurrentAccessibleValue(Number n)
Set the value of this object as a Number. |
| Methods inherited from class javax.accessibility.AccessibleContext |
|---|
firePropertyChange, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleSelection, getAccessibleTable, getAccessibleText, setAccessibleDescription, setAccessibleName, setAccessibleParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Checkbox.AccessibleAWTCheckbox()
| Method Detail |
|---|
public void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListenerpublic AccessibleAction getAccessibleAction()
getAccessibleAction in class AccessibleContextAccessibleActionpublic AccessibleValue getAccessibleValue()
getAccessibleValue in class AccessibleContextAccessibleValuepublic int getAccessibleActionCount()
getAccessibleActionCount in interface AccessibleActionpublic String getAccessibleActionDescription(int i)
getAccessibleActionDescription in interface AccessibleActioni - zero-based index of the actionsAccessibleAction.getAccessibleActionCount()public boolean doAccessibleAction(int i)
doAccessibleAction in interface AccessibleActioni - zero-based index of actionsAccessibleAction.getAccessibleActionCount()public Number getCurrentAccessibleValue()
getCurrentAccessibleValue in interface AccessibleValuesetCurrentAccessibleValue(java.lang.Number)public boolean setCurrentAccessibleValue(Number n)
setCurrentAccessibleValue in interface AccessibleValuegetCurrentAccessibleValue()public Number getMinimumAccessibleValue()
getMinimumAccessibleValue in interface AccessibleValuegetMaximumAccessibleValue()public Number getMaximumAccessibleValue()
getMaximumAccessibleValue in interface AccessibleValuegetMinimumAccessibleValue()public AccessibleRole getAccessibleRole()
getAccessibleRole in class Component.AccessibleAWTComponentAccessibleRolepublic AccessibleStateSet getAccessibleStateSet()
getAccessibleStateSet in class Component.AccessibleAWTComponentAccessibleState
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.