| Package | Description |
|---|---|
| oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkingSets |
WorkingSets.getInstance(Project project)
Deprecated.
Since 11.0. Working sets are now stored at the application
level, not at the project level, so use
getInstance(Workspace). |
static WorkingSets |
WorkingSets.getInstance(Workspace workspace)
Gets the WorkingSets object for this supplied Workpsace.
|