org.gudy.azureus2.ui.swt.components
Class LinkArea

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.components.LinkArea

public class LinkArea
extends Object


Nested Class Summary
static class LinkArea.linkInfo
           
 
Constructor Summary
LinkArea(org.eclipse.swt.widgets.Composite comp)
           
 
Method Summary
 void addLine(String line)
           
 org.eclipse.swt.widgets.Composite getComponent()
           
 void reset()
           
 void setRelativeURLBase(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkArea

public LinkArea(org.eclipse.swt.widgets.Composite comp)
Method Detail

getComponent

public org.eclipse.swt.widgets.Composite getComponent()

reset

public void reset()

setRelativeURLBase

public void setRelativeURLBase(String str)

addLine

public void addLine(String line)