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

E13403-05

Uses of Package
oracle.ide.editor

Packages that use oracle.ide.editor
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.help Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. 
oracle.ide.palette Contains classes that allow for palette integration and commands. 
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
oracle.jdeveloper.vcs.versionhistory   
oracle.jdevimpl.compare   
oracle.jdevimpl.history   
 

Classes in oracle.ide.editor used by oracle.ide.ceditor
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
EditorAddin
          This class is used to declare an Editor with the EditorManager.
TextEditor
          The text editor interface is implemented by any editor in the IDE which provides a plain text view.
 

Classes in oracle.ide.editor used by oracle.ide.editor
AbstractEditor
          Deprecated. The Editor hierarchy has been collapsed
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
EditorAddin
          This class is used to declare an Editor with the EditorManager.
EditorInfo
          EditorInfo is the EditorManager representation of an Editor.
EditorListener
          The EditorListener interface should be implemented by clients that are interested in receiving notifications about Editor instances being opened, activated, deactivated, or closed in the IDE.
EditorManager
          The EditorManager serves as the registry for Editor that want to register themselves with specific Node types.
EditorPath
          Describes the path to an editor.
EditorsOptions
          This class was used to store the editors auto synchronize option.
FileSaveHook
          Hook that registers the listeners to be notified when a multiple files may need to be saved.
FileSaveListener
          Listener that gets notified when a "dirty" file is being closed.
FilesToSaveGroup
          Contains a group of nodes to be saved together.
FlatEditor
          Deprecated. The Editor hierarchy has been collapsed
FlatEditorAddin
          Deprecated. Please use EditorAddin instead
OpenEditorOptions
          This class is used to specify how to open an editor.
SaveFilesEvent
          Event raised when one or more dirty nodes need to be saved.
SaveFilesResponse
          Response returned by implementations of FileSaveListener that indicates if there are any extra nodes to be saved before closing the ones selected by the user.
 

Classes in oracle.ide.editor used by oracle.ide.help
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 

Classes in oracle.ide.editor used by oracle.ide.palette
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 

Classes in oracle.ide.editor used by oracle.ide.resourcebundle
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 

Classes in oracle.ide.editor used by oracle.jdeveloper.merge
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
EditorAddin
          This class is used to declare an Editor with the EditorManager.
 

Classes in oracle.ide.editor used by oracle.jdeveloper.runner
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 

Classes in oracle.ide.editor used by oracle.jdeveloper.uieditor
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 

Classes in oracle.ide.editor used by oracle.jdeveloper.vcs.util
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 

Classes in oracle.ide.editor used by oracle.jdeveloper.vcs.versionhistory
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
EditorAddin
          This class is used to declare an Editor with the EditorManager.
 

Classes in oracle.ide.editor used by oracle.jdevimpl.compare
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 

Classes in oracle.ide.editor used by oracle.jdevimpl.history
Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 


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

E13403-05

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