Uses of Class
org.jhotdraw.standard.AbstractHandle

Packages that use AbstractHandle
org.jhotdraw.contrib   
org.jhotdraw.figures   
org.jhotdraw.standard   
 

Uses of AbstractHandle in org.jhotdraw.contrib
 

Subclasses of AbstractHandle in org.jhotdraw.contrib
 class PolygonHandle
          A handle for a node on the polygon.
 

Uses of AbstractHandle in org.jhotdraw.figures
 

Subclasses of AbstractHandle in org.jhotdraw.figures
 class ElbowHandle
          A Handle to move an ElbowConnection left/right or up/down.
 class FontSizeHandle
          A Handle to change the font size by direct manipulation.
 class PolyLineHandle
          A handle for a node on the polyline.
 

Uses of AbstractHandle in org.jhotdraw.standard
 

Subclasses of AbstractHandle in org.jhotdraw.standard
 class ChangeConnectionEndHandle
          A handle to reconnect the end point of a connection to another figure.
 class ChangeConnectionHandle
          ChangeConnectionHandle factors the common code for handles that can be used to reconnect connections.
 class ChangeConnectionStartHandle
          Handle to reconnect the start of a connection to another figure.
 class ConnectionHandle
          A handle to connect figures.
 class LocatorHandle
          A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
 class NullHandle
          A handle that doesn't change the owned figure.