Class WignerPlot.WignerTask

java.lang.Object
java.util.concurrent.FutureTask<V>
javafx.concurrent.Task<Integer>
detectionPlotFX.plots.WignerPlot.WignerTask
All Implemented Interfaces:
Runnable, Future<Integer>, RunnableFuture<Integer>, javafx.concurrent.Worker<Integer>, javafx.event.EventTarget
Enclosing class:
WignerPlot<D extends PamDataUnit>

public class WignerPlot.WignerTask extends javafx.concurrent.Task<Integer>
Runs a Wigner plot in separate thread.
Author:
Jamie Macaulay
  • Property Summary

    Properties inherited from class javafx.concurrent.Task

    exception, message, onCancelled, onFailed, onRunning, onScheduled, onSucceeded, progress, running, state, title, totalWork, value, workDone
  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.concurrent.Future

    Future.State

    Nested classes/interfaces inherited from interface javafx.concurrent.Worker

    javafx.concurrent.Worker.State
  • Method Summary

    Methods inherited from class javafx.concurrent.Task

    addEventFilter, addEventHandler, buildEventDispatchChain, cancel, cancel, exceptionProperty, fireEvent, getException, getMessage, getOnCancelled, getOnFailed, getOnRunning, getOnScheduled, getOnSucceeded, getProgress, getState, getTitle, getTotalWork, getValue, getWorkDone, isRunning, messageProperty, onCancelledProperty, onFailedProperty, onRunningProperty, onScheduledProperty, onSucceededProperty, progressProperty, removeEventFilter, removeEventHandler, runningProperty, setOnCancelled, setOnFailed, setOnRunning, setOnScheduled, setOnSucceeded, stateProperty, titleProperty, totalWorkProperty, valueProperty, workDoneProperty

    Methods inherited from class java.util.concurrent.FutureTask

    exceptionNow, get, get, isCancelled, isDone, resultNow, run, state, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait