Class CutAction
- java.lang.Object
-
- com.actelion.research.share.gui.editor.actions.CommandAction
-
- com.actelion.research.share.gui.editor.actions.CutAction
-
- All Implemented Interfaces:
Action
public class CutAction extends CommandAction
Project: User: rufenec Date: 5/16/13 Time: 3:43 PM
-
-
Field Summary
-
Fields inherited from class com.actelion.research.share.gui.editor.actions.CommandAction
model
-
-
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
-
CutAction
public CutAction(Model model)
-
-