Uses of Class
mgui.interfaces.queries.QueryResult
Package | Description |
---|---|
mgui.interfaces.queries |
Provides querying functionality for interface objects.
|
mgui.interfaces.queries.tables |
Allows query results to be displayed as a JTable.
|
-
Uses of QueryResult in mgui.interfaces.queries
Fields in mgui.interfaces.queries with type parameters of type QueryResult Modifier and Type Field Description protected java.util.HashMap<InterfaceQueryObject,QueryResult>
InterfaceQuery. results
Methods in mgui.interfaces.queries that return QueryResult Modifier and Type Method Description QueryResult
InterfaceQuery. getLastResult()
Returns the last query result.Methods in mgui.interfaces.queries that return types with arguments of type QueryResult Modifier and Type Method Description java.util.ArrayList<QueryResult>
InterfaceQuery. getResults()
Returns the results stored in this query, in the order they were added.Methods in mgui.interfaces.queries with parameters of type QueryResult Modifier and Type Method Description protected void
InterfaceQuery. addResult(QueryResult result)
Adds a result to this query; if a result from this object already exists, it is replaced, and moved to the end of the list. -
Uses of QueryResult in mgui.interfaces.queries.tables
Methods in mgui.interfaces.queries.tables with parameters of type QueryResult Modifier and Type Method Description void
QueryResultTable. setResult(QueryResult result)
void
QueryResultTableModel. setResult(QueryResult result)
Constructors in mgui.interfaces.queries.tables with parameters of type QueryResult Constructor Description QueryResultTable(QueryResult result)
QueryResultTable(QueryResult result, int line_width, int line_height)
QueryResultTable(QueryResult result, int line_width, int line_height, boolean variable_width)
ConstructorQueryResultTableModel(QueryResult result)