Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.data.cache |
Provides the classes for JOSM cache of imagery tiles, backed up by JCS.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.datatransfer.importers |
Provides the classes for the transfer support controllers allowing cut/copy/paste operations.
|
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.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.imagery |
Provides classes for handling imagery background 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 |
Provides the classes for JOSM input/output support.
|
org.openstreetmap.josm.io.remotecontrol |
Provides the classes for remote control system.
|
org.openstreetmap.josm.tools.date |
Provides classes for handling dates.
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
PreferenceToggleAction.pref |
private static BooleanProperty |
ExpertToggleAction.PREF_EXPERT |
private static BooleanProperty |
CombineWayAction.PROP_REVERSE_WAY |
private static BooleanProperty |
OpenLocationAction.USE_NEW_LAYER
true if the URL needs to be opened in a new layer, false otherwise
|
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 |
JCSCacheManager.USE_BLOCK_CACHE |
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
NavigatableComponent.PROP_ZOOM_INTERMEDIATE_STEPS
Divide intervals between native resolution levels to smaller steps if they are much larger than zoom ratio
|
static BooleanProperty |
MapMover.PROP_ZOOM_REVERSE_WHEEL |
Modifier and Type | Field and Description |
---|---|
private static BooleanProperty |
OsmLinkPaster.PASTE_REFERRERS |
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
Use English language for tag by default
|
static BooleanProperty |
TagEditHelper.PROPERTY_REMEMBER_TAGS
Whether recent tags must be remembered
|
Modifier and Type | Field and Description |
---|---|
private static BooleanProperty |
DownloadDialog.DOWNLOAD_AUTORUN |
private static BooleanProperty |
DownloadDialog.DOWNLOAD_GPS |
private static BooleanProperty |
DownloadDialog.DOWNLOAD_NEWLAYER |
private static BooleanProperty |
DownloadDialog.DOWNLOAD_NOTES |
private static BooleanProperty |
DownloadDialog.DOWNLOAD_OSM |
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
TMSLayer.PROP_ADD_TO_SLIPPYMAP_CHOOSER
shall TMS layers be added to download dialog
|
static BooleanProperty |
WMSLayer.PROP_DEFAULT_AUTOZOOM
should WMS layer autozoom in default mode
|
Constructor and Description |
---|
AlignImageryPanel(boolean oneLine,
BooleanProperty showAgain,
ImageryInfo infoToAdd) |
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
TileSourceDisplaySettings.PROP_AUTO_LOAD
The default auto load property
|
static BooleanProperty |
TileSourceDisplaySettings.PROP_AUTO_ZOOM
The default auto zoom property
|
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_LAYER
The preferences key for error layer
|
static BooleanProperty |
ValidatorPreference.PREF_OTHER
The preferences for ignored severity other
|
static BooleanProperty |
ValidatorPreference.PREF_OTHER_UPLOAD
The preferences key for ignored severity other on upload
|
static BooleanProperty |
ValidatorPreference.PREF_USE_IGNORE
The preferences key for enabled tests
|
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.
|