Skip navigation links
A B C D E F G I J L M N O P R S T U V W _ 

A

addEventFilter(<any>, <any>) - Method in class javafx.concurrent.EventHelper
Registers an event filter to this task.
addEventFilter(<any>, <any>) - Method in class javafx.concurrent.Service
Registers an event filter to this task.
addEventFilter(<any>, <any>) - Method in class javafx.concurrent.Task
Registers an event filter to this task.
addEventHandler(<any>, <any>) - Method in class javafx.concurrent.EventHelper
Registers an event handler to this task.
addEventHandler(<any>, <any>) - Method in class javafx.concurrent.Service
Registers an event handler to this task.
addEventHandler(<any>, <any>) - Method in class javafx.concurrent.Task
Registers an event handler to this task.
ANY - Static variable in class javafx.concurrent.WorkerStateEvent
Common supertype for all worker state event types.

B

backoffStrategy - Variable in class javafx.concurrent.ScheduledService
Computes the amount of time to add to the period on each failure.
backoffStrategyProperty() - Method in class javafx.concurrent.ScheduledService
Computes the amount of time to add to the period on each failure.
buildEventDispatchChain(EventDispatchChain) - Method in class javafx.concurrent.EventHelper
 
buildEventDispatchChain(EventDispatchChain) - Method in class javafx.concurrent.Service
 
buildEventDispatchChain(EventDispatchChain) - Method in class javafx.concurrent.Task
 

C

call() - Method in class javafx.concurrent.Task
Invoked when the Task is executed, the call method must be overridden and implemented by subclasses.
call() - Method in class javafx.concurrent.Task.TaskCallable
Invoked by the system when it is time to run the client code.
cancel() - Method in class javafx.concurrent.ScheduledService
Cancels any currently running task and stops this scheduled service, such that no additional iterations will occur.
cancel() - Method in class javafx.concurrent.Service
Cancels any currently running Task, if any.
cancel() - Method in class javafx.concurrent.Task
 
cancel(boolean) - Method in class javafx.concurrent.Task
 
cancel() - Method in interface javafx.concurrent.Worker
Terminates execution of this Worker.
cancelFromReadyState() - Method in class javafx.concurrent.Service
This is used by ScheduledService to cancel a Service that is in the READY state.
cancelled() - Method in class javafx.concurrent.Service
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the CANCELLED state.
cancelled() - Method in class javafx.concurrent.Task
A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the CANCELLED state.
checkThread() - Method in class javafx.concurrent.Service
 
checkThread() - Method in class javafx.concurrent.Task
 
clock() - Method in class javafx.concurrent.ScheduledService
Gets the time of the current clock.
createTask() - Method in class javafx.concurrent.Service
Invoked after the Service is started on the JavaFX Application Thread.
createTimerTask(Task<V>) - Method in class javafx.concurrent.ScheduledService
Creates the TimerTask used for delaying execution.
cumulativePeriod - Variable in class javafx.concurrent.ScheduledService
The current cumulative period in use between iterations.
cumulativePeriodProperty() - Method in class javafx.concurrent.ScheduledService
The current cumulative period in use between iterations.
currentFailureCount - Variable in class javafx.concurrent.ScheduledService
The current number of times the ScheduledService has failed.
currentFailureCountProperty() - Method in class javafx.concurrent.ScheduledService
The current number of times the ScheduledService has failed.

D

delay - Variable in class javafx.concurrent.ScheduledService
The initial delay between when the ScheduledService is first started, and when it will begin operation.
DELAY_TIMER - Static variable in class javafx.concurrent.ScheduledService
This Timer is used to schedule the delays for each ScheduledService.
delayProperty() - Method in class javafx.concurrent.ScheduledService
The initial delay between when the ScheduledService is first started, and when it will begin operation.
delayTask - Variable in class javafx.concurrent.ScheduledService
This is a TimerTask scheduled with the DELAY_TIMER.

E

EventHelper - Class in javafx.concurrent
This utility class is used both to bucketize the event handler related methods and state in Service and Task, but also (and more importantly) to consolidate the implementation into one place.
EventHelper(EventTarget) - Constructor for class javafx.concurrent.EventHelper
 
eventHelper - Variable in class javafx.concurrent.Service
* Event Dispatch * *
eventHelper - Variable in class javafx.concurrent.Task
* Event Dispatch * *
exception - Variable in class javafx.concurrent.Service
 
exception - Variable in class javafx.concurrent.Task
 
exceptionProperty() - Method in class javafx.concurrent.Service
 
exceptionProperty() - Method in class javafx.concurrent.Task
 
exceptionProperty() - Method in interface javafx.concurrent.Worker
Gets the ReadOnlyObjectProperty representing any exception which occurred.
executeTask(Task<V>) - Method in class javafx.concurrent.ScheduledService
 
executeTask(Task<V>) - Method in class javafx.concurrent.Service
Uses the executor defined on this Service to execute the given task.
executeTaskNow(Task<V>) - Method in class javafx.concurrent.ScheduledService
Called when it is time to actually execute the task (any delay has by now been accounted for).
EXECUTOR - Static variable in class javafx.concurrent.Service
 
executor - Variable in class javafx.concurrent.Service
The executor to use for running this Service.
executorProperty() - Method in class javafx.concurrent.Service
The executor to use for running this Service.
EXPONENTIAL_BACKOFF_STRATEGY - Static variable in class javafx.concurrent.ScheduledService
A Callback implementation for the backoffStrategy property which will exponentially backoff the period between re-executions in the case of a failure.

F

failed() - Method in class javafx.concurrent.ScheduledService
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the FAILED state.
failed() - Method in class javafx.concurrent.Service
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the FAILED state.
failed() - Method in class javafx.concurrent.Task
A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the FAILED state.
fireEvent(Event) - Method in class javafx.concurrent.EventHelper
Fires the specified event.
fireEvent(Event) - Method in class javafx.concurrent.Service
Fires the specified event.
fireEvent(Event) - Method in class javafx.concurrent.Task
Fires the specified event.
freshStart - Variable in class javafx.concurrent.ScheduledService
Whether or not this iteration is a "fresh start", such as the initial call to start, or a call to restart, or a call to reset followed by a call to start.

G

getBackoffStrategy() - Method in class javafx.concurrent.ScheduledService
Gets the value of the property backoffStrategy.
getCumulativePeriod() - Method in class javafx.concurrent.ScheduledService
Gets the value of the property cumulativePeriod.
getCurrentFailureCount() - Method in class javafx.concurrent.ScheduledService
Gets the value of the property currentFailureCount.
getDelay() - Method in class javafx.concurrent.ScheduledService
Gets the value of the property delay.
getEventHelper() - Method in class javafx.concurrent.Service
 
getEventHelper() - Method in class javafx.concurrent.Task
 
getException() - Method in class javafx.concurrent.Service
Gets the value of the property exception.
getException() - Method in class javafx.concurrent.Task
Gets the value of the property exception.
getException() - Method in interface javafx.concurrent.Worker
Indicates the exception which occurred while the Worker was running, if any.
getExecutor() - Method in class javafx.concurrent.Service
Gets the value of the property executor.
getInternalEventDispatcher() - Method in class javafx.concurrent.EventHelper
 
getLastValue() - Method in class javafx.concurrent.ScheduledService
Gets the value of the property lastValue.
getMaximumCumulativePeriod() - Method in class javafx.concurrent.ScheduledService
Gets the value of the property maximumCumulativePeriod.
getMaximumFailureCount() - Method in class javafx.concurrent.ScheduledService
Gets the value of the property maximumFailureCount.
getMessage() - Method in class javafx.concurrent.Service
Gets the value of the property message.
getMessage() - Method in class javafx.concurrent.Task
Gets the value of the property message.
getMessage() - Method in interface javafx.concurrent.Worker
Gets a message associated with the current state of this Worker.
getOnCancelled() - Method in class javafx.concurrent.EventHelper
 
getOnCancelled() - Method in class javafx.concurrent.Service
The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state.
getOnCancelled() - Method in class javafx.concurrent.Task
The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state.
getOnFailed() - Method in class javafx.concurrent.EventHelper
 
getOnFailed() - Method in class javafx.concurrent.Service
The onFailed event handler is called whenever the Task state transitions to the FAILED state.
getOnFailed() - Method in class javafx.concurrent.Task
The onFailed event handler is called whenever the Task state transitions to the FAILED state.
getOnReady() - Method in class javafx.concurrent.EventHelper
 
getOnReady() - Method in class javafx.concurrent.Service
The onReady event handler is called whenever the Task state transitions to the READY state.
getOnRunning() - Method in class javafx.concurrent.EventHelper
 
getOnRunning() - Method in class javafx.concurrent.Service
The onRunning event handler is called whenever the Task state transitions to the RUNNING state.
getOnRunning() - Method in class javafx.concurrent.Task
The onRunning event handler is called whenever the Task state transitions to the RUNNING state.
getOnScheduled() - Method in class javafx.concurrent.EventHelper
 
getOnScheduled() - Method in class javafx.concurrent.Service
The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state.
getOnScheduled() - Method in class javafx.concurrent.Task
The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state.
getOnSucceeded() - Method in class javafx.concurrent.EventHelper
 
getOnSucceeded() - Method in class javafx.concurrent.Service
The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state.
getOnSucceeded() - Method in class javafx.concurrent.Task
The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state.
getPeriod() - Method in class javafx.concurrent.ScheduledService
Gets the value of the property period.
getProgress() - Method in class javafx.concurrent.Service
Gets the value of the property progress.
getProgress() - Method in class javafx.concurrent.Task
Gets the value of the property progress.
getProgress() - Method in interface javafx.concurrent.Worker
Indicates the current progress of this Worker in terms of percent complete.
getRestartOnFailure() - Method in class javafx.concurrent.ScheduledService
Gets the value of the property restartOnFailure.
getSource() - Method in class javafx.concurrent.WorkerStateEvent
The Worker on which the Event initially occurred.
getState() - Method in class javafx.concurrent.Service
Gets the value of the property state.
getState() - Method in class javafx.concurrent.Task
Gets the value of the property state.
getState() - Method in interface javafx.concurrent.Worker
Specifies the current state of this Worker.
getTitle() - Method in class javafx.concurrent.Service
Gets the value of the property title.
getTitle() - Method in class javafx.concurrent.Task
Gets the value of the property title.
getTitle() - Method in interface javafx.concurrent.Worker
An optional title that should be associated with this Worker.
getTotalWork() - Method in class javafx.concurrent.Service
Gets the value of the property totalWork.
getTotalWork() - Method in class javafx.concurrent.Task
Gets the value of the property totalWork.
getTotalWork() - Method in interface javafx.concurrent.Worker
Indicates a maximum value for the Worker.workDoneProperty() property.
getValue() - Method in class javafx.concurrent.Service
Gets the value of the property value.
getValue() - Method in class javafx.concurrent.Task
Gets the value of the property value.
getValue() - Method in interface javafx.concurrent.Worker
Specifies the value, or result, of this Worker.
getWorkDone() - Method in class javafx.concurrent.Service
Gets the value of the property workDone.
getWorkDone() - Method in class javafx.concurrent.Task
Gets the value of the property workDone.
getWorkDone() - Method in interface javafx.concurrent.Worker
Indicates the current amount of work that has been completed.

I

internalEventDispatcher - Variable in class javafx.concurrent.EventHelper
 
IO_QUEUE - Static variable in class javafx.concurrent.Service
Because the ThreadPoolExecutor works completely backwards from what we want (ie: it doesn't increase thread count beyond the core pool size unless the queue is full), our queue has to be smart in that it will REJECT an item in the queue unless the thread size in the EXECUTOR is > 32, in which case we will queue up.
isFreshStart() - Method in class javafx.concurrent.ScheduledService
This method only exists for the sake of testing.
isFxApplicationThread() - Method in class javafx.concurrent.Service
 
isFxApplicationThread() - Method in class javafx.concurrent.Task
 
isRunning() - Method in class javafx.concurrent.Service
Gets the value of the property running.
isRunning() - Method in class javafx.concurrent.Task
Gets the value of the property running.
isRunning() - Method in interface javafx.concurrent.Worker
True if the state is either SCHEDULED or RUNNING.

J

javafx.concurrent - package javafx.concurrent
 

L

lastRunTime - Variable in class javafx.concurrent.ScheduledService
The timestamp of the last time the task was run.
lastValue - Variable in class javafx.concurrent.ScheduledService
The last successfully computed value.
lastValueProperty() - Method in class javafx.concurrent.ScheduledService
The last successfully computed value.
LINEAR_BACKOFF_STRATEGY - Static variable in class javafx.concurrent.ScheduledService
A Callback implementation for the backoffStrategy property which will linearly backoff the period between re-executions in the case of a failure.
LOG - Static variable in class javafx.concurrent.Service
Logger used in the case of some uncaught exceptions
LOGARITHMIC_BACKOFF_STRATEGY - Static variable in class javafx.concurrent.ScheduledService
A Callback implementation for the backoffStrategy property which will logarithmically backoff the period between re-executions in the case of a failure.

M

maximumCumulativePeriod - Variable in class javafx.concurrent.ScheduledService
The maximum allowed value for the cumulativePeriod.
maximumCumulativePeriodProperty() - Method in class javafx.concurrent.ScheduledService
The maximum allowed value for the cumulativePeriod.
maximumFailureCount - Variable in class javafx.concurrent.ScheduledService
The maximum number of times the ScheduledService can fail before it simply ends in the FAILED state.
maximumFailureCountProperty() - Method in class javafx.concurrent.ScheduledService
The maximum number of times the ScheduledService can fail before it simply ends in the FAILED state.
message - Variable in class javafx.concurrent.Service
 
message - Variable in class javafx.concurrent.Task
 
messageProperty() - Method in class javafx.concurrent.Service
 
messageProperty() - Method in class javafx.concurrent.Task
 
messageProperty() - Method in interface javafx.concurrent.Worker
Gets the ReadOnlyStringProperty representing the message.
messageUpdate - Variable in class javafx.concurrent.Task
Used to send message updates in a thread-safe manner from the subclass to the FX application thread.
modifyThreadPerm - Static variable in class javafx.concurrent.Task
 

N

normalize(Duration) - Static method in class javafx.concurrent.ScheduledService
Normalize our handling of Durations according to the class documentation.

O

onCancelled - Variable in class javafx.concurrent.EventHelper
 
onCancelledProperty() - Method in class javafx.concurrent.EventHelper
 
onCancelledProperty() - Method in class javafx.concurrent.Service
The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state.
onCancelledProperty() - Method in class javafx.concurrent.Task
The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state.
onFailed - Variable in class javafx.concurrent.EventHelper
 
onFailedProperty() - Method in class javafx.concurrent.EventHelper
 
onFailedProperty() - Method in class javafx.concurrent.Service
The onFailed event handler is called whenever the Task state transitions to the FAILED state.
onFailedProperty() - Method in class javafx.concurrent.Task
The onFailed event handler is called whenever the Task state transitions to the FAILED state.
onReady - Variable in class javafx.concurrent.EventHelper
 
onReadyProperty() - Method in class javafx.concurrent.EventHelper
 
onReadyProperty() - Method in class javafx.concurrent.Service
The onReady event handler is called whenever the Task state transitions to the READY state.
onRunning - Variable in class javafx.concurrent.EventHelper
 
onRunningProperty() - Method in class javafx.concurrent.EventHelper
 
onRunningProperty() - Method in class javafx.concurrent.Service
The onRunning event handler is called whenever the Task state transitions to the RUNNING state.
onRunningProperty() - Method in class javafx.concurrent.Task
The onRunning event handler is called whenever the Task state transitions to the RUNNING state.
onScheduled - Variable in class javafx.concurrent.EventHelper
 
onScheduledProperty() - Method in class javafx.concurrent.EventHelper
 
onScheduledProperty() - Method in class javafx.concurrent.Service
The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state.
onScheduledProperty() - Method in class javafx.concurrent.Task
The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state.
onSucceeded - Variable in class javafx.concurrent.EventHelper
 
onSucceededProperty() - Method in class javafx.concurrent.EventHelper
 
onSucceededProperty() - Method in class javafx.concurrent.Service
The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state.
onSucceededProperty() - Method in class javafx.concurrent.Task
The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state.

P

period - Variable in class javafx.concurrent.ScheduledService
The minimum amount of time to allow between the start of the last run and the start of the next run.
periodProperty() - Method in class javafx.concurrent.ScheduledService
The minimum amount of time to allow between the start of the last run and the start of the next run.
progress - Variable in class javafx.concurrent.Service
 
progress - Variable in class javafx.concurrent.Task
 
progressProperty() - Method in class javafx.concurrent.Service
 
progressProperty() - Method in class javafx.concurrent.Task
 
progressProperty() - Method in interface javafx.concurrent.Worker
Gets the ReadOnlyDoubleProperty representing the progress.
progressUpdate - Variable in class javafx.concurrent.Task
Used to send workDone updates in a thread-safe manner from the subclass to the FX application thread and workDone related properties.
ProgressUpdate(double, double) - Constructor for class javafx.concurrent.Task.ProgressUpdate
 

R

ready() - Method in class javafx.concurrent.Service
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the READY state.
removeEventFilter(<any>, <any>) - Method in class javafx.concurrent.EventHelper
Unregisters a previously registered event filter from this task.
removeEventFilter(<any>, <any>) - Method in class javafx.concurrent.Service
Unregisters a previously registered event filter from this task.
removeEventFilter(<any>, <any>) - Method in class javafx.concurrent.Task
Unregisters a previously registered event filter from this task.
removeEventHandler(<any>, <any>) - Method in class javafx.concurrent.EventHelper
Unregisters a previously registered event handler from this task.
removeEventHandler(<any>, <any>) - Method in class javafx.concurrent.Service
Unregisters a previously registered event handler from this task.
removeEventHandler(<any>, <any>) - Method in class javafx.concurrent.Task
Unregisters a previously registered event handler from this task.
reset() - Method in class javafx.concurrent.ScheduledService
Resets the Service.
reset() - Method in class javafx.concurrent.Service
Resets the Service.
restart() - Method in class javafx.concurrent.Service
Cancels any currently running Task, if any, and restarts this Service.
restartOnFailure - Variable in class javafx.concurrent.ScheduledService
Indicates whether the ScheduledService should automatically restart in the case of a failure in the Task.
restartOnFailureProperty() - Method in class javafx.concurrent.ScheduledService
Indicates whether the ScheduledService should automatically restart in the case of a failure in the Task.
runLater(Runnable) - Method in class javafx.concurrent.Service
 
runLater(Runnable) - Method in class javafx.concurrent.Task
 
running - Variable in class javafx.concurrent.Service
 
running() - Method in class javafx.concurrent.Service
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the RUNNING state.
running - Variable in class javafx.concurrent.Task
 
running() - Method in class javafx.concurrent.Task
A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the RUNNING state.
runningProperty() - Method in class javafx.concurrent.Service
 
runningProperty() - Method in class javafx.concurrent.Task
 
runningProperty() - Method in interface javafx.concurrent.Worker
Gets the ReadOnlyBooleanProperty representing whether the Worker is running.

S

schedule(TimerTask, long) - Method in class javafx.concurrent.ScheduledService
This method exists only for testing purposes.
scheduled() - Method in class javafx.concurrent.Service
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the SCHEDULED state.
scheduled() - Method in class javafx.concurrent.Task
A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the SCHEDULED state.
ScheduledService<V> - Class in javafx.concurrent
The ScheduledService is a Service which will automatically restart itself after a successful execution, and under some conditions will restart even in case of failure.
ScheduledService() - Constructor for class javafx.concurrent.ScheduledService
 
Service<V> - Class in javafx.concurrent
A Service is a non-visual component encapsulating the information required to perform some work on one or more background threads.
Service() - Constructor for class javafx.concurrent.Service
Create a new Service.
setBackoffStrategy(<any>) - Method in class javafx.concurrent.ScheduledService
Sets the value of the property backoffStrategy.
setCumulativePeriod(Duration) - Method in class javafx.concurrent.ScheduledService
 
setCurrentFailureCount(int) - Method in class javafx.concurrent.ScheduledService
 
setDelay(Duration) - Method in class javafx.concurrent.ScheduledService
Sets the value of the property delay.
setEventHandler(<any>, <any>) - Method in class javafx.concurrent.EventHelper
Sets the handler to use for this event type.
setEventHandler(<any>, <any>) - Method in class javafx.concurrent.Service
Sets the handler to use for this event type.
setEventHandler(<any>, <any>) - Method in class javafx.concurrent.Task
Sets the handler to use for this event type.
setExecutor(Executor) - Method in class javafx.concurrent.Service
Sets the value of the property executor.
setMaximumCumulativePeriod(Duration) - Method in class javafx.concurrent.ScheduledService
Sets the value of the property maximumCumulativePeriod.
setMaximumFailureCount(int) - Method in class javafx.concurrent.ScheduledService
Sets the value of the property maximumFailureCount.
setOnCancelled(<any>) - Method in class javafx.concurrent.EventHelper
 
setOnCancelled(<any>) - Method in class javafx.concurrent.Service
The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state.
setOnCancelled(<any>) - Method in class javafx.concurrent.Task
The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state.
setOnFailed(<any>) - Method in class javafx.concurrent.EventHelper
 
setOnFailed(<any>) - Method in class javafx.concurrent.Service
The onFailed event handler is called whenever the Task state transitions to the FAILED state.
setOnFailed(<any>) - Method in class javafx.concurrent.Task
The onFailed event handler is called whenever the Task state transitions to the FAILED state.
setOnReady(<any>) - Method in class javafx.concurrent.EventHelper
 
setOnReady(<any>) - Method in class javafx.concurrent.Service
The onReady event handler is called whenever the Task state transitions to the READY state.
setOnRunning(<any>) - Method in class javafx.concurrent.EventHelper
 
setOnRunning(<any>) - Method in class javafx.concurrent.Service
The onRunning event handler is called whenever the Task state transitions to the RUNNING state.
setOnRunning(<any>) - Method in class javafx.concurrent.Task
The onRunning event handler is called whenever the Task state transitions to the RUNNING state.
setOnScheduled(<any>) - Method in class javafx.concurrent.EventHelper
 
setOnScheduled(<any>) - Method in class javafx.concurrent.Service
The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state.
setOnScheduled(<any>) - Method in class javafx.concurrent.Task
The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state.
setOnSucceeded(<any>) - Method in class javafx.concurrent.EventHelper
 
setOnSucceeded(<any>) - Method in class javafx.concurrent.Service
The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state.
setOnSucceeded(<any>) - Method in class javafx.concurrent.Task
The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state.
setPeriod(Duration) - Method in class javafx.concurrent.ScheduledService
Sets the value of the property period.
setProgress(double) - Method in class javafx.concurrent.Task
 
setRestartOnFailure(boolean) - Method in class javafx.concurrent.ScheduledService
Sets the value of the property restartOnFailure.
setRunning(boolean) - Method in class javafx.concurrent.Task
 
setState(Worker.State) - Method in class javafx.concurrent.Task
 
setTotalWork(double) - Method in class javafx.concurrent.Task
 
setValue(V) - Method in class javafx.concurrent.Task
 
setWorkDone(double) - Method in class javafx.concurrent.Task
 
start() - Method in class javafx.concurrent.Service
Starts this Service.
started - Variable in class javafx.concurrent.Task
This is used so we have a thread-safe way to ask whether the task was started in the checkThread() method.
startedOnce - Variable in class javafx.concurrent.Service
This boolean is set to true once the Service has been initially started.
state - Variable in class javafx.concurrent.Service
 
state - Variable in class javafx.concurrent.Task
 
State() - Constructor for enum javafx.concurrent.Worker.State
 
stateProperty() - Method in class javafx.concurrent.Service
 
stateProperty() - Method in class javafx.concurrent.Task
 
stateProperty() - Method in interface javafx.concurrent.Worker
Gets the ReadOnlyObjectProperty representing the current state.
stop - Variable in class javafx.concurrent.ScheduledService
This is set to false when the "cancel" method is called, and reset to true on "reset".
succeeded() - Method in class javafx.concurrent.ScheduledService
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the SUCCEEDED state.
succeeded() - Method in class javafx.concurrent.Service
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the SUCCEEDED state.
succeeded() - Method in class javafx.concurrent.Task
A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the SUCCEEDED state.
superReset() - Method in class javafx.concurrent.ScheduledService
Called by this class when we need to avoid calling this class' implementation of reset which has the side effect of resetting the "freshStart", currentFailureCount, and other state.

T

target - Variable in class javafx.concurrent.EventHelper
 
task - Variable in class javafx.concurrent.Service
A reference to the last task that was executed.
Task<V> - Class in javafx.concurrent
A fully observable implementation of a FutureTask.
Task() - Constructor for class javafx.concurrent.Task
Creates a new Task.
Task(Task.TaskCallable<V>) - Constructor for class javafx.concurrent.Task
This bit of construction trickery is necessary because otherwise there is no way for the main constructor to both create the callable and maintain a reference to it, which is necessary because an anonymous callable construction cannot reference the implicit "this".
task - Variable in class javafx.concurrent.Task.TaskCallable
The Task that is going to use this TaskCallable
Task.ProgressUpdate - Class in javafx.concurrent
A struct like class that contains the last workDone update information.
Task.TaskCallable<V> - Class in javafx.concurrent
TaskCallable actually implements the Callable contract as defined for the FutureTask class, and is necessary so as to allow us to intercept the call() operation to update state on the Task as appropriate.
TaskCallable() - Constructor for class javafx.concurrent.Task.TaskCallable
Create a TaskCallable.
THREAD_FACTORY - Static variable in class javafx.concurrent.Service
 
THREAD_GROUP - Static variable in class javafx.concurrent.Service
 
THREAD_POOL_SIZE - Static variable in class javafx.concurrent.Service
 
THREAD_TIME_OUT - Static variable in class javafx.concurrent.Service
 
title - Variable in class javafx.concurrent.Service
 
title - Variable in class javafx.concurrent.Task
 
titleProperty() - Method in class javafx.concurrent.Service
 
titleProperty() - Method in class javafx.concurrent.Task
 
titleProperty() - Method in interface javafx.concurrent.Worker
Gets the ReadOnlyStringProperty representing the title.
titleUpdate - Variable in class javafx.concurrent.Task
Used to send title updates in a thread-safe manner from the subclass to the FX application thread.
totalWork - Variable in class javafx.concurrent.Task.ProgressUpdate
 
totalWork - Variable in class javafx.concurrent.Task
 
totalWorkProperty() - Method in class javafx.concurrent.Service
 
totalWorkProperty() - Method in class javafx.concurrent.Task
 
totalWorkProperty() - Method in interface javafx.concurrent.Worker
Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done.
totalWorkToBeDone - Variable in class javafx.concurrent.Service
 

U

UNCAUGHT_HANDLER - Static variable in class javafx.concurrent.Service
 
updateMessage(String) - Method in class javafx.concurrent.Task
Updates the message property.
updateProgress(long, long) - Method in class javafx.concurrent.Task
Updates the workDone, totalWork, and progress properties.
updateProgress(double, double) - Method in class javafx.concurrent.Task
Updates the workDone, totalWork, and progress properties.
updateTitle(String) - Method in class javafx.concurrent.Task
Updates the title property.
updateValue(V) - Method in class javafx.concurrent.Task
Updates the value property.

V

value - Variable in class javafx.concurrent.Service
 
value - Variable in class javafx.concurrent.Task
 
valueOf(String) - Static method in enum javafx.concurrent.Worker.State
Returns the enum constant of this type with the specified name.
valueProperty() - Method in class javafx.concurrent.Service
 
valueProperty() - Method in class javafx.concurrent.Task
 
valueProperty() - Method in interface javafx.concurrent.Worker
Gets the ReadOnlyObjectProperty representing the value.
values() - Static method in enum javafx.concurrent.Worker.State
Returns an array containing the constants of this enum type, in the order they are declared.
valueUpdate - Variable in class javafx.concurrent.Task
Used to send value updates in a thread-safe manner from the subclass to the FX application thread.

W

workDone - Variable in class javafx.concurrent.Service
 
workDone - Variable in class javafx.concurrent.Task.ProgressUpdate
 
workDone - Variable in class javafx.concurrent.Task
 
workDoneProperty() - Method in class javafx.concurrent.Service
 
workDoneProperty() - Method in class javafx.concurrent.Task
 
workDoneProperty() - Method in interface javafx.concurrent.Worker
Gets the ReadOnlyDoubleProperty representing the current progress.
Worker<V> - Interface in javafx.concurrent
A Worker is an object which performs some work in one or more background threads, and whose state is observable and available to JavaFX applications and is usable from the main JavaFX Application thread.
Worker.State - Enum in javafx.concurrent
The state of a Worker.
WORKER_STATE_CANCELLED - Static variable in class javafx.concurrent.WorkerStateEvent
This event occurs when the state of a Worker implementation has transitioned to the CANCELLED state.
WORKER_STATE_FAILED - Static variable in class javafx.concurrent.WorkerStateEvent
This event occurs when the state of a Worker implementation has transitioned to the FAILED state.
WORKER_STATE_READY - Static variable in class javafx.concurrent.WorkerStateEvent
This event occurs when the state of a Worker implementation has transitioned to the READY state.
WORKER_STATE_RUNNING - Static variable in class javafx.concurrent.WorkerStateEvent
This event occurs when the state of a Worker implementation has transitioned to the RUNNING state.
WORKER_STATE_SCHEDULED - Static variable in class javafx.concurrent.WorkerStateEvent
This event occurs when the state of a Worker implementation has transitioned to the SCHEDULED state.
WORKER_STATE_SUCCEEDED - Static variable in class javafx.concurrent.WorkerStateEvent
This event occurs when the state of a Worker implementation has transitioned to the SUCCEEDED state.
WorkerStateEvent - Class in javafx.concurrent
An event which occurs whenever the state changes on a Worker.
WorkerStateEvent(Worker, <any>) - Constructor for class javafx.concurrent.WorkerStateEvent
Create a new WorkerStateEvent.

_

_setException(Throwable) - Method in class javafx.concurrent.Task
 
_updateProgress(double, double) - Method in class javafx.concurrent.Task
 
A B C D E F G I J L M N O P R S T U V W _ 
Skip navigation links