Extension SDK 9.0.5

Uses of Interface
oracle.ide.layout.PreferredLayoutListener

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

Methods in oracle.ide.editor with parameters of type PreferredLayoutListener
 void AbstractEditor.addPreferredLayoutListener(PreferredLayoutListener l)
           
 void AbstractEditor.removePreferredLayoutListener(PreferredLayoutListener l)
           
abstract  void EditorManager.registerPreferredLayoutListener(java.lang.Class docClass, java.lang.Class editorClass, java.lang.String preferredLayoutBaseName, PreferredLayoutListener listener)
          Register a PreferredLayoutListener for the specified docClass.
 

Uses of PreferredLayoutListener in oracle.ide.layout
 

Methods in oracle.ide.layout with parameters of type PreferredLayoutListener
 void LayoutSelector.addPreferredLayoutListener(PreferredLayoutListener l)
          Add a PreferredLayoutListener.
 void LayoutSelector.removePreferredLayoutListener(PreferredLayoutListener l)
          Remvoe a PreferredLayoutListener.
 


Extension SDK

 

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