| Package | Description |
|---|---|
| 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.echo2.login |
A package that contains components and associated listeners
for displaying a login screen.
|
| com.sptci.epng |
Package used to implement extensions to classes in the
EPNG library.
|
| com.sptci.epng.editabletree |
Package used to implement components necessary to support
the EditableTree component.
|
| Class and Description |
|---|
| Application
A base class that extends
ApplicationInstance and
can serve as the base class for the application specific
global application instance. |
| Controller
An abstract base class for all controllers.
|
| Controller.Updater
An abstract updater task used to execute timed tasks in the
background and
push updates to the UI. |
| Executor
The executor used to execute the desired action after user
confirmation.
|
| JDOApplication
An application class that maintains a JDO
PersistenceManager
for the lifecycle of the session. |
| ListModel
A
ListModel used to display a collection
of model objects in list components. |
| NonTransactionalJDOApplication
An application class that maintains a JDO
PersistenceManager
for the lifecycle of the session. |
| RedirectListener
An action listener to redirect the client browser to
RedirectListener.url. |
| UrlListener
An action listener to open
UrlListener.url in a new browser window. |
| View
A marker interface used to help identify container components used to
build an application.
|
| WindowPane
A base
FloatingPane component that performs
default initialisation of the component. |
| Class and Description |
|---|
| NonTransactionalJDOApplication
An application class that maintains a JDO
PersistenceManager
for the lifecycle of the session. |
| View
A marker interface used to help identify container components used to
build an application.
|
| Class and Description |
|---|
| View
A marker interface used to help identify container components used to
build an application.
|
| Class and Description |
|---|
| Utilities
A utility class that provides methods to create and initialise
standard UI components.
|
| View
A marker interface used to help identify container components used to
build an application.
|
| Class and Description |
|---|
| JDOApplication
An application class that maintains a JDO
PersistenceManager
for the lifecycle of the session. |
| View
A marker interface used to help identify container components used to
build an application.
|