Class BondBaseAction

  • All Implemented Interfaces:
    Action
    Direct Known Subclasses:
    NewBondAction

    public abstract class BondBaseAction
    extends BondHighlightAction
    Project: User: rufenec Date: 1/28/13 Time: 1:07 PM
    • Constructor Detail

      • BondBaseAction

        protected BondBaseAction​(Model model)
    • Method Detail

      • getBondType

        public abstract int getBondType()
      • onAddBond

        public void onAddBond​(int srcAtom,
                              int targetAtom)
      • onChangeBond

        public void onChangeBond​(int bond)
      • onMouseUp

        public boolean onMouseUp​(IMouseEvent evt)
        Description copied from interface: Action
        Handles the MouseUp event
        Returns:
        true if the action handles the event