|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleHypertext
public class IA2AccessibleHypertext
implementation of IA2AccessibleHypertext
/**
The IA2AccessibleHyperText interface exposes information about
hypertext in a document. The IAccessibleHypertext interface is
the main interface to expose hyperlinks in a document, typically
a text document, that are used to reference other documents. A
typical implementation is to implement this interface the
smallest text object such as a paragraph of text.
IA2Accessible
,
IA2Accessible.getAccessibleHypertext()
Constructor Summary | |
---|---|
IA2AccessibleHypertext(int val,
IA2Accessible parent)
Constructor used to create an accessible image object |
Method Summary | |
---|---|
IA2AccessibleHyperlink |
getHyperlink(int index)
Returns the specified link. |
int |
getHyperlinkCount()
Returns the number of Hyperlinks and link groups contained within this hypertext paragraph. |
int |
getHyperlinkIndex(int charIndex)
Returns the index of the hyperlink that is associated with this character index.This is the case when a link spans the given character index. |
protected int |
internalGetHyperlink(int index)
|
protected int |
internalGetHyperlinkCount()
|
protected int |
internalGetHyperlinkIndex(int charIndex)
|
int |
internalRef()
used by native code only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IA2AccessibleHypertext(int val, IA2Accessible parent)
image
- reference pointer to the IA2Accessible image objectparent
- IA2Accessible parent of this objectMethod Detail |
---|
public int internalRef()
public int getHyperlinkCount()
protected int internalGetHyperlinkCount()
public IA2AccessibleHyperlink getHyperlink(int index)
index
-
protected int internalGetHyperlink(int index)
public int getHyperlinkIndex(int charIndex)
charIndex
-
protected int internalGetHyperlinkIndex(int charIndex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |