| Package | Description |
|---|---|
| com.sptci.echo |
Package of reusable Echo3 application components.
|
| com.sptci.echo.binding |
Package used to implement a simple reflection based Model<->View
binding framework.
|
| com.sptci.echo.http |
Package of
javax.servlet related classes for use
in Echo2 applications. |
| com.sptci.echo.login |
A package that contains components and associated listeners
for displaying a login screen.
|
| com.sptci.echo.tree.filesystem |
Package that contains core classes used to display the contents of the
file system of the server on which the application is deployed.
|
| Class and Description |
|---|
| AbstractFrame
A standard content pane that displays a
AbstractHeader component
at the top. |
| AbstractHeader
A base class for displaying standard headers in applications.
|
| Application
A base class that extends
ApplicationInstance and
can serve as the base class for the application specific
global application instance. |
| 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.
|
| Header
A standard view component that displays the SPT logo and a configurable
title label.
|
| JDOApplication
An application class that maintains a JDO
PersistenceManager
for the lifecycle of the session. |
| MenuHeader
A standard header component that displays a menu bar under the application
title and adjacent to the logo.
|
| 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 |
|---|
| 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.
|
| Class and Description |
|---|
| Application
A base class that extends
ApplicationInstance and
can serve as the base class for the application specific
global application instance. |
| Class and Description |
|---|
| View
A marker interface used to help identify container components used to
build an application.
|
| Class and Description |
|---|
| Listener
An abstract base class for action listeners.
|
| 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. |