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.ActionHookInvoker

Packages that use ActionHookInvoker
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. 
oracle.javatools.editor.plugins The Plugins package is a subset of the Editor package, and is one way to extend the functionality of an editor pane. 
oracle.jdeveloper.java.editing   
 

Uses of ActionHookInvoker in oracle.javatools.editor
 

Classes in oracle.javatools.editor that implement ActionHookInvoker
 class EditorSelectionColumns
          A EditorSelection that selects by column blocks.
 class EditorSelectionWrap
          An EditorSelection supporting the standard type of selection familiar to most users.
 

Methods in oracle.javatools.editor with parameters of type ActionHookInvoker
 void BasicEditorPane.addActionHookInvoker(ActionHookInvoker invoker)
          Adds an ActionHookInvoker to the list so that it has a chance to override the default action temporarily.
 void BasicEditorPane.removeActionHookInvoker(ActionHookInvoker invoker)
          Removes an ActionHookInvoker from our list.
 

Uses of ActionHookInvoker in oracle.javatools.editor.insight
 

Classes in oracle.javatools.editor.insight that implement ActionHookInvoker
 class AbstractInsight
          The AbstractInsight class provides some of the common functionality of all Insight implementations, such as handling the delayed timer, trapping of editor commands, displaying of the Insight window, and so on.
 

Uses of ActionHookInvoker in oracle.javatools.editor.plugins
 

Classes in oracle.javatools.editor.plugins that implement ActionHookInvoker
 class BraceMatchingPlugin
          The BraceMatchingPlugin provides support for brace matching in languages where the LanguageSupport provides an implementation of the BraceProvider interface for getting information about braces specific to a language.
 

Uses of ActionHookInvoker in oracle.jdeveloper.java.editing
 

Classes in oracle.jdeveloper.java.editing that implement ActionHookInvoker
 class AbstractEditingPlugin
          The AbstractEditingPlugin is an assistance plugin that helps with Java/JavaScript coding (basically, languages with descendants from C), to take care of the various tedious aspects of editing, such as lining up asterisks in multi-line comments, balancing comment start and ends, and so on.
 


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.