SPT RWT Application API

Package com.sptci.rwt.webui

The primary package for the Echo2/EPNG based web UI built around the com.sptci.rwt database abstraction API.

See:
          Description

Class Summary
BatchQueryExecutorListener Action listener for executing a batch of SQL statements entered into BatchQueryExecutorView.
BatchQueryExecutorView Query executor view component used to send multiple SQL statements in one batch to the database server.
ConnectionDialogue The dialogue used to initiate a new JDBC Connection.
ConnectionDialogueListener The listener for trigger a new connection to a database through a configured Connection.
ConnectListener The dialogue used to initiate a new JDBC Connection.
DataSourceListener The listener for trigger a new connection to a database through a configured DataSource.
DeleteSavedConnectionListener The component that is used to delete saved connections.
DeleteSavedQueryListener The component that is used to delete saved queries.
ExcelDownloadProvider Action listener for exporting the results of a SQL statement to Excel.
ExecuteBatchQueryListener The listener for the QueryExecutorView used to interact with the QueryExecutor class.
ExecuteQueryListener The listener for the QueryExecutorView used to interact with the QueryExecutor class.
ExecutorListener An abstract ActionListener used to listen to events triggered to open ExecutorView components.
ExecutorView An abstract base class for query executor view components used to interact with the AbstractQueryExecutor class.
ExportListener Action listener for exporting the results of a SQL statement to Excel.
HistoryListener The action listener used to display HistoryView instances for the ExecutorView specified.
HistoryView A view component used to display the ExecutorView.history information.
MainController The primary ContentPane for the application.
MainView The primary ContentPane for the application.
ManageSavedConnectionsListener The listener used to display a ManageSavedConnectionsView component.
ManageSavedConnectionsView The component that is used to delete saved connections.
ManageSavedQueriesListener The listener used to display a ManageSavedQueriesView component.
ManageSavedQueriesView The component that is used to delete saved queries.
MenuComponent The component that displays the application menu.
MetaDataTree The Tree component used to display the database metadata objects in hierarchical format.
QueryExecutorListener The listener used by MenuComponent to display a new QueryExecutorView component.
QueryExecutorView Query executor view component used to interact with the QueryExecutor class.
RowsTableModel A custom table model used to display Rows object.
RowTable A custom table used to display Row objects.
RowTableModel A custom table model used to display Row objects.
SaveConnectionComponent A component that is used to display the components necessary to prompt the user for entering information to save a JDBC connection.
SaveConnectionListener Action listener for saving the connection in ConnectionDialogue to the application persistent storage area.
SavedConnectionListener Action listener for launching a ConnectionDialogue initialised with the the parameters in a saved connection.
SavedQueryExecutorListener Action listener for executing a saved SQL statement (which may be a batch of statements) using BatchQueryExecutorView.
SaveQueryComponent A component that is used to display the components necessary to prompt the user for entering information to save a SQL statement.
SaveQueryListener Action listener for saving the query in QueryExecutorView to the application persistent storage area.
SortableRowTable A sortable table used to display Row objects.
SortableRowTableModel A custom table model used to display Row objects.
 

Package com.sptci.rwt.webui Description

The primary package for the Echo2/EPNG based web UI built around the com.sptci.rwt database abstraction API.


SPT RWT Application API