Package heronarts.lx.command
Class LXCommand.Channel.ReloadEffect
java.lang.Object
heronarts.lx.command.LXCommand
heronarts.lx.command.LXCommand.RemoveComponent
heronarts.lx.command.LXCommand.Channel.RemoveEffect
heronarts.lx.command.LXCommand.Channel.ReloadEffect
- Enclosing class:
LXCommand.Channel
-
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.Osc, LXCommand.Palette, LXCommand.Parameter, LXCommand.ParameterReference<T extends LXParameter>, LXCommand.RemoveComponent, LXCommand.Snapshots, LXCommand.Structure -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidShort description of a command, to explain it to the userbooleanMay return true if a command should be ignore for the purposes of undovoidPerform the given commandvoidUndo the command, after it has been performedMethods inherited from class heronarts.lx.command.LXCommand.RemoveComponent
removeClipLanes, removeModulationMappings, removePatternClipEvents, removeSnapshotViews
-
Constructor Details
-
ReloadEffect
-
-
Method Details
-
checkLocked
protected void checkLocked()- Overrides:
checkLockedin classLXCommand.Channel.RemoveEffect
-
isIgnored
public boolean isIgnored()Description copied from class:LXCommandMay return true if a command should be ignore for the purposes of undo -
getDescription
Description copied from class:LXCommandShort description of a command, to explain it to the user- Overrides:
getDescriptionin classLXCommand.Channel.RemoveEffect- Returns:
- short description of command
-
perform
Description copied from class:LXCommandPerform the given command- Overrides:
performin classLXCommand.Channel.RemoveEffect- Parameters:
lx- LX instance- Throws:
LXCommand.InvalidCommandException- if the command is invalid
-
undo
Description copied from class:LXCommandUndo the command, after it has been performed- Overrides:
undoin classLXCommand.Channel.RemoveEffect- Parameters:
lx- LX instance- Throws:
LXCommand.InvalidCommandException- if the command is invalid
-