ewe.ui.formatted
Class FormattedTextMaker.Entry

java.lang.Object
  extended byewe.data.DataObject
      extended byewe.data.LiveObject
          extended byewe.data.LiveTreeNode
              extended byewe.ui.formatted.FormattedTextMaker.Entry
All Implemented Interfaces:
Comparable, Copyable, DataUnit, FieldListener, LiveData, MutableTreeNode, TreeNode
Enclosing class:
FormattedTextMaker

public class FormattedTextMaker.Entry
extends LiveTreeNode


Field Summary
 
Fields inherited from class ewe.data.LiveTreeNode
children, parent
 
Constructor Summary
FormattedTextMaker.Entry()
           
 
Method Summary
 String getName()
          By default this returns the String "unnamed".
 FormattedTextMaker.Entry getRoot()
           
 boolean reformat(mTextPad pad, ewe.ui.formatted.TextPosition t, Vector addTo)
          This reformats the lines.
 void reset()
           
 String toString()
          Return a String representation of this object.
 
Methods inherited from class ewe.data.LiveTreeNode
addChild, addressOfChild, addressOfChild, addressOfChild, canExpand, collapse, expand, findNamedChild, getChild, getChildAt, getChildAt, getChildCount, getChildren, getParent, getParent, getSibling, indexOfChild, insertChild, isLeaf, isNamed, removeChild, setParent
 
Methods inherited from class ewe.data.LiveObject
action, action, addMeToPanel, addObjectToPanel, addToPanel, decode, decoded, decodeFields, enableEditorScrolling, encode, encoded, encodeFields, fieldChanged, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, input, makeNewEditor, runAsApp, textDecode, textEncode
 
Methods inherited from class ewe.data.DataObject
_getSetField, appendAllFields, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getDeclaredFieldValue, getFieldList, getFieldList, getMyFieldList, getNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode
 
Methods inherited from interface ewe.data.DataUnit
copyFrom, getNew
 
Methods inherited from interface ewe.util.Copyable
getCopy
 
Methods inherited from interface ewe.util.Comparable
compareTo
 

Constructor Detail

FormattedTextMaker.Entry

public FormattedTextMaker.Entry()
Method Detail

getName

public String getName()
Description copied from class: LiveObject
By default this returns the String "unnamed".

Specified by:
getName in interface LiveData
Overrides:
getName in class LiveObject

toString

public String toString()
Description copied from class: Object
Return a String representation of this object.

Overrides:
toString in class Object
Returns:
a String representing this object.

getRoot

public FormattedTextMaker.Entry getRoot()

reset

public void reset()

reformat

public boolean reformat(mTextPad pad,
                        ewe.ui.formatted.TextPosition t,
                        Vector addTo)
This reformats the lines.