| Package | Description | 
|---|---|
| org.wandora.utils.swing | 
| Modifier and Type | Method and Description | 
|---|---|
static <R> SwingTools.SwingReturn<R> | 
SwingTools.swingOperation(SwingTools.RunnableReturn<R> run)
Runs the given RunnableReturn immediately if called from event dispatch thread
 or at some later time inside event dispatch thread otherwise. 
 | 
static <R> R | 
SwingTools.swingOperationBlock(SwingTools.RunnableReturn<R> run)
Runs the given RunnableReturn immediately if called from event dispatch thread
 or at some later time inside event dispatch thread otherwise. 
 | 
Copyright 2004-2015 Wandora Team