|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.audit.model.AuditEditorAdapter
public abstract class AuditEditorAdapter
An adapter between a mutable asynchronous object model and the Audit editor plugin to allow the plugin to track changes to the object model.
The association is made in terms of CodeEditor, which is somewhat forced by the Java parser plugin implementation. It is probably possible to push the interface to pass a Context instead of a CodeEditor, which would be more generic.
| Constructor Summary | |
|---|---|
AuditEditorAdapter() |
|
| Method Summary | |
|---|---|
abstract void |
attach(CodeEditor editor, AuditEditorListener listener)Attach a code editor to this adapter. |
abstract void |
detach(CodeEditor editor, AuditEditorListener listener)Detaches a code editor from this adapter. |
abstract void |
ensureCurrent()Ensures that the model is current. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuditEditorAdapter()
| Method Detail |
|---|
public abstract void attach(CodeEditor editor,
AuditEditorListener listener)
public abstract void ensureCurrent()
AuditEditorListener.modelStale() followed by a AuditEditorListener.modelCurrent(java.util.Map) event should always be fired.
public abstract void detach(CodeEditor editor,
AuditEditorListener listener)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||