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

E13403-07

oracle.javatools.editor.insight
Class AbstractInsight.NavigationHook

java.lang.Object
  extended by oracle.javatools.editor.insight.AbstractInsight.NavigationHook
All Implemented Interfaces:
ActionPreInvoker
Enclosing class:
AbstractInsight

protected class AbstractInsight.NavigationHook
extends java.lang.Object
implements ActionPreInvoker


Constructor Summary
protected AbstractInsight.NavigationHook()
           
 
Method Summary
 boolean invokeAction(java.lang.String actionKey)
          Invokes the Action corresponding to the given actionKey.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInsight.NavigationHook

protected AbstractInsight.NavigationHook()
Method Detail

invokeAction

public boolean invokeAction(java.lang.String actionKey)
Description copied from interface: ActionPreInvoker
Invokes the Action corresponding to the given actionKey.

Specified by:
invokeAction in interface ActionPreInvoker
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 Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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