Interface | Description |
---|---|
EditorSettings |
Settings that apply to the editor.
|
EditorSettingsListener |
Interface for listeners interested in
EditorSettings events. |
ProjectSettings |
Settings that apply to a project.
|
ProjectSettingsListener |
Interface for listeners interested in
ProjectSettings events. |
VolatileSettings |
Settings that are not retained across editor restarts.
|
Class | Description |
---|---|
AbstractDefaultProjectSettings |
Default implementation of
ProjectSettings . |
AbstractEditorSettings |
Abstract base class for
EditorSettings implementations. |
AbstractProjectSettings |
Abstract base class for
ProjectSettings implementations. |
DefaultEditorSettings |
Default implementation of
EditorSettings . |
DefaultVolatileSettings |
Default implementation of
VolatileSettings . |
Enum | Description |
---|---|
EditorSettingsKey |
Possible keys for saving values in the
EditorSettings . |