eTextReader
Class AnnotationLinkInfo

java.lang.Object
  extended by eTextReader.AnnotationLinkInfo

public class AnnotationLinkInfo
extends java.lang.Object


Field Summary
 boolean active
           
 javax.swing.event.HyperlinkEvent event
           
 java.lang.String HREF
           
 int id
          The ID of the annotation; this is sufficient to retrieve the rest of the needed information
 
Constructor Summary
AnnotationLinkInfo()
           
 
Method Summary
 void clear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
The ID of the annotation; this is sufficient to retrieve the rest of the needed information


HREF

public java.lang.String HREF

event

public javax.swing.event.HyperlinkEvent event

active

public boolean active
Constructor Detail

AnnotationLinkInfo

public AnnotationLinkInfo()
Method Detail

clear

public void clear()