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