Uses of Class
mgui.interfaces.queries.QueryEvent
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 QueryEvent in mgui.interfaces.queries
Methods in mgui.interfaces.queries with parameters of type QueryEvent Modifier and Type Method Description void
InterfaceQueryPanel. objectQueried(QueryEvent e)
void
QueryListener. objectQueried(QueryEvent e)
Informs this listener that an object has been queried -
Uses of QueryEvent in mgui.interfaces.queries.tables
Methods in mgui.interfaces.queries.tables with parameters of type QueryEvent Modifier and Type Method Description void
QueryResultTableModel. objectQueried(QueryEvent e)