abstract class TimeTask[T] extends Task[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimeTask
- Task
- EventTarget
- Worker
- FutureTask
- RunnableFuture
- Future
- Runnable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Abstract Value Members
-
abstract
def
call(): T
- Attributes
- protected[concurrent]
- Definition Classes
- Task
- Annotations
- @throws( classOf[java.lang.Exception] )
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
addEventFilter[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit
- Definition Classes
- Task
-
final
def
addEventHandler[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit
- Definition Classes
- Task
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildEventDispatchChain(arg0: EventDispatchChain): EventDispatchChain
- Definition Classes
- Task → EventTarget
-
def
cancel(arg0: Boolean): Boolean
- Definition Classes
- Task → FutureTask → Future
-
final
def
cancel(): Boolean
- Definition Classes
- Task → Worker
- def cancelled(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
done(): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- FutureTask
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
exceptionProperty(): ReadOnlyObjectProperty[Throwable]
- Definition Classes
- Task → Worker
- def failed(): Unit
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
fireEvent(arg0: Event): Unit
- Definition Classes
- Task
-
def
get(arg0: Long, arg1: TimeUnit): T
- Definition Classes
- FutureTask → Future
- Annotations
- @throws( ... ) @throws( ... ) @throws( ... )
-
def
get(): T
- Definition Classes
- FutureTask → Future
- Annotations
- @throws( ... ) @throws( ... )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getDataset(): Dataset
-
final
def
getException(): Throwable
- Definition Classes
- Task → Worker
-
final
def
getMessage(): String
- Definition Classes
- Task → Worker
-
final
def
getOnCancelled(): EventHandler[WorkerStateEvent]
- Definition Classes
- Task
-
final
def
getOnFailed(): EventHandler[WorkerStateEvent]
- Definition Classes
- Task
-
final
def
getOnRunning(): EventHandler[WorkerStateEvent]
- Definition Classes
- Task
-
final
def
getOnScheduled(): EventHandler[WorkerStateEvent]
- Definition Classes
- Task
-
final
def
getOnSucceeded(): EventHandler[WorkerStateEvent]
- Definition Classes
- Task
-
final
def
getProgress(): Double
- Definition Classes
- Task → Worker
-
final
def
getState(): State
- Definition Classes
- Task → Worker
-
final
def
getTitle(): String
- Definition Classes
- Task → Worker
-
final
def
getTotalWork(): Double
- Definition Classes
- Task → Worker
-
final
def
getValue(): T
- Definition Classes
- Task → Worker
-
final
def
getWorkDone(): Double
- Definition Classes
- Task → Worker
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isCancelled(): Boolean
- Definition Classes
- FutureTask → Future
-
def
isDone(): Boolean
- Definition Classes
- FutureTask → Future
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isRunning(): Boolean
- Definition Classes
- Task → Worker
-
final
def
messageProperty(): ReadOnlyStringProperty
- Definition Classes
- Task → Worker
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
onCancelledProperty(): ObjectProperty[EventHandler[WorkerStateEvent]]
- Definition Classes
- Task
- final def onFXThread(): Boolean
-
final
def
onFailedProperty(): ObjectProperty[EventHandler[WorkerStateEvent]]
- Definition Classes
- Task
-
final
def
onRunningProperty(): ObjectProperty[EventHandler[WorkerStateEvent]]
- Definition Classes
- Task
-
final
def
onScheduledProperty(): ObjectProperty[EventHandler[WorkerStateEvent]]
- Definition Classes
- Task
-
final
def
onSucceededProperty(): ObjectProperty[EventHandler[WorkerStateEvent]]
- Definition Classes
- Task
-
final
def
progressProperty(): ReadOnlyDoubleProperty
- Definition Classes
- Task → Worker
-
final
def
removeEventFilter[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit
- Definition Classes
- Task
-
final
def
removeEventHandler[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit
- Definition Classes
- Task
-
def
run(): Unit
- Definition Classes
- FutureTask → RunnableFuture → Runnable
-
def
runAndReset(): Boolean
- Attributes
- protected[concurrent]
- Definition Classes
- FutureTask
- final def runTimeNanosProperty(): ReadOnlyLongProperty
- def running(): Unit
-
final
def
runningProperty(): ReadOnlyBooleanProperty
- Definition Classes
- Task → Worker
-
def
scheduled(): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- Task
-
def
set(arg0: T): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- FutureTask
-
final
def
setEventHandler[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- Task
-
def
setException(arg0: Throwable): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- FutureTask
-
final
def
setOnCancelled(arg0: EventHandler[WorkerStateEvent]): Unit
- Definition Classes
- Task
-
final
def
setOnFailed(arg0: EventHandler[WorkerStateEvent]): Unit
- Definition Classes
- Task
-
final
def
setOnRunning(arg0: EventHandler[WorkerStateEvent]): Unit
- Definition Classes
- Task
-
final
def
setOnScheduled(arg0: EventHandler[WorkerStateEvent]): Unit
- Definition Classes
- Task
-
final
def
setOnSucceeded(arg0: EventHandler[WorkerStateEvent]): Unit
- Definition Classes
- Task
-
final
def
stateProperty(): ReadOnlyObjectProperty[State]
- Definition Classes
- Task → Worker
- def succeeded(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
titleProperty(): ReadOnlyStringProperty
- Definition Classes
- Task → Worker
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
totalWorkProperty(): ReadOnlyDoubleProperty
- Definition Classes
- Task → Worker
-
def
updateMessage(arg0: String): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- Task
-
def
updateProgress(arg0: Double, arg1: Double): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- Task
-
def
updateProgress(arg0: Long, arg1: Long): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- Task
-
def
updateTitle(arg0: String): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- Task
-
def
updateValue(arg0: T): Unit
- Attributes
- protected[concurrent]
- Definition Classes
- Task
-
final
def
valueProperty(): ReadOnlyObjectProperty[T]
- Definition Classes
- Task → Worker
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
workDoneProperty(): ReadOnlyDoubleProperty
- Definition Classes
- Task → Worker