| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterView<F>
An interface used to represent
View components that hold a
model object that is used to filter the objects displayed in it. |
interface |
ModelView<M>
An interface used to represent
View components that hold a
backing model object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlBarWindowPane
A base
FloatingPane component that displays
a control bar at the bottom that can hold controls for the rest of
the components displayed in the pane. |
class |
WindowPane
A base
FloatingPane component that performs
default initialisation of the component. |
| Modifier and Type | Method and Description |
|---|---|
static View |
Application.getParentView(Component component)
Return the view component that is the parent of the specified
component.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ViewUpdater.updateView(View view,
Object value)
Update a
View component. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginPane
A view component that is used to display login controls to the
user.
|
class |
LoginView
A standard content pane that shows the standard SPT header and the
LoginPane. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentPane
A standard
ContentPane for use with
applications. |
class |
EditableTree
A sub-class of
Tree that is intended to hold
TreeNode with instances of Node as the userObject of the
node. |
class |
Tree
A sub-class of
Tree that uses the SPT standard icons. |
| Modifier and Type | Class and Description |
|---|---|
class |
AddComponent
A custom component used to display the node name and controls.
|
class |
DisplayComponent
A custom component used to display the node name and controls in
Node. |
class |
Node
A custom component used to display the node name and controls.
|
class |
RootDisplayComponent
A custom component used to display the node name and controls in
RootNode. |
class |
RootNode
A custom component used to display the root node name and controls.
|
class |
StandardDisplayComponent
A custom component used to display the node name and controls in
StandardNode. |
class |
StandardNode
A custom component used to display the node name and controls.
|