Package heronarts.glx.ui.component
Class UILabel.Copyable
java.lang.Object
heronarts.glx.ui.UIEventHandler
heronarts.glx.ui.UIObject
heronarts.glx.ui.UI2dComponent
heronarts.glx.ui.component.UILabel
heronarts.glx.ui.component.UILabel.Copyable
- All Implemented Interfaces:
- UIContextActions,- UICopy,- UIFocus,- UIKeyFocus,- UIMouseFocus,- UITabFocus,- LXLoopTask
- Enclosing class:
- UILabel
- 
Nested Class SummaryNested classes/interfaces inherited from class heronarts.glx.ui.component.UILabelUILabel.Control, UILabel.CopyableNested classes/interfaces inherited from class heronarts.glx.ui.UI2dComponentUI2dComponent.Scissor, UI2dComponent.Scissored, UI2dComponent.UIDragReorderNested classes/interfaces inherited from interface heronarts.glx.ui.UIContextActionsUIContextActions.Action, UIContextActions.ContextAction
- 
Field SummaryFields inherited from class heronarts.glx.ui.component.UILabelDEFAULT_HEIGHTFields inherited from class heronarts.glx.ui.UI2dComponentborderRoundingBottomLeft, borderRoundingBottomRight, borderRoundingTopLeft, borderRoundingTopRight, debug, debugName, hasBorderRounding, height, marginBottom, marginLeft, marginRight, marginTop, redraw, scissor, textAlignHorizontal, textAlignVertical, textOffsetX, textOffsetY, width, x, y
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a list of context actions that should be shown for this itemonCopy()Methods inherited from class heronarts.glx.ui.component.UILabelgetDescription, getLabel, onDraw, setBreakLines, setBreakLines, setLabel, setPadding, setPadding, setPaddingMethods inherited from class heronarts.glx.ui.UI2dComponentaddAfterSibling, addBeforeSibling, addToContainer, addToContainer, addToContainer, addToContainer, addToContainer, addToContainer, addToContainer, addToContainer, assertValidContainer, clipTextToWidth, clipTextToWidth, contains, dbch, drawBackground, drawBorder, drawComponentBackground, drawFocus, drawFocusCorners, drawFocusCorners, drawParentBackground, getAbsoluteX, getAbsoluteY, getBackgroundColor, getBorderColor, getBorderWeight, getBottomMargin, getContainer, getDebugClassHierarchy, getDebugClassHierarchy, getFocusColor, getFocusSize, getFont, getFontColor, getHeight, getLeftMargin, getMappableParameter, getNextSibling, getNextSibling, getParent, getPrevSibling, getPrevSibling, getRightMargin, getTopMargin, getWidth, getX, getY, hasBackground, hasBorder, hasFont, hasFontColor, isMappable, onResize, redraw, removeFromContainer, removeFromContainer, setBackground, setBackgroundColor, setBackgroundColor, setBorder, setBorderColor, setBorderColor, setBorderRounding, setBorderRounding, setBorderWeight, setBottomMargin, setContainerIndex, setContainerPosition, setDebug, setDebug, setDescription, setFocusBackground, setFocusBackgroundColor, setFocusBackgroundColor, setFocusColor, setFocusColor, setFocusCorners, setFont, setFontColor, setFontColor, setFontColor, setHeight, setLeftMargin, setMappable, setMargin, setMargin, setMargin, setPosition, setPosition, setPosition, setPosition, setRightMargin, setSize, setTextAlignment, setTextAlignment, setTextOffset, setTopMargin, setVisible, setWidth, setX, setY, vgRoundedRect, vgRoundedRect, vgRoundedRectMethods inherited from class heronarts.glx.ui.UIObjectaddListener, addListener, addLoopTask, addLoopTask, blur, bringToFront, dispose, focus, getFocusedChild, getLX, getUI, hasDirectFocus, hasFocus, isVisible, isVisible, loop, onBlur, onFocus, onUIResize, removeLoopTask, requireUIThread, setConsumeMousePress, setDebugId, setMouseCursor, toggleVisible, toStringMethods inherited from class heronarts.glx.ui.UIEventHandleronGamepadAxisChanged, onGamepadButtonPressed, onGamepadButtonReleased, onKeyPressed, onKeyReleased, onMouseDragged, onMouseMoved, onMouseOut, onMouseOver, onMousePressed, onMouseReleased, onMouseScroll
- 
Constructor Details- 
Copyable
- 
Copyable
 
- 
- 
Method Details- 
onCopy
- 
getContextActionsDescription copied from interface:UIContextActionsReturns a list of context actions that should be shown for this item- Specified by:
- getContextActionsin interface- UIContextActions
- Returns:
- List of context actions
 
 
-