|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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). |
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |