Package | Description |
---|---|
oracle.bali.xml.addin | |
oracle.ide.ceditor |
The
Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
oracle.ide.config |
Contains classes encapsulating JDevelopers's environment settings.
|
oracle.ide.db.model |
Classes associated with the IDE's navigator nodes for database
connections and database objects.
|
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.externaltools |
Contains interfaces and classes that allow external tools in
the IDE to be invoked, manipulated and extended by extensions.
|
oracle.ide.externaltools.macro |
Contains APIs related to macros that can be expanded when invoking external tools.
|
oracle.ide.inspector |
Contains interfaces and classes that integrators may use to make their
objects editable from the property inspector.
|
oracle.ide.layout |
Contains interfaces and classes addins can implement or extend to provide
preferred layouts for their own specialized editors.
|
oracle.ide.markers | |
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
oracle.ide.navigation | |
oracle.ide.palette |
Contains classes that allow for palette integration and commands.
|
oracle.ide.runner |
Contains classes that allow addins some level of control on the IDE runner system.
|
oracle.ide.todo |
Contains API classes for the To Do Item feature.
|
oracle.jdeveloper.asnav.model | |
oracle.jdeveloper.asnav.nodes | |
oracle.jdeveloper.asnav.weblogic.nodes | |
oracle.jdeveloper.audit.markers | |
oracle.jdeveloper.audit.model |
The base classes for defining the Audit object model.
|
oracle.jdeveloper.audit.service |
The API classes for invoking Audit programatically, and a few Audit common
API classes.
|
oracle.jdeveloper.cmt |
The Component Model Tool, an API for manipulating Java source code.
|
oracle.jdeveloper.deploy | |
oracle.jdeveloper.deploy.cmd | |
oracle.jdeveloper.deploy.cmd.spi | |
oracle.jdeveloper.deploy.cmd.spi.providers | |
oracle.jdeveloper.deploy.common | |
oracle.jdeveloper.deploy.ear | |
oracle.jdeveloper.deploy.ejb | |
oracle.jdeveloper.deploy.j2ee | |
oracle.jdeveloper.deploy.jar | |
oracle.jdeveloper.deploy.meta | |
oracle.jdeveloper.deploy.spi | |
oracle.jdeveloper.deploy.spi.profilesupport | |
oracle.jdeveloper.deploy.spi.providers | |
oracle.jdeveloper.deploy.war | |
oracle.jdeveloper.el | |
oracle.jdeveloper.history | |
oracle.jdeveloper.jsp.libraries | |
oracle.jdeveloper.library |
The
Libraries package provides the library API used
by JDeveloper. |
oracle.jdeveloper.merge |
Contains classes for merge editor abstractions, including an editor addin, commands, a
controller, and utilities.
|
oracle.jdeveloper.model |
Contains interfaces and classes implementing the Java specific portions of
JDeveloper's data model.
|
oracle.jdeveloper.offlinedb.browser |
Offline Database Node implementations for the JDeveloper's Application
Navigator.
|
oracle.jdeveloper.offlinedb.model |
Classes that define an offline database's settings and properties.
|
oracle.jdeveloper.rescat2.model.nodes | |
oracle.jdeveloper.runner |
Contains classes that allow addins some level of control on the JDeveloper runner system.
|
oracle.jdeveloper.server.connection | |
oracle.jdeveloper.vcs.changelist | |
oracle.jdeveloper.vcs.nav | |
oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
oracle.jdeveloper.vcs.versionhistory | |
oracle.jdeveloper.vcs.vop | |
oracle.jdeveloper.webapp | |
oracle.jdeveloper.webapp.el | |
oracle.jdeveloper.webapp.libraries | |
oracle.jdevimpl.audit.core | |
oracle.jdevimpl.audit.markers | |
oracle.jdevimpl.audit.model | |
oracle.jdevimpl.offlinedb.browser | |
oracle.jdevimpl.webapp.html |
Modifier and Type | Class and Description |
---|---|
class |
oracle.bali.xml.addin.XMLSourceNode |
Modifier and Type | Class and Description |
---|---|
class |
CodeNavigationPoint
CodeNavigationPoint is a NavigationPoint implementation intended for
registration with the NavigationManager as an EditorNavigationPoint for the
CodeEditor class.
|
class |
LineNavigationPoint
NavigationPoint implementation which navigates to a given line within a
CodeEditor.
|
class |
OffsetNavigationPoint
NavigationPoint implementation which navigates to a given offset within a
FindableEditor.
|
Modifier and Type | Class and Description |
---|---|
class |
RegisteredDynamicNode
Deprecated.
not replaced.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBObjectNode
Interface for anything that can contain a DBObject.
|
interface |
DBObjectPlSqlNode |
interface |
DBObjectProviderNode
Interface for any node that represents a DBObjectProvider, or any object or
folder within a DBObjectProvider to implement.
|
interface |
DBObjectTypeNode
Interface for any node (including folders) that represents a DBObject type.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDBObjectNode
Convenience subclass of Node that implements DBObjectNode.
|
class |
BaseDBObjectTextNode
Convenience subclass of TextNode that implements DBObjectNode.
|
class |
BasePlSqlTextNode
Convenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in
the navigator.
|
class |
SqlNode
The
SqlNode class is a TextNode that represents an SQL or
PL/SQL file. |
Modifier and Type | Class and Description |
---|---|
class |
ChildFilter
The ChildFilter interface defines an API for retrieving a structured
collection of Element nodes.
|
Modifier and Type | Method and Description |
---|---|
Displayable |
IconOverlay.getDisplayable()
Gets the displayable information describing this object.
|
Constructor and Description |
---|
IconOverlay(Displayable displayable)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalToolType
A type of external tool.
|
Modifier and Type | Class and Description |
---|---|
class |
MacroExpander
Macro expanders are registered with the MacroRegistry and can be used to
expand macros prior to running external tools.
|
class |
ParameterizedMacro
A parameterized macro takes one or more parameters that can be used at
expansion time.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InspectorPage
InspectorPage is an interface which allows GUI 'pages' hosted in the
InspectorWindow the opportunity to interact with the hosting InspectorWindow
with respect to populating toolbars and receiving focus.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdditionalPage |
Modifier and Type | Class and Description |
---|---|
class |
IdeLayout
IdeLayout class.
|
class |
IdeProperties
The
IdeProperties class is reponsible for managing the
general layout information, such as the size and position of the main
application window and the opened editor frames for example. |
class |
Layout
Layout interface.
|
class |
Layouts
This class manages layouts created by the user.
|
class |
SimpleLayout
Simple layout information.
|
Modifier and Type | Interface and Description |
---|---|
interface |
oracle.ide.markers.Marker |
interface |
oracle.ide.markers.ProblemMarker |
interface |
oracle.ide.markers.TaskMarker |
interface |
oracle.ide.markers.TextMarker |
Modifier and Type | Interface and Description |
---|---|
interface |
Element
The
Element interface defines the protocol used by the
IDE to communicate with data objects in order to display the objects
in the UI. |
interface |
Folder
|
interface |
RelativeDirectoryElement
An interface which represents directories containing source in the
navigator.
|
interface |
TextElement
An
Element subtype which also defines specific offsets
describing the location of the element |
Modifier and Type | Class and Description |
---|---|
class |
Connections
Top level IDE level Connections Node.
|
class |
ContentLevelFolder
Although this class is package-private, it extends the public
abstract class
RelativeDirectoryContextFolder . |
class |
ContentSetFolder
Although this class is package-private, it extends the public
abstract class
RelativeDirectoryContextFolder . |
class |
DataContainer |
class |
DataNode |
class |
DefaultContainer
|
class |
DefaultDisplayable
Default implementation of the
Displayable interface. |
class |
DefaultElement
DefaultElement is a complete, default implementation of
the Element interface. |
class |
DefaultFilter
The
DefaultFilter class. |
class |
DefaultFolder
DefaultFolder is a complete, default implementation of
the Folder interface. |
class |
DeployableTextNode
Trivial subclass of
TextNode that has the
ElementAttributes.DEPLOYABLE attribute set. |
class |
DiscoveredDependable
Represents a node UI that can be the end-point of a dependency,
and/or that can contain other
DiscoveredDependable s nested
within it. |
static class |
DiscoveredDependable.DefaultDiscoveredDependable |
class |
HashStructureNode
Node implementation for an object that stores properties in a
HashStructure and persists those properties to XML via
HashStructureIO.
|
class |
IdeSystem
This class is for internal use, and should not be used by extension
developers.
|
class |
ImageNode
Node subclass for GIF, JPEG, and PNG image files. |
class |
Node
The base class for all document types that need to interact with the IDE
framework.
|
class |
ObservableFolder
|
class |
Preferences
Deprecated.
since 11.1.1. Do not use this class. It will be removed in a
future version of the ide framework. For preferences, see
Preferences . |
class |
Project
This class represents a user project in the IDE.
|
class |
RelativeDirectoryContextFolder
Folder representing a directory displayed in a navigator.
|
class |
TextNode
A base class for
Node s representing text files. |
class |
UnrecognizedTextNode
The
UnrecognizedTextNode is used for files that are
not recognized by the node recognizer system. |
class |
Workspace
Workspace represents an Application.
|
class |
Workspaces
This class holds all Workspace objects currently available to the user
in the IDE.
|
class |
XMLDataContainer
The
XMLDataContainer is the Node wrapper
for a Folder -implementing JavaBean that can be
persisted to XML using the XML marshalling framework in
oracle.ide.marshal.xml . |
class |
XMLDataNode
The
XMLDataNode class is the Node wrapper for
a JavaBean class that can be persisted to XML using the XML
marshalling framework Object2Dom . |
Modifier and Type | Class and Description |
---|---|
class |
oracle.ide.navigation.DefaultNavigationPoint
Default EditorNavigationPoint implementation for representing the
activation of an Editor due to an operation that was not implemented as a
NavigationPoint.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Palette
Palette - Palette Model based on PalettePage and PaletteItem.
|
interface |
PaletteItem
The
PaletteItem class represents the Object model for
items on the component palette. |
interface |
PalettePage |
Modifier and Type | Interface and Description |
---|---|
interface |
DebuggeeData
DebuggeeData represents a data item from a debuggee as supplied by
the debugger.
|
Modifier and Type | Class and Description |
---|---|
class |
RunProcess
An abstract class that represents a process that can be run in
some way.
|
Modifier and Type | Method and Description |
---|---|
Displayable |
AbstractStarterFactory.getDisplayable(RunProcess runProcess,
Context context,
Node node,
java.lang.Object o) |
Modifier and Type | Interface and Description |
---|---|
interface |
ToDoItem
The
ToDoItem interface provides the API for dealing with ToDoItems. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractToDoItem
A
AbstractToDoItem represents a task the user wants to track. |
Modifier and Type | Class and Description |
---|---|
class |
AppServerNavigatorModel |
class |
AppServerRoot
The root
Element that composes a RootManageableContext |
class |
AppServerRoots
A container element for
AppServerRoot objects. |
Modifier and Type | Class and Description |
---|---|
class |
AppServerManageableFolder |
class |
DefaultManageableElement |
class |
DefaultManageableFolder |
class |
ExceptionElement
An element to display an exception message.
|
Modifier and Type | Class and Description |
---|---|
class |
AppDeploymentFolder |
class |
ClusterNode |
class |
ClustersFolder |
class |
DeploymentsFolder |
class |
ServerElement |
class |
ServersFolder |
Modifier and Type | Interface and Description |
---|---|
interface |
AuditMarker |
interface |
AuditProblemMarker
Marker type for audit.
|
interface |
AuditTaskMarker |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentDirectory
A single directory contained by one or more
ContentRoot s. |
Modifier and Type | Method and Description |
---|---|
Displayable |
AuditModel.getDisplayable(java.lang.Object row)
Gets a
Displayable describing a row of this model. |
Modifier and Type | Interface and Description |
---|---|
interface |
CmtMessage |
interface |
CmtModelNode
The URL for a CmtModelNode is of the form:
jdev.cmt:
|
Modifier and Type | Class and Description |
---|---|
class |
CmtFolder |
Modifier and Type | Interface and Description |
---|---|
interface |
ProfileType |
interface |
Runnable
A Runnable that can be used to in a background thread, or directly by a client that wishes to monitor
the status of deployment.
|
Modifier and Type | Class and Description |
---|---|
class |
DeployElement
An extension of
DefaultElement that also implements the
LinkedDirtyable interface. |
class |
Profile |
Modifier and Type | Class and Description |
---|---|
class |
DeployCommand |
class |
DeployJarToAppServer
Command to deploy a pre-built jar (archive) file to an AppServer.
|
class |
DeployToAppServer
Deploys a Profile to a remote Application Server.
|
class |
DeployToArchive |
class |
DeployToEar |
class |
DeployToFile |
class |
DeployToWar |
class |
ProfileDeployCmd |
class |
UndeployFromAppServer |
Modifier and Type | Method and Description |
---|---|
java.util.List<Displayable> |
DeployCommandConfiguration.getDisplayables() |
Modifier and Type | Class and Description |
---|---|
static class |
HashDeployCommandWriter.HashDisplayable |
Modifier and Type | Method and Description |
---|---|
java.util.List<Displayable> |
DeployCommandReader.getDisplayables() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Displayable> |
AbstractDeployCommandIOProvider.DefaultDeployCommandIO.getDisplayables() |
protected abstract java.util.List<Displayable> |
AbstractDeployCommandIOProvider.getDisplayables(Element element,
Cookie cookie) |
Modifier and Type | Class and Description |
---|---|
class |
DeployedModule |
Modifier and Type | Class and Description |
---|---|
class |
EarProfile
Class representing an EAR deployment profile.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbProfile
Class representing an EJB deployment profile.
|
Modifier and Type | Class and Description |
---|---|
class |
J2eeProfile |
Modifier and Type | Class and Description |
---|---|
class |
AppClientProfile |
class |
ArchiveProfile
Data model for the JAR (simple archive) deployment profile.
|
class |
ClientProfile
Data model representing the J2EE Client deployment profile type.
|
class |
ConnectorProfile
Data model representing the J2EE Connector deployment profile type.
|
class |
LibraryArchiveProfile
Data Model representing a deployment campable (as a shared library) version of an ArchiveProfile.
|
class |
TaglibProfile
The JSP tag library profile.
|
Modifier and Type | Class and Description |
---|---|
class |
Platform
Definition of a specific Platform.
|
class |
PlatformComponent
Immutable class that adds a component to a Platform.
|
static class |
PlatformType.PlatformTypeDisplayable
A Displayable for a Platform
|
Modifier and Type | Method and Description |
---|---|
Displayable |
PlatformType.getDisplayable()
Utility method to retrieve a Displayable from a PlatformType.
|
Modifier and Type | Class and Description |
---|---|
class |
DataElement |
class |
NonmigratedProfile
A profile that has not been recognized by any registered
HashProfileReader or HashProfileWriter
providers. |
Modifier and Type | Interface and Description |
---|---|
interface |
ProfileInfo |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProfileInfo |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProfileInfoProvider |
Modifier and Type | Class and Description |
---|---|
class |
WarProfile
Data model representing a deployment profile for a J2EE web module.
|
Modifier and Type | Class and Description |
---|---|
class |
oracle.jdeveloper.el.AbstractVariableProvider |
class |
oracle.jdeveloper.el.VariableProvider |
Modifier and Type | Class and Description |
---|---|
class |
HistoryElement
Provides a bridge between HistoryEntry and the IDE's
Element interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JspLibrary
Instances of this class represent JSP Tag Libraries avialiable within the
JDeveloper.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DerivedLibrary
Encapsulates the notion of a derived library as it is used
within JDeveloper.
|
interface |
EndorsedStandardsOverride
A library which is capable of providing endorsed standards overrides.
|
interface |
ExtensionLibrary
A library provided by an extension.
|
interface |
JDK
Encapsulates the notion of a JDK.
|
interface |
JLibrary
Encapsulates the notion of a Library as it is used
within JDeveloper.
|
interface |
JLibraryDefinition
Deprecated.
Use JLibrary
|
interface |
Library
Encapsulates the notion of a library as it is used
within JDeveloper.
|
interface |
LibraryList
The
LibraryList interface represents a list of JLibrary and JDK
definitions. |
interface |
LibraryWithMacroSupport
Library implementations that support macros within the URLs for class, source, and doc
paths should implement this class rather than the original Library interface.
|
interface |
MutableLibraryList |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDerivedLibrary
AbstractDerivedLibrary class. |
class |
AbstractLibrary
A read only, partial implementation of Libary.
|
class |
AddinJDK
A JDK automatically installed by the extension framework.
|
class |
AddinLibrary
Represents a library that was installed in an extension manifest's
<libraries> hook.
|
class |
AddinLibraryList
Provides access to libraries registered by extensions.
|
class |
ApplicationLibraryList
List of libraries defined internally in an application.
|
class |
BuildOutput
An element representing the BuildOutput location of a Project.
|
class |
ExternalLibrary |
class |
InternalLibraryList
A list of libraries defined internally in a project or application.
|
class |
JDKAdapter
Encapsulates the notion of a JDK.
|
class |
JDKNode |
class |
JLibraryAdapter
Encapsulates the notion of a Library as it is used
within JDeveloper.
|
class |
JLibraryList |
class |
JLibraryNode |
class |
JProjectLibraryList
The JProjectLibraryList class is used to contain Library instances that are
defined within the context of a JProject.
|
class |
LegacyJDK
The sole intention of LegacyJDK is to represent a JDK as used in pre 10.1.3
releases such taht the data may be read by the migration mechanics for
conversion to the 10.1.3 format.
|
class |
LegacyLibrary
The sole intention of LegacyLibrary is to represent a library as used in pre
10.1.3 releases such taht the data may be read by the migration mechanics for
conversion to the 10.1.3 format.
|
class |
LegacyLibraryDefinition |
class |
LegacyLibraryList
The sole intention of LegacyLibraryList is to represent a libraries.xml file
used in pre 10.1.3 releases such that the data may be read by the migration
mechanics for conversion to the 10.1.3 format.
|
class |
LibraryAdapter |
class |
LibraryDataNode |
class |
LibraryElement
|
class |
ListWrapper |
class |
ProjectLibrary
ProjectLibrary class. |
class |
UnresolvedLibrary
A placeholder for a library reference that could not be resolved.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseMergeNode<T> |
class |
TextMergeNode |
Modifier and Type | Class and Description |
---|---|
class |
JavaClassNode
The JavaNode interface represents a Java class element in the JDeveloper
browser.
|
class |
JavaNode
The JavaNode represents a Java class element in the JDeveloper
browser.
|
class |
JavaSourceNode
The
JavaSourceNode interface represents a Java source file
in the JDeveloper browser. |
class |
JspSourceNode
The
JspSourceNode interface represents a Jsp source file
in the JDeveloper browser. |
Modifier and Type | Interface and Description |
---|---|
interface |
SchemaObjectNode
Interface for all offline database nodes containing SchemaObjects to
implement.
|
Modifier and Type | Class and Description |
---|---|
class |
ProviderNode
Node for a provider in the navigator.
|
class |
SchemaNode
Node for the schema/package object in the system navigator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OfflineDBObjectNode
Interface for all offline database nodes containing DBObjects to implement.
|
Modifier and Type | Class and Description |
---|---|
class |
AllConnectionsNode |
class |
BrokenCatalogNode
BrokenCatalogNode is used to represent a broken or invalid element within a
resource catalog.
|
class |
CatalogContextNode |
class |
ConnectionTypeNode |
class |
DirContextNode |
class |
ExtendedGenericNode<E extends Element> |
class |
GenericNode<E extends Element> |
class |
MyCatalogsNode |
class |
PaletteRootNode |
class |
RepositoriesRootNode |
class |
RepositoryRootNode |
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 | Method and Description |
---|---|
Displayable |
BrowseablePaths.getDisplayable(int index)
Returns the Displayable that represents the browseable path at the
specified index.
|
Displayable |
EmbeddedServerCallback.getDisplayableForChoice(int index)
If the callback returned greater-than-zero from
getNumberOfChoices, JDeveloper will call this method with indexes
from 0 to N-1.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AppServer
A displayable representation of an Application Server.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeListItem
ChangeListItems are proxy elements that represent files in the change
list.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionListFilterNode |
class |
ConnectionNodeDecorator |
class |
ConnectionPlaceholderNode |
Constructor and Description |
---|
VCSExtensionInformation(Displayable displayable) |
Modifier and Type | Class and Description |
---|---|
class |
VersionHistoryNode |
Modifier and Type | Class and Description |
---|---|
class |
Category |
Modifier and Type | Method and Description |
---|---|
Displayable |
VersionOperationModel.getCategory(Displayable item)
Each item in the version operation panel can be categorized.
|
Displayable |
VersionOperationModel.getItem(int index)
Get the item at the specified index in the model.
|
Displayable[] |
VersionOperationModel.getItems()
Get the items in the model.
|
Modifier and Type | Method and Description |
---|---|
Displayable |
VersionOperationModel.getCategory(Displayable item)
Each item in the version operation panel can be categorized.
|
Modifier and Type | Class and Description |
---|---|
class |
oracle.jdeveloper.webapp.BrowsableWebDocumentNode |
class |
oracle.jdeveloper.webapp.DelegatingXMLSourceNode |
class |
oracle.jdeveloper.webapp.WebDocumentNode |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScopedVariableProvider
A VariableProvider for scoped variables such as dataTable's var property
Created from JspVariableProvider & CollectionBasedJspVariableGatherer
|
class |
IterationScopedVariableProvider |
Modifier and Type | Class and Description |
---|---|
class |
oracle.jdeveloper.webapp.libraries.TagLibrary |
Modifier and Type | Class and Description |
---|---|
class |
AuditAddinDescription
Describes the Audit addin for the extensions manager.
|
Modifier and Type | Method and Description |
---|---|
Displayable |
DefaultAuditModel.getDisplayable(java.lang.Object row) |
Modifier and Type | Class and Description |
---|---|
class |
AuditMarkerNavigationPoint
Navigates to an audit marker using
ModelAdapter.edit(oracle.jdeveloper.audit.model.Location) . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultContentDirectory |
static class |
UnauditableFileModelAdapter.UnauditableElement |
Modifier and Type | Class and Description |
---|---|
class |
oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode
Base class for the nodes in JDev that represent offline database objects.
|
Modifier and Type | Class and Description |
---|---|
class |
oracle.jdevimpl.webapp.html.HtmlSourceNode |