Uses of Class
heronarts.glx.ui.component.UIIntegerBox
Packages that use UIIntegerBox
Package
Description
-
Uses of UIIntegerBox in heronarts.glx.ui.component
Subclasses of UIIntegerBox in heronarts.glx.ui.componentMethods in heronarts.glx.ui.component that return UIIntegerBoxModifier and TypeMethodDescriptionUIIntegerBox.setParameter
(DiscreteParameter parameter) UIIntegerBox.setRange
(int minValue, int maxValue) Sets the range of the input box, inclusiveUIIntegerBox.setValue
(int value) protected UIIntegerBox
UIIntegerBox.setValue
(int value, boolean pushToParameter) UIIntegerBox.setWrappable
(boolean wrappable) Sets whether the box is wrappable, only applies when there is not a parameter set. -
Uses of UIIntegerBox in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device that return UIIntegerBoxModifier and TypeMethodDescriptiondefault UIIntegerBox
UIControls.newIntegerBox
(DiscreteParameter p) default UIIntegerBox
UIControls.newIntegerBox
(DiscreteParameter p, float width) -
Uses of UIIntegerBox in heronarts.lx.studio.ui.fixture
Methods in heronarts.lx.studio.ui.fixture that return UIIntegerBoxModifier and TypeMethodDescriptionUIFixture.newControlIntBox
(DiscreteParameter parameter, float width)