Uses of Class
org.jhotdraw.standard.AbstractTool

Packages that use AbstractTool
org.jhotdraw.contrib   
org.jhotdraw.contrib.dnd   
org.jhotdraw.contrib.html   
org.jhotdraw.contrib.zoom   
org.jhotdraw.figures   
org.jhotdraw.samples.javadraw   
org.jhotdraw.standard   
 

Uses of AbstractTool in org.jhotdraw.contrib
 

Subclasses of AbstractTool in org.jhotdraw.contrib
 class CompositeFigureCreationTool
           
 class CustomSelectionTool
          A SelectionTool, which recognizes double clicks and popup menu triggers.
 class NestedCreationTool
           
 class PolygonTool
          Based on ScribbleTool
 class SplitConnectionTool
           
 class TextAreaTool
          A TextAreaTool creates TextAreaFigures.
 

Uses of AbstractTool in org.jhotdraw.contrib.dnd
 

Subclasses of AbstractTool in org.jhotdraw.contrib.dnd
 class DragNDropTool
          This is a tool which handles drag and drop between Components in JHotDraw and drags from JHotDraw.
 

Uses of AbstractTool in org.jhotdraw.contrib.html
 

Subclasses of AbstractTool in org.jhotdraw.contrib.html
 class HTMLTextAreaTool
          HTMLTextAreaTool creates or edits HTMLTextAreaFigures.
 

Uses of AbstractTool in org.jhotdraw.contrib.zoom
 

Subclasses of AbstractTool in org.jhotdraw.contrib.zoom
 class AreaTracker
          A rubberband area tracker.
 class ZoomAreaTracker
           
 class ZoomTool
           
 

Uses of AbstractTool in org.jhotdraw.figures
 

Subclasses of AbstractTool in org.jhotdraw.figures
 class BorderTool
          BorderTool decorates the clicked figure with a BorderDecorator.
 class ConnectedTextTool
          Tool to create new or edit existing text figures.
 class ScribbleTool
          Tool to scribble a PolyLineFigure
 class TextTool
          Tool to create new or edit existing text figures.
 

Uses of AbstractTool in org.jhotdraw.samples.javadraw
 

Subclasses of AbstractTool in org.jhotdraw.samples.javadraw
 class MySelectionTool
          A SelectionTool that interprets double clicks to inspect the clicked figure
 class URLTool
          A tool to attach URLs to figures.
 

Uses of AbstractTool in org.jhotdraw.standard
 

Subclasses of AbstractTool in org.jhotdraw.standard
 class ActionTool
          A tool that performs an action when it is active and the mouse is clicked.
 class ConnectionTool
          A tool that can be used to connect figures, to split connections, and to join two segments of a connection.
 class CreationTool
          A tool to create new figures.
 class DragTracker
          DragTracker implements the dragging of the clicked figure.
 class HandleTracker
          HandleTracker implements interactions with the handles of a Figure.
 class NullTool
          Default implementation support for Tools.
 class SelectAreaTracker
          SelectAreaTracker implements a rubberband selection of an area.
 class SelectionTool
          Tool to select and manipulate figures.