| Package | Description |
|---|---|
| jpicedt.graphic |
jPicEdt library core classes and packages.
|
| 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,...
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PECanvas.fireSelectionUpdate(Element[] elements,
SelectionEvent.EventType type)
Notify all listeners that have registered interest for notification on this event type.
|
protected void |
PECanvas.fireSelectionUpdate(Element element,
SelectionEvent.EventType type)
Notify all listeners that have registered interest for notification on this event type.
|
| Modifier and Type | Field and Description |
|---|---|
static SelectionEvent.EventType |
SelectionEvent.EventType.SELECT
an element was selected
|
protected SelectionEvent.EventType |
SelectionEvent.type
the event type
|
static SelectionEvent.EventType |
SelectionEvent.EventType.UNSELECT
an element was unselected
|
| Modifier and Type | Method and Description |
|---|---|
SelectionEvent.EventType |
SelectionEvent.getType()
Return the event type
|
| Constructor and Description |
|---|
SelectionEvent(PECanvas source,
Element[] elements,
SelectionEvent.EventType type)
a new SelectionEvent sourced from the given PECanvas
Use this constructor when several elements were (un)selected.
|
SelectionEvent(PECanvas source,
Element element,
SelectionEvent.EventType type)
a new SelectionEvent sourced from the given PECanvas.
|
Submit a bug : syd@jpicedt.org