Uses of Class
heronarts.lx.command.LXCommandEngine
Packages that use LXCommandEngine
-
Uses of LXCommandEngine in heronarts.lx
Fields in heronarts.lx declared as LXCommandEngineModifier 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
Methods in heronarts.lx.command that return LXCommandEngineModifier 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.