Class KeggNavigationToolbarCommand
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.kegg_bar.KeggNavigationToolbarCommand
- All Implemented Interfaces:
Serializable,UndoableEdit
public class KeggNavigationToolbarCommand extends AbstractUndoableEdit
- Author:
- Christian Klukas (c) 2004 IPK-Gatersleben
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeggNavigationToolbarCommand.Command -
Constructor Summary
Constructors Constructor Description KeggNavigationToolbarCommand(KeggNavigationToolbarCommand.Command cmd, EditorSession session)Creates a Alignment Command, used for aligning nodes. -
Method Summary
Modifier and Type Method Description StringgetPresentationName()StringgetRedoPresentationName()StringgetUndoPresentationName()voidredo()voidundo()Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, isSignificant, replaceEdit, toString
-
Constructor Details
-
Method Details
-
getPresentationName
- Specified by:
getPresentationNamein interfaceUndoableEdit- Overrides:
getPresentationNamein classAbstractUndoableEdit
-
getRedoPresentationName
- Specified by:
getRedoPresentationNamein interfaceUndoableEdit- Overrides:
getRedoPresentationNamein classAbstractUndoableEdit
-
getUndoPresentationName
- Specified by:
getUndoPresentationNamein interfaceUndoableEdit- Overrides:
getUndoPresentationNamein classAbstractUndoableEdit
-
redo
- Specified by:
redoin interfaceUndoableEdit- Overrides:
redoin classAbstractUndoableEdit- Throws:
CannotRedoException
-
undo
- Specified by:
undoin interfaceUndoableEdit- Overrides:
undoin classAbstractUndoableEdit- Throws:
CannotUndoException
-