org.tbee.swing
Class FoxtrotUtils

java.lang.Object
  extended by org.tbee.swing.FoxtrotUtils

public class FoxtrotUtils
extends java.lang.Object

Some swing utilites

Version:
$Revision: 1.9 $
Author:
$Author: toeukpap $

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

SOURCECODE_VERSION

public static final java.lang.String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

FoxtrotUtils

public FoxtrotUtils()
Method Detail

waitForThreadToFinish

public static void waitForThreadToFinish(java.lang.Thread thread)
Wait for a thread to finish extended for Swing (won't block AWT thread).

Parameters:
thread -
See Also:
nl.knowledgeplaza.util.ThreadUtil.waitForThreadToFinish

invokeAndWait

public static java.lang.Object invokeAndWait(java.util.concurrent.Callable callable)
Simply to get rid of the forced exception handling

Parameters:
callable -
Returns:

invokeAndWaitConcurrent

public static java.lang.Object invokeAndWaitConcurrent(java.util.concurrent.Callable callable)
Simply to get rid of the forced exception handling

Parameters:
callable -
Returns:


Copyright © 2010 KnowledgePlaza. All Rights Reserved.