Class TableFindSupportBase.BatchFindTask

    • Nested Class Summary

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

        javafx.concurrent.Worker.State
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchFindTask​(Function<javafx.scene.control.IndexRange,​List<?>> pItemsSupplier, int pMaxItemsPerSearchCycle, List<Function<?,​String>> pToStringMappers, int pMaxSearchResults)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected AbstractTableFindSupport.SearchResult call()  
      • 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