data class LagacySnippet
Data class supporting the legacy snippet format. |
|
data class LegacyCategory
Data class supporting legacy Category format. |
|
data class LegacyFile
Data class supporting legacy snippet JSON persistence file format. |
|
data class Preferences
The preferences of the application. The defaultFile is the file the application will open on start. |
|
data class Snippet : Comparable<Snippet>
Data class representing a snippet. A snippet is comprised of a category, a title and its body. |