|
JIDE 3.5.15 | ||||||||
| 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.Container.AccessibleAWTContainer
javax.swing.JComponent.AccessibleJComponent
com.jidesoft.combobox.AbstractComboBox.AccessibleJComboBox
protected class AbstractComboBox.AccessibleJComboBox
This class implements accessibility support for the JComboBox class. It provides an implementation of the Java Accessibility API appropriate to Combo Box user-interface elements.
java.beans package. Please see XMLEncoder.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent.AccessibleJComponent |
|---|
JComponent.AccessibleJComponent.AccessibleContainerHandler, JComponent.AccessibleJComponent.AccessibleFocusHandler |
| Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent |
|---|
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent.AccessibleJComponent |
|---|
accessibleContainerHandler, accessibleFocusHandler |
| 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 Summary | |
|---|---|
protected |
AbstractComboBox.AccessibleJComboBox()
|
| Method Summary | |
|---|---|
void |
addAccessibleSelection(int i)
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. |
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. |
Accessible |
getAccessibleChild(int i)
Returns the nth Accessible child of the object. |
int |
getAccessibleChildrenCount()
Returns the number of accessible children in the object. |
AccessibleRole |
getAccessibleRole()
Get the role of this object. |
AccessibleSelection |
getAccessibleSelection()
Get the AccessibleSelection associated with this object. |
Accessible |
getAccessibleSelection(int i)
Returns an Accessible representing the specified selected child in the popup. |
int |
getAccessibleSelectionCount()
Returns the number of Accessible children currently selected. |
boolean |
isAccessibleChildSelected(int i)
Determines if the current child of this object is selected. |
void |
removeAccessibleSelection(int i)
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. |
| Methods inherited from class javax.swing.JComponent.AccessibleJComponent |
|---|
addPropertyChangeListener, getAccessibleDescription, getAccessibleKeyBinding, getAccessibleName, getAccessibleStateSet, getBorderTitle, getTitledBorderText, getToolTipText, removePropertyChangeListener |
| Methods inherited from class javax.accessibility.AccessibleContext |
|---|
firePropertyChange, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleTable, getAccessibleText, getAccessibleValue, setAccessibleDescription, setAccessibleName, setAccessibleParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractComboBox.AccessibleJComboBox()
| Method Detail |
|---|
public int getAccessibleChildrenCount()
getAccessibleChildrenCount in class JComponent.AccessibleJComponentpublic Accessible getAccessibleChild(int i)
getAccessibleChild in class JComponent.AccessibleJComponenti - zero-based index of child
public AccessibleRole getAccessibleRole()
getAccessibleRole in class JComponent.AccessibleJComponentAccessibleRolepublic AccessibleAction getAccessibleAction()
getAccessibleAction in class AccessibleContextpublic String getAccessibleActionDescription(int i)
getAccessibleActionDescription in interface AccessibleActioni - zero-based index of the actions
public int getAccessibleActionCount()
getAccessibleActionCount in interface AccessibleActionpublic boolean doAccessibleAction(int i)
doAccessibleAction in interface AccessibleActioni - zero-based index of actions.
public AccessibleSelection getAccessibleSelection()
getAccessibleSelection in class AccessibleContextpublic int getAccessibleSelectionCount()
getAccessibleSelectionCount in interface AccessibleSelectionpublic Accessible getAccessibleSelection(int i)
Note that the index represents the i-th selected child, which is different from the i-th child.
getAccessibleSelection in interface AccessibleSelectioni - the zero-based index of selected children
getAccessibleSelectionCount()public boolean isAccessibleChildSelected(int i)
isAccessibleChildSelected in interface AccessibleSelectioni - the zero-based index of the child in this Accessible object.
AccessibleContext.getAccessibleChild(int)public void addAccessibleSelection(int i)
addAccessibleSelection in interface AccessibleSelectioni - the zero-based index of the childAccessibleContext.getAccessibleChild(int)public void removeAccessibleSelection(int i)
removeAccessibleSelection in interface AccessibleSelectioni - the zero-based index of the childAccessibleContext.getAccessibleChild(int)public void clearAccessibleSelection()
clearAccessibleSelection in interface AccessibleSelectionpublic void selectAllAccessibleSelection()
selectAllAccessibleSelection in interface AccessibleSelection
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||