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

E13403-04

Uses of Interface
oracle.javatools.editor.ActionPreInvoker

Packages that use ActionPreInvoker
oracle.javatools.editor The Editor package is a basic framework for an editor component with syntax highlighting capabilities, built on top of the Swing text framework. 
oracle.javatools.editor.insight The Code Insight package is a subset of the Editor package, and is the starting base for a code insight implementation to provide the user with code assistance features. 
 

Uses of ActionPreInvoker in oracle.javatools.editor
 

Methods in oracle.javatools.editor with parameters of type ActionPreInvoker
 void BasicEditorPane.addPreActionInvoker(ActionPreInvoker invoker, double weight)
          Adds an actionInvoker that will be called before anyone else.
The ActionInvoker will be invoked for any action, including actions that would normally be handled by the IDE.
 void BasicEditorPane.removePreActionInvoker(ActionPreInvoker invoker, double weight)
          Remove a pre-actionInvoker.
 

Uses of ActionPreInvoker in oracle.javatools.editor.insight
 

Classes in oracle.javatools.editor.insight that implement ActionPreInvoker
protected  class AbstractInsight.NavigationHook
           
 


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

E13403-04

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