Uses of Interface
jpicedt.graphic.toolkit.ActionLocalizer
-
Packages that use ActionLocalizer 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.jpicedt.ui.action Utilities for managing Action's across the application. -
-
Uses of ActionLocalizer in jpicedt
Methods in jpicedt that return ActionLocalizer Modifier and Type Method Description ActionLocalizerLocalizer. getActionLocalizer() -
Uses of ActionLocalizer in jpicedt.graphic
Constructors in jpicedt.graphic with parameters of type ActionLocalizer Constructor Description CenterViewportAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, PEScrollPane scrollPane) -
Uses of ActionLocalizer in jpicedt.graphic.model
Methods in jpicedt.graphic.model with parameters of type ActionLocalizer 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 ActionLocalizer in jpicedt.graphic.toolkit
Methods in jpicedt.graphic.toolkit with parameters of type ActionLocalizer 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 ActionLocalizer 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 ActionLocalizer in jpicedt.ui
Constructors in jpicedt.ui with parameters of type ActionLocalizer Constructor Description GridZoomToolBar(ActionDispatcher actionDispatcher, ActionLocalizer localizer)Constructor -
Uses of ActionLocalizer in jpicedt.ui.action
Classes in jpicedt.ui.action that implement ActionLocalizer Modifier and Type Class Description classPEActionLocalizerA class that can feed PEAction's with localized properties (e.g.
-