|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SelectionEvent.EventType | |
| 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,... |
| Uses of SelectionEvent.EventType in jpicedt.graphic |
| Methods in jpicedt.graphic with parameters of type SelectionEvent.EventType | |
protected void |
PECanvas.fireSelectionUpdate(Element element,
SelectionEvent.EventType type)
Notify all listeners that have registered interest for notification on this event type. |
protected void |
PECanvas.fireSelectionUpdate(Element[] elements,
SelectionEvent.EventType type)
Notify all listeners that have registered interest for notification on this event type. |
| Uses of SelectionEvent.EventType in jpicedt.graphic.event |
| Fields in jpicedt.graphic.event declared as SelectionEvent.EventType | |
protected SelectionEvent.EventType |
SelectionEvent.type
the event type |
static SelectionEvent.EventType |
SelectionEvent.EventType.SELECT
an element was selected |
static SelectionEvent.EventType |
SelectionEvent.EventType.UNSELECT
an element was unselected |
| Methods in jpicedt.graphic.event that return SelectionEvent.EventType | |
SelectionEvent.EventType |
SelectionEvent.getType()
Return the event type |
| Constructors in jpicedt.graphic.event with parameters of type SelectionEvent.EventType | |
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. |
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||