| Package | Description |
|---|---|
| oracle.jdeveloper.engine | |
| oracle.jdeveloper.model |
Contains interfaces and classes implementing the Java specific portions of
JDeveloper's data model.
|
| oracle.jdeveloper.wizard.common |
Contains classes used by wizards.
|
| Modifier and Type | Method and Description |
|---|---|
JavaSourceNode |
ClassEngine.getJavaSourceNode() |
| Modifier and Type | Method and Description |
|---|---|
static SourceClass |
EngineUtils.getSourceClass(JavaSourceNode javaSrcNode,
Project project) |
| Modifier and Type | Method and Description |
|---|---|
int |
JavaProject.addToProjectSourcePath(JavaSourceNode node)
Attempts to add the package of the incoming JavaSourceNode to the
source path of the project.
|
| Modifier and Type | Method and Description |
|---|---|
JavaSourceNode |
WizardFile.getSourceNode(Project project) |