javax.accessibility
public interface AccessibleIcon
The AccessibleContext.getAccessibleIcon() method should
return null if an object does not implement this interface.
Since: 1.2
See Also: Accessible AccessibleContext getAccessibleIcon
UNKNOWN: updated to 1.4
| Method Summary | |
|---|---|
| String | getAccessibleIconDescription()
Returns a textual description of the icon and its purpose.
|
| int | getAccessibleIconHeight()
Get the icon height.
|
| int | getAccessibleIconWidth()
Get the icon width.
|
| void | setAccessibleIconDescription(String s)
Modify the textual description of the icon and its purpose.
|
Returns: the description, or null if there is none
Returns: the height
Returns: the width
Parameters: s the new descrption string