Class MoveHandle

All Implemented Interfaces:
AncestorListener, IFigure, Handle
Direct Known Subclasses:
NonResizableHandle

public class MoveHandle extends AbstractHandle
A Handle used for moving GraphicalEditParts.
  • Field Details

  • Constructor Details

    • MoveHandle

      public MoveHandle(GraphicalEditPart owner)
      Creates a MoveHandle for the given GraphicalEditPart using a default Locator.
      Parameters:
      owner - The GraphicalEditPart to be moved by this handle.
    • MoveHandle

      public MoveHandle(GraphicalEditPart owner, Locator loc)
      Creates a MoveHandle for the given GraphicalEditPart using the given Locator.
      Parameters:
      owner - The GraphicalEditPart to be moved by this handle.
      loc - The Locator used to place the handle.
  • Method Details