Uses of Class
jpicedt.graphic.event.SelectionEvent.EventType
-
Packages that use SelectionEvent.EventType 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,... -
-
Uses of SelectionEvent.EventType in jpicedt.graphic
Methods in jpicedt.graphic with parameters of type SelectionEvent.EventType Modifier and Type Method Description protected voidPECanvas. fireSelectionUpdate(Element[] elements, SelectionEvent.EventType type)Notify all listeners that have registered interest for notification on this event type.protected voidPECanvas. fireSelectionUpdate(Element element, 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 Modifier and Type Field Description static SelectionEvent.EventTypeSelectionEvent.EventType. SELECTan element was selectedprotected SelectionEvent.EventTypeSelectionEvent. typethe event typestatic SelectionEvent.EventTypeSelectionEvent.EventType. UNSELECTan element was unselectedMethods in jpicedt.graphic.event that return SelectionEvent.EventType Modifier and Type Method Description SelectionEvent.EventTypeSelectionEvent. getType()Return the event typeConstructors in jpicedt.graphic.event with parameters of type SelectionEvent.EventType Constructor 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.
-