|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jpicedt.graphic.toolkit | |
---|---|
jpicedt | Contains the main JPicEdt class, as well as some utilities. |
jpicedt.format.output.dxf | Classes (formatter, view factory,…) related to the DXF (Drawing eXchange Format, as defined by Autodesk) content-type. |
jpicedt.format.output.eepic | Classes (formatter, view factory,…) related to the epic/eepic content-type. |
jpicedt.format.output.latex | Classes (formatter, view factory,…) related to the LaTeX (standard) content-type. |
jpicedt.format.output.pstricks | Classes (formatter, view factory,…) related to the PsTricks content-type. |
jpicedt.format.output.tikz | Tikz Formatter Classes (formatter, view factory,…) related to the TikZ content-type. |
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.model | Document structure and graphic primitives. |
jpicedt.graphic.toolkit | Controller (document editing through UI actions) |
jpicedt.graphic.view | Document appearance. |
jpicedt.ui | Some classes and interfaces that help building concrete implementation of MDIManager's. |
jpicedt.ui.action | Utilities for managing Action's across the application. |
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. |
jpicedt.ui.util | Utilities classes for user interface. |
Classes in jpicedt.graphic.toolkit used by jpicedt | |
---|---|
ActionDispatcher
Allow PEAction's to know upon which target they must act. |
|
ActionLocalizer
This interface, once properly implemented, may be used as a parameter for a PEAction , and can
feed it with localized properties (e.g. tooltip, mnemonic…). |
|
EditorKit
A pluggable EditorKit for a PECanvas , that mainly provides mouse-tool management,
e.g. zooming, selecting and drawing capabilities, together with a set of Action 's. |
|
PEAbstractAction
An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas. |
|
PEAction
An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas. |
Classes in jpicedt.graphic.toolkit used by jpicedt.format.output.dxf | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
Classes in jpicedt.graphic.toolkit used by jpicedt.format.output.eepic | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
Classes in jpicedt.graphic.toolkit used by jpicedt.format.output.latex | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
Classes in jpicedt.graphic.toolkit used by jpicedt.format.output.pstricks | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
Classes in jpicedt.graphic.toolkit used by jpicedt.format.output.tikz | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
Classes in jpicedt.graphic.toolkit used by jpicedt.graphic | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
|
ActionDispatcher
Allow PEAction's to know upon which target they must act. |
|
ActionLocalizer
This interface, once properly implemented, may be used as a parameter for a PEAction , and can
feed it with localized properties (e.g. tooltip, mnemonic…). |
|
ConvexZone
Objet graphique permettant de visualiser une zone polygonale convexe sur la toile de dessin PECanvas , ainsi que dérouter les évenements
d'entrée de l'utilisateur. |
|
ConvexZoneGroup
Describe class ConvexZoneGroup here. |
|
ConvexZoneSet
|
|
EditorKit
A pluggable EditorKit for a PECanvas , that mainly provides mouse-tool management,
e.g. zooming, selecting and drawing capabilities, together with a set of Action 's. |
|
PEAbstractAction
An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas. |
|
PEAction
An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas. |
Classes in jpicedt.graphic.toolkit used by jpicedt.graphic.event | |
---|---|
ConvexZone
Objet graphique permettant de visualiser une zone polygonale convexe sur la toile de dessin PECanvas , ainsi que dérouter les évenements
d'entrée de l'utilisateur. |
|
ConvexZoneSet
|
|
EditorKit
A pluggable EditorKit for a PECanvas , that mainly provides mouse-tool management,
e.g. zooming, selecting and drawing capabilities, together with a set of Action 's. |
Classes in jpicedt.graphic.toolkit used by jpicedt.graphic.model | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
|
ActionDispatcher
Allow PEAction's to know upon which target they must act. |
|
ActionFactory
Permet à un Element , en interaction avec une PopupMenuFactory , de produire des
Action 's qui ont du sens avec cet Element . |
|
ActionLocalizer
This interface, once properly implemented, may be used as a parameter for a PEAction , and can
feed it with localized properties (e.g. tooltip, mnemonic…). |
|
ConvexZoneGroup
Describe class ConvexZoneGroup here. |
|
CustomizerFactory
Tags Element's able to produce an AbstractCustomizer suited for editing its geometry. |
|
PEAction
An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas. |
Classes in jpicedt.graphic.toolkit used by jpicedt.graphic.toolkit | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
|
AbstractMouseTransform
This implementation allows subclassers to modify a clone of the target Element, then to update the original Element when the operation is completed. |
|
AbstractMouseTransformFactory
Provide a skeletal implementation of the MouseTransformFactory interface. |
|
AbstractMouseTransformFactory.SelectAreaTransform
A mouse-transform dedicated to select objects ( Element 's, control-point's,…)
inside a rectangle dragged by the user. |
|
ActionDispatcher
Allow PEAction's to know upon which target they must act. |
|
ActionFactory
Permet à un Element , en interaction avec une PopupMenuFactory , de produire des
Action 's qui ont du sens avec cet Element . |
|
ActionLocalizer
This interface, once properly implemented, may be used as a parameter for a PEAction , and can
feed it with localized properties (e.g. tooltip, mnemonic…). |
|
BasicEditPointConstraint
|
|
ConvexZone
Objet graphique permettant de visualiser une zone polygonale convexe sur la toile de dessin PECanvas , ainsi que dérouter les évenements
d'entrée de l'utilisateur. |
|
ConvexZoneActionFactory
Permet à un ConvexZoneGroup , en interaction avec une PopupMenuFactory , de
produire des Action 's qui ont du sens avec ce ConvexZoneGroup . |
|
ConvexZoneGroup
Describe class ConvexZoneGroup here. |
|
ConvexZoneHitInfo
Un ConvexZoneHitInfo comprend l'information relative à un clic
de souris ayant porté sur un ConvexZone particulier. |
|
ConvexZoneHitInfo.CZHitInfo
|
|
ConvexZoneHitInfo.List
|
|
ConvexZoneSet
|
|
ConvexZoneTool
|
|
ConvexZoneToolFactory.ConvexZoneToolBase
|
|
CursorFactory
A factory for custom cursors. |
|
CustomizerDialog
A modal or non-modal dialog box that lays out an array of AbstractCustomizer 's inside a
JPanel or a JTabbedPane , depending on the number of customizers fed to the
constructor. |
|
CustomizerDialog.ButtonMask
|
|
CustomizerFactory
Tags Element's able to produce an AbstractCustomizer suited for editing its geometry. |
|
DialogFactory
Provides functionalities to show a dialog box in a GUI. |
|
DialogManager
Provides functionalities to show a dialog box in a GUI. |
|
EditorKit
A pluggable EditorKit for a PECanvas , that mainly provides mouse-tool management,
e.g. zooming, selecting and drawing capabilities, together with a set of Action 's. |
|
EditorKit.DeleteConvexZoneAction
|
|
EditPointMouseTransformFactory.SelectedPointsHandler
Helper class for SelectPointsInAreaTransform. |
|
MouseTool
An implementation of PEMouseInputListener that factors common behaviour for EditorKit's mouse tools, and implements KeyListener so that mouse-tools can also listen to key events (e.g. to update cursor,…) This implementation offers a convenient mechanism for generating MouseMoved events as a result of a KeyPressed/KeyReleased event. |
|
MouseTool.MouseToolType
|
|
MouseTransform
An interface that specifies behaviours shared by mouse-driven object-editing actions, especially when driven by SelectionTool . |
|
MouseTransformFactory
A factory that produces MouseTransform's to be used by the SelectionTool mouse-tool. |
|
PEAbstractAction
An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas. |
|
PEAction
An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas. |
|
PEConvexZoneAction
|
|
PEToggleAction
A subclass of PEAction suited for toggle-able AbstractButton's, e.g. |
|
PopupMenuFactory
A factory used to create a JPopupMenu for an EditorKit. |
|
SelectionTool
This generic mouse-tool is dedicated to applying MouseTransform 's to elements of a Drawing, following a uniform
sequence of mouse-events. |
Classes in jpicedt.graphic.toolkit used by jpicedt.graphic.view | |
---|---|
ConvexZone
Objet graphique permettant de visualiser une zone polygonale convexe sur la toile de dessin PECanvas , ainsi que dérouter les évenements
d'entrée de l'utilisateur. |
Classes in jpicedt.graphic.toolkit used by jpicedt.ui | |
---|---|
ActionDispatcher
Allow PEAction's to know upon which target they must act. |
|
ActionLocalizer
This interface, once properly implemented, may be used as a parameter for a PEAction , and can
feed it with localized properties (e.g. tooltip, mnemonic…). |
|
DialogFactory
Provides functionalities to show a dialog box in a GUI. |
|
PEToolBar
A subclass of JToolBar that knows how to add PEAction's. |
|
PopupMenuFactory
A factory used to create a JPopupMenu for an EditorKit. |
Classes in jpicedt.graphic.toolkit used by jpicedt.ui.action | |
---|---|
ActionDispatcher
Allow PEAction's to know upon which target they must act. |
|
ActionLocalizer
This interface, once properly implemented, may be used as a parameter for a PEAction , and can
feed it with localized properties (e.g. tooltip, mnemonic…). |
Classes in jpicedt.graphic.toolkit used by jpicedt.ui.dialog | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
Classes in jpicedt.graphic.toolkit used by jpicedt.ui.internal | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
|
ConvexZoneHitInfo
Un ConvexZoneHitInfo comprend l'information relative à un clic
de souris ayant porté sur un ConvexZone particulier. |
|
CustomizerDialog
A modal or non-modal dialog box that lays out an array of AbstractCustomizer 's inside a
JPanel or a JTabbedPane , depending on the number of customizers fed to the
constructor. |
|
CustomizerDialog.ButtonMask
|
|
DialogFactory
Provides functionalities to show a dialog box in a GUI. |
|
PEMenu
This is a subclass of JMenu that allows to add Swing Action 's using the
ACCELERATOR_KEY property (contrary to the JMenu implementation). |
|
PEToolBar
A subclass of JToolBar that knows how to add PEAction's. |
|
PopupMenuFactory
A factory used to create a JPopupMenu for an EditorKit. |
Classes in jpicedt.graphic.toolkit used by jpicedt.ui.util | |
---|---|
AbstractCustomizer
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |