SpinnerValueFactory

scalafx.scene.control.SpinnerValueFactory
See theSpinnerValueFactory companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self 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 Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class IntegerSpinnerValueFactory(val delegate: IntegerSpinnerValueFactory) extends SpinnerValueFactory[Integer], SFXDelegate[IntegerSpinnerValueFactory]

Attributes

Companion
object
Supertypes
class SpinnerValueFactory[Integer]
trait SFXDelegate[IntegerSpinnerValueFactory]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class 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
trait SFXDelegate[ListSpinnerValueFactory[T]]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

implicit def sfxSpinnerValueFactory2jfx[T](v: SpinnerValueFactory[T]): SpinnerValueFactory[T]