java.lang.Object |
↳ |
vars.query.ui.db.QueryActionUI |
Class Overview
Class that packages up the UI components needed to deal with a query
action. It does the following:
- Shows a dialog that shows elapsed time and allows user to cancel the action
- Displays the results when the query is completed
- Shows an error dialog if the query fails
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Constructors
public
QueryActionUI
(QueryAction queryAction, String databaseUrl)