NASA World Wind

gov.nasa.worldwind.applications.gio.catalogui
Class ToolTipSupport

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.catalogui.ToolTipSupport

public class ToolTipSupport
extends Object


Constructor Summary
ToolTipSupport()
           
 
Method Summary
 void append(Iterable<CatalogException> exceptions)
           
 void append(String s)
           
 void append(String[] sv)
           
 void append(String[] sv, int style)
           
 void append(String s, int style)
           
 void appendLine()
           
 void appendParagraph()
           
 void appendWrapped(String s)
           
 void appendWrapped(String s, int style)
           
 void clear()
           
 int getLineLength()
           
 String getLineSeparator()
           
 String getText()
           
 boolean hasText()
           
 void setLineLength(int lineLength)
           
 void setLineSeparator(String lineSeparator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolTipSupport

public ToolTipSupport()
Method Detail

append

public void append(Iterable<CatalogException> exceptions)

append

public void append(String s)

append

public void append(String[] sv)

append

public void append(String[] sv,
                   int style)

append

public void append(String s,
                   int style)

appendLine

public void appendLine()

appendParagraph

public void appendParagraph()

appendWrapped

public void appendWrapped(String s)

appendWrapped

public void appendWrapped(String s,
                          int style)

clear

public void clear()

getLineLength

public int getLineLength()

getLineSeparator

public String getLineSeparator()

getText

public String getText()

hasText

public boolean hasText()

setLineLength

public void setLineLength(int lineLength)

setLineSeparator

public void setLineSeparator(String lineSeparator)

NASA World Wind