| Interface | Description |
|---|---|
| DataTreeNode |
A DataTreeNode allows another data type, which is not itself a TreeNode but which has a tree structure,
to be displayed in a TreeControl.
|
| DataUnit |
A DataUnit encompasses a set of standard methods which are useful
for small units of data.
|
| HasProperties |
This represents an object which has an associated PropertyList object, accessible
via the getProperties() method.
|
| IDate | |
| IIndexSelectable |
ISelectable is an interface that represents an Object that contains some
sort of list of which various items can be selected.
|
| Immutable |
A data object that is tagged as Immutable is created new whenever it is decoded from bytes.
|
| IOwnable |
An object does NOT have to implement this interface in order to be owned by an OwnedVector or OwnedProperties.
|
| ISimpleList | |
| ITime | |
| MutableTreeNode | |
| Named | |
| PlainTimeStamp |
A PlainTimeStamp is an immutable object that represents a time of day on a date WITHOUT Timezone information.
|
| PlainTimeStamp.Range | |
| Transferrable | Deprecated
- use ITransferable instead.
|
| TreeNode | |
| Value |
| Class | Description |
|---|---|
| DataObject |
This is an object which completely implements the DataUnit interface.
|
| DataTreeNodeObject | |
| DataUtils | |
| DateTimeUtils | |
| DayInYear |
This class is the same as DayOfYear, but it encodes/decodes itself as a platform, era
independant long value.
|
| EncodableObject |
An EncodableObject encodes all its public fields, OR fields listed in an public "_fields" instance String variable (separated by commas)
to a String via textEncode().
|
| MultiListSelect | |
| MultiListSelect.AvailableLists | |
| MultiListSelect.SelectedItems | |
| MultiListSelect.SingleListSelect | |
| MutableTreeNodeObject | |
| OwnedObject | |
| PlainDate |
A PlainDate holds a day in year value with guaranteed no regard for
timezone information.
|
| PlainTime |
A PlainTime holds a time of day value without any TimeZone info.
|
| PlainTimeStamp.Utils | |
| Property | |
| PropertyList | |
| PropertyList.NullPropertyList | |
| TextEncodableAdapter | |
| TimeAndDate |
This is the same as eve.sys.Time, but it encodes/decodes itself as a platform, era
independant long value.
|
| TimeInDay |
This class is the same as TimeOfDay, but it encodes/decodes itself as a platform, era
independant long value.
|