API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleIcon View Source
Author(s)
Lynn Monsanto
Since
1.3
Version
1.3 10/12/99
Serial
Hierarchy
 AccessibleIcon
Subinterfaces
Description
public interface AccessibleIcon
  The AccessibleIcon interface should be supported by any object that has an associated icon (e.g., buttons).
See also:    Accessible AccessibleContext
Methods
Hide/Show inherited methods
public String getAccessibleIconDescription ()
  Gets the description of the icon.
public int getAccessibleIconHeight ()
  Gets the height of the icon
public int getAccessibleIconWidth ()
  Gets the width of the icon
public void setAccessibleIconDescription (String description)
  Sets the description of the icon.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar