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