Uses of Interface
org.jhotdraw.framework.HandleEnumeration

Packages that use HandleEnumeration
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.figures   
org.jhotdraw.framework   
org.jhotdraw.standard   
 

Uses of HandleEnumeration in org.jhotdraw.contrib
 

Methods in org.jhotdraw.contrib that return HandleEnumeration
 HandleEnumeration TriangleFigure.handles()
           
 HandleEnumeration TextAreaFigure.handles()
          Returns an iterator of standard sizing handles to manipulate the figure
 HandleEnumeration PolygonFigure.handles()
           
 HandleEnumeration GraphicalCompositeFigure.handles()
          Return default handles from the presentation figure.
 HandleEnumeration ComponentFigure.handles()
          Returns the handles used to manipulate the figure.
 

Uses of HandleEnumeration in org.jhotdraw.contrib.html
 

Methods in org.jhotdraw.contrib.html that return HandleEnumeration
 HandleEnumeration HTMLTextAreaFigure.handles()
          Returns an iterator of standard sizing handles to manipulate the figure
 

Uses of HandleEnumeration in org.jhotdraw.figures
 

Methods in org.jhotdraw.figures that return HandleEnumeration
 HandleEnumeration TextFigure.handles()
           
 HandleEnumeration RoundRectangleFigure.handles()
           
 HandleEnumeration RectangleFigure.handles()
           
 HandleEnumeration PolyLineFigure.handles()
           
 HandleEnumeration NullFigure.handles()
          Returns the handles used to manipulate the figure.
 HandleEnumeration LineConnection.handles()
          Gets the handles of the figure.
 HandleEnumeration ImageFigure.handles()
           
 HandleEnumeration GroupFigure.handles()
          Gets the handles for the GroupFigure.
 HandleEnumeration EllipseFigure.handles()
           
 HandleEnumeration ElbowConnection.handles()
          Gets the handles of the figure.
 

Uses of HandleEnumeration in org.jhotdraw.framework
 

Methods in org.jhotdraw.framework that return HandleEnumeration
 HandleEnumeration Figure.handles()
          Returns the handles used to manipulate the figure.
 

Uses of HandleEnumeration in org.jhotdraw.standard
 

Classes in org.jhotdraw.standard that implement HandleEnumeration
 class HandleAndEnumerator
           
 class HandleEnumerator
           
 

Methods in org.jhotdraw.standard that return HandleEnumeration
static HandleEnumeration HandleEnumerator.getEmptyEnumeration()
           
 HandleEnumeration StandardDrawing.handles()
          Return's the figure's handles.
 HandleEnumeration DecoratorFigure.handles()
          Forwards handles to its contained figure.
abstract  HandleEnumeration AbstractFigure.handles()
          Returns the handles of a Figure that can be used to manipulate some of its attributes.
 

Constructors in org.jhotdraw.standard with parameters of type HandleEnumeration
HandleAndEnumerator(HandleEnumeration newHE1, HandleEnumeration newHE2)