Class AbstractBpConnection.BpPathPointConnectionMouseListener

  • All Implemented Interfaces:
    org.eclipse.draw2d.MouseListener, org.eclipse.draw2d.MouseMotionListener
    Enclosing class:
    AbstractBpConnection

    protected class AbstractBpConnection.BpPathPointConnectionMouseListener
    extends org.eclipse.draw2d.MouseMotionListener.Stub
    Graphical Scheme implementation of path point connection mouse listener.
    • Constructor Detail

      • BpPathPointConnectionMouseListener

        protected BpPathPointConnectionMouseListener()
    • Method Detail

      • mouseDragged

        public void mouseDragged​(org.eclipse.draw2d.MouseEvent me)
        Specified by:
        mouseDragged in interface org.eclipse.draw2d.MouseMotionListener
      • mouseReleased

        public void mouseReleased​(org.eclipse.draw2d.MouseEvent me)
        Specified by:
        mouseReleased in interface org.eclipse.draw2d.MouseListener
      • processSideSegmentDrag

        protected void processSideSegmentDrag​(org.eclipse.draw2d.MouseEvent me)
        Side segment drag.
        Parameters:
        me - - mouse event. Can't be null.