Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait BeanIncludestrait LowerPriorityIncludestrait BindingIncludestrait Bindingstrait PropertyIncludestrait LowerPriorityIncludesclass Objecttrait Matchableclass AnyShow all
- Self type
-
BeanIncludes.type
Members list
Value members
Inherited methods
Returns the sum of a collection of JavaFX `ObservableNumberValue`s.
Returns the sum of a collection of JavaFX `ObservableNumberValue`s.
Value parameters
- v1
-
First Value
- values
-
Collection of values
Attributes
- Returns
-
The Value sum.
- Inherited from:
- Bindings
Helper function to create a custom BooleanBinding.
Helper function to create a custom BooleanBinding.
Wraps a JavaFX Bindings.createBooleanBinding.
Value parameters
- dependencies
-
The dependencies of this binding
- func
-
The function that calculates the value of this binding
Attributes
- Returns
-
The generated binding
- Inherited from:
- Bindings
Helper function to create a custom DoubleBinding.
Helper function to create a custom DoubleBinding.
Wraps a JavaFX Bindings.createDoubleBinding.
Value parameters
- dependencies
-
The dependencies of this binding
- func
-
The function that calculates the value of this binding
Attributes
- Returns
-
The generated binding
- Inherited from:
- Bindings
Helper function to create a custom FloatBinding.
Helper function to create a custom FloatBinding.
Wraps a JavaFX Bindings.createFloatBinding.
Value parameters
- dependencies
-
The dependencies of this binding
- func
-
The function that calculates the value of this binding
Attributes
- Returns
-
The generated binding
- Inherited from:
- Bindings
Helper function to create a custom IntegerBinding.
Helper function to create a custom IntegerBinding.
Wraps a JavaFX Bindings.createIntegerBinding.
Value parameters
- dependencies
-
The dependencies of this binding
- func
-
The function that calculates the value of this binding
Attributes
- Returns
-
The generated binding
- Inherited from:
- Bindings
Helper function to create a custom LongBinding.
Helper function to create a custom LongBinding.
Wraps a JavaFX Bindings.createLongBinding.
Value parameters
- dependencies
-
The dependencies of this binding
- func
-
The function that calculates the value of this binding
Attributes
- Returns
-
The generated binding
- Inherited from:
- Bindings
Helper function to create a custom ObjectBinding.
Helper function to create a custom ObjectBinding.
Wraps a JavaFX Bindings.createObjectBinding.
Value parameters
- dependencies
-
The dependencies of this binding
- func
-
The function that calculates the value of this binding
Attributes
- Returns
-
The generated binding
- Inherited from:
- Bindings
Helper function to create a custom StringBinding.
Helper function to create a custom StringBinding.
Wraps a JavaFX Bindings.createStringBinding.
Value parameters
- dependencies
-
The dependencies of this binding
- func
-
The function that calculates the value of this binding
Attributes
- Returns
-
The generated binding
- Inherited from:
- Bindings
Returns the Lowest value among a collection of JavaFX `ObservableNumberValue`s.
Returns the Lowest value among a collection of JavaFX `ObservableNumberValue`s.
Value parameters
- v1
-
First Value
- values
-
Collection of values
Attributes
- Returns
-
The Lowest Value
- Inherited from:
- Bindings
Returns the highest value among a collection of JavaFX `ObservableNumberValue`s.
Returns the highest value among a collection of JavaFX `ObservableNumberValue`s.
Value parameters
- v1
-
First Value
- values
-
Collection of values
Attributes
- Returns
-
The highest Value
- Inherited from:
- Bindings
Value parameters
- condition
-
Function that returns a JavaFX `ObservableBooleanValue`
Attributes
- Returns
-
A ConditionBuilder wrapping
condition. - Inherited from:
- Bindings
Implicits
Inherited implicits
Converts a closure to a JavaFX ChangeListener.
Converts a closure to a JavaFX ChangeListener.
Type parameters
- P
-
Change listener type.
- R
-
closure can have arbitrary return type to make usage easier (last statement in the closure does not have to return
Unit). Return value is ignored in generated listener.
Value parameters
- cl
-
Closure to be converted.
Attributes
- Returns
-
a new JavaFX ChangeListener.
- Inherited from:
- BindingIncludes
Converts a closure to a JavaFX InvalidationListener.
Converts a closure to a JavaFX InvalidationListener.
Type parameters
- R
-
closure can have arbitrary return type to make usage easier (last statement in the closure does not have to return
Unit). Return value is ignored in generated listener.
Value parameters
- il
-
Closure to be converted.
Attributes
- Returns
-
a new JavaFX InvalidationListener.
- Inherited from:
- BindingIncludes
Converts a closure to a JavaFX InvalidationListener.
Converts a closure to a JavaFX InvalidationListener.
Type parameters
- R
-
closure can have arbitrary return type to make usage easier (last statement in the closure does not have to return
Unit). Return value is ignored in generated listener.
Value parameters
- il
-
Closure to be converted.
Attributes
- Returns
-
a new JavaFX InvalidationListener.
- Inherited from:
- BindingIncludes
Converts a Double to a JavaFX DoubleBinding
Converts a Double to a JavaFX DoubleBinding
Value parameters
- i
-
Double to generate a new DoubleBinding
Attributes
- Returns
-
a new DoubleBinding generated from the Double.
- Inherited from:
- BindingIncludes
Converts a Double to a VariablePrecisionNumber.
Converts a Double to a VariablePrecisionNumber.
Value parameters
- d
-
A Double
Attributes
- Returns
-
a VariablePrecisionNumber
- Inherited from:
- BindingIncludes
Converts a Float to a JavaFX FloatBinding
Converts a Float to a JavaFX FloatBinding
Value parameters
- i
-
Float to generate a new FloatBinding
Attributes
- Returns
-
a new FloatBinding generated from the Float.
- Inherited from:
- BindingIncludes
Converts a Integer to a JavaFX IntegerBinding
Converts a Integer to a JavaFX IntegerBinding
Value parameters
- i
-
Integer to generate a new IntegerBinding
Attributes
- Returns
-
a new IntegerBinding generated from the Integer.
- Inherited from:
- BindingIncludes
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/BooleanBinding.html BooleanBinding]] instance to its ScalaFX counterpart.
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/BooleanBinding.html BooleanBinding]] instance to its ScalaFX counterpart.
Value parameters
- bb
-
JavaFX BooleanBinding
Attributes
- Returns
-
ScalaFX BooleanBinding
- Inherited from:
- BindingIncludes
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/BooleanExpression.html BooleanExpression]] instance to its ScalaFX counterpart.
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/BooleanExpression.html BooleanExpression]] instance to its ScalaFX counterpart.
Value parameters
- be
-
JavaFX BooleanExpression
Attributes
- Returns
-
ScalaFX BooleanExpression
- Inherited from:
- BindingIncludes
Converts a `javafx.beans.property.BooleanProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.BooleanProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX BooleanProperty
Attributes
- Returns
-
ScalaFX BooleanProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.BooleanProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.BooleanProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX BooleanProperty
Attributes
- Returns
-
ScalaFX BooleanProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.BooleanProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.BooleanProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX BooleanProperty
Attributes
- Returns
-
ScalaFX BooleanProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.BooleanProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.BooleanProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX BooleanProperty
Attributes
- Returns
-
ScalaFX BooleanProperty
- Inherited from:
- PropertyIncludes
Attributes
- Inherited from:
- BindingIncludes
Attributes
- Inherited from:
- BindingIncludes
Attributes
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.LongProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.LongProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX LongProperty
Attributes
- Returns
-
ScalaFX LongProperty
- Inherited from:
- PropertyIncludes
Attributes
- Inherited from:
- BindingIncludes
Attributes
- Inherited from:
- BindingIncludes
Attributes
- Inherited from:
- PropertyIncludes
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/NumberBinding.html NumberBinding]] instance to its ScalaFX counterpart.
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/NumberBinding.html NumberBinding]] instance to its ScalaFX counterpart.
Value parameters
- nb
-
JavaFX NumberBinding
Attributes
- Returns
-
ScalaFX NumberBinding
- Inherited from:
- BindingIncludes
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/NumberExpression.html NumberExpression]] instance to its ScalaFX counterpart.
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/NumberExpression.html NumberExpression]] instance to its ScalaFX counterpart.
Value parameters
- ne
-
JavaFX NumberExpression
Attributes
- Returns
-
ScalaFX NumberExpression
- Inherited from:
- BindingIncludes
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/ObjectBinding.html ObjectBinding]] instance to its ScalaFX counterpart.
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/ObjectBinding.html ObjectBinding]] instance to its ScalaFX counterpart.
Type parameters
- T
-
ObjectBinding Type
Value parameters
- ob
-
JavaFX ObjectBinding
Attributes
- Returns
-
ScalaFX ObjectBinding
- Inherited from:
- BindingIncludes
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/ObjectExpression.html ObjectExpression]] instance to its ScalaFX counterpart.
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/ObjectExpression.html ObjectExpression]] instance to its ScalaFX counterpart.
Type parameters
- T
-
ObjectExpression Type
Value parameters
- oe
-
JavaFX ObjectExpression
Attributes
- Returns
-
ScalaFX ObjectExpression
- Inherited from:
- BindingIncludes
Converts a `javafx.beans.property.ObjectProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ObjectProperty` instance to its ScalaFX counterpart.
Type parameters
- T
-
ObjectProperty Type
Value parameters
- p
-
JavaFX ObjectProperty
Attributes
- Returns
-
ScalaFX ObjectProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.Observable` instance to its ScalaFX counterpart.
Converts a `javafx.beans.Observable` instance to its ScalaFX counterpart.
Value parameters
- o
-
JavaFX Observable
Attributes
- Returns
-
ScalaFX Observable
- Inherited from:
- LowerPriorityIncludes
Converts a `javafx.beans.value.ObservableValue` instance to its ScalaFX counterpart ''which Java Type and Scala Type are the same''.
Converts a `javafx.beans.value.ObservableValue` instance to its ScalaFX counterpart ''which Java Type and Scala Type are the same''.
Value parameters
- o
-
JavaFX ObservableValue
Attributes
- Returns
-
ScalaFX ObservableValue ''which Java Type and Scala Type are the same''.
- Inherited from:
- LowerPriorityIncludes
Attributes
- Inherited from:
- LowerPriorityIncludes
Attributes
- Inherited from:
- LowerPriorityIncludes
Converts a `javafx.beans.property.ReadOnlyBooleanProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyBooleanProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyBooleanProperty
Attributes
- Returns
-
ScalaFX ReadOnlyBooleanProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyStringWrapper
Attributes
- Returns
-
ScalaFX ReadOnlyStringWrapper
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyDoubleProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyDoubleProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyDoubleProperty
Attributes
- Returns
-
ScalaFX ReadOnlyDoubleProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyStringWrapper
Attributes
- Returns
-
ScalaFX ReadOnlyStringWrapper
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyFloatProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyFloatProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyFloatProperty
Attributes
- Returns
-
ScalaFX ReadOnlyFloatProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyStringWrapper
Attributes
- Returns
-
ScalaFX ReadOnlyStringWrapper
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyIntegerProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyIntegerProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyIntegerProperty
Attributes
- Returns
-
ScalaFX ReadOnlyIntegerProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyStringWrapper
Attributes
- Returns
-
ScalaFX ReadOnlyStringWrapper
- Inherited from:
- PropertyIncludes
Attributes
- Inherited from:
- PropertyIncludes
Attributes
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyLongProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyLongProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyLongProperty
Attributes
- Returns
-
ScalaFX ReadOnlyLongProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyStringWrapper
Attributes
- Returns
-
ScalaFX ReadOnlyStringWrapper
- Inherited from:
- PropertyIncludes
Attributes
- Inherited from:
- PropertyIncludes
Attributes
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyObjectProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyObjectProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyObjectProperty
Attributes
- Returns
-
ScalaFX ReadOnlyObjectProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyStringWrapper
Attributes
- Returns
-
ScalaFX ReadOnlyObjectWrapper
- Inherited from:
- PropertyIncludes
Attributes
- Inherited from:
- PropertyIncludes
Attributes
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyStringProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyStringProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyStringProperty
Attributes
- Returns
-
ScalaFX ReadOnlyStringProperty
- Inherited from:
- PropertyIncludes
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.ReadOnlyStringWrapper` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX ReadOnlyStringWrapper
Attributes
- Returns
-
ScalaFX ReadOnlyStringWrapper
- Inherited from:
- PropertyIncludes
Attributes
- Inherited from:
- BindingIncludes
Attributes
- Inherited from:
- BindingIncludes
Attributes
- Inherited from:
- PropertyIncludes
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/StringBinding.html StringBinding]] instance to its ScalaFX counterpart.
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/StringBinding.html StringBinding]] instance to its ScalaFX counterpart.
Value parameters
- sb
-
JavaFX StringBinding
Attributes
- Returns
-
ScalaFX StringBinding
- Inherited from:
- BindingIncludes
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/StringExpression.html StringExpression]] instance to its ScalaFX counterpart.
Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/StringExpression.html StringExpression]] instance to its ScalaFX counterpart.
Value parameters
- se
-
JavaFX StringExpression
Attributes
- Returns
-
ScalaFX StringExpression
- Inherited from:
- BindingIncludes
Converts a `javafx.beans.property.StringProperty` instance to its ScalaFX counterpart.
Converts a `javafx.beans.property.StringProperty` instance to its ScalaFX counterpart.
Value parameters
- p
-
JavaFX StringProperty
Attributes
- Returns
-
ScalaFX StringProperty
- Inherited from:
- PropertyIncludes
Converts a Long to a JavaFX LongBinding
Converts a Long to a JavaFX LongBinding
Value parameters
- i
-
Long to generate a new LongBinding
Attributes
- Returns
-
a new LongBinding generated from the Long.
- Inherited from:
- BindingIncludes