API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleAction View Source
Author(s)
Peter Korn
Hans Muller
Willie Walker
Lynn Monsanto
Since
Version
1.19 11/17/05
Serial
Hierarchy
 AccessibleAction
Subinterfaces
Description
public interface AccessibleAction
  The AccessibleAction interface should be supported by any object that can perform one or more actions.
Methods
Hide/Show inherited methods
public boolean doAccessibleAction (int i)
  Performs the specified Action on the object
public int getAccessibleActionCount ()
  Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
public String getAccessibleActionDescription (int i)
  Returns a description of the specified action of the object.
Fields
Hide/Show inherited fields
publicfinalstatic String CLICK
  An action which causes a component to execute its default action.
publicfinalstatic String DECREMENT
  An action which decrements a value.
publicfinalstatic String INCREMENT
  An action which increments a value.
publicfinalstatic String TOGGLE_EXPAND
  An action which causes a tree node to collapse if expanded and expand if collapsed.
publicfinalstatic String TOGGLE_POPUP
  An action which causes a popup to become visible if it is hidden and hidden if it is visible.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar