Class UndoAction
- java.lang.Object
-
- com.actelion.research.share.gui.editor.actions.CommandAction
-
- com.actelion.research.share.gui.editor.actions.UndoAction
-
- All Implemented Interfaces:
Action
public class UndoAction extends CommandAction
Project: User: rufenec Date: 3/26/13 Time: 4:39 PM
-
-
Field Summary
-
Fields inherited from class com.actelion.research.share.gui.editor.actions.CommandAction
model
-
-
Constructor Summary
Constructors Constructor Description UndoAction(Model m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onCommand()
-
Methods inherited from class com.actelion.research.share.gui.editor.actions.CommandAction
getCursor, isCommand, onActionEnter, onActionLeave, onDoubleClick, onKeyPressed, onKeyReleased, onMouseDown, onMouseMove, onMouseUp, paint
-
-
-
-
Constructor Detail
-
UndoAction
public UndoAction(Model m)
-
-