JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.draw.ToolListener

Packages that use ToolListener
org.jhotdraw.draw Defines a framework for drawing editors. 
 

Uses of ToolListener in org.jhotdraw.draw
 

Classes in org.jhotdraw.draw that implement ToolListener
 class DefaultDrawingEditor
          DefaultDrawingEditor.
 class DelegationSelectionTool
          A SelectionTool, which recognizes double clicks and popup menu triggers.
 class SelectionTool
          Tool to select and manipulate figures.
 

Methods in org.jhotdraw.draw with parameters of type ToolListener
 void Tool.addToolListener(ToolListener l)
          Adds a listener for this tool.
 void AbstractTool.addToolListener(ToolListener l)
           
 void Tool.removeToolListener(ToolListener l)
          Removes a listener for this tool.
 void AbstractTool.removeToolListener(ToolListener l)
           
 


Copyright 1996-2006 © JHotDraw.org