http://www.jpicedt.org

Uses of Interface
jpicedt.graphic.toolkit.ActionLocalizer

Packages that use ActionLocalizer
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
 ActionLocalizer Localizer.getActionLocalizer()
           
 

Uses of ActionLocalizer in jpicedt.graphic
 

Constructors in jpicedt.graphic with parameters of type ActionLocalizer
PEScrollPane.CenterViewportAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, PEScrollPane scrollPane)
           
 

Uses of ActionLocalizer in jpicedt.graphic.model
 

Methods in jpicedt.graphic.model with parameters of type ActionLocalizer
 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 ActionLocalizer in jpicedt.graphic.toolkit
 

Methods in jpicedt.graphic.toolkit with parameters of type ActionLocalizer
static ActionMap EditorKit.createActionMap(ActionDispatcher dispatcher, ActionLocalizer localizer)
           
 ArrayList<PEConvexZoneAction> ConvexZoneGroup.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, ConvexZoneHitInfo hi)
           
 ArrayList<PEConvexZoneAction> ConvexZoneActionFactory.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, ConvexZoneHitInfo hi)
          Crée une liste de PEAction's en relation à un ConvexZoneGroup
 ArrayList<PEAction> ActionFactory.createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
          Crée une liste de PEAction's en relation à un Element
 EditorKit.DeleteConvexZoneAction EditorKit.newDeleteConvexZoneAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
           
 

Constructors in jpicedt.graphic.toolkit with parameters of type ActionLocalizer
EditorKit.ActivateSnapAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
           
EditorKit.CopyAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, Clipboard clipboard)
           
EditorKit.CutAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, Clipboard clipboard)
           
EditorKit.DeleteAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
           
EditorKit.DeleteConvexZoneAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
           
EditorKit.EditBoundingBoxAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
           
EditorKit.EditDispositionAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, String type)
          Change the layer-disposition of one or more selected objects if there's one (and only ONE !
EditorKit.EditGeometryAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
          target=currently selected object if there's one, no effect otherwise.
EditorKit.EditGeometryAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, Element target)
          target=given element
EditorKit.EditTextModeAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
          target=currently selected object if there's one, no effect otherwise.
EditorKit.EditTextModeAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, Element target)
          target=given element
EditorKit.GroupAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
          set "GroupAction" as the action's name
EditorKit.JoinCurvesAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
           
EditorKit.PasteAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
          Paste from System clipboard ; action name = PasteSpecial
EditorKit.PasteAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, Clipboard clipboard)
          paste from the given clipboard
EditorKit.SelectAllAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
           
EditorKit.SelectMouseToolAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, String mouseToolName)
          Construct a new SelectMouseToolAction for the given mouse-tool name.
EditorKit.ShowGridAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
          set "GridVisible" as the action's name
EditorKit.ToggleEditPointsModeAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
          Construct a new ToggleEditPointsModeAction.
EditorKit.ToggleUseConvexZoneModeAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
          Construct a new ToggleUseConvexZoneModeAction.
EditorKit.ZoomInAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
           
EditorKit.ZoomOutAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
           
PEAbstractAction(ActionDispatcher actionDispatcher, String actionName, ActionLocalizer localizer)
          Constructor to be used either : when the target board is not known in advance (e.g.
PEAction(ActionDispatcher actionDispatcher, String actionName, ActionLocalizer localizer)
           
PEConvexZoneAction(ActionDispatcher actionDispatcher, String actionName, ActionLocalizer localizer)
           
PEToggleAction(ActionDispatcher actionDispatcher, String actionName, ActionLocalizer localizer)
           
 

Uses of ActionLocalizer in jpicedt.ui
 

Constructors in jpicedt.ui with parameters of type ActionLocalizer
PEDrawingBoard.GridZoomToolBar(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
          Constructor
 

Uses of ActionLocalizer in jpicedt.ui.action
 

Classes in jpicedt.ui.action that implement ActionLocalizer
 class PEActionLocalizer
          A class that can feed PEAction's with localized properties (e.g. tooltip,...)
 

Constructors in jpicedt.ui.action with parameters of type ActionLocalizer
ActionRegistry(ActionLocalizer localizer, ActionDispatcher dispatcher)
          construct an ActionRegistry with default Actions
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org