Package org.opentrafficsim.editor
Interface OtsEditorProperties
- All Known Implementing Classes:
OtsEditor
public interface OtsEditorProperties
Interface that holds the editor properties.
Copyright (c) 2026-2026 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Wouter Schakel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey to store auto-save milliseconds.static final StringKey to store expression color.static final StringKey to store inactive color.static final StringKey to store invalid color.static final StringKey to store max number of drop-down items.static final StringKey to store max number of navigation steps.static final StringKey to store max number of recent files.static final StringKey to store max tooltip length.static final PropertiesStoreApplication store for preferences and recent files.static final StringKey to store recent files.
-
Field Details
-
PROPERTIES_STORE
Application store for preferences and recent files. -
EXPRESSION_COLOR_KEY
Key to store expression color.- See Also:
-
INVALID_COLOR_KEY
Key to store invalid color.- See Also:
-
INACTIVE_COLOR_KEY
Key to store inactive color.- See Also:
-
MAX_RECENT_FILES_KEY
Key to store max number of recent files.- See Also:
-
MAX_TOOLTIP_LENGTH_KEY
Key to store max tooltip length.- See Also:
-
MAX_DROPDOWN_ITEMS_KEY
Key to store max number of drop-down items.- See Also:
-
MAX_NAVIGATE_STEPS_KEY
Key to store max number of navigation steps.- See Also:
-
RECENT_FILES_KEY
Key to store recent files.- See Also:
-
AUTOSAVE_MS_KEY
Key to store auto-save milliseconds.- See Also:
-