Extension SDK 10.1.2

Uses of Interface
oracle.ide.layout.LayoutSelector

Packages that use LayoutSelector
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
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 LayoutSelector in oracle.ide.editor
 

Subinterfaces of LayoutSelector in oracle.ide.editor
 interface Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 interface FlatEditor
          Defines an Editor that wants to participate in the improved windowing of JDeveloper 9.0.5
 

Classes in oracle.ide.editor that implement LayoutSelector
 class AbstractEditor
           
 class AbstractFlatEditor
           
 

Uses of LayoutSelector in oracle.ide.layout
 

Methods in oracle.ide.layout that return LayoutSelector
 LayoutSelector PreferredLayoutEvent.getLayoutSelector()
           
 

Methods in oracle.ide.layout with parameters of type LayoutSelector
 void Layouts.activatePreferredLayout(LayoutSelector selector)
           
 

Constructors in oracle.ide.layout with parameters of type LayoutSelector
PreferredLayoutEvent(int eventID, LayoutSelector selector, Layout layout)
           
 

Uses of LayoutSelector in oracle.jdeveloper.ceditor
 

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

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

Uses of LayoutSelector in oracle.jdeveloper.uieditor
 

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


Extension SDK

 

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