daoc.editor.model.types
Class TableString

java.lang.Object
  extended bydaoc.editor.model.types.TableString

public class TableString
extends java.lang.Object

String representation of multicolumn table. Each row in the table is enclosed in square brackets. Inside each row. Columns in each row are delimited with the | char.


Constructor Summary
TableString(java.lang.String text)
           
 
Method Summary
 java.lang.String[] getRow(int index)
           
 int rows()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableString

public TableString(java.lang.String text)
Method Detail

rows

public int rows()

getRow

public java.lang.String[] getRow(int index)