Extension SDK 10.1.2

Uses of Interface
oracle.ide.editor.FlatEditor

Packages that use FlatEditor
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 FlatEditor in oracle.ide.editor
 

Classes in oracle.ide.editor that implement FlatEditor
 class AbstractFlatEditor
           
 

Uses of FlatEditor in oracle.jdeveloper.ceditor
 

Classes in oracle.jdeveloper.ceditor that implement FlatEditor
 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 FlatEditor in oracle.jdeveloper.cm.dt.addin
 

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

Uses of FlatEditor in oracle.jdeveloper.uieditor
 

Classes in oracle.jdeveloper.uieditor that implement FlatEditor
 class UIEditor
          Editor implementation whose visuals depict the GUI declared in a JavaSourceNode instance.
 


Extension SDK

 

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