| Package | Description |
|---|---|
| oracle.ide |
Contains classes that allow addins access to the IDE integration objects.
|
| oracle.ide.cmd |
Contains classes implementing several JDeveloper commands.
|
| oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
| oracle.jdeveloper.audit.model |
The base classes for defining the Audit object model.
|
| Modifier and Type | Method and Description |
|---|---|
static Workspaces |
Ide.getWorkspaces()
Gets the workspaces.
|
| Modifier and Type | Method and Description |
|---|---|
static Workspace |
NewWorkspaceCommand.createEmptyWorkspace(Workspaces workspaces,
Workspace defaultWorkspace,
Context context,
java.net.URL wspURL) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Workspaces.copyToImpl(Workspaces copy)
Design pattern for supporting strongly typed copying.
|
| Constructor and Description |
|---|
Workspaces(Workspaces workspaces)
Copy constructor.
|
| Constructor and Description |
|---|
ContainerModelAdapter(ModelFactory factory,
ModelType type,
Workspaces applications,
java.net.URL url) |
ModelAdapter(ModelFactory factory,
ModelType type,
Workspaces workspaces,
java.net.URL url)
Creates a model adapter that adapts a root
Workspaces element. |