http://www.jpicedt.org

Uses of Interface
jpicedt.graphic.event.DrawingEvent

Packages that use DrawingEvent
jpicedt.graphic.event Various events used for the communication between model, view and controler, as well as to notify external receivers of changes in the document structure, appearance,…
 
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.toolkit Controller (document editing through UI actions)
 
 

Uses of DrawingEvent in jpicedt.graphic.event
 

Methods in jpicedt.graphic.event with parameters of type DrawingEvent
 void DrawingListener.changedUpdate(DrawingEvent e)
          Called when an element changed in the drawing.
 

Uses of DrawingEvent in jpicedt.graphic.model
 

Classes in jpicedt.graphic.model that implement DrawingEvent
 class Drawing.DefaultDrawingEvent
          An implementation of DrawingEvent.
 

Uses of DrawingEvent in jpicedt.graphic.toolkit
 

Methods in jpicedt.graphic.toolkit with parameters of type DrawingEvent
 void DefaultSelectionHandler._changedUpdate(DrawingEvent e)
           
 void DefaultSelectionHandler.changedUpdate(DrawingEvent e)
          Implementation of DrawingListener interface aimed at keeping this selection-handler always synchronized with the Drawing, especially when the Drawing content gets modified directly throught the Drawing API (as opposed to using selection-related methods in PECanvas).
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org