Package com.sptci.echo2

Package of reusable Echo2 application components.

See:
          Description

Interface Summary
View A marker interface used to help identify container components used to build an application.
 

Class Summary
Application A base class that extends ApplicationInstance and can serve as the base class for the application specific global application instance.
Configuration A utility class that is used to load and retrieve the localised configurable properties for UI components.
Confirmation A confirmation dialogue component used to display a confirmation message prior to executin a specified method.
Confirmation.Executor<S> The executor used to execute the desired action after user confirmation.
Controller<V> An abstract base class for all controllers.
Dimensions A utility class that is used to load and retrieve the localised configurable dimensions for UI components.
ErrorPane A general error window that displays the specified error/warning message in a WindowPane.
Header A standard view component that displays the SPT logo and a configurable title label.
Listener<C extends Controller> An abstract base class for action listeners that use Controller to interact with the view components.
LoginPane A view component that is used to display login controls to the user.
LoginPaneController An abstract controller for the LoginPane view component.
Logo A view component that displays the SPT logo.
Logout A generic component that is used to log a user out of an Echo2 session.
Logout.LogoutListener The action listener for this component.
RedirectListener An action listener to redirect the client browser to RedirectListener.url.
ServerDelayMessage Representation of a client/server-interaction delay message.
SPTListener An action listener to open the SPT homepage in a new browser window.
UrlListener An action listener to open UrlListener.url in a new browser window.
Utilities A utility class that provides methods to create and initialise standard UI components.
 

Package com.sptci.echo2 Description

Package of reusable Echo2 application components.