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

A

AbstractNode<S extends MetaData> - Class in com.sptci.rwt.webui.tree
An abstract TreeNode that represents MetaData objects.
AbstractNode() - Constructor for class com.sptci.rwt.webui.tree.AbstractNode
Create a new tree node with no userObject specified.
AbstractNode(S) - Constructor for class com.sptci.rwt.webui.tree.AbstractNode
Create a new tree node using the specified metadata object.
AbstractProcedureAnalyser - Class in com.sptci.rwt
An abstract base class for database engine specific procedure analysers.
AbstractProcedureAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.AbstractProcedureAnalyser
Create a new instance of the class using the specified connection manager.
AbstractQueryExecutor - Class in com.sptci.rwt
A utility class to execute SQL statement (only one statement allowed).
AbstractQueryExecutor(ConnectionManager) - Constructor for class com.sptci.rwt.AbstractQueryExecutor
Create a new instance using the specified manager to fetch connections.
AbstractSequenceAnalyser - Class in com.sptci.rwt
An abstract analyser for analysing sequence type objects in the database.
AbstractSequenceAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.AbstractSequenceAnalyser
Create a new instance of the class using the specified connection manager.
AbstractTriggerAnalyser - Class in com.sptci.rwt
An abstract analyser for analysing trigger type objects in the database.
AbstractTriggerAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.AbstractTriggerAnalyser
Create a new instance of the class using the specified connection manager.
AbstractView - Class in com.sptci.rwt.webui.model
An abstract base class used to represent the various view components used to represent the details in the associated MetaData model objects.
AbstractView() - Constructor for class com.sptci.rwt.webui.model.AbstractView
 
AbstractViewAnalyser - Class in com.sptci.rwt
An abstractanalyser for analysing view type objects in the database.
AbstractViewAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.AbstractViewAnalyser
Create a new instance of the class using the specified connection manager.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.BatchQueryExecutorListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.ConnectionDialogue.CancelListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.ConnectionDialogue.DatabaseTypeListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.ConnectionDialogueListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.ConnectListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.DataSourceListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.DeleteSavedConnectionListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.DeleteSavedQueryListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.ExecuteBatchQueryListener
The ActionListener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.ExecuteQueryListener
The ActionListener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.ExportListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.HistoryListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.HistoryView.HistoryViewListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.ManageSavedConnectionsListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.ManageSavedQueriesListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.model.TableTypeDataListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.QueryExecutorListener
The ActionListener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.SaveConnectionListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.SavedConnectionListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.SavedQueryExecutorListener
The action listener implementation.
actionPerformed(ActionEvent) - Method in class com.sptci.rwt.webui.SaveQueryListener
The action listener implementation.
add(String, ConnectionParameters) - Method in class com.sptci.rwt.Connections
Add the specified connection parameters value object to the application persistent state.
add(String, ConnectionData) - Method in class com.sptci.rwt.DatabaseType
Add the specified connection data to the DatabaseType.savedConnections map.
add(String, Query) - Method in class com.sptci.rwt.Queries
Add the specified query parameters value object to the application persistent state.
addBinding(String, Context, Collection<String>) - Method in class com.sptci.rwt.webui.MainController
 
addButtonStyles() - Method in class com.sptci.rwt.webui.style.StyleSheet
Over-ridden to add additional styles for buttons.
addCatalogue(Collection<ForeignKeyMetaData>, Component) - Method in class com.sptci.rwt.webui.model.TableView
Add the catalogue names in the collection to the component
addColumn(ColumnMetaData, String) - Method in class com.sptci.rwt.ForeignKeyMetaData
Add the specified values to the KeyMetaData.columns map.
addColumn(ColumnMetaData) - Method in class com.sptci.rwt.KeyMetaData
Add the specified column to KeyMetaData.columns.
addColumn(Column) - Method in class com.sptci.rwt.Row
Add the specified column to Row.columns collection.
addColumn(Collection<ForeignKeyMetaData>, Component) - Method in class com.sptci.rwt.webui.model.TableView
Add the column names in the collection to the component
addDeferrability(Collection<ForeignKeyMetaData>, Component) - Method in class com.sptci.rwt.webui.model.TableView
Add the update rules in the collection to the component
addDeleteRule(Collection<ForeignKeyMetaData>, Component) - Method in class com.sptci.rwt.webui.model.TableView
Add the update rules in the collection to the component
addForeignKey(ForeignKeyMetaData) - Method in class com.sptci.rwt.TableMetaData
Adds the specified foreign key to TableMetaData.foreignKeys.
addForeignKeyName(Collection<ForeignKeyMetaData>, Component) - Method in class com.sptci.rwt.webui.model.TableView
Add the foreign key names in the collection to the component
addForeignKeys(Collection<ForeignKeyMetaData>) - Method in class com.sptci.rwt.TableMetaData
Adds the specified collection of foreign keys to TableMetaData.foreignKeys.
addIndex(IndexMetaData) - Method in class com.sptci.rwt.TableMetaData
Add the specified index to TableMetaData.indices.
addIndices(Collection<IndexMetaData>) - Method in class com.sptci.rwt.TableMetaData
Add the specified collection of indices to TableMetaData.indices.
addLabelStyles() - Method in class com.sptci.rwt.webui.style.StyleSheet
Over-ridden to add application specific styles.
addPane(FloatingPane) - Method in class com.sptci.rwt.webui.MainController
Convenient method for Application.addPane(nextapp.echo2.app.FloatingPane).
addQuery(Query) - Method in class com.sptci.rwt.Category
Add the specified query as a saved instance.
addReferencingColumn(Collection<ForeignKeyMetaData>, Component) - Method in class com.sptci.rwt.webui.model.TableView
Add the referencing column names in the collection to the component
addResults(String, RowsTableModel) - Method in class com.sptci.rwt.webui.BatchQueryExecutorView
Create a Table using the specified TableModel and display in a TabbedPane.
addRow(Row) - Method in class com.sptci.rwt.Rows
Add the specified row to Rows.rows collection.
addSchema(SchemaMetaData) - Method in class com.sptci.rwt.CatalogueMetaData
Add the specified schema to CatalogueMetaData.schemas.
addSchema(Collection<ForeignKeyMetaData>, Component) - Method in class com.sptci.rwt.webui.model.TableView
Add the schema names in the collection to the component
addSplitPaneStyles() - Method in class com.sptci.rwt.webui.style.StyleSheet
Add styles for the split panes used to layout the application content pane.
addTable(Collection<ForeignKeyMetaData>, Component) - Method in class com.sptci.rwt.webui.model.TableView
Add the table names in the collection to the component
addTextStyles() - Method in class com.sptci.rwt.webui.style.StyleSheet
Add styles for text components specific for the application.
addToHistory(String) - Method in class com.sptci.rwt.webui.ExecutorView
Add the specified statement to ExecutorView.history.
addUpdateRule(Collection<ForeignKeyMetaData>, Component) - Method in class com.sptci.rwt.webui.model.TableView
Add the update rules in the collection to the component
AllTests - Class in com.sptci.rwt
Execute all the tests for the project.
AllTests() - Constructor for class com.sptci.rwt.AllTests
 
analyse(MetaData...) - Method in class com.sptci.rwt.AbstractProcedureAnalyser
Returns a collection of ProcedureMetaData objects that contain the basic information pertaining to the procedures in the catalog/schema.
analyse(MetaData...) - Method in class com.sptci.rwt.AbstractSequenceAnalyser
Returns a collection of SequenceMetaData objects that contain all information pertaining to the sequences in the specified schema.
analyse(MetaData...) - Method in class com.sptci.rwt.AbstractTriggerAnalyser
Returns a collection of TriggerMetaData objects that contain the basic information pertaining to the triggers in the schema and table (optional) specified.
analyse(MetaData...) - Method in class com.sptci.rwt.AbstractViewAnalyser
Returns a collection of ViewMetaData objects that contain the basic information pertaining to the views in the schema.
analyse(MetaData...) - Method in class com.sptci.rwt.Analyser
Analyse the database connected to and return the appropriate metadata objects.
analyse(MetaData...) - Method in class com.sptci.rwt.CatalogueAnalyser
Returns a collection of CatalogueMetaData objects that contain the basic information pertaining to the catalogues in the database.
analyse(MetaData...) - Method in class com.sptci.rwt.ColumnAnalyser
Returns a collection of ColumnMetaData objects that contain all information pertaining to the columns in the specified table.
analyse(MetaData...) - Method in class com.sptci.rwt.DBMSAnalyser
Returns a collection of DBMSMetaData objects that contain the basic information pertaining to the database.
analyse() - Method in class com.sptci.rwt.DBMSAnalyser
Return a DBMSMetaData object that contains the basic information pertaining to the database connected to.
analyse(MetaData...) - Method in class com.sptci.rwt.ForeignKeyAnalyser
Returns a collection of ForeignKeyMetaData objects that contain all information pertaining to the foreign keys for the specified table.
analyse(MetaData...) - Method in class com.sptci.rwt.IndexAnalyser
Returns a collection of IndexMetaData objects that contain all information pertaining to the indices for the specified table.
analyse(MetaData...) - Method in class com.sptci.rwt.OracleSequenceAnalyser
Returns a collection of SequenceMetaData objects that contain all information pertaining to the sequences in the specified schema.
analyse(MetaData...) - Method in class com.sptci.rwt.PrimaryKeyAnalyser
Returns a collection of PrimaryKeyMetaData objects that contain all information pertaining to the primary key columns for the specified table.
analyse(MetaData...) - Method in class com.sptci.rwt.ProcedureAnalyser
Returns a collection of ProcedureMetaData objects that contain the basic information pertaining to the procedures in the catalog/schema.
analyse(MetaData...) - Method in class com.sptci.rwt.SchemaAnalyser
Returns a collection of SchemaMetaData objects that contain the basic information pertaining to the schemas in the database.
analyse(MetaData...) - Method in class com.sptci.rwt.SequenceAnalyser
Returns a collection of SequenceMetaData objects that contain all information pertaining to the sequences in the specified schema.
analyse(MetaData...) - Method in class com.sptci.rwt.StandardSequenceAnalyser
Returns a collection of SequenceMetaData objects that contain all information pertaining to the sequences in the specified schema.
analyse(MetaData...) - Method in class com.sptci.rwt.TableAnalyser
Returns a collection of TableMetaData objects that contain the basic information pertaining to the tables in the schema.
analyse(MetaData...) - Method in class com.sptci.rwt.TriggerAnalyser
Returns a collection of TriggerMetaData objects that contain the basic information pertaining to the triggers in the schema and table (optional) specified.
analyse(MetaData...) - Method in class com.sptci.rwt.ViewAnalyser
Returns a collection of ViewMetaData objects that contain the basic information pertaining to the views in the schema.
Analyser - Class in com.sptci.rwt
An abstract base class analyser for the various database objects.
Analyser(ConnectionManager) - Constructor for class com.sptci.rwt.Analyser
Create a new instance of the class using the specified connection manager.
Analyser.CatalogueSchema - Class in com.sptci.rwt
A value object used to represent the names of the catalogue and schema.
Analyser.CatalogueSchema(String, String) - Constructor for class com.sptci.rwt.Analyser.CatalogueSchema
Create a new instance of the value object with the specified values.

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