Package heronarts.lx.command
Class LXCommand.RemoveComponent
java.lang.Object
heronarts.lx.command.LXCommand
heronarts.lx.command.LXCommand.RemoveComponent
- Direct Known Subclasses:
LXCommand.Channel.RemoveEffect
,LXCommand.Channel.RemovePattern
,LXCommand.Mixer.RemoveChannel
,LXCommand.Modulation.RemoveModulator
,LXCommand.Palette.RemoveColor
,LXCommand.Palette.RemoveSwatch
,LXCommand.Snapshots.RemoveSnapshot
,LXCommand.Structure.RemoveFixture
,LXCommand.Structure.RemoveView
- Enclosing class:
- LXCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class heronarts.lx.command.LXCommand
LXCommand.Channel, LXCommand.Clip, LXCommand.ComponentReference<T extends LXComponent>, LXCommand.Device, LXCommand.InvalidCommandException, LXCommand.Midi, LXCommand.Mixer, LXCommand.Modulation, LXCommand.Palette, LXCommand.Parameter, LXCommand.ParameterReference<T extends LXParameter>, LXCommand.RemoveComponent, LXCommand.Snapshots, LXCommand.Structure
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
removeModulationMappings
(LXModulationEngine modulation, LXComponent component) protected void
removeSnapshotViews
(LXSnapshotEngine snapshots, LXComponent component) void
Undo the command, after it has been performedMethods inherited from class heronarts.lx.command.LXCommand
getDescription, isIgnored, perform
-
Constructor Details
-
RemoveComponent
-
-
Method Details
-
removeModulationMappings
-
removeSnapshotViews
-
undo
Description copied from class:LXCommand
Undo the command, after it has been performed- Specified by:
undo
in classLXCommand
- Parameters:
lx
- LX instance- Throws:
LXCommand.InvalidCommandException
- if the command is invalid
-