org.jacp.javafx2.rcp.util
Class AFX2ComponentWorker<T>

java.lang.Object
  extended by java.util.concurrent.FutureTask<V>
      extended by javafx.concurrent.Task<T>
          extended by org.jacp.javafx2.rcp.util.AFX2ComponentWorker<T>
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<T>, java.util.concurrent.RunnableFuture<T>, javafx.concurrent.Worker<T>
Direct Known Subclasses:
FX2ComponentInitWorker, FX2ComponentReplaceWorker, StateComponentRunWorker

public abstract class AFX2ComponentWorker<T>
extends javafx.concurrent.Task<T>

handles component methods in own thread;

Author:
Andy Moncsek

Nested Class Summary
 
Nested classes/interfaces inherited from interface javafx.concurrent.Worker
javafx.concurrent.Worker.State
 
Constructor Summary
AFX2ComponentWorker()
           
 
Method Summary
 
Methods inherited from class javafx.concurrent.Task
cancel, cancel, exceptionProperty, getException, getMessage, getProgress, getState, getTitle, getTotalWork, getValue, getWorkDone, isRunning, messageProperty, progressProperty, runningProperty, stateProperty, titleProperty, totalWorkProperty, valueProperty, workDoneProperty
 
Methods inherited from class java.util.concurrent.FutureTask
get, get, isCancelled, isDone, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AFX2ComponentWorker

public AFX2ComponentWorker()