|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.FoxtrotUtils
public class FoxtrotUtils
Some swing utilites
| Field Summary | |
|---|---|
static String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
FoxtrotUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
invokeAndWait(Callable<V> callable)
Simply to get rid of the forced exception handling |
|
static
|
invokeAndWaitConcurrent(Callable<V> callable)
Simply to get rid of the forced exception handling |
|
static void |
invokeLater(foxtrot.AsyncTask asyncTask)
Simply to get rid of the forced exception handling |
|
static void |
waitForThreadToFinish(Thread thread)
Wait for a thread to finish extended for Swing (won't block AWT thread). |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SOURCECODE_VERSION
| Constructor Detail |
|---|
public FoxtrotUtils()
| Method Detail |
|---|
public static void waitForThreadToFinish(Thread thread)
thread - nl.knowledgeplaza.util.ThreadUtil.waitForThreadToFinishpublic static void invokeLater(foxtrot.AsyncTask asyncTask)
callable - public static <V> V invokeAndWait(Callable<V> callable)
callable -
public static <V> V invokeAndWaitConcurrent(Callable<V> callable)
callable -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||