http://www.jpicedt.org

Uses of Class
jpicedt.graphic.toolkit.PEAction

Packages that use PEAction
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
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 PEAction in jpicedt.graphic
 

Subclasses of PEAction in jpicedt.graphic
static class PEScrollPane.CenterViewportAction
          Move 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 types with arguments of type PEAction
 ArrayList<PEAction> PicSmoothPolygon.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Create an array of Action's related to this object
 ArrayList<PEAction> PicPsCurve.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Create an array of Action's related to this object
 ArrayList<PEAction> PicParallelogram.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Create an array of Action's related to this object
 ArrayList<PEAction> PicMultiCurve.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Create an array of Action's related to this object
 ArrayList<PEAction> PicGroup.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Creates an array of Action's related to this object.
 ArrayList<PEAction> PicCircleFrom3Points.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Create an array of Action's related to this object
 ArrayList<PEAction> Drawing.BoundingBox.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
           
 ArrayList<PEAction> AbstractElement.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Creates an array of Action's related to this object
 ArrayList<PEAction> AbstractCurve.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Creates an array of Action's related to this object
 

Uses of PEAction in jpicedt.graphic.toolkit
 

Subclasses of PEAction 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
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.ZoomInAction
          zoom in
static class EditorKit.ZoomOutAction
          zoom out
 class PEToggleAction
          A subclass of PEAction suited for toggle-able AbstractButton's, e.g.
 

Methods in jpicedt.graphic.toolkit that return types with arguments of type PEAction
 ArrayList<PEAction> ActionFactory.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Crée une liste de PEAction's en relation à un Element
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org