Uses of Class
heronarts.lx.command.LXCommandEngine
-
Uses of LXCommandEngine in heronarts.lx
Modifier and TypeFieldDescriptionfinal LXCommandEngine
LX.command
Command engine, utilized by higher-level UIs to manage engine state and undo operations. -
Uses of LXCommandEngine in heronarts.lx.command
Modifier and TypeMethodDescriptionLXCommandEngine.clear()
Performs a command and pushes it onto the undo stack.LXCommandEngine.redo()
When possible, re-does an operation that has been undone.LXCommandEngine.setDirty
(boolean dirty) LXCommandEngine.undo()
Undoes the last command on the undo stack, if there is any.