Uses of Class
jpicedt.graphic.event.SelectionEvent
-
Packages that use SelectionEvent 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.ui Some classes and interfaces that help building concrete implementation of MDIManager's.jpicedt.ui.dialog Contains utilities classes for building various dialog boxes (preferences editing, graphic elements properties,...) -
-
Uses of SelectionEvent in jpicedt.graphic.event
Methods in jpicedt.graphic.event with parameters of type SelectionEvent Modifier and Type Method Description voidSelectionListener. selectionUpdate(SelectionEvent e)called when the content of the selection changed -
Uses of SelectionEvent in jpicedt.ui
Methods in jpicedt.ui with parameters of type SelectionEvent Modifier and Type Method Description voidMDIManager.BoardEventHandler. selectionUpdate(SelectionEvent e)Handler for "Selection" events triggered e.g. -
Uses of SelectionEvent in jpicedt.ui.dialog
Methods in jpicedt.ui.dialog with parameters of type SelectionEvent Modifier and Type Method Description voidDockableAttributesCustomizer. selectionUpdate(SelectionEvent e)Implementation of the SelectionListener interface ; called when a change occurs in the selection from the target PECanvas
-