Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.concurrent |
Provides the set of classes for javafx.task.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Class and Description |
---|
EventHelper
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.
|
Task
A fully observable implementation of a
FutureTask . |
Task.ProgressUpdate
A struct like class that contains the last workDone update information.
|
Task.TaskCallable
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.
|
Worker
A Worker is an object which performs some work in one or more background
threads, and who's state is observable and available to JavaFX applications
and is usable from the main JavaFX Application thread.
|
Worker.State
The state of a Worker.
|
WorkerStateEvent
An event which occurs whenever the state changes on a Worker.
|
Class and Description |
---|
Worker
A Worker is an object which performs some work in one or more background
threads, and who's state is observable and available to JavaFX applications
and is usable from the main JavaFX Application thread.
|
Worker.State
The state of a Worker.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to