Uses of Class
heronarts.glx.ui.UI2dContainer
Package
Description
-
Uses of UI2dContainer in heronarts.glx.ui
Modifier and TypeClassDescriptionclass
class
class
class
Modifier and TypeMethodDescriptionUI2dContainer.addChildren
(UI2dComponent... children) protected UI2dContainer
UI2dContainer.addTopLevelComponent
(UI2dComponent child) UI2dComponent.getContainer()
Returns the 2d container that this is inUI2dContainer.getContentTarget()
Returns the object that elements are added to when placed in this container.static UI2dContainer
UI2dContainer.newHorizontalContainer
(float height) static UI2dContainer
UI2dContainer.newHorizontalContainer
(float height, float childSpacing) static UI2dContainer
UI2dContainer.newHorizontalContainer
(float height, float childSpacing, UI2dComponent... children) static UI2dContainer
UI2dContainer.newVerticalContainer
(float width) static UI2dContainer
UI2dContainer.newVerticalContainer
(float width, float childSpacing) static UI2dContainer
UI2dContainer.newVerticalContainer
(float width, float childSpacing, UI2dComponent... children) UI2dContainer.removeAllChildren()
UI2dContainer.removeAllChildren
(boolean dispose) UI2dContainer.setArrowKeyFocus
(UI2dContainer.ArrowKeyFocus keyFocus) UI2dContainer.setChildMargin
(float childMargin) Deprecated.UI2dContainer.setChildSpacing
(float childSpacing) UI2dContainer.setChildSpacing
(float childSpacingY, float childSpacingX) UI2dContainer.setContentHeight
(float h) UI2dContainer.setContentSize
(float w, float h) UI2dScrollContainer.setContentSize
(float w, float h) UI2dScrollContext.setContentSize
(float w, float h) protected UI2dContainer
UI2dContainer.setContentTarget
(UI2dContainer contentTarget) UI2dContainer.setContentWidth
(float w) UI2dContainer.setDragToReorder
(boolean dragToReorder) UI2dContainer.setLayout
(UI2dContainer.Layout layout) UI2dContainer.setLayout
(UI2dContainer.Layout layout, float childSpacing) UI2dContainer.setMinHeight
(float minHeight) UI2dContainer.setMinWidth
(float minWidth) UI2dContainer.setPadding
(float padding) UI2dContainer.setPadding
(float yPadding, float xPadding) UI2dContainer.setPadding
(float topPadding, float rightPadding, float bottomPadding, float leftPadding) Modifier and TypeMethodDescriptionfinal UI2dComponent
UI2dComponent.addToContainer
(UI2dContainer container, int index, UI2dContainer.Position position) Adds this component to a container at a specified index, also removing it from any other container that is currently holding it.final UI2dComponent
UI2dComponent.addToContainer
(UI2dContainer container, int index, UI2dContainer.Position position, boolean redraw) Adds this component to a container at a specified index, also removing it from any other container that is currently holding it.final UI2dComponent
UI2dComponent.addToContainer
(UI2dContainer container, UI2dContainer.Position position) Adds this component to a container, also removing it from any other container that is currently holding it.final UI2dComponent
UI2dComponent.addToContainer
(UI2dContainer container, UI2dContainer.Position position, boolean redraw) Adds this component to a container, also removing it from any other container that is currently holding it.default void
UI2dComponent.UIDragReorder.onDragReorder
(UI2dContainer container, UI2dComponent child, int dragIndex) Callback when an attempt is made to reorder this component in its containerprotected UI2dContainer
UI2dContainer.setContentTarget
(UI2dContainer contentTarget) -
Uses of UI2dContainer in heronarts.glx.ui.component
Modifier and TypeClassDescriptionclass
class
Section with a title which can collapse/expandprotected class
class
static class
static class
Modifier and TypeMethodDescriptionprotected UI2dContainer
UICollapsibleSection.controlRow
(UI ui, String label, UI2dComponent control) default UI2dContainer
UICollapsibleSection.Utils.controlRow
(UI ui, float contentWidth, String label, UI2dComponent control) UICollapsibleSection.getContentTarget()
UIItemList.ScrollList.setContentSize
(float w, float h) -
Uses of UI2dContainer in heronarts.lx.studio
-
Uses of UI2dContainer in heronarts.lx.studio.ui
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionfinal UI2dContainer
UILeftPane.content
final UI2dContainer
UILeftPane.global
protected final UI2dContainer[]
UIPane.headers
final UI2dContainer
UILeftPane.model
final UI2dContainer
UIBottomTray.rightSection
Modifier and TypeMethodDescriptionprotected UI2dContainer
UIPane.buildHeader
(int i) protected UI2dContainer
UIRightPane.buildHeader
(int i) -
Uses of UI2dContainer in heronarts.lx.studio.ui.browser
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of UI2dContainer in heronarts.lx.studio.ui.clip
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of UI2dContainer in heronarts.lx.studio.ui.device
Modifier and TypeClassDescriptionclass
class
static class
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptiondefault UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, float columnWidth, UI2dComponent... components) default UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, float columnWidth, String label, UI2dComponent... components) default UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, UI2dComponent... components) default UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, String label) default UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, String label, UI2dComponent... components) static UI2dContainer
UIChannelDevice.buildBlendControls
(UI ui, UI2dContainer container, LXChannel channel, float contentWidth) static UI2dContainer
UIChannelDevice.buildPlaylistControls
(UI ui, UI2dContainer container, LXChannel channel, float contentWidth) Modifier and TypeMethodDescriptiondefault UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, float columnWidth, UI2dComponent... components) default UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, float columnWidth, String label, UI2dComponent... components) default UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, UI2dComponent... components) default UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, String label) default UI2dContainer
UIControls.addColumn
(UI2dContainer uiDevice, String label, UI2dComponent... components) default UI2dComponent
UIControls.addVerticalBreak
(LXStudio.UI ui, UI2dContainer uiDevice) static UI2dContainer
UIChannelDevice.buildBlendControls
(UI ui, UI2dContainer container, LXChannel channel, float contentWidth) static UI2dContainer
UIChannelDevice.buildPlaylistControls
(UI ui, UI2dContainer container, LXChannel channel, float contentWidth) void
UIEffectDevice.onDragReorder
(UI2dContainer container, UI2dComponent child, int dragIndex) -
Uses of UI2dContainer in heronarts.lx.studio.ui.dmx
-
Uses of UI2dContainer in heronarts.lx.studio.ui.effect
-
Uses of UI2dContainer in heronarts.lx.studio.ui.fixture
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier and TypeMethodDescriptionUIFixture.newControlRow()
UIFixture.newControlRow
(UI2dComponent... components) -
Uses of UI2dContainer in heronarts.lx.studio.ui.global
Modifier and TypeClassDescriptionclass
static class
class
class
class
class
class
static class
class
class
Modifier and TypeMethodDescriptionstatic UI2dContainer
UIPalette.buildSwatchControls
(UI ui, LXPalette palette, float width) static UI2dContainer
UIPalette.buildSwatchControls
(UI ui, LXPalette palette, float width, UIDropMenu.Direction direction) Modifier and TypeMethodDescriptionstatic void
UIAudio.addAttackAndRelease
(UI ui, UI2dContainer container, float yp, BoundedParameter attack, BoundedParameter release) static void
UIAudio.addGainAndRange
(UI ui, UI2dContainer container, float yp, BoundedParameter gain, BoundedParameter range) void
UIPalette.SavedSwatch.onDragReorder
(UI2dContainer container, UI2dComponent child, int dragIndex) -
Uses of UI2dContainer in heronarts.lx.studio.ui.lfo
-
Uses of UI2dContainer in heronarts.lx.studio.ui.midi
-
Uses of UI2dContainer in heronarts.lx.studio.ui.mixer
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of UI2dContainer in heronarts.lx.studio.ui.model
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of UI2dContainer in heronarts.lx.studio.ui.modulation
Modifier and TypeClassDescriptionclass
protected class
class
class
class
class
class
Abstract base class for a modulator UI element with controls, which could be either in the global modulation scope or in the scope of a deviceclass
static class
Modifier and TypeMethodDescriptionstatic UI2dContainer
UITimer.newTimerRow
(LXStudio.UI ui, String label, TimeParameter time, BooleanParameter triggerOut) Modifier and TypeMethodDescriptionvoid
UIGlobalModulator.onDragReorder
(UI2dContainer container, UI2dComponent child, int dragIndex) -
Uses of UI2dContainer in heronarts.lx.studio.ui.osc
-
Uses of UI2dContainer in heronarts.lx.studio.ui.pattern
Modifier and TypeMethodDescriptionprotected UI2dContainer
UIImagePattern.ImageControls.addDefaultImageColumn
(LXStudio.UI ui) -
Uses of UI2dContainer in heronarts.lx.studio.ui.performance
Modifier and TypeClassDescriptionclass
class
class
class
static class
static class
class
protected class
-
Uses of UI2dContainer in heronarts.lx.studio.ui.toolbar
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class