Extension SDK 10.1.2

Uses of Class
oracle.ide.editor.AbstractEditor

Packages that use AbstractEditor
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. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
 

Uses of AbstractEditor in oracle.ide.editor
 

Subclasses of AbstractEditor in oracle.ide.editor
 class AbstractFlatEditor
           
 

Uses of AbstractEditor in oracle.jdeveloper.ceditor
 

Subclasses of AbstractEditor in oracle.jdeveloper.ceditor
 class CodeEditor
          The CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE.
 

Uses of AbstractEditor in oracle.jdeveloper.cm.dt.addin
 

Subclasses of AbstractEditor in oracle.jdeveloper.cm.dt.addin
 class AbstractConnectionEditor
          AbstractConnectionEditor provides a base class that can be used when creating new Editor implementations that work against a database connection.
 

Uses of AbstractEditor in oracle.jdeveloper.uieditor
 

Subclasses of AbstractEditor in oracle.jdeveloper.uieditor
 class UIEditor
          Editor implementation whose visuals depict the GUI declared in a JavaSourceNode instance.
 


Extension SDK

 

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