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

Q

queries - Variable in class com.sptci.rwt.Category
The named queries associated with this category.
Queries - Class in com.sptci.rwt
A serializable wrapper used to represent saved SQL queries for the application.
Queries() - Constructor for class com.sptci.rwt.Queries
Default constructor.
queries - Static variable in class com.sptci.rwt.QueriesTest
 
queries - Variable in class com.sptci.rwt.webui.MainController
The object that represents saved queries.
QueriesTest - Class in com.sptci.rwt
Unit test for the Queries object.
QueriesTest() - Constructor for class com.sptci.rwt.QueriesTest
 
query - Static variable in class com.sptci.rwt.QueriesTest
 
Query - Class in com.sptci.rwt
A simple sub-class of KeyValue used to represent a saved query.
Query() - Constructor for class com.sptci.rwt.Query
Default constructor.
Query(String, String) - Constructor for class com.sptci.rwt.Query
Create a new instance using the specified values.
query - Variable in class com.sptci.rwt.webui.ExcelDownloadProvider
The SQL statement to be executed to fetch the data to be exported.
query - Variable in class com.sptci.rwt.webui.ExecutorView
The component used to enter the SQL statement to execute.
query - Variable in class com.sptci.rwt.webui.RowTableModel
The SQL statement that is to be executed to fetch the results.
Query - Class in com.sptci.rwt.webui.style
The default style to use for TextComponent used to input SQL statements.
Query() - Constructor for class com.sptci.rwt.webui.style.Query
 
QueryException - Exception in com.sptci.rwt
A custom exception that is used to wrap any exceptions raised when executing SQL statements.
QueryException() - Constructor for exception com.sptci.rwt.QueryException
Default constructor.
QueryException(String) - Constructor for exception com.sptci.rwt.QueryException
Create a new exception with the specified message.
QueryException(Throwable) - Constructor for exception com.sptci.rwt.QueryException
Create a new exception with the instance of Throwable that caused the problem.
QueryException(String, Throwable) - Constructor for exception com.sptci.rwt.QueryException
Create a new exception with the specified message and instance of Throwable caused the problem.
QueryExecutor - Class in com.sptci.rwt
A utility class to execute SQL statement (only one statement allowed).
QueryExecutor(ConnectionManager) - Constructor for class com.sptci.rwt.QueryExecutor
Create a new instance using the specified manager to fetch connections.
QueryExecutorListener - Class in com.sptci.rwt.webui
The listener used by MenuComponent to display a new QueryExecutorView component.
QueryExecutorListener(MainController) - Constructor for class com.sptci.rwt.webui.QueryExecutorListener
Create a new instance of the listener using the specified Controller to interact with the application.
QueryExecutorPane - Class in com.sptci.rwt.webui.style
The Style for the primary SplitPane used to layout the QueryExecutorView.
QueryExecutorPane() - Constructor for class com.sptci.rwt.webui.style.QueryExecutorPane
 
QueryExecutorTest - Class in com.sptci.rwt
Unit test for the QueryExecutor class.
QueryExecutorTest() - Constructor for class com.sptci.rwt.QueryExecutorTest
 
QueryExecutorView - Class in com.sptci.rwt.webui
Query executor view component used to interact with the QueryExecutor class.
QueryExecutorView(MainController) - Constructor for class com.sptci.rwt.webui.QueryExecutorView
Create instance of the pane using the specified controller.
queryName - Static variable in class com.sptci.rwt.QueriesTest
 

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