SPT RWT Application API
A B C D E F G H I J K L M N O P Q R S T U V W X

D

database - Variable in class com.sptci.rwt.ConnectionData
The name of the database to connect to.
DATABASE - Static variable in class com.sptci.rwt.ConnectionParameters
The encoded value used to represent the database part of a JDBC connection url.
database - Variable in class com.sptci.rwt.ConnectionParameters
The name of the database to connect to.
database - Variable in class com.sptci.rwt.webui.ConnectionDialogue
The name of the database to connect to.
databases - Variable in class com.sptci.rwt.Connections
A map used to quickly look up DatabaseType instances by their DatabaseType.name.
databaseType - Variable in class com.sptci.rwt.ConnectionParameters
The name to use to identify the database engine.
DatabaseType - Class in com.sptci.rwt
A simple bean used to represent different types of database engines that the application can connect to.
DatabaseType() - Constructor for class com.sptci.rwt.DatabaseType
Default constructor.
databaseType - Variable in class com.sptci.rwt.webui.ConnectionDialogue
The component used to display configured database engines.
databaseType - Variable in class com.sptci.rwt.webui.DeleteSavedConnectionListener
The database type under which the connection is saved.
databaseType - Variable in class com.sptci.rwt.webui.SavedConnectionListener
The type of database to connect to.
dataSource - Variable in class com.sptci.rwt.ConnectionManager
The name of the data source to use to obtain connections.
DataSourceListener - Class in com.sptci.rwt.webui
The listener for trigger a new connection to a database through a configured DataSource.
DataSourceListener(MainController) - Constructor for class com.sptci.rwt.webui.DataSourceListener
Create a new instance using the specified controller.
dataType - Variable in class com.sptci.rwt.ProcedureMetaData
The data type returned by the procedure.
dataType - Variable in class com.sptci.rwt.SequenceMetaData
The data type for the sequence.
DBMSAnalyser - Class in com.sptci.rwt
An analyser for analysing metadata about a database.
DBMSAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.DBMSAnalyser
Create a new instance of the class using the specified connection manager.
DBMSAnalyserTest - Class in com.sptci.rwt
Unit test for the DBMSAnalyser object.
DBMSAnalyserTest() - Constructor for class com.sptci.rwt.DBMSAnalyserTest
 
DBMSMetaData - Class in com.sptci.rwt
A value object that represents metadata for the database.
DBMSMetaData() - Constructor for class com.sptci.rwt.DBMSMetaData
 
dbmsMetaData - Variable in class com.sptci.rwt.RootMetaData
A reference to the meta data object for the database.
DBMSMetaData.Transaction - Enum in com.sptci.rwt
An enumeration for the various types of transaction isolation levels supported by the database.
DBMSMetaData.Transaction() - Constructor for enum com.sptci.rwt.DBMSMetaData.Transaction
 
DBMSNode - Class in com.sptci.rwt.webui.tree
A root TreeNode that represents the currently active database connection.
DBMSNode(DBMSMetaData) - Constructor for class com.sptci.rwt.webui.tree.DBMSNode
Create a new root tree node using the specified metadata object.
DBMSView - Class in com.sptci.rwt.webui.model
A view component used to display the information contained in DBMSMetaData.
DBMSView(DBMSMetaData) - Constructor for class com.sptci.rwt.webui.model.DBMSView
Create a new instance of the view using the specified model object.
defaultTransaction - Variable in class com.sptci.rwt.DBMSMetaData
The default transaction isolation level used by the database.
defaultValue - Variable in class com.sptci.rwt.ColumnMetaData
The default value for this column.
deferrability - Variable in class com.sptci.rwt.ForeignKeyMetaData
The DEFERRABILITY of this key.
definition - Variable in class com.sptci.rwt.ProcedureMetaData
The definition of the procedure.
definition - Variable in class com.sptci.rwt.ViewMetaData
The query expression defining the view (null if the view is not owned by a currently enabled role)
delete() - Static method in class com.sptci.rwt.BatchQueryExecutorTest
Delete the inserted rows from the table.
delete(String, String) - Method in class com.sptci.rwt.Connections
Remove the specified connection parameters from the application persistent state.
delete(String) - Method in class com.sptci.rwt.Connections
Remove the specified database from persistent state.
delete(String) - Method in class com.sptci.rwt.DatabaseType
Remove the saved connection identified by the specified name.
delete(String, String) - Method in class com.sptci.rwt.Queries
Remove the specified query parameters from the application persistent state.
delete(String) - Method in class com.sptci.rwt.Queries
Remove the specified category from persistent state.
delete() - Method in class com.sptci.rwt.QueryExecutorTest
Delete the test record added to table.
delete(Component) - Method in class com.sptci.rwt.webui.DeleteSavedConnectionListener
Delete the saved connection and update the ManageSavedConnectionsView view component.
delete(Component) - Method in class com.sptci.rwt.webui.DeleteSavedQueryListener
Delete the saved query and update the ManageSavedQueriesView view component.
deleteQuery(Query) - Method in class com.sptci.rwt.Category
Remove the query specified from persistent state.
deleteQuery(String) - Method in class com.sptci.rwt.Category
Remove the query identified by the specified unique name from persistent state.
deleteRule - Variable in class com.sptci.rwt.ForeignKeyMetaData
The DELETE_RULE for this key.
DeleteSavedConnectionListener - Class in com.sptci.rwt.webui
The component that is used to delete saved connections.
DeleteSavedConnectionListener(String, String, MainController) - Constructor for class com.sptci.rwt.webui.DeleteSavedConnectionListener
Create a new instance of the listener using the specified controller.
DeleteSavedQueryListener - Class in com.sptci.rwt.webui
The component that is used to delete saved queries.
DeleteSavedQueryListener(String, String, MainController) - Constructor for class com.sptci.rwt.webui.DeleteSavedQueryListener
Create a new instance of the listener using the specified controller.
DeleteTestObjects - Class in com.sptci.rwt
Unit test for closing a JDBC Connection through ConnectionFactory.close(java.sql.Connection) method.
DeleteTestObjects() - Constructor for class com.sptci.rwt.DeleteTestObjects
 
deserialise(String) - Method in class com.sptci.rwt.Connections
Deserialise the contents of Connections.FILE_NAME into this instance.
deserialise(String) - Method in class com.sptci.rwt.Queries
Deserialise the contents of Queries.FILE_NAME into this instance.
DIRECTORY - Static variable in class com.sptci.rwt.Connections
The system property used to configure the location of the root directory under which persistent state information for the application is stored.
DIRECTORY - Static variable in class com.sptci.rwt.Queries
The system property used to configure the location of the root directory under which persistent state information for the application is stored.
display() - Method in class com.sptci.rwt.webui.model.TableTypeDataView
Add the appropriate components to this view to display the data encapsulated in TableTypeDataView.model.
DisplayArea - Class in com.sptci.rwt.webui.style
The StyleSheet for the application.
DisplayArea() - Constructor for class com.sptci.rwt.webui.style.DisplayArea
 
displayMessages(Collection<String>) - Method in class com.sptci.rwt.webui.ConnectListener
Display an ErrorPane with the contents of the specified collection of messages.
displayNode(AbstractNode) - Method in class com.sptci.rwt.webui.tree.SelectionListener
Display details for the node selected in the MainView.right component.
driver - Variable in class com.sptci.rwt.ConnectionParameters
The fully qualified name of the JDBC driver class.
driver - Variable in class com.sptci.rwt.DatabaseType
The fully qualified name of the JDBC driver class.

SPT RWT Application API
A B C D E F G H I J K L M N O P Q R S T U V W X