Package heronarts.glx.ui
Class UIContextActions.Action
java.lang.Object
heronarts.glx.ui.UIContextActions.Action
- All Implemented Interfaces:
UIContextActions.ContextAction
- Direct Known Subclasses:
UIContextActions.Action.CopyOscAddress
,UIContextActions.Action.ResetParameter
,UIContextActions.Action.ToggleParameter
- Enclosing interface:
UIContextActions
public abstract static class UIContextActions.Action
extends Object
implements UIContextActions.ContextAction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
abstract void
onContextAction
(UI ui) setDescription
(String description) toString()
-
Constructor Details
-
Action
-
-
Method Details
-
getLabel
-
setLabel
-
setDescription
-
getDescription
-
toString
-
onContextAction
- Specified by:
onContextAction
in interfaceUIContextActions.ContextAction
-