http://www.jpicedt.org

Uses of Class
jpicedt.graphic.PECanvas

Packages that use PECanvas
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
static PECanvas JPicEdt.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
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
 PECanvas PEMouseEvent.getCanvas()
          Return the PECanvas on which this mouse event occured
 

Constructors in jpicedt.graphic.event with parameters of type PECanvas
ZoomEvent(PECanvas source, double oldZoom, double newZoom, PicPoint ptCenter)
          a new ZoomEvent sourced from the given PECanvas
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.
PEMouseEvent(MouseEvent awtEvent, PECanvas source, PicPoint pt)
           
 

Uses of PECanvas in jpicedt.graphic.toolkit
 

Fields in jpicedt.graphic.toolkit declared as PECanvas
protected  PECanvas EditorKit.board
          the PECanvas this EditorKit is installed in.
 

Methods in jpicedt.graphic.toolkit that return PECanvas
protected  PECanvas PEAction.getCanvas()
          Returns the PECanvas this Action acts upon, as specified by the ActionDispatcher provided in the constructor.
 PECanvas EditorKit.getCanvas()
          Return the PECanvas into which this kit is installed, or null if the kit has not been installed yet.
 PECanvas DefaultActionDispatcher.getTarget()
          Returns the PECanvas upon which a PEAction should act.
 PECanvas ActionDispatcher.getTarget()
          return the PECanvas upon which a PEAction should act.
 

Methods in jpicedt.graphic.toolkit with parameters of type PECanvas
 JPopupMenu PopupMenuFactory.createPopupMenu(PECanvas board, HitInfo hi)
           
 void EditorKit.install(PECanvas board)
          Called when the kit is being installed into a PECanvas.
 void EditorKit.deinstall(PECanvas board)
          Called when the kit is being removed from a PECanvas This is used to unregister any previously registered mouse-tool.
 

Constructors in jpicedt.graphic.toolkit with parameters of type PECanvas
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
 PECanvas View.getContainer()
          Fetches the container hosting the view.
 PECanvas AbstractView.getContainer()
          Fetches the container hosting the view.
 

Uses of PECanvas in jpicedt.test
 

Fields in jpicedt.test declared as PECanvas
 PECanvas TestCanvas.canvas
           
 

Uses of PECanvas in jpicedt.ui
 

Methods in jpicedt.ui that return PECanvas
 PECanvas PEDrawingBoard.getCanvas()
           
 

Methods in jpicedt.ui with parameters of type PECanvas
 void PEDrawingBoard.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
ViewFormattedStringDialog(PECanvas canvas)
           
 

Uses of PECanvas in jpicedt.ui.internal
 

Methods in jpicedt.ui.internal with parameters of type PECanvas
 JPopupMenu PEPopupMenuFactory.createPopupMenu(PECanvas board, HitInfo hi)
           
 

Constructors in jpicedt.ui.internal with parameters of type PECanvas
PEPopupMenuFactory.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).
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org