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 ActionPreInvoker

All Known Implementing Classes:
AbstractInsight.NavigationHook

public interface ActionPreInvoker

An ActionPreInvoker is an interface to a class which is allowed to intercept actions to be performed on a BasicEditorPane.

The usage of pre-invokers should be strictly temporary. A typical example of temporary usage is the navigation inside a popup list.

See Also:
BasicEditorPane.addPreActionInvoker(ActionPreInvoker, double)

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

 

Method Detail

invokeAction

boolean invokeAction(java.lang.String actionKey)
Invokes the Action corresponding to the given actionKey.
Parameters:
actionKey - the published key for the action
Returns:
true if the action is handled, false otherwise

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.