All Types

com.github.nwillc.ksnip.model.LagacySnippet

Data class supporting the legacy snippet format.

com.github.nwillc.ksnip.model.LegacyCategory

Data class supporting legacy Category format.

com.github.nwillc.ksnip.model.LegacyFile

Data class supporting legacy snippet JSON persistence file format.

com.github.nwillc.ksnip.model.Preferences

The preferences of the application. The defaultFile is the file the application will open on start.

com.github.nwillc.ksnip.controller.PreferencesController

Controller regarding Preferences.

com.github.nwillc.ksnip.view.PreferencesView

A view managing the application preferences panel.

com.github.nwillc.ksnip.model.Snippet

Data class representing a snippet. A snippet is comprised of a category, a title and its body.

com.github.nwillc.ksnip.controller.SnippetController

Application controller for operations regarding Snippets.

com.github.nwillc.ksnip.SnippetsApp

The entry point of the application.

com.github.nwillc.ksnip.view.SnippetsView

The view managing the snippets UI.