Class ConnectionEndHandle

All Implemented Interfaces:
PropertyChangeListener, EventListener, AncestorListener, IFigure, Handle

public final class ConnectionEndHandle extends ConnectionEndpointHandle
Deprecated.
A handle used at the end of the Connection. This is treated differently than the start of the Connection.
  • Constructor Details

    • ConnectionEndHandle

      public ConnectionEndHandle(ConnectionEditPart owner)
      Deprecated.
      Creates a new ConnectionEndHandle, sets its owner to owner, and sets its locator to a ConnectionLocator.
      Parameters:
      owner - the ConnectionEditPart owner
    • ConnectionEndHandle

      public ConnectionEndHandle(ConnectionEditPart owner, boolean fixed)
      Deprecated.
      Creates a new ConnectionEndHandle with its owner set to owner. If the handle is fixed, it cannot be dragged.
      Parameters:
      owner - the ConnectionEditPart owner
      fixed - if true, handle cannot be dragged
    • ConnectionEndHandle

      public ConnectionEndHandle()
      Deprecated.
      Creates a new ConnectionEndHandle.