BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
com.offsetnull.bt.window.TextTree Class Reference
Collaboration diagram for com.offsetnull.bt.window.TextTree:
Collaboration graph
[legend]

Classes

class  Break
 
class  Color
 
class  Line
 
class  NewLine
 
enum  RUN
 
class  Selection
 
class  SelectionCursor
 
class  Text
 
class  Unit
 
enum  UNIT_TYPE
 
class  WhiteSpace
 

Public Member Functions

String getEncoding ()
 
void setEncoding (String encoding)
 
int getBrokenLineCount ()
 
void setBrokenLineCount (int brokenLineCount)
 
 TextTree ()
 
void addString (String str)
 
byte[] dumpToBytes (boolean keep)
 
void empty ()
 
LinkedList< LinegetLines ()
 
void setLines (LinkedList< Line > mLines)
 
void addBytesImplSimple (byte[] data)
 
int addBytesImpl (byte[] data) throws UnsupportedEncodingException
 
void prune ()
 
void updateMetrics ()
 
String getLastTwenty (boolean showcolor)
 
void setMaxLines (int maxLines)
 
void setLineBreakAt (Integer i)
 
void setWordWrap (boolean wordWrap)
 
boolean isWordWrap ()
 
void setCullExtraneous (boolean cullExtraneous)
 
boolean isCullExtraneous ()
 
void setLinkify (boolean linkify)
 
boolean isLinkify ()
 
void setBleedColor (Color c)
 
Color getBleedColor ()
 
void appendLine (Line line)
 
Selection getSelectionForPoint (int line, int column)
 
String getTextSection (Selection selection)
 
int getModCount ()
 
void setModCount (int modCount)
 

Static Public Member Functions

static StringBuffer deColorLine (Line line)
 

Public Attributes

boolean debugLineAdd = false
 

Static Public Attributes

static final String urlFinderString = "(http://.+\\b)|(www\\..+\\b)"
 
static final int MESSAGE_ADDTEXT = 0
 

Constructor & Destructor Documentation

com.offsetnull.bt.window.TextTree.TextTree ( )

Member Function Documentation

int com.offsetnull.bt.window.TextTree.addBytesImpl ( byte[]  data) throws UnsupportedEncodingException

Here is the call graph for this function:

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.addBytesImplSimple ( byte[]  data)

Here is the call graph for this function:

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.addString ( String  str)

Here is the call graph for this function:

void com.offsetnull.bt.window.TextTree.appendLine ( Line  line)

Here is the caller graph for this function:

static StringBuffer com.offsetnull.bt.window.TextTree.deColorLine ( Line  line)
static

Here is the call graph for this function:

Here is the caller graph for this function:

byte [] com.offsetnull.bt.window.TextTree.dumpToBytes ( boolean  keep)

Here is the call graph for this function:

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.empty ( )

Here is the caller graph for this function:

Color com.offsetnull.bt.window.TextTree.getBleedColor ( )

Here is the call graph for this function:

Here is the caller graph for this function:

int com.offsetnull.bt.window.TextTree.getBrokenLineCount ( )

Here is the caller graph for this function:

String com.offsetnull.bt.window.TextTree.getEncoding ( )

Here is the caller graph for this function:

String com.offsetnull.bt.window.TextTree.getLastTwenty ( boolean  showcolor)

Here is the call graph for this function:

LinkedList<Line> com.offsetnull.bt.window.TextTree.getLines ( )

Here is the caller graph for this function:

int com.offsetnull.bt.window.TextTree.getModCount ( )

Here is the caller graph for this function:

Selection com.offsetnull.bt.window.TextTree.getSelectionForPoint ( int  line,
int  column 
)

Here is the call graph for this function:

String com.offsetnull.bt.window.TextTree.getTextSection ( Selection  selection)

Here is the call graph for this function:

boolean com.offsetnull.bt.window.TextTree.isCullExtraneous ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.window.TextTree.isLinkify ( )
boolean com.offsetnull.bt.window.TextTree.isWordWrap ( )
void com.offsetnull.bt.window.TextTree.prune ( )

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.setBleedColor ( Color  c)

Here is the call graph for this function:

void com.offsetnull.bt.window.TextTree.setBrokenLineCount ( int  brokenLineCount)
void com.offsetnull.bt.window.TextTree.setCullExtraneous ( boolean  cullExtraneous)

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.setEncoding ( String  encoding)

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.setLineBreakAt ( Integer  i)

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.setLines ( LinkedList< Line mLines)
void com.offsetnull.bt.window.TextTree.setLinkify ( boolean  linkify)

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.setMaxLines ( int  maxLines)

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.setModCount ( int  modCount)
void com.offsetnull.bt.window.TextTree.setWordWrap ( boolean  wordWrap)

Here is the caller graph for this function:

void com.offsetnull.bt.window.TextTree.updateMetrics ( )

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

boolean com.offsetnull.bt.window.TextTree.debugLineAdd = false
final int com.offsetnull.bt.window.TextTree.MESSAGE_ADDTEXT = 0
static
final String com.offsetnull.bt.window.TextTree.urlFinderString = "(http://.+\\b)|(www\\..+\\b)"
static

The documentation for this class was generated from the following file: