Uses of Class
ch.ladestation.connectncharge.util.mvcbase.ControllerBase.Setter
Packages that use ControllerBase.Setter
Package
Description
infrastructure classes from the MVC template (https://github.com/Pi4J/pi4j-template-javafx).
-
Uses of ControllerBase.Setter in ch.ladestation.connectncharge.util.mvcbase
Methods in ch.ladestation.connectncharge.util.mvcbase that return ControllerBase.SetterModifier and TypeMethodDescriptionprotected ControllerBase.Setter<Integer>ControllerBase.decrease(ObservableValue<Integer> observableValue) protected ControllerBase.Setter<Integer>ControllerBase.increase(ObservableValue<Integer> observableValue) protected <V> ControllerBase.Setter<V>ControllerBase.set(ObservableValue<V> observableValue, V value) protected ControllerBase.Setter<Boolean>ControllerBase.toggle(ObservableValue<Boolean> observableValue)