edu.northwestern.at.utils.swing
Class XTextPane.LinkInfo

java.lang.Object
  extended by edu.northwestern.at.utils.swing.XTextPane.LinkInfo
Enclosing class:
XTextPane

public static class XTextPane.LinkInfo
extends java.lang.Object

Link information.


Field Summary
(package private)  javax.swing.text.Position begin
           
(package private)  int length
           
(package private)  Link link
           
 
Constructor Summary
XTextPane.LinkInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

begin

javax.swing.text.Position begin

length

int length

link

Link link
Constructor Detail

XTextPane.LinkInfo

public XTextPane.LinkInfo()