Class PasteAction
- java.lang.Object
-
- com.actelion.research.share.gui.editor.actions.CommandAction
-
- com.actelion.research.share.gui.editor.actions.PasteAction
-
- All Implemented Interfaces:
Action
public abstract class PasteAction extends CommandAction
Project: User: rufenec Date: 5/16/13 Time: 3:39 PM
-
-
Field Summary
-
Fields inherited from class com.actelion.research.share.gui.editor.actions.CommandAction
model
-
-
Constructor Summary
Constructors Constructor Description PasteAction(Model model, java.awt.Dimension bounds)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.awt.Dimension
getBounds()
void
onCommand()
abstract boolean
pasteMolecule()
abstract boolean
pasteReaction()
-
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
-
PasteAction
public PasteAction(Model model, java.awt.Dimension bounds)
-
-