Extension SDK 10.1.2

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. 
 

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.
 


Extension SDK

 

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