Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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