Uses of Class
com.bric.multislider.MultiThumbSliderUI.Thumb
-
Packages that use MultiThumbSliderUI.Thumb Package Description com.bric.multislider -
-
Uses of MultiThumbSliderUI.Thumb in com.bric.multislider
Fields in com.bric.multislider with type parameters of type MultiThumbSliderUI.Thumb Modifier and Type Field Description (package private) JComboBox<MultiThumbSliderUI.Thumb>
MultiThumbSliderDemo. thumbComboBox
Methods in com.bric.multislider that return MultiThumbSliderUI.Thumb Modifier and Type Method Description MultiThumbSliderUI.Thumb
MultiThumbSliderUI. getThumb(int thumbIndex)
Return the Thumb option used to render a specific thumb.static MultiThumbSliderUI.Thumb
MultiThumbSliderUI.Thumb. valueOf(String name)
Returns the enum constant of this type with the specified name.static MultiThumbSliderUI.Thumb[]
MultiThumbSliderUI.Thumb. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-