Package heronarts.glx.ui
Interface UIContextActions
- All Known Implementing Classes:
UIAbstractChannelStripControls
,UIAbstractGlobalModulator
,UIAbstractGlobalModulator.UICompoundModulation
,UIAbstractGlobalModulator.UIModulation
,UIBusDevice
,UIButton
,UIButton.Action
,UIButton.Expander
,UIButton.Toggle
,UIButton.Tooltip
,UIButton.Trigger
,UIButtonGroup
,UIChannelDevice
,UIChannelStripControls
,UICheckbox
,UIClipButton
,UIComponentModulator
,UICompoundParameterControl
,UIDoubleBox
,UIDropMenu
,UIEffectDevice
,UIEnumBox
,UIFileNameBox
,UIGlobalModulator
,UIGroupStripControls
,UIInputBox
,UIIntegerBox
,UIKnob
,UILabel.Copyable
,UIMappingButton
,UIMappingButton.Midi
,UIMappingButton.Parameter
,UIMappingButton.Trigger
,UIMixer
,UINumberBox
,UIPalette.SavedSwatch
,UIParameterComponent
,UIParameterControl
,UIPatternDevice
,UIPresetDevice
,UISlider
,UISwitch
,UITextBox
,UIToggleSet
,UIViewSelector
public interface UIContextActions
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of context actions that should be shown for this item
-
Method Details
-
getContextActions
List<UIContextActions.Action> getContextActions()Returns a list of context actions that should be shown for this item- Returns:
- List of context actions
-