Uses of Interface
jpicedt.graphic.event.DrawingEvent
-
Packages that use DrawingEvent Package Description 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 Modifier and Type Method Description voidDrawingListener. 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 Modifier and Type Class Description classDrawing.DefaultDrawingEventan implementation of DrawingEvent -
Uses of DrawingEvent in jpicedt.graphic.toolkit
Methods in jpicedt.graphic.toolkit with parameters of type DrawingEvent Modifier and Type Method Description voidDefaultSelectionHandler. _changedUpdate(DrawingEvent e)voidDefaultSelectionHandler. 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).
-