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

M

main(String[]) - Static method in class com.sptci.rwt.AllTests
 
MainController - Class in com.sptci.rwt.webui
The primary ContentPane for the application.
MainController(MainView) - Constructor for class com.sptci.rwt.webui.MainController
Create a new instance of the controller for the specified view.
MainSplitPane - Class in com.sptci.rwt.webui.style
The Style for the primary SplitPane used to layout the application ContentPane.
MainSplitPane() - Constructor for class com.sptci.rwt.webui.style.MainSplitPane
 
MainView - Class in com.sptci.rwt.webui
The primary ContentPane for the application.
MainView() - Constructor for class com.sptci.rwt.webui.MainView
Create a new instance of the pane.
manager - Variable in class com.sptci.rwt.AbstractQueryExecutor
The manager to use to fetch database connections.
manager - Variable in class com.sptci.rwt.Analyser
The connection manager to use to fetch connections.
manager - Static variable in class com.sptci.rwt.CreateTestObjects
 
manager - Variable in class com.sptci.rwt.webui.ExcelDownloadProvider
The connection manager to use to fetch database connection.
manager - Variable in class com.sptci.rwt.webui.RowTableModel
The connection manager to use to fetch database connections.
ManageSavedConnectionsListener - Class in com.sptci.rwt.webui
The listener used to display a ManageSavedConnectionsView component.
ManageSavedConnectionsListener(MainController) - Constructor for class com.sptci.rwt.webui.ManageSavedConnectionsListener
Create a new instance of the listener using the specified controller.
ManageSavedConnectionsView - Class in com.sptci.rwt.webui
The component that is used to delete saved connections.
ManageSavedConnectionsView(MainController) - Constructor for class com.sptci.rwt.webui.ManageSavedConnectionsView
Create a new instance using the specified controller.
ManageSavedQueriesListener - Class in com.sptci.rwt.webui
The listener used to display a ManageSavedQueriesView component.
ManageSavedQueriesListener(MainController) - Constructor for class com.sptci.rwt.webui.ManageSavedQueriesListener
Create a new instance of the listener using the specified controller.
ManageSavedQueriesView - Class in com.sptci.rwt.webui
The component that is used to delete saved queries.
ManageSavedQueriesView(MainController) - Constructor for class com.sptci.rwt.webui.ManageSavedQueriesView
Create a new instance using the specified controller.
maxColumnLength - Variable in class com.sptci.rwt.webui.ExecutorView
The component used to specify the maximum number of characters to display in a table column.
maxColumnLength - Variable in class com.sptci.rwt.webui.RowTableModel
The maximum number of characters to display in a column.
maximum - Variable in class com.sptci.rwt.SequenceMetaData
The maximum value of the sequence.
maxResults - Variable in class com.sptci.rwt.webui.ExecutorView
The component used to specify the maximum number of rows of data to retrieve for select statements.
maxRows - Variable in class com.sptci.rwt.webui.RowTableModel
The maximum number of records to fetch from the database.
menuComponent - Variable in class com.sptci.rwt.webui.MainView
The component used to display the menu for the application.
MenuComponent - Class in com.sptci.rwt.webui
The component that displays the application menu.
MenuComponent(MainController) - Constructor for class com.sptci.rwt.webui.MenuComponent
Default constructor.
metadata - Static variable in class com.sptci.rwt.DBMSAnalyserTest
 
MetaData - Class in com.sptci.rwt
An abstract base class for all value objects that represent metadata for database objects.
MetaData() - Constructor for class com.sptci.rwt.MetaData
 
metadata - Static variable in class com.sptci.rwt.ProcedureAnalyserTest
 
metadata - Static variable in class com.sptci.rwt.SchemaAnalyserTest
 
metadata - Static variable in class com.sptci.rwt.SequenceAnalyserTest
 
metadata - Static variable in class com.sptci.rwt.TableAnalyserTest
 
metadata - Static variable in class com.sptci.rwt.TriggerAnalyserTest
 
metadata - Static variable in class com.sptci.rwt.ViewAnalyserTest
 
metaData - Variable in class com.sptci.rwt.webui.model.CatalogueView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.ColumnView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.DBMSView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.ForeignKeyView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.IndexView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.JDBCView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.LimitsView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.PrimaryKeyView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.ProcedureView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.SchemaView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.SequenceView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.TableTypeDataListener
The metadata object for the table whose data is to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.TableTypeDataView
The meta data object whose data is being displayed.
metaData - Variable in class com.sptci.rwt.webui.model.TableView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.TriggerView
The meta data object whose details are to be displayed.
metaData - Variable in class com.sptci.rwt.webui.model.ViewView
The meta data object whose details are to be displayed.
metadata - Variable in class com.sptci.rwt.webui.tree.ContainerNode
The MetaData object associated with this node.
MetaDataTree - Class in com.sptci.rwt.webui
The Tree component used to display the database metadata objects in hierarchical format.
MetaDataTree(MainController) - Constructor for class com.sptci.rwt.webui.MetaDataTree
Create a new instance using the specified controller.
minimum - Variable in class com.sptci.rwt.SequenceMetaData
The minimum value of the sequence.
model - Variable in class com.sptci.rwt.webui.model.TableTypeDataView
The TableModel used to build the Table in which the data is displayed.

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