| Package | Description |
|---|---|
| oracle.ide.config |
Contains classes encapsulating JDevelopers's environment settings.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientSetting |
ClientSetting.findOrCreate(java.lang.String extensionID)
Finds or creates an extension specific settings object where the
extension stores its settings.
|
static ClientSetting |
ClientSetting.findOrCreate(java.lang.String extensionID,
java.lang.String filename)
Finds or creates an extension specific settings object where the
extension stores its settings.
|
ClientSetting |
IdeSettings.getClientSetting(java.lang.String dataKey)
Gets the client data object associated with the specified
dataKey. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdeSettings.addClientSetting(ClientSetting setting) |
protected void |
ClientSetting.copyToImpl(ClientSetting copy) |
protected boolean |
ClientSetting.equalsImpl(ClientSetting setting)
This is a helper method for
equals(Object) that can
also be used by subclasses that implement equals(Object). |