|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An ActionInvoker
is an interface to a class which
is responsible for executing actions that operate on an editor
component or document. Note that the actions the invoker is
capable of handling may come from different sources - having
the ActionInvoker allows us to hide these sources.
MultiKeymap
,
MultiKeyHandler
Method Summary | |
void |
invokeAction(java.lang.String actionKey)
Invokes the Action corresponding to the given actionKey. |
Method Detail |
public void invokeAction(java.lang.String actionKey)
actionKey
- the published key for the action
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.