ca.sqlpower.wabit.swingui.olap
Class OlapGuiUtil

java.lang.Object
  extended by ca.sqlpower.wabit.swingui.olap.OlapGuiUtil

public class OlapGuiUtil
extends java.lang.Object

Static utility methods for working with the olap4j aspect of the Wabit's GUI.


Method Summary
static ca.sqlpower.swingui.SPSwingWorker asyncExecute(OlapQuery query, WabitSwingSession session)
          Runs the given query in an SPSwingWorker that registers with the given session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

asyncExecute

public static ca.sqlpower.swingui.SPSwingWorker asyncExecute(OlapQuery query,
                                                             WabitSwingSession session)
Runs the given query in an SPSwingWorker that registers with the given session. The worker's "responsible object" is set to the given query, so its tree node should get a "throbber" on it while the query is running.

Parameters:
query -
session -
Returns:


Copyright © 2009. All Rights Reserved.