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

E17493-02

Uses of Class
oracle.ide.ceditor.CodeEditor

Packages that use CodeEditor
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
 

Uses of CodeEditor in oracle.ide.ceditor
 

Methods in oracle.ide.ceditor that return CodeEditor
 CodeEditor CodeEditorGutter.getCodeEditor()
          Fetch the code editor associated with this gutter.
protected  CodeEditor ViewLimitProvider.getCodeEditor()
           
static CodeEditor CodeEditor.getCodeEditor(BasicEditorPane editor)
          Fetch the Code Editor associated with the given editor component.
static CodeEditor CodeEditorController.getCodeEditorFromContext(Context context)
          Utility routine to fetch the CodeEditor instance from the context.
 

Methods in oracle.ide.ceditor with parameters of type CodeEditor
 void ViewLimitProvider.attach(CodeEditor editor)
           
 void ViewSelectionHelper.attach(CodeEditor codeEditor, CodeEditorViewSelectionSetter codeEditorSetter)
          Attach and start monitoring the CodeEditor for changes.
 ViewSelectionHelper ViewSelectionHelperFactory.createSelectionHelper(CodeEditor codeEditor)
          A chance to create a selection helper for this CodeEditor.
 ViewLimitProvider ViewLimitProviderFactory.createViewLimitProvider(CodeEditor codeEditor)
           
 void CursorListener.cursorUpdate(CodeEditor codeEditor)
          Provides notification that the cursor was moved in the given CodeEditor, either through an explicit keyboard or mouse navigation, or through a buffer modification.
 void ViewSelectionHelper.detach(CodeEditor codeEditor)
          Detach and release all references to the CodeEditor and CodeEditorViewSelectionSetter
 void ViewLimitProvider.detatch(CodeEditor editor)
           
 java.lang.String CEToolTipProvider.getToolTipText(CodeEditor codeEditor, java.awt.event.MouseEvent mouseEvent, int offset)
          Requests from the listening client an appropriate tooltip to display for the given editor.
 

Uses of CodeEditor in oracle.jdeveloper.runner
 

Methods in oracle.jdeveloper.runner that return CodeEditor
static CodeEditor Source.getCodeEditorFromContext(Context context)
          Returns the CodeEditor for the given Context.
static CodeEditor Source.showNodeInCodeEditor(Workspace workspace, Project project, Node node)
          Displays a node in the code editor.
 


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

E17493-02

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