|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.gadgets.CogDeleteObjectsCommand
public class CogDeleteObjectsCommand
An undoable/redoable command to delete multiple properties in a Cog structure.
| Constructor Summary | |
|---|---|
CogDeleteObjectsCommand(Cog cog,
java.util.ArrayList pathsToDelete)
|
|
| Method Summary | |
|---|---|
void |
redo()
Execute the command, saving any state necessary to undo it. |
void |
undo()
Undo the command, saving any state necessary to redo it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CogDeleteObjectsCommand(Cog cog,
java.util.ArrayList pathsToDelete)
| Method Detail |
|---|
public void redo()
redo in interface UndoableCommandpublic void undo()
undo in interface UndoableCommand
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||