Package org.emrick.project.actions
Class ReplaceEffectsAction
java.lang.Object
org.emrick.project.actions.ReplaceEffectsAction
- All Implemented Interfaces:
UndoableAction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addEffects
(ArrayList<LEDStrip> ledStrips, ArrayList<EffectLEDStripMap> undoMap) void
execute()
void
redo()
void
undo()
-
Field Details
-
map
-
-
Constructor Details
-
ReplaceEffectsAction
-
-
Method Details
-
execute
public void execute()- Specified by:
execute
in interfaceUndoableAction
-
undo
public void undo()- Specified by:
undo
in interfaceUndoableAction
-
addEffects
-
redo
public void redo()- Specified by:
redo
in interfaceUndoableAction
-