Class CopyAction
- java.lang.Object
-
- com.actelion.research.share.gui.editor.actions.CommandAction
-
- com.actelion.research.share.gui.editor.actions.CopyAction
-
- All Implemented Interfaces:
Action
public abstract class CopyAction extends CommandAction
Project: User: rufenec Date: 5/16/13 Time: 3:31 PM
-
-
Field Summary
-
Fields inherited from class com.actelion.research.share.gui.editor.actions.CommandAction
model
-
-
Constructor Summary
Constructors Constructor Description CopyAction(Model model)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
copyMolecule(boolean selectionOnly)
abstract boolean
copyReaction(boolean selectionOnly)
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
-
CopyAction
public CopyAction(Model model)
-
-