Uses of Class
org.controlsfx.control.PlusMinusSlider.PlusMinusEvent
-
Packages that use PlusMinusSlider.PlusMinusEvent Package Description org.controlsfx.control A package containing a number of useful controls-related classes that do not exist in the base JavaFX distribution. -
-
Uses of PlusMinusSlider.PlusMinusEvent in org.controlsfx.control
Fields in org.controlsfx.control with type parameters of type PlusMinusSlider.PlusMinusEvent Modifier and Type Field Description static javafx.event.EventType<PlusMinusSlider.PlusMinusEvent>PlusMinusSlider.PlusMinusEvent. ANYstatic javafx.event.EventType<PlusMinusSlider.PlusMinusEvent>PlusMinusSlider.PlusMinusEvent. VALUE_CHANGEDAn event type used when the value property (PlusMinusSlider.valueProperty()) changes.Methods in org.controlsfx.control that return types with arguments of type PlusMinusSlider.PlusMinusEvent Modifier and Type Method Description javafx.event.EventHandler<PlusMinusSlider.PlusMinusEvent>PlusMinusSlider. getOnValueChanged()Returns the event handler that will be notified when the adjuster's value changes.javafx.beans.property.ObjectProperty<javafx.event.EventHandler<PlusMinusSlider.PlusMinusEvent>>PlusMinusSlider. onValueChangedProperty()Stores the event handler that will be informed when the adjuster's value changes.Method parameters in org.controlsfx.control with type arguments of type PlusMinusSlider.PlusMinusEvent Modifier and Type Method Description voidPlusMinusSlider. setOnValueChanged(javafx.event.EventHandler<PlusMinusSlider.PlusMinusEvent> value)Sets an event handler that will receive plus minus events when the user moves the adjuster's thumb.
-