Uses of Class
heronarts.lx.command.LXCommand
Packages that use LXCommand
-
Uses of LXCommand in heronarts.lx.command
Subclasses of LXCommand in heronarts.lx.commandModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Methods in heronarts.lx.command that return LXCommandModifier and TypeMethodDescriptionLXCommandEngine.getRedoCommand()
LXCommandEngine.getUndoCommand()
Methods in heronarts.lx.command with parameters of type LXCommandModifier and TypeMethodDescriptionPerforms a command and pushes it onto the undo stack. -
Uses of LXCommand in heronarts.lx.snapshot
Methods in heronarts.lx.snapshot that return LXCommandModifier and TypeMethodDescriptionLXSnapshot.ActivePatternView.getCommand()
LXSnapshot.ChannelFaderView.getCommand()
LXSnapshot.ParameterView.getCommand()
abstract LXCommand
LXSnapshot.View.getCommand()
Gets a command version of this view's operation, needed to make this action undoable.Method parameters in heronarts.lx.snapshot with type arguments of type LXCommandModifier and TypeMethodDescriptionvoid
LXClipSnapshot.getCommands
(List<LXCommand> commands) boolean
LXSnapshotEngine.recall
(LXGlobalSnapshot snapshot, List<LXCommand> commands) Recall this snapshot, and populate an array of commands which would need to be undone by this operation.