Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.data | |
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
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.preferences.map |
Provides classes for handling map preferences.
|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
org.openstreetmap.josm.gui.preferences.validator |
Provides classes for handling validator preferences.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
org.openstreetmap.josm.gui.tagging.presets.items |
Provides classes for handling tagging presets items.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
org.openstreetmap.josm.io | |
org.openstreetmap.josm.io.remotecontrol | |
org.openstreetmap.josm.tools.date |
Provides classes for handling dates.
|
Modifier and Type | Field and Description |
---|---|
private static BooleanProperty |
CombineWayAction.PROP_REVERSE_WAY |
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
AutosaveTask.PROP_AUTOSAVE_ENABLED |
static BooleanProperty |
AutosaveTask.PROP_NOTIFICATION
Defines if a notification should be displayed after each autosave
|
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
ToggleDialog.PROP_DYNAMIC_BUTTONS
Property to enable dynamic buttons globally.
|
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
TagEditHelper.PROPERTY_FIX_TAG_LOCALE |
static BooleanProperty |
TagEditHelper.PROPERTY_REMEMBER_TAGS |
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
TMSLayer.PROP_ADD_TO_SLIPPYMAP_CHOOSER
shall TMS layers be added to download dialog
|
static BooleanProperty |
AbstractTileSourceLayer.PROP_DEFAULT_AUTOLOAD
do set autoload when creating a new layer
|
static BooleanProperty |
WMSLayer.PROP_DEFAULT_AUTOZOOM
should WMS layer autozoom in default mode
|
static BooleanProperty |
WMTSLayer.PROP_DEFAULT_AUTOZOOM
default setting of autozoom per layer
|
static BooleanProperty |
AbstractTileSourceLayer.PROP_DEFAULT_AUTOZOOM
do set autozoom when creating a new layer
|
static BooleanProperty |
AbstractTileSourceLayer.PROP_DEFAULT_SHOWERRORS
do show errors per default
|
Constructor and Description |
---|
AlignImageryPanel(boolean oneLine,
BooleanProperty showAgain,
ImageryInfo infoToAdd) |
Modifier and Type | Field and Description |
---|---|
private static BooleanProperty |
BackupPreference.PROP_KEEP_BACKUP |
Modifier and Type | Field and Description |
---|---|
private static BooleanProperty |
OverpassServerPreference.FOR_MULTI_FETCH |
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
ValidatorPreference.PREF_OTHER
The preferences for ignored severity other
|
Modifier and Type | Field and Description |
---|---|
private static BooleanProperty |
TaggingPresetSelector.ONLY_APPLICABLE |
private static BooleanProperty |
TaggingPresetSelector.SEARCH_IN_TAGS |
Modifier and Type | Field and Description |
---|---|
protected static BooleanProperty |
KeyedItem.PROP_FILL_DEFAULT |
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
FileChooserManager.PROP_USE_NATIVE_FILE_DIALOG
Property to enable use of native file dialogs.
|
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
MessageNotifier.PROP_NOTIFIER_ENABLED
Property defining if this task is enabled or not
|
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
RemoteControl.PROP_REMOTECONTROL_ENABLED
If the remote control feature is enabled or disabled.
|
static BooleanProperty |
RemoteControl.PROP_REMOTECONTROL_HTTPS_ENABLED
If the remote control feature is enabled or disabled for HTTPS.
|
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
DateUtils.PROP_ISO_DATES
Property to enable display of ISO dates globally.
|