Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class TableFindSupportBase.BatchFindTask
- java.lang.Object
-
- java.util.concurrent.FutureTask<V>
-
- javafx.concurrent.Task<AbstractTableFindSupport.SearchResult>
-
- com.iamsoft.util.ui.javafx.table.TableFindSupportBase.FindTask
-
- com.iamsoft.util.ui.javafx.table.TableFindSupportBase.BatchFindTask
-
- All Implemented Interfaces:
Runnable
,Future<AbstractTableFindSupport.SearchResult>
,RunnableFuture<AbstractTableFindSupport.SearchResult>
,javafx.concurrent.Worker<AbstractTableFindSupport.SearchResult>
,javafx.event.EventTarget
- Enclosing class:
- TableFindSupportBase<T extends javafx.scene.control.Control,C extends javafx.scene.control.TableColumnBase>
protected class TableFindSupportBase.BatchFindTask extends TableFindSupportBase.FindTask
Finds all occurrences in a background thread. This class is suitable for use in cases where the number of items might be too big to fit in RAM.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTableFindSupport.SearchResult
call()
-
Methods inherited from class com.iamsoft.util.ui.javafx.table.TableFindSupportBase.FindTask
failed, succeeded
-
Methods inherited from class javafx.concurrent.Task
addEventFilter, addEventHandler, buildEventDispatchChain, cancel, 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
-
-
-
-
Method Detail
-
call
protected AbstractTableFindSupport.SearchResult call() throws Exception
- Specified by:
call
in classjavafx.concurrent.Task<AbstractTableFindSupport.SearchResult>
- Throws:
Exception
-
-