eu.esdihumboldt.hale.ui
Class HaleUI
java.lang.Object
eu.esdihumboldt.hale.ui.HaleUI
public abstract class HaleUI
- extends Object
Hale UI utility methods.
- Author:
- Simon Templer
Method Summary |
static void |
registerWorkbenchUndoRedo(org.eclipse.ui.IViewSite site)
Register a view site for undo/redo in workbench context. |
static void |
waitFor(AtomicBoolean finishedFlag)
Wait for a finished flag being set to true by another
thread. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HaleUI
public HaleUI()
registerWorkbenchUndoRedo
public static void registerWorkbenchUndoRedo(org.eclipse.ui.IViewSite site)
- Register a view site for undo/redo in workbench context.
- Parameters:
site
- the view site
waitFor
public static void waitFor(AtomicBoolean finishedFlag)
- Wait for a finished flag being set to
true
by another
thread. If the current thread is the display thread, display events will
still be processed.
- Parameters:
finishedFlag
- the finished flag
Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d