Uses of Class
heronarts.glx.ui.component.UITextBox
Packages that use UITextBox
Package
Description
-
Uses of UITextBox in heronarts.glx.ui.component
Subclasses of UITextBox in heronarts.glx.ui.componentMethods in heronarts.glx.ui.component that return UITextBoxModifier and TypeMethodDescriptionUITextBox.setEmptyValueAllowed
(boolean isEmptyValueAllowed) UITextBox.setParameter
(StringParameter parameter) UITextBox.setValidCharacters
(String validCharacters) Set a custom list of valid characters for this text box -
Uses of UITextBox in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device that return UITextBoxModifier and TypeMethodDescriptiondefault UITextBox
UIControls.newTextBox
(StringParameter p) default UITextBox
UIControls.newTextBox
(StringParameter p, float width) default UITextBox
UIControls.newTextBox
(StringParameter p, float width, float height) -
Uses of UITextBox in heronarts.lx.studio.ui.fixture
Methods in heronarts.lx.studio.ui.fixture that return UITextBoxModifier and TypeMethodDescriptionUIFixture.newControlTextBox
(StringParameter parameter, float width) UIFixture.newTagBox
(StringParameter tags, float width) -
Uses of UITextBox in heronarts.lx.studio.ui.modulation
Fields in heronarts.lx.studio.ui.modulation declared as UITextBox