Class ChangeChargeAction
- java.lang.Object
-
- com.actelion.research.share.gui.editor.actions.DrawAction
-
- com.actelion.research.share.gui.editor.actions.AtomHighlightAction
-
- com.actelion.research.share.gui.editor.actions.ChangeChargeAction
-
- All Implemented Interfaces:
Action
public class ChangeChargeAction extends AtomHighlightAction
Project: User: rufenec Date: 2/1/13 Time: 4:13 PM
-
-
Field Summary
-
Fields inherited from class com.actelion.research.share.gui.editor.actions.AtomHighlightAction
lastHightlightPoint
-
Fields inherited from class com.actelion.research.share.gui.editor.actions.DrawAction
HIGHLIGHT_ATOM_RADIUS, KEYSTROKEFONTSIZE, MAX_CONNATOMS, model, UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description ChangeChargeAction(Model model, boolean positive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
onMouseUp(IMouseEvent evt)
Handles the MouseUp event-
Methods inherited from class com.actelion.research.share.gui.editor.actions.AtomHighlightAction
findAtom, onKeyPressed, onMouseDown, onMouseMove, paint
-
Methods inherited from class com.actelion.research.share.gui.editor.actions.DrawAction
drawAtomHighlight, drawAtomKeyStrokes, drawBondHighlight, getCursor, highlightAtom, isCommand, onActionEnter, onActionLeave, onCommand, onDoubleClick, onKeyReleased, suggestNewX2AndY2
-
-
-
-
Constructor Detail
-
ChangeChargeAction
public ChangeChargeAction(Model model, boolean positive)
-
-
Method Detail
-
onMouseUp
public boolean onMouseUp(IMouseEvent evt)
Description copied from interface:Action
Handles the MouseUp event- Returns:
- true if the action handles the event
-
-