public class

QueryActionUI

extends Object
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:

  1. Shows a dialog that shows elapsed time and allows user to cancel the action
  2. Displays the results when the query is completed
  3. Shows an error dialog if the query fails

Summary

Public Constructors
QueryActionUI(QueryAction queryAction, String databaseUrl)
Constructs ...
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public QueryActionUI (QueryAction queryAction, String databaseUrl)

Constructs ...