Extension SDK 10.1.2

Uses of Interface
oracle.ide.editor.EditorFrame

Packages that use EditorFrame
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
 

Uses of EditorFrame in oracle.ide.editor
 

Fields in oracle.ide.editor declared as EditorFrame
protected  EditorFrame AbstractEditor._editorFrame
           
 

Methods in oracle.ide.editor that return EditorFrame
protected  EditorFrame AbstractEditor.getEditorFrame()
          Deprecated. In flat editor mode, the meaning of the EditorFrame is quite different. Please contact me (cedric.dandoy@oracle.com) to see how to replace calls to this method.
abstract  EditorFrame EditorManager.getCurrentEditorFrame()
          Returns the topmost editor frame.
abstract  EditorFrame EditorManager.getEditorFrame(Editor editor)
          Returns the frame containing the editor
 

Methods in oracle.ide.editor with parameters of type EditorFrame
 void AbstractEditor.setOwner(EditorFrame frame)
          Sets the editor frame that owns this editor.
 void Editor.setOwner(EditorFrame frame)
          Sets the editor frame that owns this editor.
 


Extension SDK

 

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