|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.graphic.toolkit.DefaultActionDispatcher
public 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).
Constructor Summary | |
---|---|
DefaultActionDispatcher(PECanvas target)
Builds an ActionDispatcher which permanently dispatches events to the given PECanvas. |
Method Summary | |
---|---|
PECanvas |
getTarget()
Returns the PECanvas upon which a PEAction should act. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultActionDispatcher(PECanvas target)
Method Detail |
---|
public PECanvas getTarget()
getTarget
in interface ActionDispatcher
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |