ewe.util
Interface Textable

All Known Subinterfaces:
EditableData
All Known Implementing Classes:
CheckBoxGroup, EditableObject, FileBase, PropertyList, Time

public interface Textable

Textable is used to encode/decode an object into a text string. This string is not necessarily to be human-readable.


Method Summary
 String getText()
           
 void setText(String text)
           
 

Method Detail

setText

public void setText(String text)

getText

public String getText()