|
Extension SDK 10.1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EditorAddin | |
| oracle.ide.editor | Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. |
| oracle.jdeveloper.ceditor | The Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
| oracle.jdeveloper.cm.dt.addin | Contains base implementations of addin interfaces. |
| Uses of EditorAddin in oracle.ide.editor |
| Subinterfaces of EditorAddin in oracle.ide.editor | |
interface |
FlatEditorAddin
|
| Classes in oracle.ide.editor that implement EditorAddin | |
class |
AbstractFlatEditorAddin
The default implementation of FlatEditorAddin. |
| Methods in oracle.ide.editor that return EditorAddin | |
abstract EditorAddin |
EditorManager.getDefaultAddin(Element element)
Gets the default registered EditorAddin for the element. |
| Methods in oracle.ide.editor with parameters of type EditorAddin | |
abstract void |
EditorManager.register(EditorAddin addin,
java.lang.Class[] types)
Registers a EditorAddin for inclusion the editor tabs for the given
Document types. |
abstract void |
EditorManager.unregister(EditorAddin editorAddin)
Removes the specified editorAddin from the list on known EditorAddins. |
abstract void |
EditorManager.extend(EditorAddin addin,
java.lang.Class[] types)
Associate the Element types supported given with the given EditorAddin. |
| Uses of EditorAddin in oracle.jdeveloper.ceditor |
| Classes in oracle.jdeveloper.ceditor that implement EditorAddin | |
class |
CodeEditorAddin
The CodeEditorAddin does the work of plugging in this
code editor into the IDE Addin framework. |
| Uses of EditorAddin in oracle.jdeveloper.cm.dt.addin |
| Classes in oracle.jdeveloper.cm.dt.addin that implement EditorAddin | |
class |
AbstractConnectionEditorAddin
The AbstractConnectionEditorAddin can be used as a base class for new EditorAddin implementations that work with a DatabaseEditorNode. |
|
Extension SDK | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.