class SnippetsView : View
The view managing the snippets UI.
SnippetsView()
The view managing the snippets UI. |
val root: VBox
the root UI view. |
|
var workingSet: List<Snippet>
the set of snippets being displayed. |
fun categorySelect(): Unit
Note selected category. |
|
fun deleteSnippet(): Unit
Delete the current snippet. |
|
fun exit(): Unit
Exit the application. |
|
fun find(): Unit
Focus on the find field. |
|
fun minimize(): Unit
Minimize the UI. |
|
fun openNew(): Unit
Open a new style file. |
|
fun openOld(): Unit
Open a legacy file. |
|
fun openPreferences(): Unit
Open the preferences panel. |
|
fun refreshCategories(): Unit
Refresh the categories displayed based on the workingSet. |
|
fun refreshText(): Unit
Refresh the snippet text. |
|
fun refreshTitles(): Unit
Refresh the titles list. |
|
fun save(): Unit
Save the snippets to the default file. |
|
fun saveAs(): Unit
Save the snippets to another file. |
|
fun saveSnippet(): Unit
Save the current snippet. |
|
fun search(): Unit
Search snippets titles and text. |
|
fun tabChanged(): Unit
Note when a tab is changed. |
|
fun updateSnippet(): Unit
Update the snippet with the current values. |
val JSON_FILTER: Array<ExtensionFilter>
File type filter for open panels. |