Class ConnectionStartHandle

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

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

    • ConnectionStartHandle

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

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

      public ConnectionStartHandle()
      Deprecated.
      Creates a new ConnectionStartHandle.