Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.data.cache |
Provides the classes for JOSM cache of imagery tiles, backed up by JCS.
|
org.openstreetmap.josm.data.preferences.sources |
Provide classes to manage source of JOSM extensions that can be chosen in user preferences:
map paint styles
tagging presets
validator rules
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.autofilter |
Provides the classes for automatic filters (filters automatically created on current data).
|
org.openstreetmap.josm.gui.bbox |
Provides GUI classes for displaying a customizable and interactive bounding box.
|
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.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
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.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 static BooleanProperty |
OpenLocationAction.DOWNLOAD_ZOOMTODATA
true to zoom to entire newly downloaded data, false otherwise
|
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 |
JCSCacheManager.USE_BLOCK_CACHE |
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
ValidatorPrefHelper.PREF_LAYER
The preferences key for error layer
|
static BooleanProperty |
ValidatorPrefHelper.PREF_OTHER
The preferences for ignored severity other
|
static BooleanProperty |
ValidatorPrefHelper.PREF_OTHER_UPLOAD
The preferences key for ignored severity other on upload
|
static BooleanProperty |
ValidatorPrefHelper.PREF_USE_IGNORE
The preferences key for enabled tests
|
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
MapFrame.MODELESS
Do not require to switch modes (potlatch style workflow) for drawing/selecting map modes.
|
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
Zoom wheel is reversed.
|
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
AutoFilterManager.PROP_AUTO_FILTER_ENABLED
Property to determines if the auto filter feature is enabled.
|
Modifier and Type | Field and Description |
---|---|
private static BooleanProperty |
SlippyMapBBoxChooser.PROP_SHOWDLAREA |
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 |
OSMDownloadSource.OSMDownloadSourcePanel.DOWNLOAD_GPS |
private static BooleanProperty |
DownloadDialog.DOWNLOAD_NEWLAYER |
private static BooleanProperty |
OSMDownloadSource.OSMDownloadSourcePanel.DOWNLOAD_NOTES |
private static BooleanProperty |
OSMDownloadSource.OSMDownloadSourcePanel.DOWNLOAD_OSM |
private static BooleanProperty |
DownloadDialog.DOWNLOAD_ZOOMTODATA |
private static BooleanProperty |
OverpassDownloadSource.OverpassDownloadSourcePanel.OVERPASS_QUERY_LIST_OPENED |
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
TMSLayer.PROP_ADD_TO_SLIPPYMAP_CHOOSER
shall TMS layers be added to download dialog
|
static BooleanProperty |
AutosaveTask.PROP_AUTOSAVE_ENABLED
If autosave is enabled
|
static BooleanProperty |
WMSLayer.PROP_DEFAULT_AUTOZOOM
should WMS layer autozoom in default mode
|
static BooleanProperty |
AutosaveTask.PROP_NOTIFICATION
Defines if a notification should be displayed after each autosave
|
Constructor and Description |
---|
AlignImageryPanel(boolean oneLine,
BooleanProperty showAgain,
ImageryInfo infoToAdd) |
Modifier and Type | Field and Description |
---|---|
private static BooleanProperty |
ImageDisplay.AGPIFO_STYLE |
private static BooleanProperty |
ImageDisplay.BILIN_DOWNSAMP
Use bilinear filtering
|
private static BooleanProperty |
ImageDisplay.BILIN_UPSAMP |
private static BooleanProperty |
ImageDisplay.ZOOM_ON_CLICK
Alternative to mouse wheel zoom; esp.
|
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 |
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 |
OverpassDownloadReader.FOR_MULTI_FETCH
Property to determine if Overpass API should be used for multi-fetch download.
|
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.
|