java.lang.Object | ||
↳ | javax.accessibility.AccessibleContext | |
↳ | javax.swing.ImageIcon.AccessibleImageIcon |
This class implements accessibility support for the
ImageIcon
class. It provides an implementation of the
Java Accessibility API appropriate to image icon user-interface
elements.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans
package.
Please see XMLEncoder
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the nth Accessible child of the object.
| |||||||||||
Returns the number of accessible children in the object.
| |||||||||||
Gets the description of the icon.
| |||||||||||
Gets the height of the icon.
| |||||||||||
Gets the width of the icon.
| |||||||||||
Gets the index of this object in its accessible parent.
| |||||||||||
Gets the Accessible parent of this object.
| |||||||||||
Gets the role of this object.
| |||||||||||
Gets the state of this object.
| |||||||||||
Returns the locale of this object.
| |||||||||||
Sets the description of the icon.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the nth Accessible child of the object.
i | zero-based index of child |
---|
Returns the number of accessible children in the object. If all of the children of this object implement Accessible, than this method should return the number of children of this object.
Gets the description of the icon. This is meant to be a brief textual description of the object. For example, it might be presented to a blind user to give an indication of the purpose of the icon.
Gets the height of the icon.
Gets the width of the icon.
Gets the index of this object in its accessible parent.
Gets the Accessible parent of this object. If the parent of this object implements Accessible, this method should simply return getParent().
Gets the role of this object.
Gets the state of this object.
Sets the description of the icon. This is meant to be a brief textual description of the object. For example, it might be presented to a blind user to give an indication of the purpose of the icon.
description | the description of the icon |
---|