Class RelationshipAdder

java.lang.Object
org.piccolo2d.event.PBasicInputEventHandler
org.piccolo2d.event.PDragSequenceEventHandler
repast.simphony.dataLoader.ui.wizard.builder.RelationshipAdder
All Implemented Interfaces:
EventListener, org.piccolo2d.event.PInputEventListener

public class RelationshipAdder extends org.piccolo2d.event.PDragSequenceEventHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mouseDragged(org.piccolo2d.event.PInputEvent arg0)
     
    void
    mousePressed(org.piccolo2d.event.PInputEvent arg0)
     
    void
    mouseReleased(org.piccolo2d.event.PInputEvent arg0)
     

    Methods inherited from class org.piccolo2d.event.PDragSequenceEventHandler

    drag, dragActivityFinalStep, dragActivityFirstStep, dragActivityStep, endDrag, getDragActivity, getMinDragStartDistance, getMousePressedCanvasPoint, isDragging, setIsDragging, setMinDragStartDistance, shouldStartDragInteraction, startDrag, startDragActivity, stopDragActivity

    Methods inherited from class org.piccolo2d.event.PBasicInputEventHandler

    acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseWheelRotated, mouseWheelRotatedByBlock, processEvent, setEventFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • mouseDragged

      public void mouseDragged(org.piccolo2d.event.PInputEvent arg0)
      Overrides:
      mouseDragged in class org.piccolo2d.event.PDragSequenceEventHandler
    • mouseReleased

      public void mouseReleased(org.piccolo2d.event.PInputEvent arg0)
      Overrides:
      mouseReleased in class org.piccolo2d.event.PDragSequenceEventHandler
    • mousePressed

      public void mousePressed(org.piccolo2d.event.PInputEvent arg0)
      Overrides:
      mousePressed in class org.piccolo2d.event.PDragSequenceEventHandler