1 package net.sf.gridarta.model.settings;
3 import org.jetbrains.annotations.NotNull;
34 private final String
key;
EditorSettingsKey(@NotNull final String key)
Creates a new instance.
String getKey()
Returns the settings key name.
final String key
The settings key.
ANALYZE_HIGHLIGHT1
The key for saving the menu state "Analyze|Highlight 0".
ANALYZE_FILTER_OUT
The key for saving the menu state "Analyze|Highlight 2".
ANALYZE_HIGHLIGHT2
The key for saving the menu state "Analyze|Highlight 1".
ANALYZE_HIGHLIGHT0
The key for saving the menu state "Analyze|Filter view".
Possible keys for saving values in the EditorSettings.