javax.accessibility
public interface AccessibleKeyBinding
The AccessibleContext.getAccessibleKeyBinding() method
should return null if an object does not implement this
interface.
Since: 1.2
See Also: Accessible AccessibleContext AccessibleContext
UNKNOWN: updated to 1.4
| Method Summary | |
|---|---|
| Object | getAccessibleKeyBinding(int i)
Return the numbered key binding, which can then be cast in an
implementation dependent way to the appropriate object type. |
| int | getAccessibleKeyBindingCount()
Returns the count of key bindings for this object.
|
javax.swing.KeyStroke. This returns null if i
is out of bounds.
Parameters: i the 0-based index of key bindings
Returns: the key binding
See Also: getAccessibleKeyBindingCount
Returns: the 0-based count, or -1 if there are none