Uses of Class
jpicedt.graphic.toolkit.PEAction
-
Packages that use PEAction 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) -
-
Uses of PEAction in jpicedt
Subclasses of PEAction in jpicedt Modifier and Type Class Description static classJPicEdt.AboutActionOpens the "about..." dialog boxstatic classJPicEdt.ContentTypeActionSet the content-type of the currently active boardstatic classJPicEdt.ExitActionExit jPicEdtstatic classJPicEdt.FileCloseActionClose the active boardstatic classJPicEdt.FileNewActionCreate a new board from scratch, performing operation in a separate thread.static classJPicEdt.FileOpenActionOpen a board from disk, performing I/O operations in a separate threadstatic classJPicEdt.FileReloadActionReload the active board from disk, performing I/O operation in a separate thread.static classJPicEdt.FileSaveActionsave a frame content to disk, performing I/O operations in a separate threadstatic classJPicEdt.FileSaveAllActionSave all open boards to disk.static classJPicEdt.FileSaveAsActionSave the active board to disk with a new file name, performing I/O operations in a separate threadstatic classJPicEdt.FragmentInsertActionInsert a fragment into the active board, performing I/O operation in a separate thread.static classJPicEdt.FragmentSaveActionsave the selection content of the active board to disk as a "fragment"static classJPicEdt.MemoryMonitorActionDisplay memory informationstatic classJPicEdt.OpenBSHConsoleActionOpen a BeanShell consolestatic classJPicEdt.PageFormatActionSet the format of the currently active boardstatic classJPicEdt.PreferencesActionOpen the "preferences" dialog boxstatic classJPicEdt.RedoActionRedoes last actionstatic classJPicEdt.RedrawActionRedraws (aka repaint()) active internal framestatic classJPicEdt.RunExternalCommandActionrun an external processstatic classJPicEdt.ShowErrorLogActionopen a frame containing the error.log filestatic classJPicEdt.ShowHelpActionopen a frame containing the help (HTML formatted) page.static classJPicEdt.ShowLicenseActionopen a frame containing the (HTML formatted) GPL license page.static classJPicEdt.ToggleAttributesPanelActionToggle the visibility of the attributes editorstatic classJPicEdt.ToggleToolkitPanelActionToggle the visibility of the toolkit panelstatic classJPicEdt.UndoActionUndoes last actionstatic classJPicEdt.ViewLaTeXFileActionDisplay the LaTeX content of the active board in a Dialog Boxstatic classJPicEdt.WindowCascadeActionCascades internal framesstatic classJPicEdt.WindowTileHorActionTiles internal frames horizontallystatic classJPicEdt.WindowTileVertActionTiles internal frames vertically -
Uses of PEAction in jpicedt.graphic
Subclasses of PEAction in jpicedt.graphic Modifier and Type Class Description static classPEScrollPane.CenterViewportActionMove the view so that (0,0) is at the center of the viewport -
Uses of PEAction in jpicedt.graphic.model
Methods in jpicedt.graphic.model that return PEAction Modifier and Type Method Description PEAction[]AbstractCurve. createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Creates an array of Action's related to this objectPEAction[]PicCircleFrom3Points. createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Create an array of Action's related to this objectPEAction[]PicGroup. createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Creates an array of Action's related to this objectPEAction[]PicMultiCurve. createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Create an array of Action's related to this objectPEAction[]PicParallelogram. createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Create an array of Action's related to this objectPEAction[]PicPsCurve. createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Create an array of Action's related to this objectPEAction[]PicSmoothPolygon. createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Create an array of Action's related to this object -
Uses of PEAction in jpicedt.graphic.toolkit
Subclasses of PEAction in jpicedt.graphic.toolkit Modifier and Type Class Description static classEditorKit.ActivateSnapActionToggles grid-snap activationstatic classEditorKit.CopyActionCopy target's content to clipboardstatic classEditorKit.CutActionCut target's content to clipboardstatic classEditorKit.DeleteActionDelete the current selectionstatic classEditorKit.EditBoundingBoxActionedit Drawing's bounding boxstatic classEditorKit.EditDispositionActionBring one or more selected objets to back, to front, forward or backward.static classEditorKit.EditGeometryActionOpen a dialog that allows the user to edit the geometry of the currently selected element from a dialog box.static classEditorKit.GroupActionGroup all selected objects into a new PicGroup.static classEditorKit.JoinCurvesActionJoin all selected objects of type PicMultiCurveConvertable into a new PicMultiCurve.static classEditorKit.PasteActionPaste the content of the given ClipBoard into the target canvasstatic classEditorKit.SelectAllActionselects all objects in the current active internal framestatic classEditorKit.SelectMouseToolActionSets the current mouse-tool for the editor-kit.static classEditorKit.ShowGridActionToggles grid's visible statestatic classEditorKit.ToggleEditPointsModeActionToggles the EditorKit's edit-points-mode b/w LOCAL_MODE and GLOBAL_MODE.static classEditorKit.UngroupActionUngroup the current selection if this makes sense.static classEditorKit.ZoomInActionzoom instatic classEditorKit.ZoomOutActionzoom outclassPEToggleActionA subclass of PEAction suited for toggle-able AbstractButton's, e.g.Methods in jpicedt.graphic.toolkit that return PEAction Modifier and Type Method Description PEAction[]ActionFactory. createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Create an array of PEAction's related to the Element
-