JHotDraw 6.0b1

Uses of Interface
org.jhotdraw.framework.ToolListener

Packages that use ToolListener
org.jhotdraw.framework   
org.jhotdraw.standard   
org.jhotdraw.util   
 

Uses of ToolListener in org.jhotdraw.framework
 

Methods in org.jhotdraw.framework with parameters of type ToolListener
 void Tool.addToolListener(ToolListener newToolListener)
           
 void Tool.removeToolListener(ToolListener oldToolListener)
           
 

Uses of ToolListener in org.jhotdraw.standard
 

Classes in org.jhotdraw.standard that implement ToolListener
 class ToolButton
          A PaletteButton that is associated with a tool.
 

Methods in org.jhotdraw.standard with parameters of type ToolListener
 void AbstractTool.addToolListener(ToolListener newToolListener)
           
 void AbstractTool.EventDispatcher.addToolListener(ToolListener newToolListener)
           
 void AbstractTool.removeToolListener(ToolListener oldToolListener)
           
 void AbstractTool.EventDispatcher.removeToolListener(ToolListener oldToolListener)
           
 

Uses of ToolListener in org.jhotdraw.util
 

Classes in org.jhotdraw.util that implement ToolListener
 class UndoableTool
           
 

Methods in org.jhotdraw.util with parameters of type ToolListener
 void UndoableTool.addToolListener(ToolListener newToolListener)
           
 void UndoableTool.removeToolListener(ToolListener oldToolListener)
           
 


JHotDraw 6.0b1