Uses of Enum
org.dwcj.interfaces.HasMouseWheelCondition.MouseWheelCondition
Packages that use HasMouseWheelCondition.MouseWheelCondition
Package
Description
-
Uses of HasMouseWheelCondition.MouseWheelCondition in org.dwcj.controls
Fields in org.dwcj.controls declared as HasMouseWheelCondition.MouseWheelCondition -
Uses of HasMouseWheelCondition.MouseWheelCondition in org.dwcj.controls.listbox
Methods in org.dwcj.controls.listbox that return HasMouseWheelCondition.MouseWheelConditionMethods in org.dwcj.controls.listbox with parameters of type HasMouseWheelCondition.MouseWheelConditionModifier and TypeMethodDescriptionListBox.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) -
Uses of HasMouseWheelCondition.MouseWheelCondition in org.dwcj.controls.numericboxspinner
Methods in org.dwcj.controls.numericboxspinner that return HasMouseWheelCondition.MouseWheelConditionMethods in org.dwcj.controls.numericboxspinner with parameters of type HasMouseWheelCondition.MouseWheelConditionModifier and TypeMethodDescriptionNumericBoxSpinner.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) -
Uses of HasMouseWheelCondition.MouseWheelCondition in org.dwcj.controls.slider
Methods in org.dwcj.controls.slider that return HasMouseWheelCondition.MouseWheelConditionMethods in org.dwcj.controls.slider with parameters of type HasMouseWheelCondition.MouseWheelConditionModifier and TypeMethodDescriptionSlider.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) -
Uses of HasMouseWheelCondition.MouseWheelCondition in org.dwcj.controls.textarea
Methods in org.dwcj.controls.textarea that return HasMouseWheelCondition.MouseWheelConditionMethods in org.dwcj.controls.textarea with parameters of type HasMouseWheelCondition.MouseWheelConditionModifier and TypeMethodDescriptionTextArea.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) -
Uses of HasMouseWheelCondition.MouseWheelCondition in org.dwcj.controls.textcombobox
Methods in org.dwcj.controls.textcombobox that return HasMouseWheelCondition.MouseWheelConditionMethods in org.dwcj.controls.textcombobox with parameters of type HasMouseWheelCondition.MouseWheelConditionModifier and TypeMethodDescriptionTextComboBox.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) -
Uses of HasMouseWheelCondition.MouseWheelCondition in org.dwcj.interfaces
Methods in org.dwcj.interfaces that return HasMouseWheelCondition.MouseWheelConditionModifier and TypeMethodDescriptionHasMouseWheelCondition.getScrollWheelBehavior()getScrollWheelBehavior returns a constant indicating under what situations the control will respond to the mouse scroll wheel.Returns the enum constant of this type with the specified name.HasMouseWheelCondition.MouseWheelCondition.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dwcj.interfaces with parameters of type HasMouseWheelCondition.MouseWheelConditionModifier and TypeMethodDescriptionHasMouseWheelCondition.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) setScrollWheelBehavior configures under what situations the control will respond to the mouse scroll wheel.