Package jpicedt.graphic.toolkit
Interface ActionDispatcher
-
- All Known Implementing Classes:
DefaultActionDispatcher
public interface ActionDispatcherAllow PEAction's to know upon which target they must act.This allows PEAction's,
- either to be shared across multiple PECanvas's in the context of a MDI user interface (in which case the UI implementation should provide its own ActionDispatcher),
- or to be attached permanently to a given PECanvas (use DefaultActionDispatcher for that)
- Since:
- jPicEdt
- Author:
- Sylvain Reynal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PECanvasgetTarget()return the PECanvas upon which a PEAction should act.
-
-
-
Method Detail
-
getTarget
PECanvas getTarget()
return the PECanvas upon which a PEAction should act.- Since:
- jPicEdt
-
-