Uses of Class
heronarts.glx.ui.component.UIButton
Packages that use UIButton
Package
Description
-
Uses of UIButton in heronarts.glx.ui.component
Subclasses of UIButton in heronarts.glx.ui.componentModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
Fields in heronarts.glx.ui.component declared as UIButtonMethods in heronarts.glx.ui.component that return UIButtonModifier and TypeMethodDescriptionUIButton.removeParameter()
UIButton.setActive
(boolean active) protected UIButton
UIButton.setActive
(boolean active, boolean pushToParameter) UIButton.setActiveColor
(int activeColor) UIButton.setActiveColor
(UIColor activeColor) UIButton.setActiveFontColor
(int activeFontColor) Sets the active font colorUIButton.setActiveFontColor
(UIColor activeFontColor) Sets the active font colorUIButton.setActiveIcon
(VGraphics.Image activeIcon) UIButton.setActiveLabel
(String activeLabel) UIButton.setControlSource
(LXNormalizedParameter controlSource) Sets an explicit control source for the button, which may or may not match its other parameter behavior.UIButton.setControlTarget
(LXNormalizedParameter controlTarget) Sets an explicit control target for the button, which may or may not match its other parameter behavior.UIButton.setEnabled
(boolean enabled) UIButton.setEnumFormatter
(UIButton.EnumFormatter formatter) UIButton.setIcon
(VGraphics.Image icon) UIButton.setIconColor
(boolean iconColor) UIButton.setIconColor
(int iconColor) UIButton.setIconColor
(UIColor iconColor) UIButton.setIconOffset
(float iconOffsetX, float iconOffsetY) UIButton.setIconOffsetX
(float iconOffsetX) UIButton.setIconOffsetY
(float iconOffsetY) UIButton.setInactiveColor
(int inactiveColor) UIButton.setInactiveColor
(UIColor inactiveColor) UIButton.setInactiveIcon
(VGraphics.Image inactiveIcon) UIButton.setInactiveLabel
(String inactiveLabel) UIButton.setMomentary
(boolean momentary) UIButton.setParameter
(BooleanParameter parameter) UIButton.setParameter
(EnumParameter<? extends Object> parameter) UIButton.setTriggerable
(boolean triggerable) UIButton.toggle()
-
Uses of UIButton in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device that return UIButtonModifier and TypeMethodDescriptiondefault UIButton
UIControls.newButton
(BooleanParameter p) default UIButton
UIControls.newButton
(BooleanParameter p, float width) default UIButton
UIControls.newButton
(EnumParameter<?> p) default UIButton
UIControls.newButton
(EnumParameter<?> p, float width) -
Uses of UIButton in heronarts.lx.studio.ui.fixture
Methods in heronarts.lx.studio.ui.fixture that return UIButtonModifier and TypeMethodDescriptionUIFixture.newControlButton
(BooleanParameter parameter, float width) UIFixture.newControlButton
(EnumParameter<?> parameter, float width) -
Uses of UIButton in heronarts.lx.studio.ui.mixer
Fields in heronarts.lx.studio.ui.mixer declared as UIButtonModifier and TypeFieldDescriptionprotected final UIButton
UIAbstractChannelStripControls.activeButton
protected final UIButton
UIAbstractChannelStripControls.armButton
protected final UIButton
UIAbstractChannelStripControls.auxButton
protected final UIButton
UIAbstractChannelStripControls.cueButton
-
Uses of UIButton in heronarts.lx.studio.ui.modulation
Subclasses of UIButton in heronarts.lx.studio.ui.modulationModifier and TypeClassDescriptionclass
static class
static class
static class