|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessibleIcon
Objects which have an associated icon, such as buttons, should implement this interface. Accessibility software can use the implementations of this interface to aid the user in navigating the links.
The AccessibleContext.getAccessibleIcon()
method should
return null
if an object does not implement this interface.
Accessible
,
AccessibleContext
,
AccessibleContext.getAccessibleIcon()
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. |
Method Detail |
---|
String getAccessibleIconDescription()
void setAccessibleIconDescription(String s)
s
- the new descrption stringint getAccessibleIconWidth()
int getAccessibleIconHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |