JHotDraw 7.0.6

Uses of Class
org.jhotdraw.draw.ToolEvent

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

Uses of ToolEvent in org.jhotdraw.draw
 

Methods in org.jhotdraw.draw with parameters of type ToolEvent
 void ToolListener.areaInvalidated(ToolEvent e)
          Sent when an area of the drawing view needs to be repainted.
 void SelectionTool.areaInvalidated(ToolEvent e)
          Sent when an area of the drawing view needs to be repainted.
 void DefaultDrawingEditor.areaInvalidated(ToolEvent evt)
           
 void ToolListener.toolDone(ToolEvent event)
          Informs the listener that a tool has done its interaction.
 void SelectionTool.toolDone(ToolEvent event)
           
 void DefaultDrawingEditor.toolDone(ToolEvent evt)
           
 void ToolListener.toolStarted(ToolEvent event)
          Informs the listener that a tool has starteds interacting with a specific drawing view.
 void SelectionTool.toolStarted(ToolEvent event)
           
 void DefaultDrawingEditor.toolStarted(ToolEvent evt)
           
 


Copyright 1996-2006 © JHotDraw.org