|
||||||||||
| 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(java.lang.String commandName,
java.lang.String lastUndoableCommandName,
java.lang.String lastRedoableCommandName)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCommandName()
Gets the command name. |
java.lang.String |
getLastRedoableCommandName()
Gets the name of the last undoable command. |
java.lang.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(java.lang.String commandName,
java.lang.String lastUndoableCommandName,
java.lang.String lastRedoableCommandName)
commandName - The current command name being executed/undone/redonelastUndoableCommandName - The last undoable command namelastRedoableCommandName - The last redoable command name| Method Detail |
|---|
public java.lang.String getLastRedoableCommandName()
public java.lang.String getLastUndoableCommandName()
public java.lang.String getCommandName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||