http://www.jpicedt.org

Uses of Class
jpicedt.graphic.toolkit.PEAbstractAction

Packages that use PEAbstractAction
jpicedt Contains the main JPicEdt class, as well as some utilities. 
jpicedt.graphic jPicEdt library core classes and packages. 
jpicedt.graphic.toolkit Controller (document editing through UI actions)
 
 

Uses of PEAbstractAction in jpicedt
 

Subclasses of PEAbstractAction in jpicedt
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.ToggleConvexZonePanelAction
          Toggle the visibility of the convexe zone palette
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
 

Uses of PEAbstractAction in jpicedt.graphic
 

Subclasses of PEAbstractAction in jpicedt.graphic
static class PEScrollPane.CenterViewportAction
          Move the view so that (0,0) is at the center of the viewport
 

Uses of PEAbstractAction in jpicedt.graphic.toolkit
 

Subclasses of PEAbstractAction in jpicedt.graphic.toolkit
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
 class EditorKit.DeleteConvexZoneAction
           
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.EditTextModeAction
          Allows the user to switch the text to a small icon and back to full size.
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.ToggleUseConvexZoneModeAction
          Bascule le mode use-convex-zone-mode de l'EditorKit entre USE et NOT_USE.
static class EditorKit.ZoomInAction
          zoom in
static class EditorKit.ZoomOutAction
          zoom out
 class PEAction
          An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas.
 class PEConvexZoneAction
           
 class PEToggleAction
          A subclass of PEAction suited for toggle-able AbstractButton's, e.g.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org