Package | Description |
---|---|
jpicedt |
Contains the main JPicEdt class, as well as some utilities.
|
jpicedt.graphic |
jPicEdt library core classes and packages.
|
jpicedt.graphic.model |
Document structure and graphic primitives.
|
jpicedt.graphic.toolkit |
Controller (document editing through UI actions)
|
jpicedt.ui |
Some classes and interfaces that help building concrete implementation of MDIManager's.
|
Modifier and Type | Method and Description |
---|---|
static ActionDispatcher |
JPicEdt.getActionDispatcher() |
Constructor and Description |
---|
CenterViewportAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
PEScrollPane scrollPane) |
Modifier and Type | Method and Description |
---|---|
PEAction[] |
AbstractCurve.createActions(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
HitInfo hi)
Creates an array of Action's related to this object
|
PEAction[] |
PicCircleFrom3Points.createActions(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
HitInfo hi)
Create an array of Action's related to this object
|
PEAction[] |
PicGroup.createActions(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
HitInfo hi)
Creates an array of Action's related to this object
|
PEAction[] |
PicMultiCurve.createActions(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
HitInfo hi)
Create an array of Action's related to this object
|
PEAction[] |
PicParallelogram.createActions(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
HitInfo hi)
Create an array of Action's related to this object
|
PEAction[] |
PicPsCurve.createActions(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
HitInfo hi)
Create an array of Action's related to this object
|
PEAction[] |
PicSmoothPolygon.createActions(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
HitInfo hi)
Create an array of Action's related to this object
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionDispatcher
An implementation of the ActionDispatcher interface that's suited for non-shared PEAction's
(ie actions which are permanently "attached" to a given PECanvas).
|
Modifier and Type | Method and Description |
---|---|
static javax.swing.ActionMap |
EditorKit.createActionMap(ActionDispatcher dispatcher,
ActionLocalizer localizer) |
PEAction[] |
ActionFactory.createActions(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
HitInfo hi)
Create an array of PEAction's related to the Element
|
Constructor and Description |
---|
ActivateSnapAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer) |
CopyAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
java.awt.datatransfer.Clipboard clipboard) |
CutAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
java.awt.datatransfer.Clipboard clipboard) |
DeleteAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer) |
EditBoundingBoxAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer) |
EditDispositionAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
java.lang.String type)
Change the layer-disposition of one or more selected objects if there's one (and only ONE ! )
at the time the action is performed.
|
EditGeometryAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer)
target=currently selected object if there's one, no effect otherwise.
|
GroupAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer)
set "GroupAction" as the action's name
|
JoinCurvesAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer) |
PasteAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer)
paste from System clipboard ; action name = "PasteSpecial"
|
PasteAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
java.awt.datatransfer.Clipboard clipboard)
paste from the given clipboard
|
PEAction(ActionDispatcher actionDispatcher,
java.lang.String actionName,
ActionLocalizer localizer)
Constructor to be used either :
when the target board is not known in advance (e.g.
|
PEToggleAction(ActionDispatcher actionDispatcher,
java.lang.String actionName,
ActionLocalizer localizer) |
SelectAllAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer) |
SelectMouseToolAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
java.lang.String mouseToolName)
Construct a new SelectMouseToolAction for the given mouse-tool name.
|
ShowGridAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer)
set "GridVisible" as the action's name
|
ToggleEditPointsModeAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer)
Construct a new ToggleEditPointsModeAction.
|
UngroupAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer) |
ZoomInAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer) |
ZoomOutAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer) |
Constructor and Description |
---|
GridZoomToolBar(ActionDispatcher actionDispatcher,
ActionLocalizer localizer)
Constructor
|
Submit a bug : syd@jpicedt.org