http://www.jpicedt.org

Uses of Interface
jpicedt.graphic.toolkit.ActionDispatcher

Packages that use ActionDispatcher
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 ActionDispatcher in jpicedt
 

Methods in jpicedt that return ActionDispatcher
static ActionDispatcher JPicEdt.getActionDispatcher()
           
 

Uses of ActionDispatcher in jpicedt.graphic
 

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

Uses of ActionDispatcher in jpicedt.graphic.model
 

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

Classes in jpicedt.graphic.toolkit that implement ActionDispatcher
 class DefaultActionDispatcher
          An 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
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 ActionDispatcher
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 ActionDispatcher in jpicedt.ui
 

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

Uses of ActionDispatcher in jpicedt.ui.action
 

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


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org