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)
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingListener.changedUpdate(DrawingEvent e)
called when an element changed in the drawing
|
Modifier and Type | Class and Description |
---|---|
class |
Drawing.DefaultDrawingEvent
an implementation of DrawingEvent
|
Modifier and Type | Method and Description |
---|---|
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).
|
Submit a bug : syd@jpicedt.org