Uses of Class
jpicedt.graphic.event.ZoomEvent
-
Packages that use ZoomEvent 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. -
-
Uses of ZoomEvent in jpicedt.graphic.event
Methods in jpicedt.graphic.event with parameters of type ZoomEvent Modifier and Type Method Description voidZoomListener. zoomUpdate(ZoomEvent e)called when the zoom changed in the sourcing PECanvas -
Uses of ZoomEvent in jpicedt.ui
Methods in jpicedt.ui with parameters of type ZoomEvent Modifier and Type Method Description voidPEDrawingBoard.GridZoomToolBar. zoomUpdate(ZoomEvent e)ZoomListener interface ; called when the zoom changed in the sourcing canvas following a ZoomTool operation -> update widget
-