Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.editor.BasicEditorPaneContainer

Packages that use BasicEditorPaneContainer
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.vcs.versionhistory   
oracle.jdevimpl.history   

 

Uses of BasicEditorPaneContainer in oracle.ide.ceditor

 

Classes in oracle.ide.ceditor that implement BasicEditorPaneContainer
 class CodeEditor
          The CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE.

 

Methods in oracle.ide.ceditor with parameters of type BasicEditorPaneContainer
protected static void CodeNavigationPoint.gotoOffset(BasicEditorPaneContainer editor, int offset, int range)
          Reposition the cursor to the given offset, hilighting as necessary.

 

Uses of BasicEditorPaneContainer in oracle.jdeveloper.merge

 

Classes in oracle.jdeveloper.merge that implement BasicEditorPaneContainer
 class AbstractMergeEditor
          Deprecated. replaced by DynamicMergeEditor.
 class BaseMergeEditor
           
 class BaseTextMergeEditor
           
 class DynamicMergeEditor
           
 class TextMergeEditor
          Textual merge editor specialization class.

 

Uses of BasicEditorPaneContainer in oracle.jdeveloper.vcs.versionhistory

 

Classes in oracle.jdeveloper.vcs.versionhistory that implement BasicEditorPaneContainer
 class VersionHistoryViewer
           

 

Uses of BasicEditorPaneContainer in oracle.jdevimpl.history

 

Classes in oracle.jdevimpl.history that implement BasicEditorPaneContainer
 class oracle.jdevimpl.history.HistoryViewer
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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