Class UnknownParityAction
- 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.UnknownParityAction
-
- All Implemented Interfaces:
Action
public class UnknownParityAction extends AtomHighlightAction
Project: User: rufenec Date: 3/26/13 Time: 4:33 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 UnknownParityAction(Model model)
-
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
-
UnknownParityAction
public UnknownParityAction(Model model)
-
-
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
-
-