JHotDraw 6.0b1

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.samples.net   
org.jhotdraw.samples.offsetConnectors   
org.jhotdraw.samples.pert   
org.jhotdraw.standard   
 

Uses of HandleEnumeration in org.jhotdraw.contrib
 

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

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 ElbowConnection.handles()
          Gets the handles of the figure.
 HandleEnumeration EllipseFigure.handles()
           
 HandleEnumeration GroupFigure.handles()
          Gets the handles for the GroupFigure.
 HandleEnumeration ImageFigure.handles()
           
 HandleEnumeration LineConnection.handles()
          Gets the handles of the figure.
 HandleEnumeration NullFigure.handles()
          Returns the handles used to manipulate the figure.
 HandleEnumeration PolyLineFigure.handles()
           
 HandleEnumeration RectangleFigure.handles()
           
 HandleEnumeration RoundRectangleFigure.handles()
           
 HandleEnumeration TextFigure.handles()
           
 

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.samples.net
 

Methods in org.jhotdraw.samples.net that return HandleEnumeration
 HandleEnumeration NodeFigure.handles()
           
 

Uses of HandleEnumeration in org.jhotdraw.samples.offsetConnectors
 

Methods in org.jhotdraw.samples.offsetConnectors that return HandleEnumeration
 HandleEnumeration NodeFigure.handles()
           
 

Uses of HandleEnumeration in org.jhotdraw.samples.pert
 

Methods in org.jhotdraw.samples.pert that return HandleEnumeration
 HandleEnumeration PertDependency.handles()
           
 HandleEnumeration PertFigure.handles()
           
 

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()
           
abstract  HandleEnumeration AbstractFigure.handles()
          Returns the handles of a Figure that can be used to manipulate some of its attributes.
 HandleEnumeration DecoratorFigure.handles()
          Forwards handles to its contained figure.
 HandleEnumeration StandardDrawing.handles()
          Return's the figure's handles.
protected  HandleEnumeration StandardDrawingView.selectionHandles()
          Gets an enumeration of the currently active handles.
 

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


JHotDraw 6.0b1