Package ewe.data

Interface Summary
DataUnit A DataUnit encompasses a set of standard methods which are useful for small units of data.
EditableData  
HasProperties This represents an object which has an associated PropertyList object, accessible via the getProperties() method.
IList  
IndexSelectable ISelectable is an interface that represents an Object that contains some sort of list of which various items can be selected.
ISimpleList  
LiveData A LiveData is a more complex version of a DataUnit.
MutableTreeNode  
Transferrable  
TreeNode  
 

Class Summary
DataObject This is an object which completely implements the DataUnit interface.
DataUtils  
EditableObject This is an implementation of EditableData that is only missing the getControl() method.
EditableObjectControl  
FieldData A FieldData class is used to specify information about a particular item of data stored in an Object and to transfer that data to and from the Object.
FieldTableExportSpecs This is used by a FieldTableModel to export table data to the clipboard or to a file.
FieldTableModel This is a very useful class that allows the display of public fields of an object within cells of the table - even allowing you to edit the fields within the table.
InputObject This is a utility object which can be used to input data from a user.
ListObject  
LiveObject This is a complete implementation of LiveData which you can use as a base for creating new LiveData Objects.
LiveTreeNode  
MultiListSelect  
MultiListSelect.AvailableLists  
MultiListSelect.SelectedItems  
MultiListSelect.SingleListSelect  
MutableTreeNodeObject  
Property  
PropertyList  
PropertyList.NullPropertyList  
SaveableObject