|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.accessibility.AccessibleHyperlink
Encapsulation of a link, or set of links (e.g. client side imagemap) in a Hypertext document
Accessible
,
Accessible.getAccessibleContext()
,
AccessibleContext
,
AccessibleText
,
AccessibleContext.getAccessibleText()
Constructor Summary | |
AccessibleHyperlink()
|
Method Summary | |
abstract boolean |
doAccessibleAction(int i)
Perform the specified Action on the object |
abstract Object |
getAccessibleActionAnchor(int i)
Return an object that represents the link anchor, as appropriate for that link. |
abstract int |
getAccessibleActionCount()
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g. |
abstract String |
getAccessibleActionDescription(int i)
Return a String description of this particular link action. |
abstract Object |
getAccessibleActionObject(int i)
Return an object that represents the link action, as appropriate for that link. |
abstract int |
getEndIndex()
Get the index with the hypertext document at which this link ends |
abstract int |
getStartIndex()
Get the index with the hypertext document at which this link begins |
abstract boolean |
isValid()
Since the document a link is associated with may have changed, this method returns whether this Link is valid anymore (with respect to the document it references). |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AccessibleHyperlink()
Method Detail |
public abstract boolean isValid()
public abstract int getAccessibleActionCount()
public abstract boolean doAccessibleAction(int i)
i
- zero-based index of actionsgetAccessibleActionCount()
public abstract String getAccessibleActionDescription(int i)
i
- zero-based index of the actionsgetAccessibleActionCount()
public abstract Object getAccessibleActionObject(int i)
i
- zero-based index of the actionsgetAccessibleActionCount()
public abstract Object getAccessibleActionAnchor(int i)
i
- zero-based index of the actionsgetAccessibleActionCount()
public abstract int getStartIndex()
public abstract int getEndIndex()
|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |