|
||||||||||
| 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 java.lang.String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
FoxtrotUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
invokeAndWait(java.util.concurrent.Callable callable)
Simply to get rid of the forced exception handling |
static java.lang.Object |
invokeAndWaitConcurrent(java.util.concurrent.Callable callable)
Simply to get rid of the forced exception handling |
static void |
waitForThreadToFinish(java.lang.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 java.lang.String SOURCECODE_VERSION
| Constructor Detail |
|---|
public FoxtrotUtils()
| Method Detail |
|---|
public static void waitForThreadToFinish(java.lang.Thread thread)
thread - nl.knowledgeplaza.util.ThreadUtil.waitForThreadToFinishpublic static java.lang.Object invokeAndWait(java.util.concurrent.Callable callable)
callable -
public static java.lang.Object invokeAndWaitConcurrent(java.util.concurrent.Callable callable)
callable -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||