| Package | Description |
|---|---|
| com.sptci.echo.binding |
Package used to implement a simple reflection based Model<->View
binding framework.
|
| com.sptci.echo.list |
Package for models and other utilities related to
AbstractListComponent objects. |
| com.sptci.echo2 |
Package of reusable Echo2 application components.
|
| com.sptci.echo2.binding |
Package used to implement a simple reflection based Model<->View
binding framework.
|
| com.sptci.jdo |
Package with core JDO data objects and interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOModelUpdater<V,M extends JDOObject>
An
updater used to update JavaBean objects from
their associated UI containers. |
| Modifier and Type | Class and Description |
|---|---|
class |
JDOListModel<D extends JDOObject>
A list model for holding model objects are are persisted using JDO.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOListModel<D extends JDOObject>
A list model for holding model objects are are persisted using JDO.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOModelUpdater<V,M extends JDOObject>
An
updater used to update JavaBean objects from
their associated UI containers. |
| Modifier and Type | Class and Description |
|---|---|
class |
Category
A default category model object that may be used to represent categories
or classifications.
|
class |
Group
The JavaBean that represents a group record used to implement
authorisation.
|
class |
NameDescription
A JavaBean that represents a simple
name and
description pair. |
class |
User
The base class for all objects representing a user in a data store.
|
| Modifier and Type | Method and Description |
|---|---|
static JDOObject |
JDOObject.fromXML(String xml)
Parse the object out of the XML representation of this object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
User.compareTo(JDOObject object)
Compare the specified object with this instance.
|
int |
NameDescription.compareTo(JDOObject object)
Compares this object with the specified object for order.
|
int |
JDOObject.compareTo(JDOObject object)
Compares this object with the specified object for order.
|