public interface AccessibleKeyBinding
The AccessibleContext.getAccessibleKeyBinding() method
should return null if an object does not implement this
interface.
Accessible,
AccessibleContext,
AccessibleContext#getAccessibleKeyBinding()| Modifier and Type | Method and Description |
|---|---|
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.
|
int getAccessibleKeyBindingCount()
Object getAccessibleKeyBinding(int i)
javax.swing.KeyStroke. This returns null if i
is out of bounds.i - the 0-based index of key bindingsgetAccessibleKeyBindingCount()