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

I

ICON - Static variable in class com.sptci.rwt.webui.style.SaveLabel
The image to use as the icon for this label.
increment - Variable in class com.sptci.rwt.SequenceMetaData
The value by which the sequence is incremented.
IndexAnalyser - Class in com.sptci.rwt
An analyser for analysing index columns for tables in the database.
IndexAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.IndexAnalyser
Create a new instance of the class using the specified connection manager.
IndexAnalyserTest - Class in com.sptci.rwt
Unit test for the IndexAnalyser object.
IndexAnalyserTest() - Constructor for class com.sptci.rwt.IndexAnalyserTest
 
indexLength - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of bytes this database allows for an index, including all of the parts of the index.
IndexMetaData - Class in com.sptci.rwt
A metadata object that represents table indices.
IndexMetaData() - Constructor for class com.sptci.rwt.IndexMetaData
 
IndexMetaData.SortSequence - Enum in com.sptci.rwt
An enumerationg for the sort sequence of indices.
IndexMetaData.SortSequence() - Constructor for enum com.sptci.rwt.IndexMetaData.SortSequence
 
IndexMetaData.Type - Enum in com.sptci.rwt
An enumeration for the index types.
IndexMetaData.Type() - Constructor for enum com.sptci.rwt.IndexMetaData.Type
 
indexName - Static variable in class com.sptci.rwt.CreateTestObjects
 
IndexNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents a index in the active database connection.
IndexNode(IndexMetaData) - Constructor for class com.sptci.rwt.webui.tree.IndexNode
Create a new tree node using the specified metadata object.
IndexView - Class in com.sptci.rwt.webui.model
A view component used to display the information contained in IndexMetaData.
IndexView(IndexMetaData) - Constructor for class com.sptci.rwt.webui.model.IndexView
Create a new instance of the view using the specified model object.
indices - Variable in class com.sptci.rwt.TableMetaData
The collection of foreign key columns for this table.
IndicesNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents all the indices in schema in the active database connection.
IndicesNode(TableMetaData) - Constructor for class com.sptci.rwt.webui.tree.IndicesNode
Create a new tree node representing all the available indices in the specified schema.
IndicesView - Class in com.sptci.rwt.webui.model
A dummy view component since no pertinent data is available for the IndicesNode.
IndicesView(String) - Constructor for class com.sptci.rwt.webui.model.IndicesView
Create a new instance of the view using the specified model object.
init() - Method in class com.sptci.rwt.webui.BatchQueryExecutorView
Over-ridden to set the default value of ExecutorView.maxResults.
init() - Method in class com.sptci.rwt.webui.ExecutorView
Create the UI components that are necessary for the pane.
init() - Method in class com.sptci.rwt.webui.HistoryView
Life-cycle method invoked when component is added to the UI.
init() - Method in class com.sptci.rwt.webui.ManageSavedConnectionsView
Life-cycle method invoked when the component is added to the component hierarchy.
init() - Method in class com.sptci.rwt.webui.ManageSavedQueriesView
Life-cycle method invoked when the component is added to the component hierarchy.
init() - Method in class com.sptci.rwt.webui.model.CatalogueView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.ColumnView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.DBMSView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.ForeignKeyView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.IndexView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.JDBCView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.LimitsView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.PrimaryKeyView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.ProcedureView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.SchemaView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.SequenceView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.TableTypeDataView
Builds the display.
init() - Method in class com.sptci.rwt.webui.model.TableView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.TriggerView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.model.ViewView
Lifecycle method used to initialise component when added to a container hierarchy.
init() - Method in class com.sptci.rwt.webui.SaveConnectionComponent
Life-cycle method used to initialise the component.
init() - Method in class com.sptci.rwt.webui.SaveQueryComponent
Life-cycle method used to initialise the component.
init() - Method in class com.sptci.rwt.webui.style.BatchQueryExecutorPane
Initialise the style properties.
init() - Method in class com.sptci.rwt.webui.style.DisplayArea
Initialise the style properties.
init() - Method in class com.sptci.rwt.webui.style.ExecutorPane
Initialise the style properties.
init() - Method in class com.sptci.rwt.webui.style.GridTitleLabel
Initialise the style properties.
init() - Method in class com.sptci.rwt.webui.style.MainSplitPane
Initialise the style properties.
init() - Method in class com.sptci.rwt.webui.style.Query
Over-ridden to change dimensions.
init() - Method in class com.sptci.rwt.webui.style.QueryExecutorPane
Initialise the style properties.
init() - Method in class com.sptci.rwt.webui.style.SaveLabel
Over-ridden to add icon information.
init() - Method in class com.sptci.rwt.webui.style.StyleSheet
Over-ridden to add additional methods.
initComponents() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Initialises all the view components.
initMetaData() - Method in class com.sptci.rwt.webui.model.ProcedureView
Perform additional initialisation of the ProcedureView.metaData object.
initMetaData() - Method in class com.sptci.rwt.webui.model.ViewView
Perform additional initialisation of the ViewView.metaData object.
insert() - Static method in class com.sptci.rwt.BatchQueryExecutorTest
Insert test records into the table.
insert() - Method in class com.sptci.rwt.QueryExecutorTest
Insert the test record to table.
insertable - Variable in class com.sptci.rwt.ViewMetaData
A flag used to indicate whether the view supports INSERT statements.
isLeaf() - Method in class com.sptci.rwt.webui.tree.AbstractNode
Determine whether this node holds children or not.
isLeaf() - Method in class com.sptci.rwt.webui.tree.LeafNode
Determine whether this node holds children or not.
isUnique() - Method in class com.sptci.rwt.IndexMetaData
Returns IndexMetaData.unique.

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