Uses of Class
jpicedt.graphic.PECanvas
-
Packages that use PECanvas Package Description jpicedt Contains the main JPicEdt class, as well as some utilities.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,...jpicedt.graphic.toolkit Controller (document editing through UI actions)jpicedt.graphic.view Document appearance.jpicedt.test Test classes.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,...)jpicedt.ui.internal Implementation of MDIManager and related using JInternalFrame's. -
-
Uses of PECanvas in jpicedt
Methods in jpicedt that return PECanvas Modifier and Type Method Description static PECanvasJPicEdt. getActiveCanvas()Return the currently active PECanvas (ie hosted by the currently active PEDrawinBoard), or null if no board is currently active. -
Uses of PECanvas in jpicedt.graphic
Constructors in jpicedt.graphic with parameters of type PECanvas Constructor Description PEScrollPane(PECanvas canvas)Construct a new PEScrollPane using the given canvas for the View. -
Uses of PECanvas in jpicedt.graphic.event
Methods in jpicedt.graphic.event that return PECanvas Modifier and Type Method Description PECanvasPEMouseEvent. getCanvas()Return the PECanvas on which this mouse event occuredConstructors in jpicedt.graphic.event with parameters of type PECanvas Constructor Description PEMouseEvent(java.awt.event.MouseEvent awtEvent, PECanvas source, PicPoint pt)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.ZoomEvent(PECanvas source, double oldZoom, double newZoom, PicPoint ptCenter)a new ZoomEvent sourced from the given PECanvas -
Uses of PECanvas in jpicedt.graphic.toolkit
Fields in jpicedt.graphic.toolkit declared as PECanvas Modifier and Type Field Description protected PECanvasEditorKit. boardthe PECanvas this EditorKit is installed in.Methods in jpicedt.graphic.toolkit that return PECanvas Modifier and Type Method Description PECanvasEditorKit. getCanvas()Return the PECanvas into which this kit is installed, or null if the kit has not been installed yet.protected PECanvasPEAction. getCanvas()Returns the PECanvas this Action acts upon, as specified by the ActionDispatcher provided in the constructor.PECanvasActionDispatcher. getTarget()return the PECanvas upon which a PEAction should act.PECanvasDefaultActionDispatcher. getTarget()Returns the PECanvas upon which a PEAction should act.Methods in jpicedt.graphic.toolkit with parameters of type PECanvas Modifier and Type Method Description javax.swing.JPopupMenuPopupMenuFactory. createPopupMenu(PECanvas board, HitInfo hi)voidEditorKit. deinstall(PECanvas board)Called when the kit is being removed from a PECanvas This is used to unregister any previously registered mouse-tool.voidEditorKit. install(PECanvas board)Called when the kit is being installed into a PECanvas.Constructors in jpicedt.graphic.toolkit with parameters of type PECanvas Constructor Description DefaultActionDispatcher(PECanvas target)Builds an ActionDispatcher which permanently dispatches events to the given PECanvas. -
Uses of PECanvas in jpicedt.graphic.view
Methods in jpicedt.graphic.view that return PECanvas Modifier and Type Method Description PECanvasAbstractView. getContainer()Fetches the container hosting the view.PECanvasView. getContainer()Fetches the container hosting the view. -
Uses of PECanvas in jpicedt.test
Fields in jpicedt.test declared as PECanvas Modifier and Type Field Description PECanvasTestCanvas. canvas -
Uses of PECanvas in jpicedt.ui
Methods in jpicedt.ui that return PECanvas Modifier and Type Method Description PECanvasPEDrawingBoard. getCanvas()Methods in jpicedt.ui with parameters of type PECanvas Modifier and Type Method Description voidPEDrawingBoard.GridZoomToolBar. install(PECanvas canvas)Called when this tool-bar is installed, and widgets values must reflect a given PECanvas state. -
Uses of PECanvas in jpicedt.ui.dialog
Constructors in jpicedt.ui.dialog with parameters of type PECanvas Constructor Description ViewFormattedStringDialog(PECanvas canvas) -
Uses of PECanvas in jpicedt.ui.internal
Methods in jpicedt.ui.internal with parameters of type PECanvas Modifier and Type Method Description javax.swing.JPopupMenuPEPopupMenuFactory. createPopupMenu(PECanvas board, HitInfo hi)Constructors in jpicedt.ui.internal with parameters of type PECanvas Constructor Description PopupMenu(PECanvas canvas, HitInfo hi)Construct a new pop-up menu associated with the given PECanvas (the component on which a right mouse click occured that triggered this popup).
-