Search
SwingFuture(T) Members
Constructors Methods
 


Wraps a java.util.concurrent.Future to run completion on Swing UI thread. @param <T> The result type.

The following tables list the members exposed by the SwingFuture(T) type.

 Public Constructors

  Name Description

SwingFuture

 

 Public Methods

  Name Description

cancel

Cancels the wrapped java.util.concurrent.Future.

fulfilled

Report success.

rejected

Report error.

setWrapped

Sets wrapped java.util.concurrent.Future.

then

Overloaded.  

 See Also