Uses of Interface
org.reactfx.Toggle
Packages that use Toggle
-
Uses of Toggle in org.reactfx
Classes in org.reactfx that implement ToggleModifier and TypeClassDescriptionclassObservable boolean value that is normallyfalse, but istruewhen suspended.classObservable boolean value that is normallytrue, but isfalsewhen suspended.Methods in org.reactfx that return ToggleModifier and TypeMethodDescriptionstatic ToggleToggle.from(javafx.beans.value.ObservableValue<Boolean> obs, Suspendable suspender) Creates a Toggle view of an observable boolean and a Suspendable whose suspension causes the boolean value to switch.