org.gnu.atk
Class Hyperlink

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.GObject
          extended by org.gnu.atk.Hyperlink

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.

public class Hyperlink
extends org.gnu.glib.GObject


Constructor Summary
Hyperlink(org.gnu.glib.Handle handle)
          Deprecated.  
 
Method Summary
 int getEndIndex()
          Deprecated.  
 int getNumAnchors()
          Deprecated.  
 AtkObject getObject(int index)
          Deprecated.  
 int getStartIndex()
          Deprecated.  
 java.lang.String getURI(int index)
          Deprecated.  
 boolean isInline()
          Deprecated.  
 boolean isSelectedLink()
          Deprecated.  
 boolean isValid()
          Deprecated.  
 
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, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setProperty, setStringProperty, thawNotify
 
Methods inherited from class org.gnu.glib.Struct
equals, getHandle, getNullHandle, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hyperlink

public Hyperlink(org.gnu.glib.Handle handle)
Deprecated. 
Method Detail

getURI

public java.lang.String getURI(int index)
Deprecated. 

getObject

public AtkObject getObject(int index)
Deprecated. 

getEndIndex

public int getEndIndex()
Deprecated. 

getStartIndex

public int getStartIndex()
Deprecated. 

isValid

public boolean isValid()
Deprecated. 

isInline

public boolean isInline()
Deprecated. 

getNumAnchors

public int getNumAnchors()
Deprecated. 

isSelectedLink

public boolean isSelectedLink()
Deprecated.