JHotDraw 7.0.6

Uses of Class
org.jhotdraw.draw.DrawingEvent

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

Uses of DrawingEvent in org.jhotdraw.draw
 

Methods in org.jhotdraw.draw with parameters of type DrawingEvent
 void DrawingListener.areaInvalidated(DrawingEvent e)
          Sent when an area of the drawing needs to be repainted.
 void DefaultDrawingView.areaInvalidated(DrawingEvent evt)
           
 void DrawingListener.figureAdded(DrawingEvent e)
          Sent when a figure was added.
 void DefaultDrawingView.figureAdded(DrawingEvent evt)
           
 void DrawingListener.figureRemoved(DrawingEvent e)
          Sent when a figure was removed.
 void DefaultDrawingView.figureRemoved(DrawingEvent evt)
           
 


Copyright 1996-2006 © JHotDraw.org