org.apache.batik.apps.svgbrowser
public abstract class AbstractUndoableCommand extends Object implements UndoableCommand
| Field Summary | |
|---|---|
| protected String | name
The command name. |
| Method Summary | |
|---|---|
| void | execute() |
| String | getName() |
| void | redo() |
| void | setName(String name)
Sets the command name.
|
| boolean | shouldExecute() |
| void | undo() |
Parameters: name Name to set