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.
|
Modifier and Type | Method and Description |
---|---|
static PECanvas |
JPicEdt.getActiveCanvas()
Return the currently active PECanvas (ie hosted by the currently active PEDrawinBoard),
or null if no board is currently active.
|
Constructor and Description |
---|
PEScrollPane(PECanvas canvas)
Construct a new PEScrollPane using the given canvas for the View.
|
Modifier and Type | Method and Description |
---|---|
PECanvas |
PEMouseEvent.getCanvas()
Return the PECanvas on which this mouse event occured
|
Constructor and 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
|
Modifier and Type | Field and Description |
---|---|
protected PECanvas |
EditorKit.board
the PECanvas this EditorKit is installed in.
|
Modifier and Type | Method and Description |
---|---|
PECanvas |
EditorKit.getCanvas()
Return the PECanvas into which this kit is installed, or null if the kit has not been installed yet.
|
protected PECanvas |
PEAction.getCanvas()
Returns the PECanvas this Action acts upon, as specified by the ActionDispatcher
provided in the constructor.
|
PECanvas |
ActionDispatcher.getTarget()
return the PECanvas upon which a PEAction should act.
|
PECanvas |
DefaultActionDispatcher.getTarget()
Returns the PECanvas upon which a PEAction should act.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JPopupMenu |
PopupMenuFactory.createPopupMenu(PECanvas board,
HitInfo hi) |
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.
|
void |
EditorKit.install(PECanvas board)
Called when the kit is being installed into a PECanvas.
|
Constructor and Description |
---|
DefaultActionDispatcher(PECanvas target)
Builds an ActionDispatcher which permanently dispatches events to the given PECanvas.
|
Modifier and Type | Method and Description |
---|---|
PECanvas |
AbstractView.getContainer()
Fetches the container hosting the view.
|
PECanvas |
View.getContainer()
Fetches the container hosting the view.
|
Modifier and Type | Field and Description |
---|---|
PECanvas |
TestCanvas.canvas |
Modifier and Type | Method and Description |
---|---|
PECanvas |
PEDrawingBoard.getCanvas() |
Modifier and Type | Method and Description |
---|---|
void |
PEDrawingBoard.GridZoomToolBar.install(PECanvas canvas)
Called when this tool-bar is installed, and widgets values must reflect a given PECanvas state.
|
Constructor and Description |
---|
ViewFormattedStringDialog(PECanvas canvas) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JPopupMenu |
PEPopupMenuFactory.createPopupMenu(PECanvas board,
HitInfo hi) |
Constructor and 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).
|
Submit a bug : syd@jpicedt.org