Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.javatools.editor
Interface ActionInvoker

All Known Implementing Classes:
BasicEditorPane

public interface ActionInvoker

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.

See Also:
MultiKeymap, MultiKeyHandler

Method Summary
 void invokeAction(java.lang.String actionKey)
          Invokes the Action corresponding to the given actionKey.

 

Method Detail

invokeAction

void invokeAction(java.lang.String actionKey)
Invokes the Action corresponding to the given actionKey.
Parameters:
actionKey - the published key for the action

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.