Uses of Interface
jpicedt.graphic.event.SelectionListener
-
Packages that use SelectionListener Package Description jpicedt.graphic jPicEdt library core classes and packages.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 SelectionListener in jpicedt.graphic
Methods in jpicedt.graphic with parameters of type SelectionListener Modifier and Type Method Description voidPECanvas. addSelectionListener(SelectionListener l)adds a SelectionListener to the CanvasvoidPECanvas. removeSelectionListener(SelectionListener l)removes a SelectionListener from the Canvas -
Uses of SelectionListener in jpicedt.ui
Classes in jpicedt.ui that implement SelectionListener Modifier and Type Class Description protected classMDIManager.BoardEventHandlerA handler for events triggered from any PEDrawingBoard, its PECanvas or its EditorKit. -
Uses of SelectionListener in jpicedt.ui.dialog
Classes in jpicedt.ui.dialog that implement SelectionListener Modifier and Type Class Description classDockableAttributesCustomizerA dockable customizer for attributes (ie PicAttributesSet).
-