| Package | Description | 
|---|---|
| oracle.ide.ceditor | 
 The  
Code Editor package contains the code editing
implementation of the JDeveloper IDE. | 
| oracle.ide.docking | 
 Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
 | 
| oracle.ide.editor | 
 Contains classes and interfaces that allow addins to add their own specialized
editors to JDeveloper. 
 | 
| oracle.ide.explorer | 
 Contains the interfaces and classes addins use to provide a structured
view of data contained in nodes displayed in a navigator or an editor. 
 | 
| oracle.ide.help | 
 Contains interfaces and classes used by addins to
provide context sensitive help on their own windows and dialogs. 
 | 
| oracle.ide.inspector | 
 Contains interfaces and classes that integrators may use to make their
objects editable from the property inspector. 
 | 
| oracle.ide.keyboard | 
 Defining your default accelerators 
 | 
| oracle.ide.log | 
 Contains the interfaces and classes that allow addins to provide their
own log pages. 
 | 
| oracle.ide.navigator | 
 Contains classes providing navigator support. 
 | 
| oracle.ide.palette2 | 
 Contains interfaces and classes that allow for palette integration. 
 | 
| oracle.ide.runner | 
 Contains classes that allow addins some level of control on the IDE runner system. 
 | 
| oracle.ide.view | |
| oracle.ideri.navigator | |
| oracle.jdeveloper.asnav.weblogic.explorer | |
| oracle.jdeveloper.merge | 
 Contains classes for merge editor abstractions, including an editor addin, commands, a
controller, and utilities. 
 | 
| oracle.jdeveloper.rescat2.dockable | |
| 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.uieditor.uicanvas | 
 Contains classes that allow addins access to the UICanvas integration objects. 
 | 
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| oracle.jdeveloper.vcs.versionhistory | |
| oracle.jdevimpl.audit.log | |
| oracle.jdevimpl.compare | |
| oracle.jdevimpl.history | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CodeEditor
The  
CodeEditor is the integration layer between the IDE
 and the editor components to provide a code editor inside the IDE. | 
protected class  | 
CodeEditor.CEToolbar
Our override of the Toolbar class so that it is invisible when it is
 empty. 
 | 
class  | 
CodeEditorGutter.GutterView
Deprecated. 
 
Use CodeEditorGutterView 
 | 
class  | 
CodeEditorGutterView
The CodeEditorGutter has its own view in order to support the context
 menu properly. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DockableView
 | 
class  | 
DockableWindow
 | 
class  | 
DrawerDockableWindow  | 
class  | 
DrawerWindow  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractEditor
Deprecated. 
 
The  
Editor hierarchy has been collapsed | 
class  | 
AbstractFlatEditor
Deprecated. 
 
The  
Editor hierarchy has been collapsed | 
class  | 
AsynchronousEditor
Base editor template for editors that load the UI model on a thread off the
 event dispatch thread. 
 | 
class  | 
Editor
Editors such as code, gui, html editors should implements the  
Editor interface. | 
class  | 
FlatEditor
Deprecated. 
 
The  
Editor hierarchy has been collapsed | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractTreeExplorer
Provides a base class for tree explorer implementations. 
 | 
class  | 
Explorer
The  
Explorer class provides the API for getting a GUI
 representation of the structure for a given Context. | 
class  | 
ExplorerWindow  | 
class  | 
TreeExplorer
The  
TreeExplorer interface defines the API for managing
 the nodes in the navigator and explorer trees. | 
| Modifier and Type | Method and Description | 
|---|---|
HelpInfo | 
HelpableProvider.getHelpInfo(Helpable helpable)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IdeMultiObjectModel
The IdeMultiObjectModel is a PropertyModel implementation capable of
 handling undoable property sets on one or more objects. 
 | 
class  | 
IdePropertyModel
The IdePropertyModel class extends MultiObjectModel to add additional
 methods required to make the model more IDE friendly with respect to
 responding to and sending observer updates. 
 | 
class  | 
InspectorWindow
The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KeyboardDockable  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractLogPage
 | 
class  | 
DefaultLogPage
This implementation of LogPage supports the logging of simple text
 messages as well as Collection message objects. 
 | 
class  | 
LogWindow
The  
LogWindow is the dockable view responsible for managing 
  log pages. | 
class  | 
MessagePage
The  
MessagePage class provides a log page based on a text
  area. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NavigatorWindow
NavigatorWindow interface provides the API for managing
 the contents of a navigator window tree. | 
class  | 
ProjectNavigatorWindow  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PaletteWindow
The  
PaletteWindow class is the Component Palette View. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RunLogPage
The  
RunLogPage class is the LogPage used for
 a running process. | 
class  | 
RunProcess
An abstract class that represents a process that can be run in
 some way. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPinnable
AbstractPinnable implements the Pinnable interface as it applies to a
 DockableWindow which is capable of responding to changes in selection in the
 active View as well as changes of the active View from one View to another. 
 | 
class  | 
View
View components display information to the user. | 
class  | 
ViewDecorator
Base decorator object for View implementations. 
 | 
class  | 
ViewProxy
The  
ViewProxy class provides a weak
 or soft proxy to a given view. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.ideri.navigator.DefaultNavigatorWindow
DefaultNavigatorWindow class implements the navigator view. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LibraryExplorer  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractMergeEditor
Deprecated. 
 
replaced by  
DynamicMergeEditor. | 
class  | 
BaseMergeEditor  | 
class  | 
BaseTextMergeEditor  | 
class  | 
DynamicMergeEditor  | 
class  | 
TextMergeEditor
Textual merge editor specialization class. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractBaseTreeDockable
A dockable with a BaseTreeExplorer. 
 | 
class  | 
AbstractBaseTreeView  | 
class  | 
AbstractCatView  | 
class  | 
AbstractConnDockable  | 
class  | 
AbstractConnView  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JRunProcess
An abstract class that represents a Java process. 
 | 
class  | 
RemoteProcess  | 
class  | 
RunningProcess
Represents an actively running process (JRunProcess) 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCanvas
AbstractCanvas provides an implementation of UIEditorCanvas based upon
 Explorer which provides a default implementation for all
 UIEditorCanvas behavior. 
 | 
class  | 
UIEditor
Editor implementation whose visuals depict the GUI declared in a
 JavaSourceNode instance. | 
class  | 
UIEditorCanvas
UIEditorCanvas represents a design canvas for hosting within the UIEditor. 
 | 
class  | 
UIEditorLogPage
A LogPage implementation specialized for display of CmtMessage instances from
 one or more CmtComponent objects. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AssistantExplorer  | 
class  | 
UICanvas
UICanvas represents a design canvas to be hosted by the UIEditor when
 manipulating GUI objects. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ChangeListWindow
A dockable view containing a ChangeList instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSExplorer  | 
class  | 
VCSTreeDockableWindow  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VersionHistoryViewer  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AuditLogPage
An Audit results log page. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.jdevimpl.compare.BaseCompareEditor  | 
class  | 
oracle.jdevimpl.compare.DrawerEditor  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.jdevimpl.history.HistoryViewer
The history viewer. 
 |