-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added draft for SB settings/prefs documentation.
- Loading branch information
1 parent
023d86a
commit ed03147
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# SceneBuilder Configuration | ||
|
||
## Data Storage | ||
|
||
| Location | Responsible Classes | Description | | ||
| :---------------------- | :--------------------------------------------------------- | :---------- | | ||
| `applicationDataFolder` | `c.o.j.scenebuilder.app.AppPlatform` | | | ||
| `userLibraryFolder` | `c.o.j.scenebuilder.app.AppPlatform` | | | ||
| `messageBoxFolder` | `c.o.j.scenebuilder.app.AppPlatform` | | | ||
| `logsFolder` | `c.o.j.scenebuilder.app.AppPlatform` | | | ||
| Java Preferences | `c.o.j.scenebuilder.app.preferences.PreferencesController` | | | ||
|
||
|
||
### ApplicationDataFolder | ||
|
||
### UserLibraryFolder | ||
|
||
### MessageBoxFolder | ||
|
||
### LogsFolder | ||
|
||
### Preferences | ||
|
||
Node Structure: | ||
|
||
Root Node: `com.oracle.javafx.scenebuilder.app.preferences` | ||
* SB_2.0 (`IMPORTED_GLUON_JARS`, `LAST_SENT_TRACKING_INFO_DATE`, `RECENT_ITEMS`, `REGISTRATION_EMAIL`, `REGISTRATION_HASH`, `REGISTRATION_OPT_IN`) | ||
* ARTIFACTS | ||
* DOCUMENTS (separate node for each document's settings) | ||
* REPOSITIRIES |