Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

Package oracle.jdeveloper.model

Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model.

See: Description

Package oracle.jdeveloper.model Description

Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. These Java specific implementations extends the base functionality provided by classes in the oracle.ide.model package.

An important concept with the JDeveloper data model is that of configurable components. Projects use configurable components to provide plugin support for features. The base project class, oracle.jdeveloper.model.JProject, provides a minimal set of properties. Additional properties are grouped within specific configurable components. For example, a configurable component provides the Javadoc settings stored within the project. Configurable components can be common, as is the case for the project paths, or based on specific configurations, as is the case for compiler settings. Note that configurable components do not have to implement any particular interfaces; instead, they are identified as configurable components automatically when they are added to the project data model.

In addition to the base oracle.jdeveloper.model.JProject class, the oracle.jdeveloper.model package provides a few configurable components and the user interface to modify them. Additional configurable components can be added to a project dynamically, as can the UI to modify the contents of the configurable components. The oracle.jdeveloper.model.JProjectSettings class can be used to register common components, and the oracle.jdeveloper.model.JProjectConfiguration class can be used to register configuration specific components.

The oracle.jdeveloper.model package defines Node implementations for specific types of data. These types include Java sources (JavaSourceNode) and classes (JavaClassNode), JSP files (JspSourceNode), images (oracle.jdeveloper.model.ImageNode), and SQLJ classes (oracle.jdeveloper.model.SqljSourceNode).

Related Documentation

See Extending JDeveloper Using the Addin API for detailed information.

Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

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