|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionPostInvoker | |
|---|---|
| oracle.ide.ceditor | The Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| 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.ide.ceditor |
|---|
| Classes in oracle.ide.ceditor that implement ActionPostInvoker | |
|---|---|
class |
AbstractEditingPluginThe 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. |
| 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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||