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

E13403-08

Uses of Package
oracle.ide.ceditor

Packages that use oracle.ide.ceditor
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.jdeveloper.audit.java Helper and transform classes for auditing Java nodes and working with the Java object model. 
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
 

Classes in oracle.ide.ceditor used by oracle.ide.ceditor
CEToolTipProvider
          The CEToolTipProvider is an interface for the code editor to ask an editor client for an appropriate tooltip to display based on the given location of the mouse event.
CodeEditor
          The CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE.
CodeEditorGutter
          The CodeEditorGutter interface is an extension of the editor's Gutter interface to integrate with the JDev environment and provide Context information for other Addins.
CodeEditorViewSelectionSetter
          A class to drive the setting of ViewSelections (see @link ViewSelectionListener) in the code editor.
CodeMenuConstants
          The CodeMenuConstants define menu weights for all items for the dynamic Code Menu, regardless of whether the action is defined by the Code Editor or not.
CodeNavigationPoint
          CodeNavigationPoint is a NavigationPoint implementation intended for registration with the NavigationManager as an EditorNavigationPoint for the CodeEditor class.
CursorListener
          The CursorListener interface should be implemented by clients interested in receiving notifications of cursor movement in the code editor.
EditorPluginsFactory
          The EditorPluginsFactory defines an interface that allows clients of the Code Editor to indicate what EditorPlugins they are interested in installing when a new editor is opened.
LineNavigationPoint
          NavigationPoint implementation which navigates to a given line within a CodeEditor.
NodeUpdater
          The NodeUpdater class is a class which takes care of the delayed notification in the idle time after a text buffer change occurs.
OffsetNavigationPoint
          NavigationPoint implementation which navigates to a given offset within a FindableEditor.
ScrollTipRenderer
           
ViewLimitProvider
          An provider to control the 'view limiting' of a CodeEditors editor pane.
ViewLimitProviderFactory
          A class to allow different clients to register interest in limiting the visible view area of the code editor.
ViewSelectionHelper
          Created by a ViewSelectionHelperFactory, the ViewSelectionHelper may monitor changes to the CodeEditor and set it's view selection.
ViewSelectionHelperFactory
          A class to allow different clients to register interest in determining the view selection of the code editor.
 

Classes in oracle.ide.ceditor used by oracle.jdeveloper.audit.java
CodeEditor
          The CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE.
 

Classes in oracle.ide.ceditor used by oracle.jdeveloper.audit.model
CodeEditor
          The CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE.
 

Classes in oracle.ide.ceditor used by oracle.jdeveloper.runner
CodeEditor
          The CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE.
 


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.