Fx.Application.Thread
Thread represents "FX Application Thread", the only one allowed to modify GUI controls
- Source
- Thread.scala
trait scala.concurrent.ExecutionContext
class java.lang.Object
trait scala.Matchable
class Any
Def
Runs function on FX Application Thread
Runs function on FX Application Thread
If current thread is FX Application Thread, the function is run immediately
Otherwise it is scheduled for later
- Source
- Thread.scala
FX Application Thread check
FX Application Thread check
Returns true
if current thread is "FX Application Thread"
- Source
- Thread.scala
@scala.deprecated("preparation of ExecutionContexts will be removed", "2.12.0")
- Deprecated
- Inherited from
- ExecutionContext
Runs function on FX Application Thread with delay
Runs function on FX Application Thread with delay
Schedule the function to run once
- Source
- Thread.scala