scalafx.scene.control.SpinnerValueFactory
See theSpinnerValueFactory companion class
object SpinnerValueFactory
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SpinnerValueFactory.type
Members list
Type members
Classlikes
class DoubleSpinnerValueFactory(val delegate: DoubleSpinnerValueFactory) extends SpinnerValueFactory[Double], SFXDelegate[DoubleSpinnerValueFactory]
A SpinnerValueFactory
implementation designed to iterate through double values.
A SpinnerValueFactory
implementation designed to iterate through double values.
Attributes
- Companion
- object
- Supertypes
-
class SpinnerValueFactory[Double]trait SFXDelegate[DoubleSpinnerValueFactory]class Objecttrait Matchableclass Any
object DoubleSpinnerValueFactory
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
class IntegerSpinnerValueFactory(val delegate: IntegerSpinnerValueFactory) extends SpinnerValueFactory[Integer], SFXDelegate[IntegerSpinnerValueFactory]
Attributes
- Companion
- object
- Supertypes
-
class SpinnerValueFactory[Integer]trait SFXDelegate[IntegerSpinnerValueFactory]class Objecttrait Matchableclass Any
object IntegerSpinnerValueFactory
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
class ListSpinnerValueFactory[T](val delegate: ListSpinnerValueFactory[T]) extends SpinnerValueFactory[T], SFXDelegate[ListSpinnerValueFactory[T]]
A SpinnerValueFactory implementation designed to iterate through a list of values.
A SpinnerValueFactory implementation designed to iterate through a list of values.
Type parameters
- T
-
The type of the elements in the List.
Attributes
- Companion
- object
- Supertypes
object ListSpinnerValueFactory
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Implicits
Implicits
In this article