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)
|
Modifier and Type | Class and Description |
---|---|
static class |
JPicEdt.AboutAction
Opens the "about..." dialog box
|
static class |
JPicEdt.ContentTypeAction
Set the content-type of the currently active board
|
static class |
JPicEdt.ExitAction
Exit jPicEdt
|
static class |
JPicEdt.FileCloseAction
Close the active board
|
static class |
JPicEdt.FileNewAction
Create a new board from scratch, performing operation in a separate thread.
|
static class |
JPicEdt.FileOpenAction
Open a board from disk, performing I/O operations in a separate thread
|
static class |
JPicEdt.FileReloadAction
Reload the active board from disk, performing I/O operation in a separate thread.
|
static class |
JPicEdt.FileSaveAction
save a frame content to disk, performing I/O operations in a separate thread
|
static class |
JPicEdt.FileSaveAllAction
Save all open boards to disk.
|
static class |
JPicEdt.FileSaveAsAction
Save the active board to disk with a new file name, performing I/O operations in a separate thread
|
static class |
JPicEdt.FragmentInsertAction
Insert a fragment into the active board, performing I/O operation in a separate thread.
|
static class |
JPicEdt.FragmentSaveAction
save the selection content of the active board to disk as a "fragment"
|
static class |
JPicEdt.MemoryMonitorAction
Display memory information
|
static class |
JPicEdt.OpenBSHConsoleAction
Open a BeanShell console
|
static class |
JPicEdt.PageFormatAction
Set the format of the currently active board
|
static class |
JPicEdt.PreferencesAction
Open the "preferences" dialog box
|
static class |
JPicEdt.RedoAction
Redoes last action
|
static class |
JPicEdt.RedrawAction
Redraws (aka repaint()) active internal frame
|
static class |
JPicEdt.RunExternalCommandAction
run an external process
|
static class |
JPicEdt.ShowErrorLogAction
open a frame containing the error.log file
|
static class |
JPicEdt.ShowHelpAction
open a frame containing the help (HTML formatted) page.
|
static class |
JPicEdt.ShowLicenseAction
open a frame containing the (HTML formatted) GPL license page.
|
static class |
JPicEdt.ToggleAttributesPanelAction
Toggle the visibility of the attributes editor
|
static class |
JPicEdt.ToggleToolkitPanelAction
Toggle the visibility of the toolkit panel
|
static class |
JPicEdt.UndoAction
Undoes last action
|
static class |
JPicEdt.ViewLaTeXFileAction
Display the LaTeX content of the active board in a Dialog Box
|
static class |
JPicEdt.WindowCascadeAction
Cascades internal frames
|
static class |
JPicEdt.WindowTileHorAction
Tiles internal frames horizontally
|
static class |
JPicEdt.WindowTileVertAction
Tiles internal frames vertically
|
Modifier and Type | Class and Description |
---|---|
static class |
PEScrollPane.CenterViewportAction
Move the view so that (0,0) is at the center of the viewport
|
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 |
---|---|
static class |
EditorKit.ActivateSnapAction
Toggles grid-snap activation
|
static class |
EditorKit.CopyAction
Copy target's content to clipboard
|
static class |
EditorKit.CutAction
Cut target's content to clipboard
|
static class |
EditorKit.DeleteAction
Delete the current selection
|
static class |
EditorKit.EditBoundingBoxAction
edit Drawing's bounding box
|
static class |
EditorKit.EditDispositionAction
Bring one or more selected objets to back, to front, forward or backward.
|
static class |
EditorKit.EditGeometryAction
Open a dialog that allows the user to edit the geometry of the currently selected element
from a dialog box.
|
static class |
EditorKit.GroupAction
Group all selected objects into a new PicGroup.
|
static class |
EditorKit.JoinCurvesAction
Join all selected objects of type PicMultiCurveConvertable into a new PicMultiCurve.
|
static class |
EditorKit.PasteAction
Paste the content of the given ClipBoard into the target canvas
|
static class |
EditorKit.SelectAllAction
selects all objects in the current active internal frame
|
static class |
EditorKit.SelectMouseToolAction
Sets the current mouse-tool for the editor-kit.
|
static class |
EditorKit.ShowGridAction
Toggles grid's visible state
|
static class |
EditorKit.ToggleEditPointsModeAction
Toggles the EditorKit's edit-points-mode b/w LOCAL_MODE and GLOBAL_MODE.
|
static class |
EditorKit.UngroupAction
Ungroup the current selection if this makes sense.
|
static class |
EditorKit.ZoomInAction
zoom in
|
static class |
EditorKit.ZoomOutAction
zoom out
|
class |
PEToggleAction
A subclass of PEAction suited for toggle-able AbstractButton's, e.g.
|
Modifier and Type | Method and Description |
---|---|
PEAction[] |
ActionFactory.createActions(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
HitInfo hi)
Create an array of PEAction's related to the Element
|
Submit a bug : syd@jpicedt.org