| Package | Description |
|---|---|
| oracle.ide |
Contains classes that allow addins access to the IDE integration objects.
|
| oracle.ide.config |
Contains classes encapsulating JDevelopers's environment settings.
|
| Modifier and Type | Method and Description |
|---|---|
static IdeSettings |
Ide.getSettings()
Gets the
IdeSettings |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdeSettings.copyToImpl(IdeSettings copy) |
protected boolean |
IdeSettings.equalsImpl(IdeSettings opt)
This is a helper method for
equals(Object) that can
also be used by subclasses that implement equals(Object). |
| Constructor and Description |
|---|
IdeSettings(IdeSettings ideSettings)
Copy constructor.
|