Uses of Interface
jpicedt.graphic.toolkit.ActionDispatcher
-
Packages that use ActionDispatcher 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. -
-
Uses of ActionDispatcher in jpicedt
Methods in jpicedt that return ActionDispatcher Modifier and Type Method Description static ActionDispatcherJPicEdt. getActionDispatcher() -
Uses of ActionDispatcher in jpicedt.graphic
Constructors in jpicedt.graphic with parameters of type ActionDispatcher Constructor Description CenterViewportAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, PEScrollPane scrollPane) -
Uses of ActionDispatcher in jpicedt.graphic.model
Methods in jpicedt.graphic.model with parameters of type ActionDispatcher 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 ActionDispatcher in jpicedt.graphic.toolkit
Classes in jpicedt.graphic.toolkit that implement ActionDispatcher Modifier and Type Class Description classDefaultActionDispatcherAn implementation of the ActionDispatcher interface that's suited for non-shared PEAction's (ie actions which are permanently "attached" to a given PECanvas).Methods in jpicedt.graphic.toolkit with parameters of type ActionDispatcher Modifier and Type Method Description static javax.swing.ActionMapEditorKit. createActionMap(ActionDispatcher dispatcher, ActionLocalizer localizer)PEAction[]ActionFactory. createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Create an array of PEAction's related to the ElementConstructors in jpicedt.graphic.toolkit with parameters of type ActionDispatcher Constructor 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 nameJoinCurvesAction(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 clipboardPEAction(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 nameToggleEditPointsModeAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)Construct a new ToggleEditPointsModeAction.UngroupAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)ZoomInAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)ZoomOutAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer) -
Uses of ActionDispatcher in jpicedt.ui
Constructors in jpicedt.ui with parameters of type ActionDispatcher Constructor Description GridZoomToolBar(ActionDispatcher actionDispatcher, ActionLocalizer localizer)Constructor
-