Class ConnectionHandle

All Implemented Interfaces:
PropertyChangeListener, EventListener, AncestorListener, IFigure, Handle
Direct Known Subclasses:
BendpointHandle, ConnectionEndpointHandle

public abstract class ConnectionHandle extends SquareHandle implements PropertyChangeListener
The base implementation for handles used with editparts whose figure is a Connection. This class adds an additional listener to the owner's connection figure to receive notification whenever the owner's connection's points are changed. Changing the points of a connection does not fire "figure moved", it only fires "points" property as changing.
  • Constructor Details

    • ConnectionHandle

      public ConnectionHandle()
      Creates a new ConnectionHandle.
    • ConnectionHandle

      public ConnectionHandle(boolean fixed)
      Creates a new handle with the given fixed setting. If the handle is fixed, it cannot be dragged.
      Parameters:
      fixed - true if the handle cannot be dragged.
  • Method Details