Class JpaTableViewFindSupport.JpaFindTask

java.lang.Object
java.util.concurrent.FutureTask<V>
javafx.concurrent.Task<AbstractTableFindSupport.SearchResult>
TableFindSupportBase<T,C>.FindTask
TableFindSupportBase<javafx.scene.control.TableView<?>,javafx.scene.control.TableColumn>.AbstractFindTask<Object[]>
com.iamsoft.util.ui.javafx.table.JpaTableViewFindSupport.JpaFindTask
All Implemented Interfaces:
Runnable, Future<AbstractTableFindSupport.SearchResult>, RunnableFuture<AbstractTableFindSupport.SearchResult>, javafx.concurrent.Worker<AbstractTableFindSupport.SearchResult>, javafx.event.EventTarget
Enclosing class:
JpaTableViewFindSupport

public class JpaTableViewFindSupport.JpaFindTask extends TableFindSupportBase<javafx.scene.control.TableView<?>,javafx.scene.control.TableColumn>.AbstractFindTask<Object[]>
  • 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 javafx.concurrent.Worker

    javafx.concurrent.Worker.State
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    cancel(boolean pMayInterruptIfRunning)
     
    protected void
     
    protected List<Object[]>
     

    Methods inherited from class com.iamsoft.util.ui.javafx.table.TableFindSupportBase.AbstractFindTask

    call

    Methods inherited from class com.iamsoft.util.ui.javafx.table.TableFindSupportBase.FindTask

    succeeded

    Methods inherited from class javafx.concurrent.Task

    addEventFilter, addEventHandler, buildEventDispatchChain, cancel, cancelled, 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, running, runningProperty, scheduled, setEventHandler, setOnCancelled, setOnFailed, setOnRunning, setOnScheduled, setOnSucceeded, stateProperty, titleProperty, totalWorkProperty, updateMessage, updateProgress, updateProgress, updateTitle, updateValue, valueProperty, workDoneProperty

    Methods inherited from class java.util.concurrent.FutureTask

    done, get, get, isCancelled, isDone, run, runAndReset, set, setException, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait