BooleanProperty

scalafx.beans.property.BooleanProperty
See theBooleanProperty companion class

Attributes

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

Members list

Value members

Concrete methods

Creates a new BooleanProperty instance using the SimpleBooleanProperty as the target.

Creates a new BooleanProperty instance using the SimpleBooleanProperty as the target.

Value parameters

value

the initial value

Attributes

Returns

the observable instance

Implicits

Implicits

implicit def sfxBooleanProperty2jfx(bp: BooleanProperty): BooleanProperty