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

Packages that use ActionPostInvoker
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.jdeveloper.java.editing   
 

Uses of ActionPostInvoker in oracle.javatools.editor
 

Methods in oracle.javatools.editor with parameters of type ActionPostInvoker
 void BasicEditorPane.addActionPostInvoker(ActionPostInvoker invoker)
          Adds an ActionPostInvoker to the list so that it gets notified of successfully completed actions just after the fact.
 void BasicEditorPane.removeActionPostInvoker(ActionPostInvoker invoker)
          Removes an ActionPostInvoker from our list.
 

Uses of ActionPostInvoker in oracle.jdeveloper.java.editing
 

Classes in oracle.jdeveloper.java.editing that implement ActionPostInvoker
 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.