ConcurrentIncludes

scalafx.concurrent.ConcurrentIncludes
See theConcurrentIncludes companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def jfxScheduledService2sfxScheduledService[T](s: ScheduledService[T]): ScheduledService[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/ScheduledService.html ScheduledService]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/ScheduledService.html ScheduledService]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX ScheduledService

Attributes

Returns

ScalaFX ScheduledService

Inherited from:
ConcurrentIncludes
implicit def jfxService2sfxService[T](s: Service[T]): Service[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Service.html Service]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Service.html Service]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Service

Attributes

Returns

ScalaFX Service

Inherited from:
ConcurrentIncludes
implicit def jfxTask2sfxTask[T](t: Task[T]): Task[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Task.html Task]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Task.html Task]] instance to its ScalaFX counterpart.

Value parameters

t

JavaFX Task

Attributes

Returns

ScalaFX Task

Inherited from:
ConcurrentIncludes
implicit def jfxWorker2sfxWorker[T](w: Worker[T]): Worker[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.html Worker]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.html Worker]] instance to its ScalaFX counterpart.

Value parameters

w

JavaFX Worker

Attributes

Returns

ScalaFX Worker

Inherited from:
ConcurrentIncludes
implicit def jfxWorkerState2sfxWorkerState(s: State): State

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.State.html Worker.State]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.State.html Worker.State]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Worker.State

Attributes

Returns

ScalaFX Worker.State

Inherited from:
ConcurrentIncludes
implicit def jfxWorkerStateEvent2sfxWorkerStateEvent(w: WorkerStateEvent): WorkerStateEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/WorkerStateEvent.html WorkerStateEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/WorkerStateEvent.html WorkerStateEvent]] instance to its ScalaFX counterpart.

Value parameters

w

JavaFX WorkerStateEvent

Attributes

Returns

ScalaFX WorkerStateEvent

Inherited from:
ConcurrentIncludes