Package jpicedt.graphic.toolkit
Interface ActionFactory
-
- All Known Implementing Classes:
AbstractCurve,DefaultSelectionHandler,PicCircleFrom3Points,PicEllipse,PicGroup,PicMultiCurve,PicParallelogram,PicPsCurve,PicSmoothPolygon
public interface ActionFactoryAllows an Element, in interaction with a PopupMenuFactory, to produce Action's that make sense only with this Element.- Since:
- jPicEdt 1.3.2
- Version:
- $Id: ActionFactory.java,v 1.6.2.1 2007/09/02 11:56:27 reynal Exp $
- Author:
- Sylvain Reynal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PEAction[]createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)Create an array of PEAction's related to the Element
-
-
-
Method Detail
-
createActions
PEAction[] createActions(ActionDispatcher actionDispatcher, ActionLocalizer localizer, HitInfo hi)
Create an array of PEAction's related to the Element- Parameters:
actionDispatcher- dispatcher used to create a PEActionlocalizer- used to localizer action parametershi- a HitInfo containing information related to the mouse-event which triggered the popup menu.
-
-