GEF v2.0

org.eclipse.gef
Interface Handle

All Known Implementing Classes:
AbstractHandle

public interface Handle

A simple lightweight object that combines a small hit-test area with a sinlge DragTracker. Handles can be used for resizing, rotating, etc. Handles are hit-tested before anything else. Handles make it easy to support many types of drag operations.


Method Summary
 Point getAccessibleLocation()
           
 DragTracker getDragTracker()
          Returns the drag tracker to use when dragging this handle.
 

Method Detail

getDragTracker

public DragTracker getDragTracker()
Returns the drag tracker to use when dragging this handle.

getAccessibleLocation

public Point getAccessibleLocation()

GEF v2.0