org.gnu.atk

Class Hyperlink

public class Hyperlink extends GObject

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.atk.Hyperlink. As this package was never fully implemented in java-gnome 2.x, however, any new code written will have a considerably different public API.

Constructor Summary
Hyperlink(Handle handle)
Method Summary
intgetEndIndex()
intgetNumAnchors()
AtkObjectgetObject(int index)
intgetStartIndex()
StringgetURI(int index)
booleanisInline()
booleanisSelectedLink()
booleanisValid()

Constructor Detail

Hyperlink

public Hyperlink(Handle handle)

Method Detail

getEndIndex

public int getEndIndex()

getNumAnchors

public int getNumAnchors()

getObject

public AtkObject getObject(int index)

getStartIndex

public int getStartIndex()

getURI

public String getURI(int index)

isInline

public boolean isInline()

isSelectedLink

public boolean isSelectedLink()

isValid

public boolean isValid()