Uses of Interface
org.reactfx.Toggle
-
Packages that use Toggle Package Description org.reactfx -
-
Uses of Toggle in org.reactfx
Classes in org.reactfx that implement Toggle Modifier and Type Class Description (package private) classSuspendableBooleanclassSuspendableNoObservable boolean value that is normallyfalse, but istruewhen suspended.classSuspendableYesObservable boolean value that is normallytrue, but isfalsewhen suspended.(package private) classToggleFromValMethods in org.reactfx that return Toggle Modifier and Type Method Description static ToggleToggle. from(javafx.beans.value.ObservableValue<java.lang.Boolean> obs, Suspendable suspender)Creates a Toggle view of an observable boolean and a Suspendable whose suspension causes the boolean value to switch.
-