org.gudy.azureus2.ui.swt.shells
Class GCStringPrinter.URLInfo

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.shells.GCStringPrinter.URLInfo
Enclosing class:
GCStringPrinter

public static class GCStringPrinter.URLInfo
extends Object


Field Summary
 String fullString
           
 List<org.eclipse.swt.graphics.Rectangle> hitAreas
           
 String target
           
 String text
           
 String title
           
 String url
           
 org.eclipse.swt.graphics.Color urlColor
           
 boolean urlUnderline
           
 
Constructor Summary
GCStringPrinter.URLInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

public String url

text

public String text

urlColor

public org.eclipse.swt.graphics.Color urlColor

hitAreas

public List<org.eclipse.swt.graphics.Rectangle> hitAreas

fullString

public String fullString

title

public String title

target

public String target

urlUnderline

public boolean urlUnderline
Constructor Detail

GCStringPrinter.URLInfo

public GCStringPrinter.URLInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object