Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.ide.layout.BaseLayoutListener

Packages that use BaseLayoutListener
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
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. 
 

Uses of BaseLayoutListener in oracle.ide.ceditor
 

Classes in oracle.ide.ceditor that implement BaseLayoutListener
 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 BaseLayoutListener in oracle.ide.editor
 

Methods in oracle.ide.editor with parameters of type BaseLayoutListener
abstract  void EditorManager.addLayoutListener(java.lang.String editorId, BaseLayoutListener listener)
          Add a LayoutListener for one of our child Editor instances
 

Uses of BaseLayoutListener in oracle.ide.layout
 

Subinterfaces of BaseLayoutListener in oracle.ide.layout
 interface LayoutListener
           
 

Classes in oracle.ide.layout that implement BaseLayoutListener
 class AbstractLayoutListener
          A Class class.
 

Methods in oracle.ide.layout that return BaseLayoutListener
 BaseLayoutListener Layouts.getLayoutListener(java.lang.String type)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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