org.gnu.atk

Class Hyperlink


public class Hyperlink
extends GObject

Constructor Summary

Hyperlink(Handle handle)
Create a new GObject with a handle to a native resource returned from a call to the native libraries.

Method Summary

int
getEndIndex()
int
getNumAnchors()
AtkObject
getObject(int index)
int
getStartIndex()
String
getURI(int index)
boolean
isInline()
boolean
isSelectedLink()
boolean
isValid()

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getPixbufProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Constructor Details

Hyperlink

public Hyperlink(Handle handle)
Create a new GObject with a handle to a native resource returned from a call to the native libraries.
Parameters:
handle - The handle that represents a pointer to a native resource.

Method Details

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()