Skip to content

Commit

Permalink
Added draft for SB settings/prefs documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Dec 22, 2021
1 parent 023d86a commit ed03147
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/snippets/AppConfiguration.md
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

0 comments on commit ed03147

Please sign in to comment.