org.apache.batik.apps.svgbrowser
public static class HistoryBrowser.CommandNamesInfo extends Object
| Constructor Summary | |
|---|---|
| CommandNamesInfo(String commandName, String lastUndoableCommandName, String lastRedoableCommandName)
Constructor.
| |
| Method Summary | |
|---|---|
| String | getCommandName()
Gets the command name.
|
| String | getLastRedoableCommandName()
Gets the name of the last undoable command.
|
| String | getLastUndoableCommandName()
Gets the name of the last redoable command.
|
Parameters: commandName The current command name being executed/undone/redone lastUndoableCommandName The last undoable command name lastRedoableCommandName The last redoable command name
Returns: the command name
Returns: the lastUndoableCommandName
Returns: the lastRedoableCommandName