LongProperty

scalafx.beans.property.LongProperty
See theLongProperty companion class
object LongProperty

Attributes

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

Members list

Value members

Concrete methods

def apply(value: Long): LongProperty

Creates a new LongProperty instance using the SimpleLongProperty as the target.

Creates a new LongProperty instance using the SimpleLongProperty as the target.

Value parameters

value

the initial value

Attributes

Returns

the observable instance

Implicits

Implicits

implicit def sfxLongProperty2jfx(lp: LongProperty): LongProperty