Package | Description |
---|---|
org.openstreetmap.josm.data.preferences |
Provides the classes for storing JOSM user preferences.
|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
Modifier and Type | Class and Description |
---|---|
class |
EnumProperty<T extends java.lang.Enum<T>>
A property containing an
Enum value. |
Modifier and Type | Field and Description |
---|---|
private ParametrizedEnumProperty<ToggleDialog.ButtonHidingType> |
ToggleDialog.propButtonHiding |