|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.apps.svgbrowser.HistoryBrowser.CommandNamesInfo
public static class HistoryBrowser.CommandNamesInfo
Contains the info on the command name being executed, undone or redone and last undoable and redoable command names.
| Constructor Summary | |
|---|---|
HistoryBrowser.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryBrowser.CommandNamesInfo(String commandName,
String lastUndoableCommandName,
String lastRedoableCommandName)
commandName - The current command name being executed/undone/redonelastUndoableCommandName - The last undoable command namelastRedoableCommandName - The last redoable command name| Method Detail |
|---|
public String getLastRedoableCommandName()
public String getLastUndoableCommandName()
public String getCommandName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||