Uses of Class
org.processmining.lpm.dialogs.NiceSliderGroup
-
Packages that use NiceSliderGroup Package Description org.processmining.lpm.dialogs -
-
Uses of NiceSliderGroup in org.processmining.lpm.dialogs
Fields in org.processmining.lpm.dialogs declared as NiceSliderGroup Modifier and Type Field Description protected NiceSliderGroupNiceGroupedDoubleSliderImpl. sliderGroupprotected NiceSliderGroupNiceGroupedSlider. sliderGroupConstructors in org.processmining.lpm.dialogs with parameters of type NiceSliderGroup Constructor Description NiceGroupedDoubleSlider(java.lang.String title, int min, int max, int initial, NiceSliderGroup sliderGroup, com.fluxicon.slickerbox.components.NiceSlider.Orientation orientation)NiceGroupedDoubleSliderImpl(java.lang.String title, double min, double max, double initial, NiceSliderGroup sliderGroup)NiceGroupedDoubleSliderImpl(java.lang.String title, double min, double max, double initial, NiceSliderGroup sliderGroup, com.fluxicon.slickerbox.components.NiceSlider.Orientation orientation)NiceGroupedIntegerSlider(java.lang.String title, int min, int max, int initial, NiceSliderGroup sliderGroup, com.fluxicon.slickerbox.components.NiceSlider.Orientation orientation)NiceGroupedIntegerSliderImpl(java.lang.String title, int min, int max, int initial, NiceSliderGroup sliderGroup, com.fluxicon.slickerbox.components.NiceSlider.Orientation orientation)NiceGroupedSlider(java.lang.String title, int min, int max, int initial, NiceSliderGroup sliderGroup, com.fluxicon.slickerbox.components.NiceSlider.Orientation orientation)
-