Uses of Enum
org.dwcj.controls.slider.Slider.Orientation
Packages that use Slider.Orientation
-
Uses of Slider.Orientation in org.dwcj.controls.slider
Methods in org.dwcj.controls.slider that return Slider.OrientationModifier and TypeMethodDescriptionstatic Slider.OrientationReturns the enum constant of this type with the specified name.static Slider.Orientation[]Slider.Orientation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dwcj.controls.slider with parameters of type Slider.OrientationModifier and TypeMethodDescriptionSlider.setOrientation(Slider.Orientation orientation) Will set the slider to vertical if the string "vertical" is passed.