Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

a - Variable in class org.openstreetmap.josm.actions.AlignInLineAction.Line
Line equation ax + by + c = 0 Such as a^2 + b^2 = 1, ie (-b, a) is a unit vector of line
a - Variable in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
 
a - Variable in class org.openstreetmap.josm.actions.CreateCircleAction.PolarNode
 
a - Variable in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector.StringSwitcher
 
a - Variable in class org.openstreetmap.josm.data.projection.Ellipsoid
half long axis
a - Variable in class org.openstreetmap.josm.data.projection.proj.LonLat
 
a - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Constants used in the transformation.
a - Variable in class org.openstreetmap.josm.tools.CompositeList
 
a - Variable in class org.openstreetmap.josm.tools.Pair
The first item
ab - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Convenience value equal to ObliqueMercator.a×ObliqueMercator.b.
abort(String) - Static method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
abortSelecting() - Method in class org.openstreetmap.josm.gui.SelectionManager
 
about - Variable in class org.openstreetmap.josm.gui.MainMenu
Help / About
AboutAction - Class in org.openstreetmap.josm.actions
Nice about screen.
AboutAction() - Constructor for class org.openstreetmap.josm.actions.AboutAction
Constructs a new AboutAction.
aboveMaxColor - Variable in class org.openstreetmap.josm.tools.ColorScale
 
ABSOLUTE_EXPIRE_TIME_LIMIT - Static variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
absoluteFix - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
AbstractAuthorizationUI - Class in org.openstreetmap.josm.gui.oauth
This is the abstract base class for the three authorisation UIs.
AbstractAuthorizationUI() - Constructor for class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Constructs a new AbstractAuthorizationUI without API URL.
AbstractAuthorizationUI(String) - Constructor for class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Constructs a new AbstractAuthorizationUI for the given API URL.
AbstractBinaryMatch(SearchCompiler.Match, SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.AbstractBinaryMatch
Constructs a new BinaryMatch.
AbstractBrowserAction(IHelpBrowser) - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowser.AbstractBrowserAction
 
AbstractCachedTileSourceLayer<T extends AbstractTMSTileSource> - Class in org.openstreetmap.josm.gui.layer
Class providing cache to other layers
AbstractCachedTileSourceLayer(ImageryInfo) - Constructor for class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
Creates an instance of class based on InageryInfo
AbstractCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.changeset
Superclass of changeset cell renderers.
AbstractCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.AbstractCellRenderer
 
AbstractChangesetDownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
Common abstract implementation of other changeset download tasks.
AbstractChangesetDownloadTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask
 
AbstractChangesetDownloadTask.RunnableDownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
AbstractCopyAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.AbstractCopyAction
 
AbstractCredentialsAgent - Class in org.openstreetmap.josm.io.auth
 
AbstractCredentialsAgent() - Constructor for class org.openstreetmap.josm.io.auth.AbstractCredentialsAgent
 
AbstractDatasetChangedEvent - Class in org.openstreetmap.josm.data.osm.event
 
AbstractDatasetChangedEvent(DataSet) - Constructor for class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent
 
AbstractDatasetChangedEvent.DatasetEventType - Enum in org.openstreetmap.josm.data.osm.event
 
AbstractDatum - Class in org.openstreetmap.josm.data.projection.datum
 
AbstractDatum(String, String, Ellipsoid) - Constructor for class org.openstreetmap.josm.data.projection.datum.AbstractDatum
Constructs a new AbstractDatum.
AbstractDownloadTask<T> - Class in org.openstreetmap.josm.actions.downloadtasks
Common abstract implementation of other download tasks.
AbstractDownloadTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
Constructs a new AbstractDownloadTask.
AbstractEntryListModel() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.AbstractEntryListModel
 
AbstractFileChooser - Class in org.openstreetmap.josm.gui.widgets
Abstract class to allow different file chooser implementations.
AbstractFileChooser() - Constructor for class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
 
AbstractFilterAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.FilterDialog.AbstractFilterAction
 
AbstractFinder(Environment) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
 
AbstractIdTextField<T extends AbstractTextComponentValidator> - Class in org.openstreetmap.josm.gui.widgets
An abstract class for ID text fields.
AbstractIdTextField(Class<T>) - Constructor for class org.openstreetmap.josm.gui.widgets.AbstractIdTextField
Constructs a new AbstractIdTextField
AbstractIdTextField(Class<T>, int) - Constructor for class org.openstreetmap.josm.gui.widgets.AbstractIdTextField
Constructs a new AbstractIdTextField
AbstractInfoAction - Class in org.openstreetmap.josm.actions
Abstract base class for info actions, opening an URL describing a particular object.
AbstractInfoAction(boolean) - Constructor for class org.openstreetmap.josm.actions.AbstractInfoAction
Constructs a new AbstractInfoAction.
AbstractInfoAction(String, String, String, Shortcut, boolean, String, boolean) - Constructor for class org.openstreetmap.josm.actions.AbstractInfoAction
Constructs a new AbstractInfoAction.
AbstractInternalTask(boolean, String, boolean, boolean) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
Constructs a new AbstractInternalTask.
AbstractInternalTask(boolean, String, ProgressMonitor, boolean, boolean) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
Constructs a new AbstractInternalTask.
AbstractIOTask - Class in org.openstreetmap.josm.gui.io
This is an abstract task for uploading or saving a data layer.
AbstractIOTask() - Constructor for class org.openstreetmap.josm.gui.io.AbstractIOTask
Contructs a new AbstractIOTask.
AbstractLayer - Class in org.openstreetmap.gui.jmapviewer
 
AbstractLayer(String) - Constructor for class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
AbstractLayer(String, String) - Constructor for class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
AbstractLayer(String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
AbstractLayer(String, String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
AbstractLayer(LayerGroup, String) - Constructor for class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
AbstractLayer(LayerGroup, String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
AbstractLayer(LayerGroup, String, String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
AbstractListEditor<T> - Class in org.openstreetmap.josm.gui.preferences.advanced
Abstract superclass of ListEditor and AbstractTableListEditor.
AbstractListEditor(Component, String, PrefEntry) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.AbstractListEditor
Constructs a new AbstractListEditor.
AbstractMapQuestTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
 
AbstractMapQuestTileSource(String, String, String) - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
AbstractMapRenderer - Class in org.openstreetmap.josm.data.osm.visitor.paint
Abstract common superclass for Rendering implementations.
AbstractMapRenderer(Graphics2D, NavigatableComponent, boolean) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Creates an abstract paint visitor
AbstractMapViewPaintable - Class in org.openstreetmap.josm.gui.layer
This class implements the invalidation listener mechanism suggested by MapViewPaintable and a default #atta
AbstractMapViewPaintable() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable
 
AbstractMapViewPaintable.CompatibilityModeLayerPainter - Class in org.openstreetmap.josm.gui.layer
This is the default implementation of the layer painter.
AbstractMergeAction - Class in org.openstreetmap.josm.actions
 
AbstractMergeAction() - Constructor for class org.openstreetmap.josm.actions.AbstractMergeAction
Constructs a new AbstractMergeAction.
AbstractMergeAction(String, String, String, Shortcut, boolean) - Constructor for class org.openstreetmap.josm.actions.AbstractMergeAction
 
AbstractMergeAction(String, String, String, Shortcut, boolean, String, boolean) - Constructor for class org.openstreetmap.josm.actions.AbstractMergeAction
 
AbstractMergeAction.LayerListCellRenderer - Class in org.openstreetmap.josm.actions
the list cell renderer used to render layer list entries
AbstractModifiableLayer - Class in org.openstreetmap.josm.gui.layer
A modifiable layer.
AbstractModifiableLayer(String) - Constructor for class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Constructs a new ModifiableLayer.
AbstractOsmTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
Abstract class for OSM Tile sources
AbstractOsmTileSource(String, String, String) - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
Constructs a new OSM tile source
AbstractParser - Class in org.openstreetmap.josm.io
Base class of OsmChangesetContentParser and OsmHistoryReader internal parsers.
AbstractParser() - Constructor for class org.openstreetmap.josm.io.AbstractParser
 
AbstractPrimitive - Class in org.openstreetmap.josm.data.osm
Abstract class to represent common features of the datatypes primitives.
AbstractPrimitive() - Constructor for class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
AbstractPrimitive.KeyValueVisitor - Interface in org.openstreetmap.josm.data.osm
This is a visitor that can be used to loop over the keys/values of this primitive.
AbstractPrimitiveTask - Class in org.openstreetmap.josm.gui.io
Abstract superclass of download/update primitives tasks.
AbstractPrimitiveTask(String, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
AbstractPrimitiveTask(String, ProgressMonitor, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
AbstractProgressMonitor - Class in org.openstreetmap.josm.gui.progress
 
AbstractProgressMonitor(CancelHandler) - Constructor for class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
AbstractProgressMonitor.Request - Class in org.openstreetmap.josm.gui.progress
 
AbstractProgressMonitor.State - Enum in org.openstreetmap.josm.gui.progress
 
AbstractProj - Class in org.openstreetmap.josm.data.projection.proj
Abstract base class providing utilities for implementations of the Proj interface.
AbstractProj() - Constructor for class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
AbstractProjection - Class in org.openstreetmap.josm.data.projection
Implementation of the Projection interface that represents a coordinate reference system and delegates the real projection and datum conversion to other classes.
AbstractProjection() - Constructor for class org.openstreetmap.josm.data.projection.AbstractProjection
 
AbstractProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
 
AbstractProjectionChoice(String, String, String) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
Constructs a new AbstractProjectionChoice.
AbstractProjectionChoice(String, String) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
Constructs a new AbstractProjectionChoice.
AbstractProperty<T> - Class in org.openstreetmap.josm.data.preferences
Captures the common functionality of preference properties
AbstractProperty(String, T) - Constructor for class org.openstreetmap.josm.data.preferences.AbstractProperty
Constructs a new AbstractProperty.
AbstractReader - Class in org.openstreetmap.josm.io
Abstract Reader, allowing other implementations than OsmReader (PbfReader in PBF plugin for example)
AbstractReader() - Constructor for class org.openstreetmap.josm.io.AbstractReader
 
AbstractRelationAction - Class in org.openstreetmap.josm.actions.relation
Ancestor for all actions that want to work with relation collection and to be disabled if the collection is empty
AbstractRelationAction() - Constructor for class org.openstreetmap.josm.actions.relation.AbstractRelationAction
 
AbstractRelationEditorAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Abstract superclass of relation editor actions.
AbstractRelationEditorAction(MemberTable, MemberTableModel, String) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction
 
AbstractRelationEditorAction(MemberTable, MemberTableModel, String, OsmDataLayer, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction
 
AbstractSelectAction - Class in org.openstreetmap.josm.actions
Superclass of "Select" actions in various parts of JOSM.
AbstractSelectAction() - Constructor for class org.openstreetmap.josm.actions.AbstractSelectAction
Constructs a new AbstractSelectAction.
AbstractSelector(List<Condition>) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.AbstractSelector
 
AbstractSessionExporter<T extends Layer> - Class in org.openstreetmap.josm.io.session
Abstract superclass of all session layer exporters.
AbstractSessionExporter(T) - Constructor for class org.openstreetmap.josm.io.session.AbstractSessionExporter
Constructs a new AbstractSessionExporter.
AbstractSetting<T> - Class in org.openstreetmap.josm.data.preferences
Base abstract class of all settings, holding the setting value.
AbstractSetting(T) - Constructor for class org.openstreetmap.josm.data.preferences.AbstractSetting
Constructs a new AbstractSetting with the given value
AbstractTableListEditor<T> - Class in org.openstreetmap.josm.gui.preferences.advanced
Abstract superclass of ListListEditor and MapListEditor.
AbstractTableListEditor(Component, String, PrefEntry) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor
Constructs a new AbstractListEditor.
AbstractTableListEditor.AbstractEntryListModel - Class in org.openstreetmap.josm.gui.preferences.advanced
 
AbstractTableListEditor.EntryListener - Class in org.openstreetmap.josm.gui.preferences.advanced
 
AbstractTableListEditor.NewEntryAction - Class in org.openstreetmap.josm.gui.preferences.advanced
 
AbstractTableListEditor.RemoveEntryAction - Class in org.openstreetmap.josm.gui.preferences.advanced
 
AbstractTagsDialog(Component, String, String[]) - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
 
AbstractTextComponentValidator - Class in org.openstreetmap.josm.gui.widgets
This is an abstract class for a validator on a text component.
AbstractTextComponentValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
Creates the validator and weires it to the text component tc.
AbstractTextComponentValidator(JTextComponent, boolean) - Constructor for class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
Alternative constructor that allows to turn off the actionListener.
AbstractTextComponentValidator(JTextComponent, boolean, boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
Constructs a new AbstractTextComponentValidator.
AbstractTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
 
AbstractTileSource() - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
AbstractTileSourceLayer<T extends AbstractTMSTileSource> - Class in org.openstreetmap.josm.gui.layer
Base abstract class that supports displaying images provided by TileSource.
AbstractTileSourceLayer(ImageryInfo) - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Creates Tile Source based Imagery Layer based on Imagery Info
AbstractTileSourceLayer.AutoLoadTilesAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.AutoZoomAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.DecreaseZoomAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.DeepTileSet - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.FlushTileCacheAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.IncreaseZoomAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.LoadAllTilesAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.LoadErroneusTilesAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.LoadTileAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.PrecacheTask - Class in org.openstreetmap.josm.gui.layer
Task responsible for precaching imagery along the gpx track
AbstractTileSourceLayer.ShowErrorsAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.ShowTileInfoAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.TileHolder - Class in org.openstreetmap.josm.gui.layer
Simple class to keep clickedTile within hookUpMapView
AbstractTileSourceLayer.TileSet - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.TileSetInfo - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.TileSourceLayerPopup - Class in org.openstreetmap.josm.gui.layer
Tile source layer popup menu.
AbstractTileSourceLayer.ZoomToBestAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTileSourceLayer.ZoomToNativeLevelAction - Class in org.openstreetmap.josm.gui.layer
 
AbstractTMSTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
Class generalizing all tile based tile sources
AbstractTMSTileSource(TileSourceInfo) - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
Creates an instance based on TileSource information
AbstractUploadDialog - Class in org.openstreetmap.josm.gui.io
This is an abstract base class for dialogs used for entering generic upload options.
AbstractUploadDialog(Window, Dialog.ModalityType) - Constructor for class org.openstreetmap.josm.gui.io.AbstractUploadDialog
Creates a dialog with an empty title and the specified modality and Window as its owner.
AbstractUploadDialog(Window, String, Dialog.ModalityType, GraphicsConfiguration) - Constructor for class org.openstreetmap.josm.gui.io.AbstractUploadDialog
Creates a dialog with the specified title, owner Window, modality and GraphicsConfiguration.
AbstractUploadDialog(Window, String, Dialog.ModalityType) - Constructor for class org.openstreetmap.josm.gui.io.AbstractUploadDialog
Creates a dialog with the specified title, owner Window and modality.
AbstractUploadDialog(Window, String) - Constructor for class org.openstreetmap.josm.gui.io.AbstractUploadDialog
Creates a modeless dialog with the specified title and owner Window.
AbstractUploadDialog(Window) - Constructor for class org.openstreetmap.josm.gui.io.AbstractUploadDialog
Creates a modeless dialog with the specified Window as its owner and an empty title.
AbstractUploadTask - Class in org.openstreetmap.josm.gui.io
 
AbstractUploadTask(String, boolean) - Constructor for class org.openstreetmap.josm.gui.io.AbstractUploadTask
Constructs a new AbstractUploadTask.
AbstractUploadTask(String, ProgressMonitor, boolean) - Constructor for class org.openstreetmap.josm.gui.io.AbstractUploadTask
Constructs a new AbstractUploadTask.
AbstractUploadTask(String) - Constructor for class org.openstreetmap.josm.gui.io.AbstractUploadTask
Constructs a new AbstractUploadTask.
AbstractValidator - Class in org.openstreetmap.josm.data.validation.routines
Abstract validator superclass to extend Apache Validator routines.
AbstractValidator() - Constructor for class org.openstreetmap.josm.data.validation.routines.AbstractValidator
 
AbstractVisitor - Class in org.openstreetmap.josm.data.osm.visitor
This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
AbstractVisitor() - Constructor for class org.openstreetmap.josm.data.osm.visitor.AbstractVisitor
 
ACCELERATION - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
The speed increase per timer interval when a cursor button is clicked
accept(File) - Method in class org.openstreetmap.josm.actions.ExtensionFileFilter
 
accept(PrimitiveVisitor) - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Makes the given visitor visit this primitive.
accept(Visitor) - Method in class org.openstreetmap.josm.data.osm.Node
 
accept(PrimitiveVisitor) - Method in class org.openstreetmap.josm.data.osm.Node
 
accept(PrimitiveVisitor) - Method in class org.openstreetmap.josm.data.osm.NodeData
 
accept(Visitor) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Implementation of the visitor scheme.
accept(Visitor) - Method in class org.openstreetmap.josm.data.osm.Relation
 
accept(PrimitiveVisitor) - Method in class org.openstreetmap.josm.data.osm.Relation
 
accept(PrimitiveVisitor) - Method in class org.openstreetmap.josm.data.osm.RelationData
 
accept(Visitor) - Method in class org.openstreetmap.josm.data.osm.Way
 
accept(PrimitiveVisitor) - Method in class org.openstreetmap.josm.data.osm.Way
 
accept(PrimitiveVisitor) - Method in class org.openstreetmap.josm.data.osm.WayData
 
accept(File) - Method in class org.openstreetmap.josm.gui.util.FileFilterAllFiles
 
AcceptAccessTokenAction() - Constructor for class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.AcceptAccessTokenAction
Constructs a new AcceptAccessTokenAction.
acceptFile(File) - Method in class org.openstreetmap.josm.io.AllFormatsImporter
 
acceptFile(File, Layer) - Method in class org.openstreetmap.josm.io.FileExporter
 
acceptFile(File) - Method in class org.openstreetmap.josm.io.FileImporter
Determines if this file importer accepts the given file.
acceptFile(File, Layer) - Method in class org.openstreetmap.josm.io.GpxExporter
 
acceptFile(File) - Method in class org.openstreetmap.josm.io.JpgImporter
 
acceptFile(File, Layer) - Method in class org.openstreetmap.josm.io.NoteExporter
 
acceptFile(File, Layer) - Method in class org.openstreetmap.josm.io.OsmExporter
 
acceptName(String) - Method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Returns true if this file filter accepts the given filename.
acceptsDocumentationSummary() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
acceptsDocumentationSummary() - Method in interface org.openstreetmap.josm.actions.downloadtasks.DownloadTask
Returns a short HTML documentation string, describing acceptable URLs.
acceptsMember(RelationMember) - Method in interface org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.AdditionalSorter
 
acceptsMember(RelationMember) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.AssociatedStreetRoleAddressHouseSorter
 
acceptsMember(RelationMember) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.AssociatedStreetRoleStreetSorter
 
acceptsMember(RelationMember) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.PublicTransportRoleStopPlatformSorter
 
acceptsUrl(String) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
Determines if the given URL is accepted by AbstractDownloadTask.getPatterns().
acceptsUrl(String, boolean) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
acceptsUrl(String, boolean) - Method in interface org.openstreetmap.josm.actions.downloadtasks.DownloadTask
Returns true if the task is able to open the given URL, false otherwise.
ACCESS_TOKEN_PROP - Static variable in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
The property name for the Access Token property
accessedUrl - Variable in exception org.openstreetmap.josm.io.OsmApiException
 
accessibleContext - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
AccessibleMapScaler() - Constructor for class org.openstreetmap.josm.gui.MapScaler.AccessibleMapScaler
 
AccessibleMultiSplitPane() - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitPane.AccessibleMultiSplitPane
 
AccessibleSizeButton() - Constructor for class org.openstreetmap.josm.gui.bbox.SizeButton.AccessibleSizeButton
 
accessToken - Variable in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
 
accessToken - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
AccessTokenBuilder() - Constructor for class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.AccessTokenBuilder
 
AccessTokenInfoPanel - Class in org.openstreetmap.josm.gui.oauth
Displays the key and the secret of an OAuth Access Token.
AccessTokenInfoPanel() - Constructor for class org.openstreetmap.josm.gui.oauth.AccessTokenInfoPanel
Constructs a new AccessTokenInfoPanel.
accessTokenKey - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
 
accessTokenKeyChanged - Variable in class org.openstreetmap.josm.gui.JosmUserIdentityManager
 
AccessTokenKeyValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.AccessTokenKeyValidator
 
accessTokenSecret - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
 
accessTokenSecretChanged - Variable in class org.openstreetmap.josm.gui.JosmUserIdentityManager
 
AccessTokenSecretValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.AccessTokenSecretValidator
 
accessTokenUrl - Variable in class org.openstreetmap.josm.data.oauth.OAuthParameters
 
accountCreated - Variable in class org.openstreetmap.josm.data.osm.UserInfo
the date this user was created
accumulator - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
accumulator - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
acquireSemaphore(Runnable) - Method in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
act - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ToolbarPopupMenu
 
actAdd - Variable in class org.openstreetmap.josm.gui.download.BookmarkSelection
the add action
actCloseSelectedChangesetsAction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
actDownload - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
the download action and button
actDownloadChangesetContent - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
actDownloadContentAction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
actDownloadObjectAction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
actDownloadSelectedChangesets - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
actDownloadSelectedContent - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
actDownloadSelIncompleteMembers - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
actEditRelationSelection - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
action - Variable in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
action - Variable in class org.openstreetmap.josm.data.notes.NoteComment
 
Action() - Constructor for enum org.openstreetmap.josm.data.notes.NoteComment.Action
 
Action() - Constructor for enum org.openstreetmap.josm.gui.dialogs.DialogsPanel.Action
 
Action() - Constructor for class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog.Action
 
action - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
action - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog.ImageAction
 
action - Variable in class org.openstreetmap.josm.gui.MapMover.ZoomerAction
 
action - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
action - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
Action() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog.Action
action - Variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyAction
 
action - Variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler.ShowLayersPopupWorker
 
ACTION_FLAVOR - Static variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
actionAllowed(Collection<Node>) - Static method in class org.openstreetmap.josm.actions.AlignInCircleAction
Check if one or more nodes are outside of download area
ActionDefinition(Action) - Constructor for class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
ActionFlagsTableCell - Class in org.openstreetmap.josm.gui.io
This class creates a table cell that features two checkboxes, Upload and Save.
ActionFlagsTableCell() - Constructor for class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
Constructs a new ActionFlagsTableCell.
actionMap - Variable in class org.openstreetmap.josm.actions.OverpassDownloadAction.DisableActionsFocusListener
 
ActionParameter<T> - Class in org.openstreetmap.josm.actions
 
ActionParameter(String) - Constructor for class org.openstreetmap.josm.actions.ActionParameter
 
ActionParameter.SearchSettingsActionParameter - Class in org.openstreetmap.josm.actions
 
ActionParameter.StringActionParameter - Class in org.openstreetmap.josm.actions
 
actionParametersModel - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
actionParametersPanel - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
actionParametersTable - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
ActionParametersTableModel() - Constructor for class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParametersTableModel
 
ActionParser(Map<String, Action>) - Constructor for class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.AboutAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.AbstractInfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.AddImageryLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.AddNodeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.AlignInCircleAction
Perform AlignInCircle action.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.AlignInLineAction
Operation depends on the selected objects:
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.audio.AudioBackAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.audio.AudioFastSlowAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.audio.AudioFwdAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.audio.AudioNextAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.audio.AudioPlayPauseAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.audio.AudioPrevAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.AutoScaleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ChangesetManagerToggleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.CloseChangesetAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.CombineWayAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.CopyAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.CopyCoordinatesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.CreateCircleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.DeleteAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.DeleteLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.DialogsToggleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.DistributeAction
Perform action.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.DownloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.DownloadNotesInViewAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.DownloadPrimitiveAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.DownloadReferrersAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.DuplicateAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ExitAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ExpertToggleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.FollowLineAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.FullscreenToggleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.GpxExportAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.HelpAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.HistoryInfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.InfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Gets called whenever the shortcut is pressed or the menu entry is selected.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.JoinNodeWayAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.JumpToAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.BackSpaceAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapChangeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction.DualAlignChangeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
Call selectMapMode(this) on the parent mapFrame.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.MergeLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.MergeNodesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.MergeSelectionAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.MirrorAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.MoveAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.MoveNodeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.NewAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.OpenFileAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.OpenLocationAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.OrthogonalizeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.OrthogonalizeAction.Undo
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassQueryHistoryItem
 
actionPerformed(ActionEvent, Map<String, Object>) - Method in interface org.openstreetmap.josm.actions.ParameterizedAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.PasteAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.PasteTagsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.PreferencesAction
Launch the preferences dialog.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.PreferenceToggleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.PurgeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.RedoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.AddSelectionToRelations
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.DeleteRelationsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.DownloadMembersAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.DownloadSelectedIncompleteMembersAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.DuplicateRelationAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.EditRelationAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction.RecentRelationsMenuItem
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.SelectInRelationListAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.SelectMembersAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.relation.SelectRelationAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.RenameLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ReportBugAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.RestartAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ReverseWayAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.SaveActionBase
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.search.SearchAction
 
actionPerformed(ActionEvent, Map<String, Object>) - Method in class org.openstreetmap.josm.actions.search.SearchAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.SearchNotesDownloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.SelectAllAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequencesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.SessionLoadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.SessionSaveAsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ShowStatusReportAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.SplitWayAction
Called when the action is executed.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ToggleGPXLinesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ToggleUploadDiscouragedLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.UndoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.UnGlueAction
Called when the action is executed.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.UnJoinNodeWayAction
Called when the action is executed.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.UnselectAllAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.UpdateDataAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.UpdateSelectionAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.UploadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.UploadNotesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ValidateAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ViewportFollowToggleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.WireframeToggleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ZoomInAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ZoomOutAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.actions.ZoomToAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveXAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveYAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.ZoomInAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.ZoomOutAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressInputPanel.ApplyTileAddressAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAfterCurrentLeftAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAfterCurrentRightAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllLeft
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllRight
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyBeforeCurrentLeftAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyBeforeCurrentRightAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyEndLeftAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyEndRightAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyStartLeftAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyStartRightAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.FreezeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.MoveDownMergedAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.MoveUpMergedAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.RemoveMergedAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepMyCoordinatesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepMyDeletedStateAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepTheirCoordinatesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepTheirDeletedStateAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.UndecideCoordinateConflictAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.UndecideDeletedStateConflictAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.KeepMineAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.KeepTheirAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.UndecideAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.ApplyAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.ApplyAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver.ApplyRoleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable.SelectNextColumnCellAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable.SelectPreviousColumnCellAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.CloseSelectedChangesetsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadMyChangesets
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetContentAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.QueryAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.RemoveFromCacheAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.ShowDetailAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.DownloadObjectAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.HeaderPanel.DownloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.SelectInCurrentLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ZoomInCurrentLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.RemoveFromCacheAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.SelectInCurrentLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.UpdateChangesetAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.ZoomInCurrentLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel.UpdateChangesetDiscussionAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.DownloadChangesetContentAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog.QueryAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel.DownloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.CloseOpenChangesetsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.LaunchChangesetManagerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ReadChangesetsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.SelectObjectsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ShowChangesetInfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.SelectAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.SelectAndZoomAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ResolveAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ResolveToAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.SelectAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog.ApplyResolutionAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog.HelpAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.OKAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.AbstractFilterAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.layer.DeleteLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.layer.DuplicateAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.layer.MoveDownAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.layer.MoveUpAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.ToggleLayerIndexVisibility
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListPopup.InfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MoveUpDownAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.OnOffAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.ReloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog.Action
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.AddCommentAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.CloseAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.NewAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.ReopenAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.SortAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.AbstractCopyAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.AddAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.DeleteAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.EditAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.HelpAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.PasteValueAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.SearchAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.TaginfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog.EditIgnoreTagsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog.IgnoreTagAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedAfterSelection
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedAtEndAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedAtStartAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedBeforeSelection
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.ApplyAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.CopyMembersAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.DeleteCurrentRelationAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.DownloadIncompleteMembersAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.DownloadSelectedIncompleteMembersAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.DuplicateRelationAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.EditAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.MoveDownAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.MoveUpAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.OKAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.PasteMembersAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.RefreshAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.RemoveAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.RemoveSelectedAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.ReverseAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SelectedMembersForSelectionAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SelectPrimitivesForSelectedMembersAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SetRoleAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SortAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SortBelowAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildRelationsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadSelectedAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.EditAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.SelectNextGapAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.SelectPreviousGapAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.EditAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.ReloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.NewAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchMenuItem
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionMenuItem
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ShowHistoryAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToJOSMSelectionAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToListSelection
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.ToggleDialogAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.SelectUsersPrimitivesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.ShowUserInfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection.AddAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection.RemoveAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection.RenameAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.BoundingBoxBuilder
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LatValueChecker
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LonValueChecker
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog.DownloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.ExtendedDialog.HelpAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.help.ContextSensitiveHelpAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.BackAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.EditAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.ForwardAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.HomeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.OpenInBrowserAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.ReloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.HelpAwareOptionPane.DefaultAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog.CloseAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog.ReloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.ShowHistoryAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.ZoomToNodeAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.history.VersionInfoPanel.OpenChangesetDialogAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.history.VersionTable.ChangesetInfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.history.VersionTable.UserInfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel.CommentModelListener
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.CloseChangesetAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.RefreshAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog.CloseAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.OKAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell.LaunchFileChooserAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.RecentlyOpenedFilesMenu.ClearAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.DiscardAndProceedAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveSessionAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.UploadDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.UploadDialog.UploadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.ContinueAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.StrategyChangeListener
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AutoLoadTilesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AutoZoomAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DecreaseZoomAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.FlushTileCacheAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.IncreaseZoomAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.LoadAllTilesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.LoadErroneusTilesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.LoadTileAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ShowErrorsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ShowTileInfoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ZoomToBestAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ZoomToNativeLevelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.CustomizeColor
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.AdjustActionListener
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.AutoGuessActionListener
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.LoadGpxDataActionListener
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SetOffsetActionListener
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.StatusBarUpdater
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog.ImageAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ShowThumbnailAction
This is called after the menu entry was selected.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.gpx.CustomizeDrawingAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.gpx.ImportAudioAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.gpx.ImportImagesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.gpx.MarkersFromNamedPointsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ApplyOffsetAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.OffsetAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.Layer.LayerGpxExportAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.Layer.LayerSaveAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.Layer.LayerSaveAsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.Layer.SeparatorLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.ImageMarker
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Called when the mouse is clicked in the marker's hotspot.
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.MoveAudio
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.ShowHideMarkerText
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.SynchronizeAudio
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.WebMarker
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer.ConsistencyTestAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer.ConvertToGpxLayerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.layer.WMSLayer.BookmarkWmsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.MapFrame.ListAllButtonsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.MapMover.ZoomerAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.NotificationManager.HideEvent
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel.HideAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.NotificationManager.PauseFinishedEvent
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.NotificationManager.UnfreezeEvent
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.BackAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.RunAuthorisationAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.TestAccessTokenAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.TestAccessTokenAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.AcceptAccessTokenAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel.BackAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveRequestTokenAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.ShowAccessTokenPanel.RestartAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.TestAccessTokenAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.NewEntryAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.RemoveEntryAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference.ImportProfileAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.advanced.ExportProfileAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ActivateAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.NewEntryAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ReloadAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.RemoveEntryAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginCheckBox
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.ConfigureSitesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.DownloadAvailablePluginsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.UpdateSelectedPluginsAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog.CancelAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog.OKAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.AuthoriseNowAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.TestAuthorisationAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ApiUrlPropagator
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ValidateApiUrlAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.CbAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActivateSourcesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditActiveSourceAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditIconPathAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog.LaunchFileChooserAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor.LaunchFileChooserAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.MoveUpDownAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.NewActiveSourceAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.NewIconPathAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ReloadSourcesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.RemoveActiveSourcesAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.RemoveIconPathAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ResetAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.Move
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset.ToolbarButtonAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog.Action
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.TagTable.AddAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.TagTable.DeleteAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.TagTable.PasteAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.TagTable.SelectNextColumnCellAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.TagTable.SelectPreviousColumnCellAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmTable.SelectNextColumnCellAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmTable.SelectPreviousColumnCellAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu.RedoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu.UndoAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.io.session.GenericSessionExporter.LayerSaveAction
 
actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyAction
 
actions - Variable in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu
 
actions - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
actions - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
Key: Registered name (property "toolbar" of action).
actions - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.ActionTransferable
 
ACTIONS - Static variable in class org.openstreetmap.josm.io.OsmChangeReader
List of possible actions.
actionsTree - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
actionsTreeModel - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
actionSupportLayers(List<Layer>) - Static method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
ActionTransferable(List<ToolbarPreferences.ActionDefinition>) - Constructor for class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.ActionTransferable
 
activate(Class<? extends AbstractMapRenderer>) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
Activates a map renderer class.
ActivateAction() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ActivateAction
Constructs a new ActivateAction.
activateAnglePanel(boolean) - Method in class org.openstreetmap.josm.gui.MapStatus
Activates the angle panel.
activateDefault() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
Activates the default map renderer.
ActivateLayerAction - Class in org.openstreetmap.josm.gui.dialogs.layer
The action to activate the currently selected layer
ActivateLayerAction(Layer, LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
Constructs a new ActivateLayerAction.
ActivateLayerAction(LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
Constructs a new ActivateLayerAction.
activateLayerAction - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
 
activateMapRenderer(String) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
 
ActivateSourcesAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.ActivateSourcesAction
 
activateVirtualNodeNearPoint(Point) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
Calculate a virtual node if there is enough visual space to draw a crosshair node and the middle of a way segment is clicked.
active - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
active - Variable in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
active() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog
 
active - Variable in class org.openstreetmap.josm.gui.preferences.SourceEntry
active is a boolean flag that can be used to turn the source on or off at runtime.
active - Variable in class org.openstreetmap.josm.io.session.SessionReader
 
active - Variable in class org.openstreetmap.josm.io.session.SessionWriter
 
activeConnection - Variable in class org.openstreetmap.josm.io.CachedFile
 
activeConnection - Variable in class org.openstreetmap.josm.io.OsmConnection
 
activeDivider() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
Returns the Divider that's currently being moved, typically because the user is dragging it, or null.
activeLayer - Variable in class org.openstreetmap.josm.gui.layer.MainLayerManager
The layer from the layers list that is currently active.
ActiveLayerCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.ActiveLayerCellRenderer
Constructs a new ActiveLayerCellRenderer.
activeLayerChange(Layer, Layer) - Method in interface org.openstreetmap.josm.gui.MapView.LayerChangeListener
Deprecated.
Notifies this listener that the active layer has changed.
activeLayerChangeAdapter - Variable in class org.openstreetmap.josm.actions.JosmAction
 
ActiveLayerChangeAdapter() - Constructor for class org.openstreetmap.josm.actions.JosmAction.ActiveLayerChangeAdapter
 
ActiveLayerChangeEvent(MainLayerManager, OsmDataLayer, Layer) - Constructor for class org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeEvent
activeLayerChangeListeners - Variable in class org.openstreetmap.josm.gui.layer.MainLayerManager
 
ActiveLayerCheckBox() - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.ActiveLayerCheckBox
 
activeModel - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
The model of active providers
activeMoveDirection - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The direction that is currently active.
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.actions.JosmAction.ActiveLayerChangeAdapter
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.actions.ZoomToAction
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.SelectionBasedAction
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.SelectInCurrentLayerAction
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.ZoomInCurrentLayerAction
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetInSelectionListModel
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.NewAction
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchAction
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in interface org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeListener
Called whenever the active or edit layer changed.
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.MainMenu.PresetsMenuEnabler
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.MapFrame
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.MapView
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.MapView.EditLayerChangeAdapter
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.io.FileExporter
 
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.io.WMSLayerExporter
 
activeRenderer - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
 
activeSourcesModel - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
ActiveSourcesModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
activeTable - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
The table of active providers
activeToolbar - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
The toolbar on the right of active providers
actRemoveFromCache - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
actRemoveFromCacheAction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
actResolve - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
actSearch - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
actSelect - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
actSelect - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
actSelectInCurrentLayer - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
actSelectInCurrentLayerAction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
actSetRelationSelection - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
actShowHistory - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
actShowHistory - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
actUpdateChangesets - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
actUpdateChangesets - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
actZoomInCurrentLayerAction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
actZoomInCurrentLayerAction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
actZoomToJOSMSelection - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
actZoomToListSelection - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
adapt(JToggleButton) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.FreezeAction
Java 1.5 doesn't known Action.SELECT_KEY.
adapt(JCheckBox, Adjustable) - Method in class org.openstreetmap.josm.gui.util.AdjustmentSynchronizer
Wires a JCheckBox to the adjustment synchronizer, in such a way that: state changes in the checkbox control whether the adjustable participates in synchronized adjustment state changes in this AdjustmentSynchronizer are reflected in the JCheckBox
AdaptableAction - Interface in org.openstreetmap.josm.actions
 
adapter - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
adaptForNimbus(JEditorPane) - Static method in class org.openstreetmap.josm.gui.widgets.JosmEditorPane
Adapts a JEditorPane for Nimbus look and feel.
adaptRequest(HttpClient) - Method in class org.openstreetmap.josm.io.OsmServerReader
Allows subclasses to modify the request.
adaptRequest(HttpClient) - Method in class org.openstreetmap.josm.io.OverpassDownloadReader
 
adaptTo(IEnabledStateUpdating, ListSelectionModel) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Wires listener to listSelectionModel in such a way, that listener receives a IEnabledStateUpdating.updateEnabledState() on every ListSelectionEvent.
adaptTo(IEnabledStateUpdating, LayerListDialog.LayerListModel) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Wires listener to listModel in such a way, that listener receives a IEnabledStateUpdating.updateEnabledState() on every ListDataEvent.
add(List<E>, E) - Static method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
add(DefaultMutableTreeNode, String, boolean) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
add(DefaultMutableTreeNode, AbstractLayer) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
add(MapObject) - Method in class org.openstreetmap.gui.jmapviewer.Layer
 
add(AbstractLayer) - Method in class org.openstreetmap.gui.jmapviewer.LayerGroup
 
add(CombineWayAction.NodePair) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
add(List<CombineWayAction.NodePair>) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
add - Variable in class org.openstreetmap.josm.actions.relation.SelectMembersAction
 
add - Variable in class org.openstreetmap.josm.actions.relation.SelectRelationAction
 
add(Conflict<?>) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Adds a conflict to the collection of conflicts.
add(Collection<Conflict<?>>) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Add the conflicts in otherConflicts to this collection of conflicts
add(OsmPrimitive, OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Adds a conflict for the pair of OsmPrimitives given by my and their.
add(ConflictCollection) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Adds all conflicts from another collection.
add(double, double) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Adds an offset to this EastNorth instance and returns the result.
add(EastNorth) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Adds the coordinates of an other EastNorth instance to this one.
add(ImageryInfo) - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
add(LatLon) - Method in class org.openstreetmap.josm.data.osm.BBox
 
add(double, double) - Method in class org.openstreetmap.josm.data.osm.BBox
Extends this bbox to include the point (x, y)
add(BBox) - Method in class org.openstreetmap.josm.data.osm.BBox
 
add(Filter) - Method in class org.openstreetmap.josm.data.osm.FilterMatcher
Adds a filter to the currently used filters
add(T) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
add(T) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
add(T) - Method in class org.openstreetmap.josm.data.osm.Storage
 
add(Tag) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Adds a tag to the tag collection.
add(Collection<Tag>) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Adds a collection of tags to the tag collection.
add(TagCollection) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Adds the tags of another tag collection to this collection.
add(Node, int) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
add(Relation, int) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
add(Way, int) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
add(Command) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Executes the command and add it to the intern command queue.
add(ToggleDialog) - Method in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
Add a new ToggleDialog to the list of known dialogs and trigger reconstruct.
add(ToggleDialog, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
Add a new ToggleDialog to the list of known dialogs.
add(String, String...) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
add(RelationMember, Integer) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
add(Tag) - Method in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
add(PrimitiveId) - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
Adds an object whose history is to be loaded.
add(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
Adds an object to be loaded, the object is specified by a history item.
add(History) - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
Adds an object to be loaded, the object is specified by an already loaded object history.
add(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
Adds an object to be loaded, the object is specified by an OSM primitive.
add(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
Adds a collection of objects to loaded, specified by a collection of OSM primitives.
add(JMenu, JosmAction) - Static method in class org.openstreetmap.josm.gui.MainMenu
Add a JosmAction at the end of a menu.
add(JMenu, JosmAction, boolean) - Static method in class org.openstreetmap.josm.gui.MainMenu
Add a JosmAction at the end of a menu.
add(JMenu, JosmAction, boolean, Integer) - Static method in class org.openstreetmap.josm.gui.MainMenu
Add a JosmAction at the end of a menu.
add(JMenu, JosmAction, Enum<E>) - Static method in class org.openstreetmap.josm.gui.MainMenu
Add a JosmAction to a menu.
add(StyleSource) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
add a style source; only accessed from MapPaintStyles
add(MapCSSRule) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
Add a rule to this index.
add() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.AbstractEntryListModel
 
add() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.EntryListModel
 
add() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.EntryListModel
 
add(JComponent) - Method in class org.openstreetmap.josm.gui.ScrollViewport
 
add(AutoCompletionListItem) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
adds an AutoCompletionListItem to the list.
add(AutoCompletionList) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
adds another AutoCompletionList to this list.
add(List<AutoCompletionListItem>) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
adds a list of AutoCompletionListItem to this list.
add(Collection<String>, AutoCompletionItemPriority) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
adds a list of strings to this list.
add(E) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader.HashSetWithLast
 
add(TagModel) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
adds a tag to the model
add(String, String) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
adds a tag given by a name/value pair to the tag editor model.
add(Action) - Method in class org.openstreetmap.josm.gui.widgets.ListPopupMenu
 
add(int, E) - Method in class org.openstreetmap.josm.tools.CopyList
 
add(E) - Method in class org.openstreetmap.josm.tools.CopyList
 
AddAbortException() - Constructor for exception org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor.AddAbortException
 
addAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
AddAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.AddAction
 
AddAction() - Constructor for class org.openstreetmap.josm.gui.download.BookmarkSelection.AddAction
 
addAction(Action) - Method in class org.openstreetmap.josm.gui.PopupMenuHandler
Appends a new menu item to the end of the menu which dispatches the specified Action object.
addAction - Variable in class org.openstreetmap.josm.gui.tagging.TagTable
the add action
AddAction() - Constructor for class org.openstreetmap.josm.gui.tagging.TagTable.AddAction
 
addAction(MultikeyShortcutAction) - Method in class org.openstreetmap.josm.tools.MultikeyActionsHandler
Registers an action and its shortcut
addActionListener(ActionListener) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
addActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener, boolean) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Deprecated.
Do not use the second parameter. To be removed in a few weeks.
addActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Adds a active/edit layer change listener
addAfter(JMenu, JosmAction, boolean, JosmAction) - Static method in class org.openstreetmap.josm.gui.MainMenu
Add the JosmAction actionToBeInserted directly below existingMenuEntryAction.
addAll(Collection<? extends T>) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
addAndFireActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Adds a active/edit layer change listener.
addAndFireMapFrameListener(MapFrameListener) - Method in class org.openstreetmap.josm.gui.MainPanel
Registers a new MapFrameListener that will be notified of MapFrame changes.
addApiUrlChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.preferences.server.ServerAccessPreference
Adds a listener that will be notified of API URL change.
AddArchiveExtension() - Constructor for enum org.openstreetmap.josm.actions.ExtensionFileFilter.AddArchiveExtension
 
addAttr(String, String, Element, SessionWriter.ExportSupport) - Static method in class org.openstreetmap.josm.io.session.GeoImageSessionExporter
 
addAttributes(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addAudioMarker(double, LatLon) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
addAuth(HttpClient) - Method in class org.openstreetmap.josm.io.OsmConnection
 
addBasicAuthorizationHeader(HttpClient) - Method in class org.openstreetmap.josm.io.OsmConnection
Adds an authentication header for basic authentication
addBbox(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addBounds() - Method in class org.openstreetmap.josm.tools.ColorScale
Add standard colors for values below min or above max value
addButton - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
addButtonAndShortcut(ToolbarPreferences.ActionDefinition) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
addButtonModel(ButtonModel) - Method in class org.openstreetmap.josm.actions.ToggleAction
Adds a button model
addCancelListener(ProgressMonitor.CancelListener) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
addCancelListener(ProgressMonitor.CancelListener) - Method in class org.openstreetmap.josm.gui.progress.CancelHandler
 
addCancelListener(ProgressMonitor.CancelListener) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
addCancelListener(ProgressMonitor.CancelListener) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Add listener for user abort action
addCancelListener(ProgressMonitor.CancelListener) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
addCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
addCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
addCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
addCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
addCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
addCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.util.CellEditorSupport
Worker for CellEditor.addCellEditorListener(CellEditorListener) method.
addChangeListener(ChangeListener) - Method in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
 
addChangeListener(ChangeListener) - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
Adds a change listener to comboboxes
addChangeListener(ChangeListener) - Method in class org.openstreetmap.josm.gui.util.ChangeNotifier
Adds a ChangeListener.
addChangeListener(ChangeListener) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
addChangesetCacheListener(ChangesetCacheListener) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
addChangeSetTag(String, String) - Method in class org.openstreetmap.josm.data.osm.DataSet
Adds a new changeset tag.
addChoosableFileFilter(FileFilter) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Adds a filter to the list of user choosable file filters.
addChoosableFileFilter(FileFilter) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
addChoosableFileFilter(FileFilter) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
addColorRows(Map<String, String>, Map<String, String>) - Method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
AddCommand - Class in org.openstreetmap.josm.command
A command that adds an osm primitive to a dataset.
AddCommand(OsmPrimitive) - Constructor for class org.openstreetmap.josm.command.AddCommand
Creates the command and specify the element to add in the context of the current edit layer, if any.
AddCommand(OsmDataLayer, OsmPrimitive) - Constructor for class org.openstreetmap.josm.command.AddCommand
Creates the command and specify the element to add in the context of the given data layer.
addCommandQueueListener(OsmDataLayer.CommandQueueListener) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Adds a command queue listener.
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Check
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.CheckGroup
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ItemSeparator
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Key
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.MultiSelect
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.PresetLink
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Roles
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Space
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Text
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.TextItem
 
addCommands(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
Adds the new tags to apply to selected OSM primitives when the preset holding this item is applied.
addComment(NoteComment) - Method in class org.openstreetmap.josm.data.notes.Note
Adds a comment.
addCommentAction - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
AddCommentAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.NotesDialog.AddCommentAction
Constructs a new AddCommentAction.
addCommentToNote(Note, String) - Method in class org.openstreetmap.josm.data.osm.NoteData
Add a new comment to an existing note
addCommentToNote(Note, String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Add a comment to an existing note.
addCommon(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addCommon(IPrimitive, String) - Method in class org.openstreetmap.josm.io.OsmWriter
Add the common part as the form of the tag as well as the XML attributes id, action, user, and visible.
addComponent(Component) - Method in class org.openstreetmap.josm.gui.util.CursorManager
Adds a component that this manager should send cursor changes to.
addComponentNotStoppingCellEditing(Component) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
addConflict(Conflict<?>) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Adds a conflict to the collection
addConflict(Conflict<?>) - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
 
addConflict(OsmPrimitive, OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
 
addConflictListener(IConflictListener) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Adds the specified conflict listener, if not already present.
addConflicts(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addContentValidationListener(AddImageryPanel.ContentValidationListener) - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
Registers a new ContentValidationListener
addCoordinates(Node) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addCurrentItemToHistory() - Method in class org.openstreetmap.josm.gui.widgets.HistoryComboBox
Adds or moves the current element to the top of the history
addCustomButton(String, int, boolean) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
The method to add custom button on toolbar like search or preset buttons
addCustomComponent(Component) - Static method in class org.openstreetmap.josm.gui.io.UploadDialog
Adds a custom component to this dialog.
addCustomPropertiesCellRenderer(TableCellRenderer) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Adds a custom table cell renderer to render cells of the tags table.
addCustomRenderer(TableCellRenderer) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesCellRenderer
Adds a custom table cell renderer to render cells of the tags table.
addDataFile(OutputStream) - Method in class org.openstreetmap.josm.io.session.GenericSessionExporter
 
addDataFile(OutputStream) - Method in class org.openstreetmap.josm.io.session.GpxTracksSessionExporter
 
addDataFile(OutputStream) - Method in class org.openstreetmap.josm.io.session.MarkerSessionExporter
 
addDataFile(OutputStream) - Method in class org.openstreetmap.josm.io.session.NoteSessionExporter
 
addDataFile(OutputStream) - Method in class org.openstreetmap.josm.io.session.OsmDataSessionExporter
 
addDataLayer(DataSet, OsmDataLayer, String) - Method in class org.openstreetmap.josm.io.OsmChangeImporter
 
addDataSetListener(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.DataSet
Adds a new data set listener.
addDatasetListener(DataSetListener, DatasetEventManager.FireMode) - Method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
Register listener, that will receive events from currently active dataset
addDateListener(ChangeListener) - Method in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
addDefault(List<SourceEditor.ExtendedSourceEntry>, String, String, String) - Static method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.RulePrefHelper
 
addDefaults() - Method in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
addDependencies(GpxData, JCheckBox, JosmTextField, JosmTextField, JosmTextField, JButton, JosmTextField, JLabel, JLabel, JLabel, JLabel, JLabel) - Static method in class org.openstreetmap.josm.io.GpxExporter
Add all those listeners to handle the enable state of the fields.
addDependency(Relation, Relation) - Method in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
addDiscussionComment(ChangesetDiscussionComment) - Method in class org.openstreetmap.josm.data.osm.Changeset
Adds a comment to the changeset discussion.
addDoubleIfPresent(WayPoint, OsmPrimitive, String, String...) - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
addDownloadAreaSelector(JPanel, String) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Adds a new download area selector to the download dialog
addDownloadSelection(List<DownloadSelection>) - Method in class org.openstreetmap.josm.plugins.Plugin
Called in the download dialog to give the plugin a chance to modify the list of bounding box selectors.
addDownloadSelection(List<DownloadSelection>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
addDownloadSelection(List<DownloadSelection>) - Method in class org.openstreetmap.josm.plugins.PluginProxy
 
addDownloadTask(ProgressMonitor, DownloadTask, Rectangle2D, int, int) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
 
addDownloadTaskClass(Class<? extends DownloadTask>) - Method in class org.openstreetmap.josm.actions.OpenLocationAction
Adds a new download task to the supported ones.
addDualAlignMenuItem() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
addDynamic(Action) - Method in class org.openstreetmap.josm.gui.ImageryMenu
 
addDynamic(JMenuItem) - Method in class org.openstreetmap.josm.gui.ImageryMenu
 
addDynamicSeparator() - Method in class org.openstreetmap.josm.gui.ImageryMenu
 
added - Variable in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
addEditLayerChangeListener(MapView.EditLayerChangeListener, boolean) - Static method in class org.openstreetmap.josm.gui.MapView
Deprecated.
You should register the listener on Main.getLayerManager() instead.
addEditLayerChangeListener(MapView.EditLayerChangeListener) - Static method in class org.openstreetmap.josm.gui.MapView
Deprecated.
You should register the listener on Main.getLayerManager() instead.
addedLayer - Variable in class org.openstreetmap.josm.gui.layer.LayerManager.LayerAddEvent
 
addedNodes - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
The place to remeber already added nodes (they are reused if needed @since 5845
addedRelations - Variable in class org.openstreetmap.josm.actions.JoinAreasAction
 
addElement(String) - Method in class org.openstreetmap.josm.gui.widgets.ComboBoxHistory
Adds or moves an element to the top of the history
addElement(AutoCompletionListItem) - Method in class org.openstreetmap.josm.gui.widgets.ComboBoxHistory
Adds or moves an element to the top of the history
addEnterAction(JComponent, Action) - Static method in class org.openstreetmap.josm.tools.InputMapUtils
Add an action activated with Enter key on a component.
addError(Relation, TestError) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
addErrorOrWarningTab(JTabbedPane, JLabel, Collection<?>, String, int, ImageIcon) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
 
addErrors(Severity, Map<Node, Way>, String) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
addExpertModeChangeListener(ExpertToggleAction.ExpertModeChangeListener) - Static method in class org.openstreetmap.josm.actions.ExpertToggleAction
Register a expert mode change listener
addExpertModeChangeListener(ExpertToggleAction.ExpertModeChangeListener, boolean) - Static method in class org.openstreetmap.josm.actions.ExpertToggleAction
 
addExporter(FileExporter) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Adds a new file exporter at the end of the global list.
addExporterFirst(FileExporter) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Adds a new file exporter at the beginning of the global list.
addExtendedSourceEntries(List<SourceEditor.ExtendedSourceEntry>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
addExtension(String, String) - Method in interface org.openstreetmap.josm.data.gpx.IWithAttributes
Add a key / value pair that is not part of the GPX schema as an extension.
addExtension(String, String) - Method in class org.openstreetmap.josm.data.gpx.WithAttributes
Add a key / value pair that is not part of the GPX schema as an extension.
addFailedCredentialHost(String) - Method in class org.openstreetmap.josm.io.auth.DefaultAuthenticator
Marks for this host that the authentication failed, i.e., the CredentialsManager will show a dialog at the next time.
addFilter(Filter) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
addFirst(MemoryTileCache.CacheEntry) - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
Add the element to the head of the list.
addFocusAdapter(AutoCompletionManager, Comparator<AutoCompletionListItem>) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
Create a focus handling adapter and apply in to the editor component of value autocompletion box.
addForKey(int) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.MapCSSKeyRules
 
addForKeyAndValue(String, int) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.MapCSSKeyRules
 
AddFromSelectionAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Abstract superclass of "Add from selection" actions.
AddFromSelectionAction(MemberTable, MemberTableModel, SelectionTable, SelectionTableModel, String, OsmDataLayer, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.AddFromSelectionAction
 
addGui(JPanel) - Method in class org.openstreetmap.josm.data.validation.Test
Allow the tester to manage its own preferences
addGui(JPanel) - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
addGui(DownloadDialog) - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection
 
addGui(DownloadDialog) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
addGui(DownloadDialog) - Method in interface org.openstreetmap.josm.gui.download.DownloadSelection
Add the GUI elements to the dialog.
addGui(DownloadDialog) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection
Adds a new tab to the download dialog in JOSM.
addGui(DownloadDialog) - Method in class org.openstreetmap.josm.gui.download.SlippyMapChooser
 
addGui(DownloadDialog) - Method in class org.openstreetmap.josm.gui.download.TileSelection
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.display.DisplayPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.map.MapPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
addGui(PreferenceTabbedPane) - Method in interface org.openstreetmap.josm.gui.preferences.PreferenceSetting
Add the GUI elements to the dialog.
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.server.ServerAccessPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.ShortcutPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference
 
addGui(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
 
addGUITabs(boolean) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
addGUITabsForSetting(Icon, TabPreferenceSetting) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
addHeadline(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addHighlighting(MouseEvent, int) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
handles everything related to highlighting primitives and way segments for the given pointer position (via MouseEvent) and modifiers.
addHighlighting() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Takes the data from computeHelperLine to determine which ways/nodes should be highlighted (if feature enabled).
addHistoryDataSetListener(HistoryDataSetListener) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
addIfNotNull(List<T>, T) - Static method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
addIgnoredError(String) - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
 
addImageProcessor(ImageProcessor) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
This method adds the ImageProcessor to this Layer if it is not null.
AddImageryDialog - Class in org.openstreetmap.josm.gui.preferences.imagery
Dialog shown to add a new imagery (WMS/TMS) source from imagery preferences.
AddImageryDialog(Component, AddImageryPanel) - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.AddImageryDialog
Constructs a new AddImageryDialog.
AddImageryLayerAction - Class in org.openstreetmap.josm.actions
Action displayed in imagery menu to add a new imagery layer.
AddImageryLayerAction(ImageryInfo) - Constructor for class org.openstreetmap.josm.actions.AddImageryLayerAction
Constructs a new AddImageryLayerAction for the given ImageryInfo.
AddImageryPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
An abstract imagery panel used to add WMS/TMS imagery sources.
AddImageryPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
AddImageryPanel(LayoutManager) - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
AddImageryPanel.ContentValidationListener - Interface in org.openstreetmap.josm.gui.preferences.imagery
A listener notified when the validation status of this panel change.
addImporter(FileImporter) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Adds a new file importer at the end of the global list.
addImporterFirst(FileImporter) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Adds a new file importer at the beginning of the global list.
addInArrayCopy(T[], T) - Static method in class org.openstreetmap.josm.tools.Utils
Adds the given item at the end of a new copy of given array.
addInner(Multipolygon.PolyData) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
addInnerToOuters(List<Multipolygon.PolyData>, List<Multipolygon.PolyData>) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
addIntegerIfPresent(WayPoint, OsmPrimitive, String, String...) - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
addIntersections(List<Way>, boolean, List<Command>) - Static method in class org.openstreetmap.josm.tools.Geometry
Will find all intersection and add nodes there for list of given ways.
addInvalidationListener(MapViewPaintable.PaintableInvalidationListener) - Method in class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable
Adds a new paintable invalidation listener.
addItem(TagMergeItem) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
add a TagMergeItem to the model
addItemListener(ItemListener) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
additionalClassLoaders - Variable in class org.openstreetmap.josm.tools.ImageProvider
list of class loaders to take images from
additionalSorters - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter
 
addJMVListener(JMapViewerEventListener) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
addKeyListener(KeyPressReleaseListener) - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
Adds an object that wants to receive key press and release events.
addKeyword(String, String, String, String...) - Method in class org.openstreetmap.josm.actions.search.SearchAction.SearchKeywordRow
 
addLabel(JPanel, Icon, String) - Static method in class org.openstreetmap.josm.gui.tagging.presets.items.Label
Adds a new JLabel to the given panel.
addLassoPoint(Point) - Method in class org.openstreetmap.josm.gui.SelectionManager
 
addLayer(String) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
addLayer(AbstractLayer) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
addLayer(String) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
addLayer(Layer) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
addLayer(MapObject) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
addLayer(String) - Method in class org.openstreetmap.gui.jmapviewer.LayerGroup
 
addLayer(ImageryInfo) - Static method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
addLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Add a layer.
addLayer(Layer) - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Use Main.getLayerManager().addLayer() instead.
addLayer(Layer) - Method in class org.openstreetmap.josm.Main
Deprecated.
You can add the layer to the layer manager: Main.getLayerManager()
addLayer(Layer, ProjectionBounds) - Method in class org.openstreetmap.josm.Main
Add a new layer to the map.
addLayer(Layer, ViewportData) - Method in class org.openstreetmap.josm.Main
Add a new layer to the map.
addLayerAvailabilityListener(MainLayerManager.LayerAvailabilityListener) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
addLayerChangeListener(LayerManager.LayerChangeListener) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Adds a layer change listener
addLayerChangeListener(LayerManager.LayerChangeListener, boolean) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Adds a layer change listener
addLayerChangeListener(MapView.LayerChangeListener) - Static method in class org.openstreetmap.josm.gui.MapView
Deprecated.
You should register the listener on Main.getLayerManager() instead.
addLayerChangeListener(MapView.LayerChangeListener, boolean) - Static method in class org.openstreetmap.josm.gui.MapView
Deprecated.
You should register the listener on Main.getLayerManager() instead.
addLayerListModelListener(LayerListDialog.LayerListModelListener) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Adds a listener to this model
addLayers() - Method in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
addLayers(Collection<ImageryInfo>) - Static method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
addLayers(GpxImporter.GpxImporterData) - Static method in class org.openstreetmap.josm.io.GpxImporter
Adds the specified GPX and marker layers to Map.main
addLayerStateChangeListener(OsmDataLayer.LayerStateChangeListener) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Adds a layer state change listener
addLayersToTreeData(MutableTreeNode, List<WMSImagery.LayerDetails>) - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
 
addLayoutComponent(String, Component) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Add a component to this MultiSplitLayout.
addLblFilename(SaveLayerInfo) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
Adds filename label to (this) using the given info.
addLblLayerName(SaveLayerInfo) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
Adds layer name label to (this) using the given info.
addListDataListener(ListDataListener) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictListModel
 
addListener(PopupMenuListener) - Method in class org.openstreetmap.josm.gui.PopupMenuHandler
Adds a PopupMenu listener.
addListener(TaggingPresetListener) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
Adds a tagging preset listener.
addListeners() - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
addListEntries(Collection<ComboMultiSelect.PresetListEntry>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
Adds a collection of preset list entries.
addListEntry(ComboMultiSelect.PresetListEntry) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
Adds a preset list entry.
addListSelectionListener(ListSelectionListener) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
Add a list selection listener to the conflicts list.
addMapCSS(String) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
Adds a new MapCSS config file from the given URL.
addMapFrameListener(MapFrameListener) - Method in class org.openstreetmap.josm.gui.MainPanel
Registers a new MapFrameListener that will be notified of MapFrame changes
addMapFrameListener(MapFrameListener, boolean) - Static method in class org.openstreetmap.josm.Main
Registers a new MapFrameListener that will be notified of MapFrame changes
addMapFrameListener(MapFrameListener) - Static method in class org.openstreetmap.josm.Main
Registers a new MapFrameListener that will be notified of MapFrame changes
addMapMarker(MapMarker) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Add a MapMarker.
addMapMode(IconToggleButton) - Method in class org.openstreetmap.josm.gui.MapFrame
 
addMapModeChangeListener(MapFrame.MapModeChangeListener) - Static method in class org.openstreetmap.josm.gui.MapFrame
Adds a mapMode change listener
addMapObject(MapObject) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
addMapPaintSylesUpdateListener(MapPaintStyles.MapPaintSylesUpdateListener) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
addMapPolygon(MapPolygon) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Add a MapPolygon.
addMapRectangle(MapRectangle) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
addMatchFactory(SearchCompiler.MatchFactory) - Static method in class org.openstreetmap.josm.actions.search.SearchCompiler
Add (register) MatchFactory with SearchCompiler
addMember(RelationMemberData) - Method in class org.openstreetmap.josm.data.osm.history.HistoryRelation
adds a member to the list of members
addMember(RelationMember) - Method in class org.openstreetmap.josm.data.osm.Relation
 
addMember(int, RelationMember) - Method in class org.openstreetmap.josm.data.osm.Relation
 
addMemberModelListener(IMemberModelListener) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
addMembers(MultipolygonBuilder.JoinedPolygon, Relation, String) - Static method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
 
addMembersAfterIdx(List<? extends OsmPrimitive>, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
addMembersAtBeginning(List<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
addMembersAtEnd(List<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
addMembersAtIndex(List<? extends OsmPrimitive>, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
addMembersAtIndexKeepingOldSelection(Iterable<RelationMember>, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
addMembersBeforeIdx(List<? extends OsmPrimitive>, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
addMembersToSelectionAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
addMembersToSelectionAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
addMenu(String, String, int, int, String) - Method in class org.openstreetmap.josm.gui.MainMenu
Creates a menu and adds it on the given position to the main menu.
addMenu(T, String, int, int, String) - Method in class org.openstreetmap.josm.gui.MainMenu
Adds the given menu on the given position to the main menu.
addMenuEntries() - Method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
addMenuEntry(JMenu) - Method in interface org.openstreetmap.josm.gui.mappaint.StyleSetting
 
addMenuEntry(JMenu) - Method in class org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting
 
addMenuEntry(JTextComponent, String, String, String) - Method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
addMenuItem() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
addMirror(ImageryInfo) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Adds a mirror entry.
addMissingCertificates() - Static method in class org.openstreetmap.josm.io.CertificateAmendment
Add missing root certificates to the list of trusted certificates for TLS connections.
addModifierListener(ModifierListener) - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
Adds an object that wants to receive key modifier changed events.
addMouseListener(MouseListener) - Method in class org.openstreetmap.josm.gui.MapStatus
 
addMouseListener(MouseListener) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox
Do not let anyone add mouse listeners
addMouseListenerToAllChildComponents(Component, MouseListener) - Method in class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel
 
addNagPanelIfNeeded(ImageryInfo) - Static method in class org.openstreetmap.josm.gui.layer.AlignImageryPanel
 
addName(String) - Method in class org.openstreetmap.josm.data.osm.User
Adds a user name to the list if it is not there, yet.
addNameAndId(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
AddNamespaceFilter(String) - Constructor for class org.openstreetmap.josm.tools.XmlObjectParser.AddNamespaceFilter
 
addNavigationListener(MultiValueCellEditor.NavigationListener) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
Adds a navigation listener.
addNetworkError(URL, Throwable) - Static method in class org.openstreetmap.josm.Main
Adds a new network error that occur to give a hint about broken Internet connection.
addNetworkError(String, Throwable) - Static method in class org.openstreetmap.josm.Main
Adds a new network error that occur to give a hint about broken Internet connection.
addNewLayerIfRequired(String) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
addNewNode(MouseEvent) - Static method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Inserts node into nearby segment.
addNode(long) - Method in class org.openstreetmap.josm.data.osm.DatasetFactory
 
addNode(long, int) - Method in class org.openstreetmap.josm.data.osm.DatasetFactory
 
addNode(long) - Method in class org.openstreetmap.josm.data.osm.history.HistoryWay
adds a node id to the list nodes of this way
addNode(Node) - Method in class org.openstreetmap.josm.data.osm.Way
Adds a node to the end of the list of nodes.
addNode(int, Node) - Method in class org.openstreetmap.josm.data.osm.Way
Adds a node at position offs.
addNode(Node, QuadBuckets<Node>) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
addNode - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Add Node...
addNode(Map<String, String>) - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
Adds a node, implements the GET /add_node?lon=...&lat=...
AddNodeAction - Class in org.openstreetmap.josm.actions
This action displays a dialog where the user can enter a latitude and longitude, and when ok is pressed, a new node is created at the specified position.
AddNodeAction() - Constructor for class org.openstreetmap.josm.actions.AddNodeAction
Constructs a new AddNodeAction.
AddNodeHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Handler for add_node request.
AddNodeHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
addNodeListener(MouseAdapter) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeEditor
 
addNodeListener(MouseAdapter) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
 
addNodeListener(MouseAdapter) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
addNodes(Node) - Method in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequences
Add a way endpoint to nodes, outerNodes
addNodes(Way) - Method in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequences
Add the endpoints of the way to nodes, outerNodes
addNodeStroke - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
addNodeWayMap(Node, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
addNodeWayMapReverse(Node, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
addNoRedraw(Command) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Executes the command and add it to the intern command queue.
AddNoteAction - Class in org.openstreetmap.josm.actions.mapmode
Map mode to add a new note.
AddNoteAction(MapFrame, NoteData) - Constructor for class org.openstreetmap.josm.actions.mapmode.AddNoteAction
Construct a new map mode.
addNotes(Collection<Note>) - Method in class org.openstreetmap.josm.data.osm.NoteData
Add notes to the data set.
addNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
addNotify() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
addOAuthAuthorizationHeader(HttpClient) - Method in class org.openstreetmap.josm.io.OsmConnection
Signs the connection with an OAuth authentication header
addOrMergeLayer(L, L) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
addOverlay(ImageOverlay) - Method in class org.openstreetmap.josm.tools.ImageProvider
Add an overlay over the image.
addOwnMultipolygonRelation(Collection<Way>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Will add own multipolygon relation to the "previously existing" relations.
addPair(Node, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
addPasteBufferChangedListener(PrimitiveDeepCopy.PasteBufferChangedListener) - Method in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
addPath(String) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
addPluginInformation(List<PluginInformation>, String, String, String) - Static method in class org.openstreetmap.josm.plugins.PluginListParser
 
addPoint(String, String) - Method in class org.openstreetmap.josm.data.imagery.Shape
 
addPopupMenuAction(Action) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
addPopupMenuSeparator() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
addPossibleError(Way, Node, OsmPrimitive, OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.WayConnectedToArea
 
addPossibleResourceDir(Set<String>, String) - Static method in class org.openstreetmap.josm.data.Preferences
 
addPostLayersTask(Runnable) - Method in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
Add a task, e.g.
addPreference(JComponent) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
Add new preference to the table
addPreferenceChangeListener(Preferences.PreferenceChangedListener) - Method in class org.openstreetmap.josm.data.Preferences
Adds a new preferences listener.
addPresetValue(TaggingPreset, KeyedItem) - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
addPrimitive(OsmPrimitive, double) - Method in class org.openstreetmap.josm.data.osm.BBox
 
addPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.DataSet
Adds a primitive to the dataset.
addPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
Adds a new OSM primitive.
AddPrimitivesCommand - Class in org.openstreetmap.josm.command
Add primitives to a data layer.
AddPrimitivesCommand(List<PrimitiveData>) - Constructor for class org.openstreetmap.josm.command.AddPrimitivesCommand
Constructs a new AddPrimitivesCommand to add data to the current edit layer.
AddPrimitivesCommand(List<PrimitiveData>, List<PrimitiveData>) - Constructor for class org.openstreetmap.josm.command.AddPrimitivesCommand
Constructs a new AddPrimitivesCommand to add data to the current edit layer.
AddPrimitivesCommand(List<PrimitiveData>, List<PrimitiveData>, OsmDataLayer) - Constructor for class org.openstreetmap.josm.command.AddPrimitivesCommand
Constructs a new AddPrimitivesCommand to add data to the given layer.
addPrimitivesToRelation(Relation, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Adds primitives to a given relation.
addProjectionChangeListener(ProjectionChangeListener) - Static method in class org.openstreetmap.josm.Main
Register a projection change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.layer.Layer
Adds a PropertyChangeListener
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openstreetmap.josm.gui.SelectionManager.SelectionEnded
Called to register the selection manager for "active" property.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Adds property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Add property change listener.
addProxyPreferenceListener(ProxyPreferenceListener) - Static method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreference
Adds a new ProxyPreferenceListener.
ADDR_HOUSE_NUMBER - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
ADDR_INTERPOLATION - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
ADDR_PLACE - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
ADDR_STREET - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
addRecursiveFiles(Collection<File>, Collection<File>) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
addRecursiveFiles(List<File>, File[]) - Static method in class org.openstreetmap.josm.gui.layer.gpx.ImportImagesAction
 
addRecursiveFiles(List<File>, Set<String>, List<File>, ProgressMonitor) - Static method in class org.openstreetmap.josm.io.JpgImporter
 
addReferrer(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Add new referrer.
addReferrers(StringBuilder, OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addRegExprRule(String, String) - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
Add a regular expression rule.
addRelation(long) - Method in class org.openstreetmap.josm.data.osm.DatasetFactory
 
addRelation(long, int) - Method in class org.openstreetmap.josm.data.osm.DatasetFactory
 
addRelationIfNeeded(TestError, Relation) - Static method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
addRelationMembers(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addRelations(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
Add all relations in addedPrimitives to the model for the relation list dialog
addRelationToSelectionAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
addRelationToSelectionAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
addRemainingForward(Node, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
addRemoveSelection(DataSet, OsmPrimitive, OsmPrimitive) - Static method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
addRepaintListener(MapView.RepaintListener) - Method in class org.openstreetmap.josm.gui.MapView
Adds a listener that gets informed whenever repaint() is called for this class.
addRequestHandler(String, Class<? extends RequestHandler>) - Method in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
Adds external request handler.
addRequestHandlerClass(String, Class<? extends RequestHandler>) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Add external request handler.
addRequestHandlerClass(String, Class<? extends RequestHandler>, boolean) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Add external request handler.
address - Variable in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
AddressError(Addresses, int, OsmPrimitive, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.Addresses.AddressError
 
AddressError(Addresses, int, Collection<OsmPrimitive>, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.Addresses.AddressError
 
AddressError(Addresses, int, Collection<OsmPrimitive>, String, String, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.Addresses.AddressError
 
AddressError(Addresses, int, Severity, Collection<OsmPrimitive>, String, String, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.Addresses.AddressError
 
Addresses - Class in org.openstreetmap.josm.data.validation.tests
Performs validation tests on addresses (addr:housenumber) and associatedStreet relations.
Addresses() - Constructor for class org.openstreetmap.josm.data.validation.tests.Addresses
Constructor
Addresses.AddressError - Class in org.openstreetmap.josm.data.validation.tests
 
addRow(ImageryInfo) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel
Adds a new imagery info as the last row.
addRow(OffsetBookmark) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel
 
addScale(NativeScaleLayer.Scale) - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
 
addSelected(Collection<? extends PrimitiveId>) - Method in class org.openstreetmap.josm.data.osm.DataSet
Adds the primitives in selection to the current selection and notifies all SelectionChangedListener.
addSelected(PrimitiveId...) - Method in class org.openstreetmap.josm.data.osm.DataSet
Adds the primitives in osm to the current selection and notifies all SelectionChangedListener.
addSelected(Collection<? extends PrimitiveId>, boolean) - Method in class org.openstreetmap.josm.data.osm.DataSet
Adds the primitives in selection to the current selection.
AddSelectedAfterSelection - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Add all objects selected in the current dataset after the last selected member.
AddSelectedAfterSelection(MemberTableModel, SelectionTableModel, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedAfterSelection
Constructs a new AddSelectedAfterSelection.
AddSelectedAtEndAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Add all objects selected in the current dataset after the last member.
AddSelectedAtEndAction(MemberTableModel, SelectionTableModel, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedAtEndAction
Constructs a new AddSelectedAtEndAction.
AddSelectedAtStartAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Add all objects selected in the current dataset before the first member.
AddSelectedAtStartAction(MemberTableModel, SelectionTableModel, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedAtStartAction
Constructs a new AddSelectedAtStartAction.
AddSelectedBeforeSelection - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Add all objects selected in the current dataset before the first selected member.
AddSelectedBeforeSelection(MemberTableModel, SelectionTableModel, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedBeforeSelection
Constructs a new AddSelectedBeforeSelection.
addSelection(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable.DblClickHandler
 
addSelectionInterval(int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
addSelectionListener(SelectionChangedListener) - Static method in class org.openstreetmap.josm.data.osm.DataSet
Adds a new selection listener.
addSelectionListener(SelectionChangedListener, DatasetEventManager.FireMode) - Method in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
addSelectionListener(ListSelectionListener) - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
Adds a selection listener to the presets list.
addSelectionToRelationMenuItem - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
AddSelectionToRelations - Class in org.openstreetmap.josm.actions.relation
Add all objects selected in the current dataset after the last member of relation(s).
AddSelectionToRelations() - Constructor for class org.openstreetmap.josm.actions.relation.AddSelectionToRelations
Constructs a new AddSelectionToRelation.
addSelectionToRelations - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
add all selected primitives to the given relations
addSeparator() - Method in class org.openstreetmap.josm.gui.PopupMenuHandler
Appends a new separator at the end of the menu.
addSettingsSection(JPanel, String, JPanel) - Static method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
addSettingsSection(JPanel, String, JPanel, GBC) - Static method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
addShape(Shape) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryBounds
Adds a new shape to this bounds.
addShowNotifyListener(CommandStackDialog.IEnabledStateUpdating) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
addSlider(JPanel, LayerVisibilityAction.FilterSlider<?>) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
addSoMChangeListener(SystemOfMeasurement.SoMChangeListener) - Static method in class org.openstreetmap.josm.data.SystemOfMeasurement
Adds a SoM change listener.
addSource(SourceEntry) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
addSourceWay(Way) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
addSpacebarAction(JComponent, Action) - Static method in class org.openstreetmap.josm.tools.InputMapUtils
Add an action activated with Spacebar key on a component.
addSpecial(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addSrcButton - Variable in class org.openstreetmap.josm.gui.widgets.EditableList
 
addState(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addStringIfPresent(WayPoint, OsmPrimitive, String, String...) - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
addStyle(SourceEntry) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
Add a new map paint style.
addSubTab(SubPreferenceSetting, String, Component) - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
addSubTab(SubPreferenceSetting, String, Component, String) - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
addSubTab(SubPreferenceSetting, String, Component) - Method in interface org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
Adds a new sub preference settings tab with the given title and component.
addSubTab(SubPreferenceSetting, String, Component, String) - Method in interface org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
Adds a new sub preference settings tab with the given title, component and tooltip.
addSynonyms(String...) - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
Add a rule with synonym words.
addTag() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Open the add selection dialog and add a new key/value to the table (and to the dataset, of course).
addTaggingPresets(Collection<TaggingPreset>) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
Adds a list of tagging presets to the current list.
addTags(Tagged, String, boolean) - Method in class org.openstreetmap.josm.io.OsmWriter
 
addTags(Map<String, String>, String, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog
parse addtags parameters Example URL (part): addtags=wikipedia:de%3DResidenzschloss Dresden|name:en%3DDresden Castle
addTags(String[][], String, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog
Ask user and add the tags he confirm.
AddTagsDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
AddTagsDialog - Class in org.openstreetmap.josm.io.remotecontrol
Dialog to add tags as part of the remotecontrol.
AddTagsDialog(String[][], String, Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog
Constructs a new AddTagsDialog.
AddTagsDialog.DeleteTagMarker - Class in org.openstreetmap.josm.io.remotecontrol
Class for displaying "delete from ...
AddTagsDialog.ExistingValues - Class in org.openstreetmap.josm.io.remotecontrol
Class for displaying list of existing tag values in the table
addTemporaryLayer(MapViewPaintable) - Method in class org.openstreetmap.josm.gui.MapView
Adds a new temporary layer.
addTest(Class<? extends Test>) - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
 
addTexts(File) - Static method in class org.openstreetmap.josm.tools.I18n
 
addTile(Tile) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileCache
Adds a tile to the cache.
addTile(Tile) - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
 
addTileSourceProvider(SlippyMapBBoxChooser.TileSourceProvider) - Static method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
Plugins that wish to add custom tile sources to slippy map choose should call this method
addTime(Setting<?>) - Method in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
addTitle(String) - Method in class org.openstreetmap.josm.actions.search.SearchAction.SearchKeywordRow
 
addTitle(String) - Method in class org.openstreetmap.josm.tools.ColorScale
 
AddTMSLayerPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
An imagery panel used to add TMS imagery sources
AddTMSLayerPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.AddTMSLayerPanel
Constructs a new AddTMSLayerPanel.
addTo(MapViewPaintable) - Method in class org.openstreetmap.josm.gui.MapView.LayerInvalidatedListener
Temporary until all MapViewPaintables support this.
addToDownload(Area, Rectangle2D, Collection<Rectangle2D>, double) - Static method in class org.openstreetmap.josm.actions.DownloadAlongAction
 
addToFileOpenHistory(File) - Static method in class org.openstreetmap.josm.actions.SaveActionBase
 
addToggleDialog(ToggleDialog) - Method in class org.openstreetmap.josm.gui.MapFrame
 
addToggleDialog(ToggleDialog, boolean) - Method in class org.openstreetmap.josm.gui.MapFrame
Call this to add new toggle dialogs to the left button-list
addToHistory(String) - Static method in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassQueryHistoryPopup
 
addToPanel(CacheAccess<String, BufferedImageCacheEntry>, String) - Method in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Check
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.CheckGroup
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ItemSeparator
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Key
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Label
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Link
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Optional
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.PresetLink
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Roles
 
addToPanel(JPanel) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Space
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Text
 
addToPanel(JPanel, Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
addToPanelAnchor(JPanel, String, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Combo
 
addToPanelAnchor(JPanel, String, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
addToPanelAnchor(JPanel, String, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.MultiSelect
 
addTopPanel(Component) - Method in class org.openstreetmap.josm.gui.MapFrame
Add component c on top of MapView
addToSelectionModifierCombo - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
addToSlippyMapChosser - Variable in class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
 
addToWindowMenu(IRelationEditor, String) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Adds current relation editor to the windows menu (in the "volatile" group)
addTreeModelListener(TreeModelListener) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
 
addTreeSelectionListener(TreeSelectionListener) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Add a tree selection listener to the validator tree.
addType(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addURL(URL) - Method in class org.openstreetmap.josm.plugins.PluginHandler.DynamicURLClassLoader
 
addUserInput(Collection<String>) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
Adds values that have been entered by the user.
addValidationListener(PreferenceTabbedPane.ValidationListener) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Add validation listener to currently open preferences dialog.
addValue(String) - Method in class org.openstreetmap.josm.gui.tagging.TagModel
adds a tag value
addValue(String) - Method in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.ExistingValues
 
addVisibilitySwitcher(Component) - Static method in class org.openstreetmap.josm.actions.ExpertToggleAction
 
addVMArguments(Collection<String>) - Static method in class org.openstreetmap.josm.actions.RestartAction
 
addWay(long) - Method in class org.openstreetmap.josm.data.osm.DatasetFactory
 
addWay(long, int) - Method in class org.openstreetmap.josm.data.osm.DatasetFactory
 
addWay() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
AddWayHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Adds a way to the current dataset.
AddWayHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
addWayNodeMap(Node, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
addWayNodeMapReverse(Node, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
addWayNodes(Way) - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
addWindowSwitchListener(Main.WindowSwitchListener) - Static method in class org.openstreetmap.josm.Main
Register a window switch listener.
addWithCheckbox(JMenu, JosmAction, Enum<E>) - Static method in class org.openstreetmap.josm.gui.MainMenu
Add a JosmAction to a menu and automatically prints accelerator if available.
addWMSLayer(String, String) - Static method in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction
Adds a WMS Layer with given title and URL
AddWMSLayerPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
An imagery panel used to add WMS imagery sources.
AddWMSLayerPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
Constructs a new AddWMSLayerPanel.
AddWMTSLayerPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
Panel for adding WMTS imagery sources
AddWMTSLayerPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.AddWMTSLayerPanel
default constructor
addZoomChangeListener(NavigatableComponent.ZoomChangeListener) - Static method in class org.openstreetmap.josm.gui.NavigatableComponent
Adds a zoom change listener
adjustAction - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
AdjustActionListener() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.AdjustActionListener
 
adjustColumnWidth(JTable, int, int) - Static method in class org.openstreetmap.josm.gui.history.VersionTable
 
adjustColumnWidth(JTable, int, int) - Static method in class org.openstreetmap.josm.gui.util.TableHelper
(originally from @class org.openstreetmap.josm.gui.preferences.SourceEditor) adjust the preferred width of column col to the maximum preferred width of the cells requires JTable.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
adjustDividerLocation() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
AdjustDividerLocationAction() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.AdjustDividerLocationAction
 
adjustLayout() - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
adjustmentSynchronizer - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
adjustmentSynchronizer - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
AdjustmentSynchronizer() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.AdjustmentSynchronizer
 
adjustmentSynchronizer - Variable in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
adjustmentSynchronizer - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer
 
AdjustmentSynchronizer - Class in org.openstreetmap.josm.gui.util
Synchronizes scrollbar adjustments between a set of Adjustables.
AdjustmentSynchronizer() - Constructor for class org.openstreetmap.josm.gui.util.AdjustmentSynchronizer
Constructs a new AdjustmentSynchronizer
adjustmentValueChanged(AdjustmentEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.AdjustmentSynchronizer
 
adjustmentValueChanged(AdjustmentEvent) - Method in class org.openstreetmap.josm.gui.util.AdjustmentSynchronizer
Event handler for AdjustmentEvents
adjustNode(Collection<Pair<Node, Node>>, Node) - Static method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Adjusts the position of a node to lie on a segment (or a segment intersection).
adjustOffset(double) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
adjustRelationUploadOrder() - Method in class org.openstreetmap.josm.data.APIDataSet
Adjusts the upload order for new relations.
AdvancedChangesetQueryPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
This panel allows to specify a changeset query
AdvancedChangesetQueryPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
Constructs a new AdvancedChangesetQueryPanel.
AdvancedChangesetQueryPanel.BBoxRestrictionPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
 
AdvancedChangesetQueryPanel.DateValidator - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
Validates dates entered as text in a JTextComponent.
AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
This is the panel for selecting whether the changeset query should be restricted to open or closed changesets
AdvancedChangesetQueryPanel.RestrictionGroupStateChangeHandler - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
 
AdvancedChangesetQueryPanel.TimeRestrictionPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
This is the panel to apply a time restriction to the changeset query
AdvancedChangesetQueryPanel.TimeRestrictionPanel.TimeRestrictionChangedHandler - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
 
AdvancedChangesetQueryPanel.TimeValidator - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
Validates time values entered as text in a JTextComponent.
AdvancedChangesetQueryPanel.UidInputFieldValidator - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
Validator for user ids entered in a JTextComponent.
AdvancedChangesetQueryPanel.UserRestrictionPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
This is the panel for selecting whether the query should be restricted to a specific user
AdvancedChangesetQueryPanel.UserRestrictionPanel.UserRestrictionChangedHandler - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
 
AdvancedKeyPressDetector - Class in org.openstreetmap.josm.gui.util
Helper object that allows cross-platform detection of key press and release events instance is available globally as Main.map.keyDetector.
AdvancedKeyPressDetector() - Constructor for class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
AdvancedOAuthPropertiesPanel - Class in org.openstreetmap.josm.gui.oauth
Panel allowing the user to setup advanced OAuth parameters: Consumer key Consumer secret Request token URL Access token URL Authorize URL OSM login URL OSM logout URL
AdvancedOAuthPropertiesPanel() - Constructor for class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
Constructs a new AdvancedOAuthPropertiesPanel.
AdvancedOAuthPropertiesPanel.UseDefaultItemListener - Class in org.openstreetmap.josm.gui.oauth
 
AdvancedPreference - Class in org.openstreetmap.josm.gui.preferences.advanced
Advanced preferences, allowing to set preference entries directly.
AdvancedPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
AdvancedPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.advanced
Factory used to create a new AdvancedPreference.
AdvancedPreference.ImportProfileAction - Class in org.openstreetmap.josm.gui.preferences.advanced
 
advancedPreferenceFactory - Static variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
advanceTicker(int) - Method in class org.openstreetmap.josm.io.StreamProgressUpdater
Increase ticker (progress counter and displayed text) by the given amount.
AFTER_LAST_DATA_LAYER - Static variable in class org.openstreetmap.josm.gui.layer.LayerPositionStrategy
A GPX layer is added below the lowest data layer.
AFTER_LAST_VALIDATION_LAYER - Static variable in class org.openstreetmap.josm.gui.layer.LayerPositionStrategy
A normal layer is added after all validation layers.
afterAdd() - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Fires a commands change event after adding a command.
afterFinish() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
Can be overriden if something needs to run after progress monitor is closed.
afterLast(Predicate<Layer>) - Static method in class org.openstreetmap.josm.gui.layer.LayerPositionStrategy
Creates a strategy that places the layer after the last layer of a given kind or at the beginning of the list if no such layer exists.
afterLastLayerRemoved(MainLayerManager.LayerAvailabilityEvent) - Method in interface org.openstreetmap.josm.gui.layer.MainLayerManager.LayerAvailabilityListener
This method is called in the UI thread after the last layer was removed.
afterPrefStartupHook() - Method in interface org.openstreetmap.josm.tools.PlatformHook
The afterPrefStartupHook will be called early, but after the preferences have been loaded and basic processing of command line arguments is finished.
afterPrefStartupHook() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
afterPrefStartupHook() - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
AGAIN - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SyncDialogWindowListener
 
agentFactory - Static variable in class org.openstreetmap.josm.io.auth.CredentialsManager
 
aggregatedData - Variable in class org.openstreetmap.josm.data.validation.util.AggregatePrimitivesVisitor
Aggregated data
aggregateList(List<?>) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.MinMaxFunction
 
AggregatePrimitivesVisitor - Class in org.openstreetmap.josm.data.validation.util
A visitor that aggregates all primitives it visits.
AggregatePrimitivesVisitor() - Constructor for class org.openstreetmap.josm.data.validation.util.AggregatePrimitivesVisitor
 
Airy - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Airy 1830
AiryMod - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Modified Airy 1849
al - Variable in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
AlbersEqualArea - Class in org.openstreetmap.josm.data.projection.proj
Albers Equal Area Projection (EPSG code 9822).
AlbersEqualArea() - Constructor for class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
 
alertAnonymousUser(Component) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadMyChangesets
 
alertAuthorisationFailed(OsmOAuthAuthorizationException) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
alertConnectionFailed() - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
alertCopyFailedForDeletedPrimitives(List<PrimitiveId>) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
alertFailedAuthentication() - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
alertFailedAuthorisation() - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
alertFailedConnection() - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
alertFailedPluginUpdate(Component, Collection<PluginInformation>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
alertFailedSigning() - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
alertFilesNotMatchingWithImporter(Collection<File>, FileImporter) - Method in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
alertFilesWithUnknownImporter(Collection<File>) - Method in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
alertInternalError() - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
alertInvalidCapabilities() - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
alertInvalidCapabilitiesUrl(String) - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
alertInvalidChangesetQuery() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog.QueryAction
 
alertInvalidLoginUrl() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
alertInvalidServerResult(int) - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
alertInvalidUid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
alertInvalidUrl(String) - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
alertInvalidUserName() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
alertJOSMUpdateRequired(Component, String, int) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
alertLoginFailed(OsmLoginFailedException) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
alertMissingPluginInformation(Component, Collection<String>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
alertMissingRequiredPlugin(Component, String, Set<String>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Alerts the user if a plugin required by another plugin is missing, and offer to download them & restart JOSM
alertNoPrimitivesTo(Collection<HistoryOsmPrimitive>, String, String) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
alertNoPrimitivesToSelect() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.SelectInCurrentLayerAction
 
alertNoPrimitivesToZoomTo() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.ZoomInCurrentLayerAction
 
alertNothingToUpdate() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.UpdateSelectedPluginsAction
 
alertPluginStillRequired(Component, String, Set<String>) - Static method in class org.openstreetmap.josm.gui.preferences.plugin.PluginCheckBox
Alerts the user if an unselected plugin is still required by another plugins
alertRetrievingAccessTokenFailed(OsmOAuthAuthorizationException) - Method in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
alertRetrievingRequestTokenFailed(OsmOAuthAuthorizationException) - Method in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
 
alertSelectAtLeastOneWay() - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
 
alertUnresolvedConflicts(OsmDataLayer) - Static method in class org.openstreetmap.josm.actions.UploadAction
 
align() - Method in class org.openstreetmap.josm.data.osm.Storage.Iter
 
align() - Method in class org.openstreetmap.josm.data.osm.Storage.SafeReadonlyIter
 
align - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
AlignedRenderer(int) - Constructor for class org.openstreetmap.josm.gui.history.VersionTable.AlignedRenderer
Constructs a new AlignedRenderer.
AlignedRenderer() - Constructor for class org.openstreetmap.josm.gui.history.VersionTable.AlignedRenderer
 
AlignImageryPanel - Class in org.openstreetmap.josm.gui.layer
The panel to nag a user ONCE that he/she has to align imagery.
AlignImageryPanel(boolean, BooleanProperty, ImageryInfo) - Constructor for class org.openstreetmap.josm.gui.layer.AlignImageryPanel
 
alignInCircle - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Align Nodes in Circle
AlignInCircleAction - Class in org.openstreetmap.josm.actions
Aligns all selected nodes within a circle.
AlignInCircleAction() - Constructor for class org.openstreetmap.josm.actions.AlignInCircleAction
Constructs a new AlignInCircleAction.
AlignInCircleAction.PolarCoor - Class in org.openstreetmap.josm.actions
 
alignInLine - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Align Nodes in Line
AlignInLineAction - Class in org.openstreetmap.josm.actions
Aligns all selected nodes into a straight line (useful for roads that should be straight, but have side roads and therefore need multiple nodes)
AlignInLineAction() - Constructor for class org.openstreetmap.josm.actions.AlignInLineAction
Constructs a new AlignInLineAction.
AlignInLineAction.InvalidSelection - Exception in org.openstreetmap.josm.actions
InvalidSelection exception has to be raised when action can't be performed
AlignInLineAction.Line - Class in org.openstreetmap.josm.actions
Class that represent a line
alignMultiWay(Collection<Way>) - Static method in class org.openstreetmap.josm.actions.AlignInLineAction
Align way in case of multiple way #6819
alignOnlyNodes(List<Node>) - Static method in class org.openstreetmap.josm.actions.AlignInLineAction
Align nodes in case 3 or more nodes are selected.
alignSingleNode(Node, List<AlignInLineAction.Line>) - Static method in class org.openstreetmap.josm.actions.AlignInLineAction
Align a single node relative to a set of lines #9081
all - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.InArea
 
ALL_DIRECTION - Static variable in class org.openstreetmap.josm.gui.ScrollViewport
 
ALL_PATTERNS - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
ALL_PATTERNS - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
ALL_PATTERNS - Static variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
ALL_SYSTEMS - Static variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Known systems of measurement.
ALL_TICKS - Static variable in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Can be used with ProgressMonitor.worked(int) and ProgressMonitor.createSubTaskMonitor(int, boolean) to express that the task should use all remaining ticks
allBookmarks - Static variable in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
allCodes - Static variable in class org.openstreetmap.josm.data.projection.Projections
 
allCodes() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
allCodes() - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
allCodes() - Method in class org.openstreetmap.josm.gui.preferences.projection.GaussKruegerProjectionChoice
 
allCodes() - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice
 
allCodes() - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice
 
allCodes() - Method in interface org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice
Return all projection codes supported by this projection choice.
allCodes() - Method in class org.openstreetmap.josm.gui.preferences.projection.PuwgProjectionChoice
 
allCodes() - Method in class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
 
allCodes() - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
allCodes() - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
allCoordinates - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
allData - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
allDialogButtons - Variable in class org.openstreetmap.josm.gui.MapFrame
 
allDialogs - Variable in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
 
allDialogs - Variable in class org.openstreetmap.josm.gui.MapFrame
 
allElements - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
allExistingTiles() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
AllFormatsImporter - Class in org.openstreetmap.josm.io
Dummy importer that adds the "All Formats"-Filter when opening files
AllFormatsImporter() - Constructor for class org.openstreetmap.josm.io.AllFormatsImporter
Constructs a new AllFormatsImporter.
allKeys() - Method in class org.openstreetmap.josm.gui.util.RedirectInputMap
 
allLoadedTiles() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
allMapModeButtons - Variable in class org.openstreetmap.josm.gui.MapFrame
 
allModifiedPrimitives() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns a collection containing all modified primitives.
AllNodesVisitor - Class in org.openstreetmap.josm.data.osm.visitor
Collect all nodes a specific osm primitive has.
AllNodesVisitor() - Constructor for class org.openstreetmap.josm.data.osm.visitor.AllNodesVisitor
 
allNonDeletedCompletePrimitives() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns a collection containing all not-deleted complete primitives.
allNonDeletedPhysicalPrimitives() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns a collection containing all not-deleted complete physical primitives.
allNonDeletedPrimitives() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns a collection containing all not-deleted primitives.
ALLOW_2_SLASHES - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Allow two slashes in the path component of the URL.
ALLOW_ALL_SCHEMES - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Allows all validly formatted schemes to pass validation instead of supplying a set of valid schemes.
ALLOW_LOCAL_URLS - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Allow local URLs, such as http://localhost/ or http://machine/ .
allowed - Variable in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox
 
allowedSchemes - Variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
The set of schemes that are allowed to be in a URL.
allowLocal - Variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
allowLocal - Variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
allowModifyNotes - Variable in class org.openstreetmap.josm.data.oauth.OsmPrivileges
 
allowReadGpx - Variable in class org.openstreetmap.josm.data.oauth.OsmPrivileges
 
allowReadPrefs - Variable in class org.openstreetmap.josm.data.oauth.OsmPrivileges
 
allowTld - Variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
allowWriteApi - Variable in class org.openstreetmap.josm.data.oauth.OsmPrivileges
 
allowWriteGpx - Variable in class org.openstreetmap.josm.data.oauth.OsmPrivileges
 
allowWritePrefs - Variable in class org.openstreetmap.josm.data.oauth.OsmPrivileges
 
allParentMultipolygonsFiltered(OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.data.osm.FilterMatcher
 
allParentWaysFiltered(OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.data.osm.FilterMatcher
Check if all parent ways are filtered.
allPrimitives - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
allPrimitives() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns a collection containing all primitives of the dataset.
allPrimitivesResolver - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
allProjectionChoicesByCode - Static variable in class org.openstreetmap.josm.data.projection.Projections
 
AllSettingsTableModel() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.AllSettingsTableModel
 
allStackTraces - Variable in exception org.openstreetmap.josm.tools.bugreport.ReportedException
We capture all stack traces on exception creation.
allTests - Static variable in class org.openstreetmap.josm.data.validation.OsmValidator
All registered tests
allTests - Variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
The list of all tests
allTestsMap - Static variable in class org.openstreetmap.josm.data.validation.OsmValidator
 
allTilesCreate() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
allTypes - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
allTypes(boolean) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Builder method to set allTypes property.
alpha - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
alpha - Variable in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
alpha(Color) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Get the value of the alpha channel in the rgba color model
alpha - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
alpha - Static variable in class org.openstreetmap.josm.io.remotecontrol.DNSName
 
alphabeticImageryComparator - Static variable in class org.openstreetmap.josm.gui.ImageryMenu
Compare ImageryInfo objects alphabetically by name.
alphaDigitsAndHyphen - Static variable in class org.openstreetmap.josm.io.remotecontrol.DNSName
 
AlphanumComparator - Class in org.openstreetmap.josm.tools
The Alphanum Algorithm is an improved sorting algorithm for strings containing numbers: Instead of sorting numbers in ASCII order like a standard sort, this algorithm sorts numbers in numeric order.
AlphanumComparator() - Constructor for class org.openstreetmap.josm.tools.AlphanumComparator
Constructs a new Alphanum Comparator.
AlreadyAuthorisedPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel
Constructs a new AlreadyAuthorisedPanel.
alt - Variable in class org.openstreetmap.josm.actions.mapmode.MapMode
 
alt - Variable in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
ALT - Static variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
ALT - Static variable in class org.openstreetmap.josm.tools.Shortcut
Alt group
ALT_CTRL - Static variable in class org.openstreetmap.josm.tools.Shortcut
Alt-Command group.
ALT_CTRL_SHIFT - Static variable in class org.openstreetmap.josm.tools.Shortcut
Alt-Command-Shift group.
ALT_SHIFT - Static variable in class org.openstreetmap.josm.tools.Shortcut
Alt-Shift group
alternateDirection - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
paint direction arrow with alternate math.
alternative_autocomplete_keys - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Text
A comma separated list of alternative keys to use for autocompletion.
alternatives - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
Always() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Always
 
alwaysAskUserConfirm - Variable in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
alwaysCreateNodes - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
If true, when extruding create new node(s) even if segments are parallel.
alwaysFalse() - Static method in class org.openstreetmap.josm.tools.Predicates
Creates a predicate that returns false every time.
alwaysHidden - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
alwaysShown - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
alwaysTrue() - Static method in class org.openstreetmap.josm.tools.Predicates
Creates a predicate that returns true every time.
analyseInProcessPlugins() - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
analyzeWays(Collection<Way>, boolean) - Static method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
This method analyzes ways and creates multipolygon.
aName - Variable in class org.openstreetmap.josm.data.SystemOfMeasurement
First unit used to format text.
ancestorMoved(HierarchyEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.AutoAdjustingSplitPane
 
ancestorResized(HierarchyEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.AutoAdjustingSplitPane
 
anchor(int) - Method in class org.openstreetmap.josm.tools.GBC
Set the anchor of this GBC to a.
anchorPosition - Variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
And(SearchCompiler.Match, SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.And
Constructs a new And match.
AndOperator(List<Expression>) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.AndOperator
Constructs a new AndOperator.
AndSet(ContextSwitchTemplate.ContextProvider, ContextSwitchTemplate.ContextProvider) - Constructor for class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.AndSet
 
angle - Variable in class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
 
angleEnabled - Variable in class org.openstreetmap.josm.gui.MapStatus
 
angleIsClockwise(Node, Node, Node) - Static method in class org.openstreetmap.josm.tools.Geometry
This method tests if secondNode is clockwise to first node.
angleIsClockwise(EastNorth, EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.tools.Geometry
This method tests if secondNode is clockwise to first node.
anglePopupListener - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
AnglePopupMenu() - Constructor for class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper.AnglePopupMenu
 
angleText - Variable in class org.openstreetmap.josm.gui.MapStatus
 
angleToDirectionChange(double, double) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction
Recognize angle to be approximately 0, 90, 180 or 270 degrees.
animate() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
Animates the marker along the track.
animationInterval - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
anonymous - Static variable in class org.openstreetmap.josm.data.osm.User
The anonymous user is a local user used in places where no user is known.
antialiasing - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
anticlockwise(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
anticlockwise whether the way is closed and oriented anticlockwise, or non-closed and the 1st, 2nd and last node are in anticlockwise order.
Any(String, boolean, boolean) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Any
 
any(Object...) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the first non-null object.
aPA0 - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Coefficients for authalic latitude.
aPA1 - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Coefficients for authalic latitude.
aPA2 - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Coefficients for authalic latitude.
api - Variable in class org.openstreetmap.josm.io.OsmServerReader
 
api - Variable in class org.openstreetmap.josm.io.OsmServerWriter
 
API_KEY - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
API_KEY - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
 
API_URL_PROP - Static variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
OSM API URL property key.
ApiCapabilitiesTest - Class in org.openstreetmap.josm.data.validation.tests
Performs validation tests against OSM API capabilities.
ApiCapabilitiesTest() - Constructor for class org.openstreetmap.josm.data.validation.tests.ApiCapabilitiesTest
Constructs a new ApiCapabilitiesTest.
APIDataSet - Class in org.openstreetmap.josm.data
Represents a collection of OsmPrimitives which should be uploaded to the API.
APIDataSet() - Constructor for class org.openstreetmap.josm.data.APIDataSet
creates a new empty data set
APIDataSet(DataSet) - Constructor for class org.openstreetmap.josm.data.APIDataSet
initializes the API data set with the modified primitives in ds
APIDataSet(Collection<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.data.APIDataSet
initializes the API data set with the primitives in primitives
APIDataSet.RelationUploadDependencyGraph - Class in org.openstreetmap.josm.data
Utility class to sort a collection of new relations with their dependencies topologically.
ApiPreconditionCheckerHook - Class in org.openstreetmap.josm.actions.upload
 
ApiPreconditionCheckerHook() - Constructor for class org.openstreetmap.josm.actions.upload.ApiPreconditionCheckerHook
 
apiTypeName - Variable in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
apiUrl - Variable in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
 
apiUrl - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
apiUrl - Variable in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
apiUrl - Variable in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
apiUrl - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
 
ApiUrlPropagator() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ApiUrlPropagator
 
ApiUrlTestTask - Class in org.openstreetmap.josm.gui.preferences.server
This is an asynchronous task for testing whether an URL points to an OSM API server.
ApiUrlTestTask(Component, String) - Constructor for class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
Constructs a new ApiUrlTestTask.
ApiUrlValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ApiUrlValidator
 
apiVersion - Variable in class org.openstreetmap.josm.io.OsmChangeBuilder
 
append(String) - Method in class org.openstreetmap.josm.actions.search.SearchAction.DescriptionTextBuilder
 
append(PasteTagsConflictResolverDialog.StatisticsInfo) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsTableModel
 
append(DataSet, long, OsmPrimitiveType) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
appends a OsmPrimitive id to the list of ids which will be fetched from the server.
append(OsmPrimitive) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
appends an OsmPrimitive to the list of ids which will be fetched from the server.
append(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
appends a list of OsmPrimitive to the list of ids which will be fetched from the server.
append(Collection<? extends IPrimitive>) - Method in class org.openstreetmap.josm.io.OsmChangeBuilder
Appends a collection of Primitives to the OsmChange document.
append(IPrimitive) - Method in class org.openstreetmap.josm.io.OsmChangeBuilder
Appends an Primitive to the OsmChange document.
appendBounds(Bounds, JsonObjectBuilder) - Method in class org.openstreetmap.josm.io.GeoJSONWriter
 
appendCollection(StringBuilder, String, Collection<T>) - Static method in class org.openstreetmap.josm.actions.ShowStatusReportAction
 
appendInner(Path2D.Double) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
appendItem(String) - Method in class org.openstreetmap.josm.actions.search.SearchAction.DescriptionTextBuilder
 
appendItemHeader(String) - Method in class org.openstreetmap.josm.actions.search.SearchAction.DescriptionTextBuilder
 
appendLayerBounds(DataSet, JsonObjectBuilder) - Method in class org.openstreetmap.josm.io.GeoJSONWriter
 
appendLayerFeatures(DataSet, JsonObjectBuilder) - Method in class org.openstreetmap.josm.io.GeoJSONWriter
 
appendLogMessage(String) - Method in class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
appendLogMessage(String) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
Appends a log message to the progress dialog.
appendLogMessage(String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
Default implementation is empty.
appendLogMessage(String) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
appendLogMessage(String) - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
appendLogMessage(String) - Method in interface org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor.ProgressMonitorDialog
 
appendLogMessage(String) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Appends a message to the log managed by the progress monitor.
appendLogMessage(String) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
appendNewTag() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
creates a new tag and appends it to the model
appendNode(Node) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
appends a Node id to the list of ids which will be fetched from the server.
appendOrUpdatePriority(AutoCompletionListItem) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
 
appendPreferences(Preferences, Preferences) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
appendPrimitive(OsmPrimitive, JsonArrayBuilder) - Method in class org.openstreetmap.josm.io.GeoJSONWriter
 
appendRelation(Relation) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
appends a Relation id to the list of ids which will be fetched from the server.
appendRow(StringBuilder, String, String) - Static method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
 
appendText(StringBuilder, TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.CompoundTemplateEntry
 
appendText(StringBuilder, TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.Condition
 
appendText(StringBuilder, TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate
 
appendText(StringBuilder, TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.SearchExpressionCondition
 
appendText(StringBuilder, TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.StaticText
 
appendText(StringBuilder, TemplateEngineDataProvider) - Method in interface org.openstreetmap.josm.tools.template_engine.TemplateEntry
 
appendText(StringBuilder, TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.Variable
 
appendWay(Way) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
appends a Way id and the list of ids of nodes the way refers to the list of ids which will be fetched from the server.
APPLICATION_OPTIONS - Static variable in class org.openstreetmap.josm.corrector.TagCorrector
 
applied - Variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.ClassCondition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.ExpressionCondition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.IndexCondition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyCondition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueCondition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueRegexpCondition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.OpenEndPseudoClassCondition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClassCondition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.RoleCondition
 
applies(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.SimpleKeyValueCondition
 
apply(String) - Method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector.StringSwitcher
 
apply(Tag) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector.TagSwitcher
Reverses a given tag.
apply(String, String) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector.TagSwitcher
Reverses a given tag (key=value).
apply - Variable in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
apply() - Method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Apply changes.
apply(MultiCascade, OsmPrimitive, double, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
apply(MultiCascade, OsmPrimitive, double, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Apply style to osm primitive.
apply() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel.SelectionStateMemento
 
apply(A) - Method in interface org.openstreetmap.josm.tools.Utils.Function
Applies the function on x.
ApplyAction() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.ApplyAction
 
ApplyAction() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.ApplyAction
 
ApplyAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Apply the current updates.
ApplyAction(MemberTable, MemberTableModel, TagEditorModel, OsmDataLayer, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.ApplyAction
Constructs a new ApplyAction.
applyAction - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Action for performing the ApplyAction
applyButtonHiddenPreferences() - Method in interface org.openstreetmap.josm.gui.HideableButton
 
applyButtonHiddenPreferences() - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
applyChanges() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
 
applyChildRequest(AbstractProgressMonitor.Request) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
applyChoosableExportFileFilters(AbstractFileChooser, String, boolean) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Applies the choosable FileFilter to a AbstractFileChooser before using the file chooser for selecting a file for writing.
applyChoosableImportFileFilters(AbstractFileChooser, String, boolean) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Applies the choosable FileFilter to a AbstractFileChooser before using the file chooser for selecting a file for reading.
applyColumn - Variable in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
applyCorrections(Map<OsmPrimitive, List<TagCorrection>>, Map<OsmPrimitive, List<RoleCorrection>>, String) - Method in class org.openstreetmap.josm.corrector.TagCorrector
 
applyExistingConflictingRelation(TagEditorModel) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
Apply the updates for an existing relation which has been changed outside of the relation editor.
applyExistingNonConflictingRelation(TagEditorModel) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
Apply the updates for an existing relation which has not been changed outside of the relation editor.
applyFilter() - Method in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
applyFilter() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
applyFilter(String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
applyFilter(String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
applies a filter expression to the list of AutoCompletionListItems.
applyFilterWithDelay() - Method in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
Do filtering but little bit later (to reduce cpu load)
applyImageProcessors(BufferedImage) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Applies all the chosen ImageProcessors to the image
applyNewRelation(TagEditorModel) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
apply updates to a new relation
ApplyOffsetAction(OffsetBookmark) - Constructor for class org.openstreetmap.josm.gui.layer.ImageryLayer.ApplyOffsetAction
 
applyPrefs(Map<String, Test>, boolean) - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
 
applyResolutionAction - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
ApplyResolutionAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog.ApplyResolutionAction
 
applyRole(String) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Apply a role to all member managed by this model.
ApplyRoleAction() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver.ApplyRoleAction
 
applySafe(Window) - Method in class org.openstreetmap.josm.tools.WindowGeometry
Applies this geometry to a window.
applyThisRequest(AbstractProgressMonitor.Request) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
ApplyTileAddressAction() - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressInputPanel.ApplyTileAddressAction
 
applyTmp() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Copy the values from the temporary variable to the main instance.
applyTo(Tagged) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Applies this tag collection to an OsmPrimitive.
applyTo(Collection<? extends Tagged>) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Applies this tag collection to a collection of OsmPrimitives.
applyTo(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Applies the resolution to an OsmPrimitive
applyTo(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Applies this resolution to a collection of primitives
applyToMyPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
applies the current merge decisions to the tag set of an OSM primitive.
applyToPrimitive(Tagged) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
applies the current state of the tag editor model to a primitive
applyToRelation(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Applies this member model to the given relation.
applyToTags(boolean) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
applies the current state of the tag editor model to a map of tags
applyValueToLayer(ImageryLayer) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.ColorfulnessSlider
 
applyValueToLayer(T) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
applyValueToLayer(ImageryLayer) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.GammaFilterSlider
 
applyValueToLayer(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.OpacitySlider
 
applyValueToLayer(ImageryLayer) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.SharpnessSlider
 
applyVectorTo(EastNorth) - Method in class org.openstreetmap.josm.command.MoveCommand
Change the displacement vector to have endpoint currentEN.
arb - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Convenience value equal to ObliqueMercator.a / ObliqueMercator.b.
archive - Variable in class org.openstreetmap.josm.tools.ImageProvider
archive file to take image from
area - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygon
 
area - Variable in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
 
area - Variable in class org.openstreetmap.josm.tools.Geometry.AreaAndPerimeter
 
AreaAndPerimeter(double, double) - Constructor for class org.openstreetmap.josm.tools.Geometry.AreaAndPerimeter
 
areaCustomName - Variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Specific optional area unit.
areaCustomValue - Variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Specific optional area value, in squared meters, between aValue*aValue and bValue*bValue.
AreaElement - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
AreaElement(Cascade, Color, MapImage, Float, Float, TextLabel) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
AreaSize(PushbackTokenizer.Range) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.AreaSize
 
AreaSize(PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.AreaSize
 
areasize(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the area of a closed way or multipolygon in square meters or null.
areaStyle(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
:area-style tests whether the object has an area style.
areFieldsInFocus() - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
arg - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.LengthFunction
 
args - Variable in class org.openstreetmap.josm.gui.MainApplication.GuiFinalizationWorker
 
args - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.AndOperator
 
args - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ArrayFunction
 
args - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.MinMaxFunction
 
args - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.OrOperator
 
args - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ParameterFunction
 
args - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
The GET request arguments
ARRAY - Static variable in class org.openstreetmap.josm.data.validation.util.Entities
 
array - Variable in class org.openstreetmap.josm.tools.CopyList
 
arrayComponentType - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ArrayFunction
 
arrayContains(String[], String) - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Check if a sorted array contains the specified key
arrayCopyNecessary - Variable in class org.openstreetmap.josm.data.osm.Storage
 
ArrayFunction(Method, List<Expression>) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ArrayFunction
Constructs a new ArrayFunction.
arrayFunctions - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory
 
ArrayType() - Constructor for enum org.openstreetmap.josm.data.validation.routines.DomainValidator.ArrayType
 
arrow - Variable in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
 
ARROW_ICON_HEIGHT - Static variable in class org.openstreetmap.josm.gui.MenuScroller
 
arrowDown - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
arrowUp - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
asColl(T) - Static method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Returns o as collection of o's type.
askAddSetting(JComponent, JPanel) - Static method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
askedLayer() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction
 
askForBugReport(Throwable) - Static method in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler.BugReporterThread
 
askForOption(String, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Simple function for choose window, may be used from JS API and from other code
askForText(String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
 
askMaxChangesetSizeExceedsPolicy() - Method in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
askTargetLayer(List<Layer>) - Static method in class org.openstreetmap.josm.actions.AbstractMergeAction
 
askTargetLayer(T[], String, String, String, String) - Static method in class org.openstreetmap.josm.actions.AbstractMergeAction
Asks a target layer.
askUpdateDisableKeepPluginAfterException(PluginProxy) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
askUpdateJava(String) - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
askUpdateJava(String, String) - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
askUserForCustomSettingsFile() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ExportProfileAction
 
askUserForCustomSettingsFiles(boolean, String) - Static method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
askWhichTasksToLoad(Collection<DownloadTask>) - Method in class org.openstreetmap.josm.actions.OpenLocationAction
Asks the user which of the possible tasks to perform.
asList() - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the tags of this tag collection as list.
aspectRatio - Variable in class org.openstreetmap.josm.gui.SelectionManager
Whether the selection rectangle must obtain the aspect ratio of the drawComponent.
asRect() - Method in class org.openstreetmap.josm.data.Bounds
Converts the lat/lon bounding box to an object of type Rectangle2D.Double
AssembledMultipolygon(JoinAreasAction.AssembledPolygon) - Constructor for class org.openstreetmap.josm.actions.JoinAreasAction.AssembledMultipolygon
 
AssembledPolygon(List<JoinAreasAction.WayInPolygon>) - Constructor for class org.openstreetmap.josm.actions.JoinAreasAction.AssembledPolygon
 
assertCallFromEdt() - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
This function fails if it was not called from the EDT thread.
assertions - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
asSet() - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the tags of this tag collection as set
assignedDefault - Variable in class org.openstreetmap.josm.tools.Shortcut
true if it got assigned what was requested.
assignedKey - Variable in class org.openstreetmap.josm.tools.Shortcut
the key that actually is used
assignedModifier - Variable in class org.openstreetmap.josm.tools.Shortcut
the modifiers that are used
assignedUser - Variable in class org.openstreetmap.josm.tools.Shortcut
true if the user changed this shortcut
AssignmentInstruction(String, Object, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.AssignmentInstruction
 
ASSOCIATED_STREET - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
associatedFile - Variable in class org.openstreetmap.josm.gui.layer.Layer
If a file is associated with this layer, this variable should be set to it.
AssociatedStreetRoleAddressHouseSorter() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.AssociatedStreetRoleAddressHouseSorter
 
AssociatedStreetRoleStreetSorter() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.AssociatedStreetRoleStreetSorter
 
asStringList() - Method in class org.openstreetmap.josm.gui.widgets.ComboBoxHistory
Returns the AutoCompletionListItem items as strings
asTag(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyCondition
Get the matched key and the corresponding value.
asTag() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueCondition
 
asTag() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.SimpleKeyValueCondition
 
asTag() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Key
Returns the Tag set by this item
asUser() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Returns the identity as a User object
attach(JTextComponent, boolean) - Method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
Attaches this contextual menu to the given text component.
attachImageIcon(AbstractAction) - Method in class org.openstreetmap.josm.tools.ImageResource
Set both icons of an Action
attachImageIcon(AbstractAction, boolean) - Method in class org.openstreetmap.josm.tools.ImageResource
Set both icons of an Action
attachToMapView(MapViewPaintable.MapViewEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable
This method is called whenever this layer is added to a map view.
attachToMapView(MapViewPaintable.MapViewEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
attachToMapView(MapViewPaintable.MapViewEvent) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
attemptGetCapabilities(String) - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
attr - Variable in class org.openstreetmap.josm.data.gpx.WithAttributes
The "attr" hash is used to store the XML payload (not only XML attributes!)
attr - Variable in class org.openstreetmap.josm.plugins.PluginInformation
All manifest attributes.
ATTR_FONT - Static variable in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
ATTR_LINK_FONT - Static variable in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
Attributed - Interface in org.openstreetmap.gui.jmapviewer.interfaces
 
attributes - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
attribution - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
Attribution() - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource.Attribution
 
attribution - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
attribution_text - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
attribution_url - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
attributionDownloadedTask - Variable in class org.openstreetmap.josm.data.imagery.CachedAttributionBingAerialTileSource
 
attributionImage - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
attributionImage - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
Image of a graphical attribution displayed when using the imagery
attributionImageURL - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
attributionImageURL - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
Link behind the graphical attribution displayed when using the imagery
attributionLinkURL - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
attributionLinkURL - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
Link behing the text attribution displayed when using the imagery
attributions - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
AttributionSupport - Class in org.openstreetmap.gui.jmapviewer
 
AttributionSupport() - Constructor for class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
attributionText - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
attributionText - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource.Attribution
 
attributionText - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
Text of a text attribution displayed when using the imagery
attrImage - Variable in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
attrImageBounds - Variable in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
attrs - Variable in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
attrTermsText - Variable in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
attrTermsUrl - Variable in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
attrTextBounds - Variable in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
attrToUBounds - Variable in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
audioBack - Variable in class org.openstreetmap.josm.gui.MainMenu
Audio / Back
AudioBackAction - Class in org.openstreetmap.josm.actions.audio
Jump the audio backward 10 seconds and start playing if paused.
AudioBackAction() - Constructor for class org.openstreetmap.josm.actions.audio.AudioBackAction
Constructs a new AudioBackAction.
audioCalibration - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
audioFaster - Variable in class org.openstreetmap.josm.gui.MainMenu
Audio / Faster
AudioFasterAction - Class in org.openstreetmap.josm.actions.audio
Increase the speed of audio playback.
AudioFasterAction() - Constructor for class org.openstreetmap.josm.actions.audio.AudioFasterAction
Constructs a new AudioFasterAction.
audioFastForwardMultiplier - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
AudioFastSlowAction - Class in org.openstreetmap.josm.actions.audio
Abstract superclass of AudioFasterAction and AudioSlowerAction.
AudioFastSlowAction(String, String, String, Shortcut, boolean) - Constructor for class org.openstreetmap.josm.actions.audio.AudioFastSlowAction
Constructs a new AudioFastSlowAction.
audioForwardBackAmount - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
audioFwd - Variable in class org.openstreetmap.josm.gui.MainMenu
Audio / Forward
AudioFwdAction - Class in org.openstreetmap.josm.actions.audio
Jump the audio forward 10 seconds.
AudioFwdAction() - Constructor for class org.openstreetmap.josm.actions.audio.AudioFwdAction
Constructs a new AudioFwdAction.
audioLeadIn - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
audioMalfunction(Exception) - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Shows a popup audio error message for the given exception.
AudioMarker - Class in org.openstreetmap.josm.gui.layer.markerlayer
Marker class with audio playback capability.
AudioMarker(LatLon, TemplateEngineDataProvider, URL, MarkerLayer, double, double) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
audioMarkersFromExplicitWaypoints - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
audioMarkersFromNamedTrackpoints - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
audioMarkersFromStart - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
audioMarkersFromUntimedWaypoints - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
audioMarkersFromWavTimestamps - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
audioMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
audioMenu contains all audio-related actions.
audioMenuVisible - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
audioNext - Variable in class org.openstreetmap.josm.gui.MainMenu
Audio / Next marker
AudioNextAction - Class in org.openstreetmap.josm.actions.audio
Play the sound track from the Audio Marker after the one most recently played.
Play from the first such Marker if none has been played, or repeat the last marker if at the end.
AudioNextAction() - Constructor for class org.openstreetmap.josm.actions.audio.AudioNextAction
Constructs a new AudioNextAction.
AudioPlayer - Class in org.openstreetmap.josm.tools
Creates and controls a separate audio player thread.
AudioPlayer() - Constructor for class org.openstreetmap.josm.tools.AudioPlayer
 
audioPlayer - Static variable in class org.openstreetmap.josm.tools.AudioPlayer
 
AudioPlayer.Command - Enum in org.openstreetmap.josm.tools
 
AudioPlayer.Execute - Class in org.openstreetmap.josm.tools
Passes information from the control thread to the playing thread
AudioPlayer.Result - Enum in org.openstreetmap.josm.tools
 
AudioPlayer.State - Enum in org.openstreetmap.josm.tools
 
audioPlayPause - Variable in class org.openstreetmap.josm.gui.MainMenu
Audio / Play/Pause
AudioPlayPauseAction - Class in org.openstreetmap.josm.actions.audio
If not playing, play the sound track from the first Audio Marker, or from the point at which it was paused.
If playing, pause the sound.
If fast forwarding or slow forwarding, resume normal speed.
AudioPlayPauseAction() - Constructor for class org.openstreetmap.josm.actions.audio.AudioPlayPauseAction
Constructs a new AudioPlayPauseAction.
AudioPreference - Class in org.openstreetmap.josm.gui.preferences.audio
Audio preferences.
AudioPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
AudioPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.audio
Factory used to create a new AudioPreference.
audioPrev - Variable in class org.openstreetmap.josm.gui.MainMenu
Audio / Previous Marker
AudioPrevAction - Class in org.openstreetmap.josm.actions.audio
Play the sound track from the Audio Marker before the one most recently played.
Play from the first such Marker if none has been played or already at the first marker.
AudioPrevAction() - Constructor for class org.openstreetmap.josm.actions.audio.AudioPrevAction
Constructs a new AudioPrevAction.
audioSlower - Variable in class org.openstreetmap.josm.gui.MainMenu
Audio / Slower
AudioSlowerAction - Class in org.openstreetmap.josm.actions.audio
Decrease the speed of audio playback.
AudioSlowerAction() - Constructor for class org.openstreetmap.josm.actions.audio.AudioSlowerAction
Constructs a new AudioSlowerAction.
audioUrl - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
AudioUtil - Class in org.openstreetmap.josm.tools
Utils functions for audio.
AudioUtil() - Constructor for class org.openstreetmap.josm.tools.AudioUtil
 
audioWaypointLabel - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
audioWaypointLabelPattern - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
AustSA - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Australian National Spheroid (Australian Natl & S.
authClient - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
authenticateOsmSession(OsmOAuthAuthorizationClient.SessionId, String, String) - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
AuthenticationMethodChangeListener() - Constructor for class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel.AuthenticationMethodChangeListener
 
AuthenticationPreference - Class in org.openstreetmap.josm.gui.preferences.server
Authentication sub-preferences in server preferences.
AuthenticationPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreference
 
AuthenticationPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.server
Factory used to create a new AuthenticationPreference.
AuthenticationPreferencesPanel - Class in org.openstreetmap.josm.gui.preferences.server
This is the preference panel for the authentication method and the authentication parameters.
AuthenticationPreferencesPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
Constructs a new AuthenticationPreferencesPanel.
AuthenticationPreferencesPanel.AuthenticationMethodChangeListener - Class in org.openstreetmap.josm.gui.preferences.server
Listens to changes in the authentication method
authlat(double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Determines latitude from authalic latitude.
author - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
author name used for display
author - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin author.
AuthorisationProcedureCellRenderer() - Constructor for class org.openstreetmap.josm.gui.oauth.AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer
 
AuthorisationProcedureChangeListener() - Constructor for class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.AuthorisationProcedureChangeListener
 
authorise(OAuthToken, String, String, OsmPrivileges, ProgressMonitor) - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
Automatically authorises a request token for a set of privileges.
AuthoriseNowAction() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.AuthoriseNowAction
 
authoriseUrl - Variable in class org.openstreetmap.josm.data.oauth.OAuthParameters
 
AUTHORITY_CHARS_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
AUTHORITY_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
AUTHORITY_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
authorityValidator - Variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Regular expressions used to manually validate authorities if IANA domain name validation isn't desired.
AuthorizationProcedure - Enum in org.openstreetmap.josm.gui.oauth
 
AuthorizationProcedure() - Constructor for enum org.openstreetmap.josm.gui.oauth.AuthorizationProcedure
 
AuthorizationProcedureComboBox - Class in org.openstreetmap.josm.gui.oauth
 
AuthorizationProcedureComboBox() - Constructor for class org.openstreetmap.josm.gui.oauth.AuthorizationProcedureComboBox
Constructs a new AuthorizationProcedureComboBox.
AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer - Class in org.openstreetmap.josm.gui.oauth
 
AUTO - Static variable in class org.openstreetmap.josm.gui.mappaint.Keyword
 
auto(Shortcut) - Static method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
auto_increment - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Text
May contain a comma separated list of integer increments or decrements, e.g.
auto_increment_selected - Static variable in class org.openstreetmap.josm.gui.tagging.presets.items.Text
 
AUTO_LABEL_COMPOSITION_STRATEGY - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
AutoAdjustingSplitPane(int) - Constructor for class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.AutoAdjustingSplitPane
 
autocomplete - Variable in class org.openstreetmap.josm.data.osm.DataSet
Maintains a list of used tags for autocompletion.
autocomplete - Variable in class org.openstreetmap.josm.gui.tagging.TagCellEditor
the cache of auto completion items derived from the current JOSM data set
autocompleteEnabled - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
 
AutoCompleteListCellRenderer() - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompleteListCellRenderer
Constructs a new AutoCompleteListCellRenderer.
AutoCompletingComboBox - Class in org.openstreetmap.josm.gui.tagging.ac
Auto-completing ComboBox.
AutoCompletingComboBox() - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
Creates a AutoCompletingComboBox with a default prototype display value.
AutoCompletingComboBox(String) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
Creates a AutoCompletingComboBox with the specified prototype display value.
AutoCompletingComboBox.AutoCompleteListCellRenderer - Class in org.openstreetmap.josm.gui.tagging.ac
ListCellRenderer for AutoCompletingComboBox renders an AutoCompletionListItem by showing only the string value part
AutoCompletingComboBox.AutoCompletingComboBoxDocument - Class in org.openstreetmap.josm.gui.tagging.ac
Auto-complete a JosmComboBox.
AutoCompletingComboBoxDocument(JosmComboBox<AutoCompletionListItem>) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompletingComboBoxDocument
Constructs a new AutoCompletingComboBoxDocument.
AutoCompletingTextField - Class in org.openstreetmap.josm.gui.tagging.ac
AutoCompletingTextField is a text field with autocompletion behaviour.
AutoCompletingTextField() - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
Constructs a new AutoCompletingTextField.
AutoCompletingTextField(int) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
Constructs a new AutoCompletingTextField.
AutoCompletingTextField(int, boolean) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
Constructs a new AutoCompletingTextField.
AutoCompletingTextField.AutoCompletionDocument - Class in org.openstreetmap.josm.gui.tagging.ac
The document model for the editor
AutoCompletionDocument() - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField.AutoCompletionDocument
 
AutoCompletionItemPriority - Class in org.openstreetmap.josm.gui.tagging.ac
Describes the priority of an item in an autocompletion list.
AutoCompletionItemPriority(boolean, boolean, boolean, Integer) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Constructs a new AutoCompletionItemPriority.
AutoCompletionItemPriority(boolean, boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Constructs a new AutoCompletionItemPriority.
autoCompletionItemSelected(String) - Method in class org.openstreetmap.josm.gui.tagging.TagCellEditor
 
autoCompletionList - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberRoleCellEditor
user input is matched against this list of auto completion items
autoCompletionList - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
the auto completion list user input is matched against
AutoCompletionList - Class in org.openstreetmap.josm.gui.tagging.ac
AutoCompletionList manages a list of AutoCompletionListItems.
AutoCompletionList() - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
constructor
autoCompletionList - Variable in class org.openstreetmap.josm.gui.tagging.TagCellEditor
user input is matched against this list of auto completion items
AutoCompletionListItem - Class in org.openstreetmap.josm.gui.tagging.ac
Represents an entry in the list of auto completion values.
AutoCompletionListItem(String, AutoCompletionItemPriority) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
Constructs a new AutoCompletionListItem with the given value and priority.
AutoCompletionListItem(String) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
Constructs a new AutoCompletionListItem with the given value and unknown priority.
AutoCompletionListItem() - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
Constructs a new AutoCompletionListItem.
AutoCompletionManager - Class in org.openstreetmap.josm.gui.tagging.ac
AutoCompletionManager holds a cache of keys with a list of possible auto completion values for each key.
AutoCompletionManager(DataSet) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Constructs a new AutoCompletionManager.
AutoCompletionManager.UserInputTag - Class in org.openstreetmap.josm.gui.tagging.ac
Data class to remember tags that the user has entered.
autoDecide() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Tries to find the best decision based on the current values.
autoGuess(List<ImageEntry>, GpxData) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
Tries to auto-guess the timezone and offset.
AutoGuessActionListener() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.AutoGuessActionListener
 
autoLoad - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
if layer automatically loads new tiles
autoloadTiles - Variable in class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
 
AutoLoadTilesAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AutoLoadTilesAction
 
automatic - Variable in class org.openstreetmap.josm.tools.Shortcut
true if the user cannot change this shortcut (Note: it also will not be saved into the preferences)
autoRescale - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
autosave - Variable in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
AUTOSAVE_DIR - Static variable in class org.openstreetmap.josm.data.AutosaveTask
 
autosaveDir - Variable in class org.openstreetmap.josm.data.AutosaveTask
 
autosaveInterval - Variable in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
AutosaveLayerInfo(OsmDataLayer) - Constructor for class org.openstreetmap.josm.data.AutosaveTask.AutosaveLayerInfo
 
AutosaveTask - Class in org.openstreetmap.josm.data
Saves data layers periodically so they can be recovered in case of a crash.
AutosaveTask() - Constructor for class org.openstreetmap.josm.data.AutosaveTask
 
AutosaveTask.AutosaveLayerInfo - Class in org.openstreetmap.josm.data
 
autoScale(String) - Static method in class org.openstreetmap.josm.actions.AutoScaleAction
Performs the auto scale operation of the given mode without the need to create a new action.
autoScale() - Method in class org.openstreetmap.josm.actions.AutoScaleAction
Performs this auto scale operation for the mode this action is in.
AutoScaleAction - Class in org.openstreetmap.josm.actions
Toggles the autoScale feature of the mapView
AutoScaleAction(String, boolean) - Constructor for class org.openstreetmap.josm.actions.AutoScaleAction
Constructs a new AutoScaleAction.
AutoScaleAction(String) - Constructor for class org.openstreetmap.josm.actions.AutoScaleAction
Constructs a new AutoScaleAction.
AutoScaleAction.MapFrameAdapter - Class in org.openstreetmap.josm.actions
Adapter for MapFrame change events
AutoScaleAction.ZoomChangeAdapter - Class in org.openstreetmap.josm.actions
Adapter for zoom change events
autoScaleActions - Variable in class org.openstreetmap.josm.gui.MainMenu
View / "Zoom to"...
autostartIfNeeded() - Static method in class org.openstreetmap.josm.gui.download.DownloadDialog
Automatically opens the download dialog, if autorun is enabled.
autoZoom - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
if layers changes automatically, when user zooms in
AutoZoomAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AutoZoomAction
 
autozoomActive - Variable in class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
 
autozoomActive - Variable in class org.openstreetmap.josm.gui.preferences.imagery.WMSSettingsPanel
 
availablePlugins - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
 
availablePlugins - Variable in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
availablePlugins - Variable in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
availablePluginsModified() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
 
AvailableSourcesListModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.AvailableSourcesListModel
 
availableSourcesModel - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
availableSourcesUrl - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
availableWays - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Set of JoinAreasAction.WayInPolygon to be joined by walk algorithm
aValue - Variable in class org.openstreetmap.josm.data.SystemOfMeasurement
First value, in meters, used to translate unit according to above formula.
awtListener - Variable in class org.openstreetmap.josm.gui.MapStatus
 
axis - Variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
azimuth - Variable in class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
 
azimuth - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
The azimuth of the central line passing throught the centre of the projection, in radians.

B

b - Variable in class org.openstreetmap.josm.actions.AlignInLineAction.Line
Line equation ax + by + c = 0 Such as a^2 + b^2 = 1, ie (-b, a) is a unit vector of line
b - Variable in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
 
b - Variable in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector.StringSwitcher
 
b - Variable in class org.openstreetmap.josm.data.projection.Ellipsoid
half short axis
b - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Constants used in the transformation.
b - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.ApplyOffsetAction
 
b - Variable in class org.openstreetmap.josm.tools.CompositeList
 
b - Variable in class org.openstreetmap.josm.tools.Pair
The second item
b0 - Variable in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
back() - Method in class org.openstreetmap.josm.gui.help.HelpBrowserHistory
Go back.
BackAction(IHelpBrowser) - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowser.BackAction
Constructs a new BackAction.
BackAction() - Constructor for class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.BackAction
 
BackAction() - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel.BackAction
 
backColor - Variable in class org.openstreetmap.gui.jmapviewer.Style
 
background - Variable in class org.openstreetmap.josm.gui.layer.Layer
The layer should be handled as a background layer in automatic handling
backgroundColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Color Preference for background
backgroundColor - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.SettingCellRenderer
 
backgroundColorCache - Static variable in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
backgroundColorOverride - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
BackgroundProgressMonitor() - Constructor for class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
backspaceAction - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
BackSpaceAction() - Constructor for class org.openstreetmap.josm.actions.mapmode.DrawAction.BackSpaceAction
 
backspaceShortcut - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
backupFiles - Variable in class org.openstreetmap.josm.data.AutosaveTask.AutosaveLayerInfo
 
backupPerLayer - Variable in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
BackupPreference - Class in org.openstreetmap.josm.gui.preferences.map
Preference settings for data layer autosave.
BackupPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
BackupPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.map
Factory used to create a new BackupPreference.
backupX - Variable in class org.openstreetmap.josm.command.MoveCommand
 
backupY - Variable in class org.openstreetmap.josm.command.MoveCommand
 
Barrier() - Constructor for class org.openstreetmap.josm.data.validation.tests.CrossingWays.Barrier
Constructs a new crossing Barrier test.
BARRIER_ENTRANCE_WITHOUT_BARRIER - Static variable in class org.openstreetmap.josm.data.validation.tests.BarriersEntrances
 
BarriersEntrances - Class in org.openstreetmap.josm.data.validation.tests
Performs validation tests on barriers and entrances.
BarriersEntrances() - Constructor for class org.openstreetmap.josm.data.validation.tests.BarriersEntrances
Constructor
barWidth - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
base - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
Base64 - Class in org.openstreetmap.josm.tools
This class implements an encoder for encoding byte and character data using the Base64 encoding scheme as specified in RFC 2045 ("base64", default) and RFC 4648 ("base64url").
Base64() - Constructor for class org.openstreetmap.josm.tools.Base64
 
BASE_16 - Static variable in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
 
BASE_ICON - Static variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
baseImage - Variable in class org.openstreetmap.josm.tools.ImageResource
The base raster image for the final output
baseUrl - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
baseUrl - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.Layer
 
baseurl - Variable in class org.openstreetmap.josm.tools.WikiReader
 
BASIC_STROKE - Static variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
BasicAuthenticationPreferencesPanel - Class in org.openstreetmap.josm.gui.preferences.server
The preferences panel for parameters necessary for the Basic Authentication Scheme.
BasicAuthenticationPreferencesPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.server.BasicAuthenticationPreferencesPanel
Constructs a new BasicAuthenticationPreferencesPanel.
BasicChangesetQueryPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
This panel presents a list of basic queries for changests.
BasicChangesetQueryPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
Constructs a new BasicChangesetQueryPanel.
BasicChangesetQueryPanel.BasicQuery - Enum in org.openstreetmap.josm.gui.dialogs.changeset.query
Enumeration of basic, predefined queries
BasicChangesetQueryPanel.SelectQueryHandler - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
Responds to changes in the selected query
BasicQuery() - Constructor for enum org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel.BasicQuery
 
BasicUploadSettingsPanel - Class in org.openstreetmap.josm.gui.io
BasicUploadSettingsPanel allows to enter the basic parameters required for uploading data.
BasicUploadSettingsPanel(ChangesetCommentModel, ChangesetCommentModel) - Constructor for class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
Creates the panel
BasicUploadSettingsPanel.ChangesetCommentChangeListener - Class in org.openstreetmap.josm.gui.io
Observes the changeset comment model and keeps the comment input field in sync with the current changeset comment
BasicUploadSettingsPanel.CommentModelListener - Class in org.openstreetmap.josm.gui.io
Updates the changeset comment model upon changes in the input field.
BBox - Class in org.openstreetmap.josm.data.osm
 
BBox(double, double) - Constructor for class org.openstreetmap.josm.data.osm.BBox
Constructs a new BBox defined by a single point.
BBox(LatLon, LatLon) - Constructor for class org.openstreetmap.josm.data.osm.BBox
Constructs a new BBox defined by points a and b.
BBox(BBox) - Constructor for class org.openstreetmap.josm.data.osm.BBox
Constructs a new BBox from another one.
BBox(double, double, double, double) - Constructor for class org.openstreetmap.josm.data.osm.BBox
 
BBox(Way) - Constructor for class org.openstreetmap.josm.data.osm.BBox
 
BBox(Node) - Constructor for class org.openstreetmap.josm.data.osm.BBox
 
bbox - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
bbox() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
bbox - Variable in class org.openstreetmap.josm.data.osm.Relation
 
bbox - Variable in class org.openstreetmap.josm.data.osm.Way
 
bbox - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
bbox - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
the current bounding box
bbox - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
 
BBOX_PROP - Static variable in interface org.openstreetmap.josm.gui.bbox.BBoxChooser
A BBoxChooser emits PropertyChangeEvents for this property if the current bounding box changes.
BBoxChooser - Interface in org.openstreetmap.josm.gui.bbox
A BBoxChooser is a component which provides a UI for choosing a bounding box.
bboxDisplay - Variable in class org.openstreetmap.josm.gui.download.BookmarkSelection
 
BBoxRestrictionPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.BBoxRestrictionPanel
 
bd - Variable in class org.openstreetmap.josm.gui.mappaint.DividedScale
 
bdiag - Variable in class org.openstreetmap.josm.tools.Diff
 
bdiagoff - Variable in class org.openstreetmap.josm.tools.Diff
 
bearing(LatLon) - Method in class org.openstreetmap.josm.data.coor.LatLon
Returns bearing from this point to another.
BEFORE_FIRST_BACKGROUND_LAYER - Static variable in class org.openstreetmap.josm.gui.layer.LayerPositionStrategy
The default for background layers: They are added before the first background layer in the list.
beforeFirstLayerAdded(MainLayerManager.LayerAvailabilityEvent) - Method in interface org.openstreetmap.josm.gui.layer.MainLayerManager.LayerAvailabilityListener
This method is called in the UI thread right before the first layer is added.
beginTask(String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
beginTask(String, int) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
beginTask(String) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
beginTask(String, int) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
beginTask(String) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Starts this progress monitor.
beginTask(String, int) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Starts this progress monitor.
beginTask(String) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
beginTask(String, int) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
beginUpdate() - Method in class org.openstreetmap.josm.data.osm.DataSet
Can be called before bigger changes on dataset.
beingClosed(boolean) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Restricts the result to changesets which are or aren't closed, depending on the value of isClosed
beingOpen(boolean) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Restricts the result to changesets which are or aren't open, depending on the value of isOpen
belowMinColor - Variable in class org.openstreetmap.josm.tools.ColorScale
 
benchmarkData - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
BenchmarkData() - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.BenchmarkData
 
Bessel1841 - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Bessel 1841 ellipsoid
BesselNamibia - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Bessel 1841 (Namibia)
BETA2007 - Static variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileWrapper
Used in Germany to convert coordinates between the DHDN (Deutsches Hauptdreiecksnetz) and ETRS89 (European Terrestrial Reference System 1989) datums.
between(Date, Date) - Method in class org.openstreetmap.josm.data.osm.history.History
Returns a new partial copy of this history, between the given dates
between(long, long) - Method in class org.openstreetmap.josm.data.osm.history.History
Returns a new partial copy of this history, betwwen the given version numbers
BG_COLOR_ERROR - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
BG_COLOR_ERROR - Static variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
BGCOLOR_DOUBLE_ENTRY - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableCellRenderer
 
BGCOLOR_IN_JOSM_SELECTION - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableCellRenderer
 
BGCOLOR_SELECTED - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeCellRenderer
 
BGCOLOR_SELECTED - Static variable in class org.openstreetmap.josm.gui.history.NodeListTableCellRenderer
 
BGCOLOR_SELECTED - Static variable in class org.openstreetmap.josm.gui.history.TagTableCellRenderer
 
BGCOLOR_SINGLE_ENTRY - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableCellRenderer
 
bgUserRestrictions - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
bIcons - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
binaryMatchFactoryMap - Static variable in class org.openstreetmap.josm.actions.search.SearchCompiler
 
BingAerialTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
Tile source for the Bing Maps REST Imagery API.
BingAerialTileSource() - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
Constructs a new BingAerialTileSource.
BingAerialTileSource(TileSourceInfo) - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
Constructs a new BingAerialTileSource.
BingAerialTileSource.Attribution - Class in org.openstreetmap.gui.jmapviewer.tilesources
 
BingAttributionData() - Constructor for class org.openstreetmap.josm.data.imagery.CachedAttributionBingAerialTileSource.BingAttributionData
 
BLACKLIST - Static variable in class org.openstreetmap.josm.data.validation.tests.Lanes
 
blankSpaceMenu - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
blankSpaceMenuHandler - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
blue(Color) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Get the value of the blue color channel in the rgb color model
bName - Variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Second unit used to format text.
boldRenderer - Static variable in class org.openstreetmap.josm.gui.correction.CorrectionTable
 
BoldRenderer() - Constructor for class org.openstreetmap.josm.gui.correction.CorrectionTable.BoldRenderer
 
Bookmark(Collection<String>) - Constructor for class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
Constructs a new Bookmark with the given contents.
Bookmark() - Constructor for class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
Constructs a new empty Bookmark.
Bookmark(Bounds) - Constructor for class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
Constructs a new unamed Bookmark for the given area.
BookmarkCellRenderer() - Constructor for class org.openstreetmap.josm.gui.download.BookmarkList.BookmarkCellRenderer
Constructs a new BookmarkCellRenderer.
BookmarkList - Class in org.openstreetmap.josm.gui.download
List class that read and save its content from the bookmark file.
BookmarkList() - Constructor for class org.openstreetmap.josm.gui.download.BookmarkList
Creates a bookmark list as well as the Buttons add and remove.
BookmarkList.Bookmark - Class in org.openstreetmap.josm.gui.download
Class holding one bookmarkentry.
BookmarkList.BookmarkCellRenderer - Class in org.openstreetmap.josm.gui.download
 
bookmarkOffset(String, ImageryLayer) - Static method in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
bookmarks - Variable in class org.openstreetmap.josm.gui.download.BookmarkSelection
the list of bookmarks
bookmarks - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel
 
BookmarkSelection - Class in org.openstreetmap.josm.gui.download
DownloadAreaSelector which manages a list of "bookmarks", i.e.
BookmarkSelection() - Constructor for class org.openstreetmap.josm.gui.download.BookmarkSelection
 
BookmarkSelection.AddAction - Class in org.openstreetmap.josm.gui.download
The action to add a new bookmark for the current download area.
BookmarkSelection.DoubleClickAdapter - Class in org.openstreetmap.josm.gui.download
 
BookmarkSelection.RemoveAction - Class in org.openstreetmap.josm.gui.download
 
BookmarkSelection.RenameAction - Class in org.openstreetmap.josm.gui.download
 
BookmarkWmsAction() - Constructor for class org.openstreetmap.josm.gui.layer.WMSLayer.BookmarkWmsAction
Constructs a new BookmarkWmsAction.
BooleanMatch(String, boolean) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.BooleanMatch
 
BooleanProperty - Class in org.openstreetmap.josm.data.preferences
A property containing a Boolean value.
BooleanProperty(String, boolean) - Constructor for class org.openstreetmap.josm.data.preferences.BooleanProperty
Constructs a new BooleanProperty.
BooleanRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.FilterDialog.BooleanRenderer
 
BooleanStyleSetting(StyleSource, String, String, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting
 
both - Variable in class org.openstreetmap.josm.tools.XmlObjectParser.Entry
 
bothNodes - Variable in class org.openstreetmap.josm.actions.UnGlueAction.ExistingBothNewChoice
 
bothTables - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
JPanel containing both previous tables
botRight - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
 
BOTTOM - Static variable in class org.openstreetmap.josm.gui.mappaint.Keyword
 
BOTTOM_PADDING - Static variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
bottomRight - Variable in class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
Boundaries() - Constructor for class org.openstreetmap.josm.data.validation.tests.CrossingWays.Boundaries
Constructs a new crossing Boundaries test.
BoundingBoxBuilder() - Constructor for class org.openstreetmap.josm.gui.download.BoundingBoxSelection.BoundingBoxBuilder
 
boundingBoxChanged(Bounds, DownloadSelection) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Distributes a "bounding box changed" from one DownloadSelection object to the others, so they may update or clear their input fields.
BoundingBoxDownloader - Class in org.openstreetmap.josm.io
Read content from OSM server for a given bounding box
BoundingBoxDownloader(Bounds) - Constructor for class org.openstreetmap.josm.io.BoundingBoxDownloader
Constructs a new BoundingBoxDownloader.
BoundingBoxDownloader.MoreNotesException - Exception in org.openstreetmap.josm.io
Indicates that the number of fetched notes equals the specified limit.
boundingBoxRestrictionChanged() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.RestrictionGroupStateChangeHandler
 
BoundingBoxSelection - Class in org.openstreetmap.josm.gui.download
Bounding box selector.
BoundingBoxSelection() - Constructor for class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
BoundingBoxSelection.BoundingBoxBuilder - Class in org.openstreetmap.josm.gui.download
 
BoundingBoxSelection.LatValueChecker - Class in org.openstreetmap.josm.gui.download
 
BoundingBoxSelection.LonValueChecker - Class in org.openstreetmap.josm.gui.download
 
BoundingBoxSelection.OsmUrlRefresher - Class in org.openstreetmap.josm.gui.download
 
BoundingBoxSelection.SelectAllOnFocusHandler - Class in org.openstreetmap.josm.gui.download
 
BoundingBoxSelectionPanel - Class in org.openstreetmap.josm.gui.widgets
 
BoundingBoxSelectionPanel() - Constructor for class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel
Constructs a new BoundingBoxSelectionPanel.
BoundingBoxSelectionPanel.LatitudeValidator - Class in org.openstreetmap.josm.gui.widgets
 
BoundingBoxSelectionPanel.LongitudeValidator - Class in org.openstreetmap.josm.gui.widgets
 
BoundingBoxSelectionPanel.OsmUrlRefresher - Class in org.openstreetmap.josm.gui.widgets
 
BoundingXYVisitor - Class in org.openstreetmap.josm.data.osm.visitor
Calculates the total bounding rectangle of a series of OsmPrimitive objects, using the EastNorth values as reference.
BoundingXYVisitor() - Constructor for class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
 
Bounds - Class in org.openstreetmap.josm.data
This is a simple data class for "rectangular" areas of the world, given in lat/lon min/max values.
Bounds(LatLon, LatLon) - Constructor for class org.openstreetmap.josm.data.Bounds
Construct bounds out of two points.
Bounds(LatLon, LatLon, boolean) - Constructor for class org.openstreetmap.josm.data.Bounds
 
Bounds(LatLon) - Constructor for class org.openstreetmap.josm.data.Bounds
Constructs bounds out a single point.
Bounds(LatLon, boolean) - Constructor for class org.openstreetmap.josm.data.Bounds
Single point Bounds defined by lat/lon b.
Bounds(double, double, boolean) - Constructor for class org.openstreetmap.josm.data.Bounds
Single point Bounds defined by point [lat,lon].
Bounds(double, double, double, double) - Constructor for class org.openstreetmap.josm.data.Bounds
 
Bounds(double, double, double, double, boolean) - Constructor for class org.openstreetmap.josm.data.Bounds
 
Bounds(double[]) - Constructor for class org.openstreetmap.josm.data.Bounds
 
Bounds(double[], boolean) - Constructor for class org.openstreetmap.josm.data.Bounds
 
Bounds(String, String) - Constructor for class org.openstreetmap.josm.data.Bounds
 
Bounds(String, String, Bounds.ParseMethod) - Constructor for class org.openstreetmap.josm.data.Bounds
 
Bounds(String, String, Bounds.ParseMethod, boolean) - Constructor for class org.openstreetmap.josm.data.Bounds
 
Bounds(Bounds) - Constructor for class org.openstreetmap.josm.data.Bounds
Creates new Bounds from an existing one.
Bounds(Rectangle2D) - Constructor for class org.openstreetmap.josm.data.Bounds
 
Bounds(LatLon, double, double) - Constructor for class org.openstreetmap.josm.data.Bounds
Creates new bounds around a coordinate pair center.
bounds - Variable in class org.openstreetmap.josm.data.DataSource
The bounds of this data source
bounds - Variable in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
bounds - Variable in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
bounds - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
display bounds of imagery, displayed in prefs and used for automatic imagery selection
bounds - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
bounds(BBox) - Method in class org.openstreetmap.josm.data.osm.BBox
Tests, whether the bbox b lies completely inside this bbox.
bounds(LatLon) - Method in class org.openstreetmap.josm.data.osm.BBox
Tests, whether the Point c lies within the bbox.
bounds - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygon
 
bounds - Variable in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
 
bounds - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
bounds - Variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
bounds - Variable in class org.openstreetmap.josm.data.ViewportData
 
bounds - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
bounds - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
bounds - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
 
bounds - Variable in class org.openstreetmap.josm.io.ChangesetQuery
the bounding box this query is restricted to.
bounds - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
bounds - Variable in class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
Bounds.ParseMethod - Enum in org.openstreetmap.josm.data
 
boundsWithXandWidth(Rectangle, double, double) - Static method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
boundsWithYandHeight(Rectangle, double, double) - Static method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
box - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
 
box - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.BoxProviderResult
 
box - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.SimpleBoxProvider
 
box() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage.MapImageBoxProvider
 
boxProvider - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
 
BoxProviderResult(Rectangle, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.BoxProviderResult
 
BoxTextElement - Class in org.openstreetmap.josm.gui.mappaint.styleelement
Text style attached to a style with a bounding box, like an icon or a symbol.
BoxTextElement(Cascade, TextLabel, BoxTextElement.BoxProvider, Rectangle, BoxTextElement.HorizontalTextAlignment, BoxTextElement.VerticalTextAlignment) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
Create a new BoxTextElement
BoxTextElement.BoxProvider - Interface in org.openstreetmap.josm.gui.mappaint.styleelement
Something that provides us with a BoxTextElement.BoxProviderResult
BoxTextElement.BoxProviderResult - Class in org.openstreetmap.josm.gui.mappaint.styleelement
A box rectangle with a flag if it is temporary.
BoxTextElement.HorizontalTextAlignment - Enum in org.openstreetmap.josm.gui.mappaint.styleelement
MapCSS text-anchor-horizontal
BoxTextElement.SimpleBoxProvider - Class in org.openstreetmap.josm.gui.mappaint.styleelement
A BoxTextElement.BoxProvider that always returns the same non-temporary rectangle
BoxTextElement.VerticalTextAlignment - Enum in org.openstreetmap.josm.gui.mappaint.styleelement
MapCSS text-anchor-vertical
bra - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Convenience value equal to ObliqueMercator.b / ObliqueMercator.a.
brandLogoUri - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
browser - Variable in class org.openstreetmap.josm.gui.help.HelpBrowser.AbstractBrowserAction
 
browser - Variable in class org.openstreetmap.josm.gui.help.HelpBrowserHistory
 
browser - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
the embedded browser
browserAdapter - Static variable in class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
bTexts - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
btn - Variable in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction.RectifierService
 
btn - Variable in class org.openstreetmap.josm.gui.history.VersionTable.RadioButtonEditor
 
btnAdd - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
The Add button (needed to be able to disable it)
btnApply - Variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
the apply button
btnCancel - Variable in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
btnCloseChangesets - Variable in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
 
btnCollapse - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
btnContinue - Variable in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
btnDel - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
The Delete button (needed to be able to disable it)
btnDownload - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
btnEdit - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
The Edit button (needed to be able to disable it)
btnFadeColor - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
 
btnFileChooser - Variable in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
btnInBackground - Variable in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
btnNext - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
btnOK - Variable in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
btnPrevious - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
btnTest - Variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
 
btnUpload - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
the upload button
bToolTipTexts - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
buckets - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
buffer - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
buffer - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
BufferedImageCacheEntry - Class in org.openstreetmap.josm.data.cache
Cache Entry that has methods to get the BufferedImage, that will be cached along in memory but will be not serialized when saved to the disk (to avoid duplication of data)
BufferedImageCacheEntry(byte[]) - Constructor for class org.openstreetmap.josm.data.cache.BufferedImageCacheEntry
 
bufferedLines - Variable in class org.openstreetmap.josm.tools.Diff.FileData
Number of elements (lines) in this file.
BugReport - Class in org.openstreetmap.josm.tools.bugreport
This class contains utility methods to create and handle a bug report.
BugReport(ReportedException) - Constructor for class org.openstreetmap.josm.tools.bugreport.BugReport
Create a new bug report
bugReporterThread - Static variable in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler
 
BugReporterThread(Throwable) - Constructor for class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler.BugReporterThread
Constructs a new BugReporterThread.
BugReporterWorker(PluginDownloadTask) - Constructor for class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler.BugReporterThread.BugReporterWorker
 
BugReportExceptionHandler - Class in org.openstreetmap.josm.tools.bugreport
An exception handler that asks the user to send a bug report.
BugReportExceptionHandler() - Constructor for class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler
 
BugReportExceptionHandler.BugReporterThread - Class in org.openstreetmap.josm.tools.bugreport
 
BugReportExceptionHandler.BugReporterThread.BugReporterWorker - Class in org.openstreetmap.josm.tools.bugreport
 
BugReportSender - Class in org.openstreetmap.josm.tools.bugreport
This class handles sending the bug report to JOSM website.
BugReportSender(String) - Constructor for class org.openstreetmap.josm.tools.bugreport.BugReportSender
Creates a new sender.
BugReportSender.BugReportSenderException - Exception in org.openstreetmap.josm.tools.bugreport
 
BugReportSenderException(String) - Constructor for exception org.openstreetmap.josm.tools.bugreport.BugReportSender.BugReportSenderException
 
BugReportSenderException(Throwable) - Constructor for exception org.openstreetmap.josm.tools.bugreport.BugReportSender.BugReportSenderException
 
build() - Method in class org.openstreetmap.josm.actions.SessionSaveAsAction.SessionSaveAsDialog
 
build(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction.UploadHullBuilder
Builds the "hull" of primitives to be uploaded given a base collection of osm primitives.
build(Collection<Relation>) - Method in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
build() - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSetBuilder
 
build() - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
Builds and returns the "hull".
build() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
builds the UI
build() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressInputPanel
 
build() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
build() - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
builds the UI
build() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
build() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
build() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
build the user interface
build() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
build() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
build() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
build() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable
 
build() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.HeaderPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetTagsPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
builds the GUI
build() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
builds the GUI
build() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
build(String, String) - Method in class org.openstreetmap.josm.gui.dialogs.LogShowDialog
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
builds the UI
build() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser
build the GUI
build() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree
builds the UI
build() - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTable
 
build() - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog
 
build() - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.BoundingBoxBuilder
 
build() - Method in class org.openstreetmap.josm.gui.download.TileSelection
 
build() - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
 
build() - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
 
build() - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.DistanceViewer
 
build() - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.LatLonViewer
 
build() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowser
builds the GUI
build() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
builds the GUI
build(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.HistoryPrimitiveBuilder
 
build() - Method in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
build() - Method in class org.openstreetmap.josm.gui.history.NodeListViewer
 
build() - Method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
build() - Method in class org.openstreetmap.josm.gui.history.VersionTable
 
build() - Method in class org.openstreetmap.josm.gui.history.VersionTable.VersionTablePopupMenu
 
build() - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
build() - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
builds the GUI
build() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
 
build() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
build() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
build() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.HttpProxyCredentialsPanel
 
build() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.OsmApiCredentialsPanel
 
build() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.OtherHostCredentialsPanel
 
build() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
builds the GUI
build() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.LayerListWarningMessagePanel
 
build() - Method in class org.openstreetmap.josm.gui.io.SaveLayersTableColumnModel
 
build() - Method in class org.openstreetmap.josm.gui.io.TagSettingsPanel
 
build() - Method in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
build() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
builds the gui
build() - Method in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
 
build() - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
build() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
build() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
build() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
build(Notification) - Method in class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel
 
build() - Method in class org.openstreetmap.josm.gui.oauth.AccessTokenInfoPanel
 
build() - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
build() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
build() - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.AccessTokenBuilder
 
build() - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
build() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
builds the UI
build() - Method in class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel
 
build() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
build the UI
build() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel
 
build() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveRequestTokenPanel
 
build() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.ShowAccessTokenPanel
 
build() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractListEditor
 
build() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor
 
build() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor
 
build() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor
 
build() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor
 
build(String) - Method in class org.openstreetmap.josm.gui.preferences.advanced.StringEditor
 
build() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
 
build() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
 
build() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
build() - Static method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice.ParameterInfoDialog
 
build(String, ActionListener) - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice.PreferencePanel
 
build() - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
builds the UI
build() - Method in class org.openstreetmap.josm.gui.preferences.server.BasicAuthenticationPreferencesPanel
builds the UI
build() - Method in class org.openstreetmap.josm.gui.preferences.server.FeaturesPanel
 
build() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel
 
build() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
builds the UI
build() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.NotYetAuthorisedPanel
 
build() - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
 
build() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
build the GUI
build() - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashScreenProgressRenderer
 
build() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
builds the GUI
build() - Method in class org.openstreetmap.josm.gui.tagging.TagTableColumnModelBuilder
Returns the new tag table column model.
build() - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel
 
build() - Method in class org.openstreetmap.josm.gui.widgets.EditableList
 
build() - Method in class org.openstreetmap.josm.gui.widgets.HtmlPanel
 
build() - Method in class org.openstreetmap.josm.plugins.PluginHandler.UpdatePluginsMessagePanel
 
build_script(boolean[], int, boolean[], int) - Method in class org.openstreetmap.josm.tools.Diff.ForwardScript
Scan the tables of which lines are inserted and deleted, producing an edit script in forward order.
build_script(boolean[], int, boolean[], int) - Method in class org.openstreetmap.josm.tools.Diff.ReverseScript
 
build_script(boolean[], int, boolean[], int) - Method in interface org.openstreetmap.josm.tools.Diff.ScriptBuilder
Scan the tables of which lines are inserted and deleted, producing an edit script.
buildAbsoluteHelpTopic(String, LanguageInfo.LocaleType) - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Replies the absolute, localized help topic for the given topic.
buildAccessTokenPanel() - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
buildActionButtonPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
buildActionButtonPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
buildActionButtonPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
buildActionButtonPanel() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
Builds the panel with the action button for starting the authorisation
buildActionPanel() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
builds the panel with the OK and CANCEL buttons
buildActionPanel() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel
 
buildActionPanel() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.ShowAccessTokenPanel
 
buildActionPanel() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
buildActionPanel() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
 
buildActionsPanel() - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
buildAdjustmentLockControlPanel(JCheckBox) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
buildAdvancedParametersPanel() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveRequestTokenPanel
 
buildAdvancedPropertiesPanel() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
Builds the panel for entering the advanced OAuth parameters
buildAllRoles(Relation) - Static method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
buildApplyAction() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
buildButton(JPanel, AbstractAction) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
 
buildButtonPanel() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
buildButtonPanel() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
buildButtonPanel() - Static method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
builds the button panel in the footer of the dialog
buildButtonPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
buildButtonPanel() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
buildButtonPanel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
builds the panel with the command buttons
buildButtonPanel() - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection
Creates the panel with the action buttons on the left
buildButtonPanel() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
 
buildButtonPanel() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
buildButtonRow() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
builds the sub panel with the control buttons
buildButtonRow() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
builds the button row
buildButtonRow() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Builds the row with the action buttons
buildButtonsPanel() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
builds the panel with the button row
buildCenterPanel() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
 
buildChangeCommand(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Builds a change command for applying this resolution to a primitive
buildChangeCommand(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Builds a change command for applying this resolution to a collection of primitives
buildChangesetDetailPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Builds the panel with the changeset details
buildChangesetQuery() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
Builds the changeset query based on the data entered in the form.
buildChangesetQuery() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
buildChangesetQuery(String) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
 
buildChangesetQuery() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
Replies the ChangesetQuery specified in this panel.
buildChangesetsLists() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
buildChangesetSummary() - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
buildChangesetTableActionPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Builds the table with actions which can be applied to the currently visible changesets in the changeset table.
buildChangesetTablePanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Builds the panel with the table of changesets
buildClosedAfterAndCreatedBeforeInputPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
buildClosedAfterInputPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
buildCommandLineArgumentMap(String[]) - Static method in class org.openstreetmap.josm.gui.MainApplication
Builds the command-line argument map.
buildCommandPanel() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveRequestTokenPanel
 
buildComparePairSelectionPanel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
buildConsumer() - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Builds an OAuthConsumer based on these parameters.
buildContentPane() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
buildContentPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
builds the content panel of the dialog
buildContentPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
buildContentPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
buildContentPanel() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
Builds the content panel for this dialog
buildContentPanel() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
builds the content panel for the upload dialog
buildContentPanel() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel
 
buildContentPanel() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.ShowAccessTokenPanel
 
buildContentPanel() - Method in class org.openstreetmap.josm.gui.preferences.server.ServerAccessPreference
Builds the panel for entering the server access preferences
buildCoordinateConflictRows() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
buildCurrentNodeListTable() - Method in class org.openstreetmap.josm.gui.history.NodeListViewer
 
buildCurrentTable() - Method in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
buildCurrentTable() - Method in class org.openstreetmap.josm.gui.history.RelationMemberListViewer
 
buildCurrentTable() - Method in class org.openstreetmap.josm.gui.history.TagInfoViewer
 
buildDataText(OsmDataLayer, List<OsmPrimitive>) - Static method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
 
buildDefaultServerUrlPanel() - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
 
buildDefaultToolTip(IPrimitive) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Builds a default tooltip text for the primitive primitive.
buildDefaultToolTip(long, Map<String, String>) - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
buildDefaultToolTip(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Builds a default tooltip text for an HistoryOsmPrimitive primitive.
buildDeleteCommands(MouseEvent, int, boolean) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
This function takes any mouse event argument and builds the list of elements that should be deleted but does not actually delete them.
buildDeletedPrimitivesPanel() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
buildDeletedStateConflictRows() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
buildDetailViewPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
buildDialog() - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
buildDiscussionPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
buildDownloadAreaAddPanel() - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection
 
buildDownloadAreaInputFields() - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
buildDownloadFeedbackMessage() - Method in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
buildDownloadSummary(PluginDownloadTask) - Static method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
Returns the download summary string to be shown.
buildEastNorth() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
buildEmptyConflictsPanel() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
buildErrorsOrWarningPanel(Collection<T>, JPanel) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
 
buildFilterPanel() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
buildFilterPanel() - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
buildFromUrlQuery(String) - Static method in class org.openstreetmap.josm.io.ChangesetQuery
Replies a changeset query object from the query part of a OSM API URL for querying changesets.
buildFromXML(Document) - Static method in class org.openstreetmap.josm.io.OsmServerUserInfoReader
Parses the given XML data and returns the associated user info.
buildFrozeStateControlPanel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
buildGetMapUrl(Collection<WMSImagery.LayerDetails>) - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
buildGetMapUrl(Collection<WMSImagery.LayerDetails>, String) - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
buildGrantsPanel() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
Builds the panel with the three privileges the user can grant JOSM
buildGroups(List<OrthogonalizeAction.WayData>) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction
Collect groups of ways with common nodes in order to orthogonalize each group separately.
buildGui() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
buildHeaderInfoPanel() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Builds the panel with general information in the header
buildHeaderRow() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
buildHelpPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
 
buildHints(JPanel, HistoryComboBox) - Static method in class org.openstreetmap.josm.actions.search.SearchAction
 
buildHttpProxyConfigurationPanel() - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Builds the panel for the HTTP proxy configuration
buildHull() - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
buildIcons(GridBagConstraints) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
buildIdMap(List<ImageryInfo>, Map<String, ImageryInfo>) - Static method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
Build the mapping of unique ids to ImageryInfos.
buildImageryInfo() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
buildInfoPanel() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver
 
buildInfoPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
buildInfoPanel(StyleSource) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
 
BUILDING_STATION_TAGS - Static variable in class org.openstreetmap.josm.data.validation.tests.PowerLines
Values for building key interpreted as power stations
buildInputFields() - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel
 
buildLabel(String, String, JTextArea) - Static method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
buildLabelCompositionStrategy(Cascade, boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
Derives a suitable label composition strategy from the style properties in c.
buildLabelText(double) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
buildLatLon() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
buildLeftButtonPanel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
buildListOfEditorsText(Iterable<OsmPrimitive>) - Static method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
 
buildListOfPluginsToLoad(Component, ProgressMonitor) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Builds the set of plugins to load.
buildListPanel() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
buildMainPanel() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
 
buildMainPanelAboveDownloadSelections(JPanel) - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
buildMainPanelAboveDownloadSelections(JPanel) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
 
buildMapPaintText() - Static method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
 
buildMemberEditorPanel(MemberTable, MemberTableModel, SelectionTable, SelectionTableModel, IRelationEditor, GenericRelationEditor.LeftButtonToolbar, AutoCompletingTextField) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
builds the panel for the relation member editor
buildMembershipTable() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
buildMenuRecentExisting() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
buildMenuRefreshRecent() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
buildMergedElementsTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
buildMergedElementsTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMerger
 
buildMergedElementsTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberMerger
 
buildMergedEntriesTableModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
buildMergedEntriesTableModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListMergeModel
 
buildMergedListControlButtons() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
buildMergedTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
builds the table for the merged tag set (table already embedded in a scroll pane)
buildMineTagTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
builds the table for my tag set (table already embedded in a scroll pane)
buildModel() - Static method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Creates the various models required.
buildModels() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
buildMultiChangesetPolicyPanel() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
buildMyElementsTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
buildMyElementsTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMerger
 
buildMyElementsTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberMerger
 
buildMyEntriesTableModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
buildName - Variable in class org.openstreetmap.josm.data.Version
 
buildNameTags(List<String>) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
 
buildNodeChunks(Way, Collection<Node>) - Static method in class org.openstreetmap.josm.actions.JoinAreasAction
Simple chunking version.
buildNodePairs(Way, boolean) - Static method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
buildNodePairs(List<Way>, boolean) - Static method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
buildOkCancelButtonPanel(OKAction, CancelAction) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
builds the panel with the OK and the Cancel button
buildOSDescription() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
buildPanel(boolean) - Method in class org.openstreetmap.josm.actions.PurgeAction
 
buildPanel() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferencePanel
 
buildPanel(Throwable) - Static method in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler
 
buildParser() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
 
buildPathFromNodePairs(Stack<CombineWayAction.NodePair>) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
buildPFClip(Path2D.Double, List<Node>, double) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Fix the clipping area of unclosed polygons for partial fill.
buildPluginListPanel() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
buildPoly() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
buildPolygon(Point, int, int) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
buildPolygon(Point, int, int, double) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
buildPopupMenu() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
buildPopupMenu() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
buildPopupMenu() - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
 
buildPostRequest(Map<String, String>) - Static method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
buildPresetsWithPattern() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetNameTemplateList
 
buildPropertiesPanel() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
buildProvider(OAuthConsumer) - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Builds an OAuthProvider based on these parameters and a OAuth consumer consumer.
buildProxySettingsPanel() - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
buildQueriesPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
buildQueryPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
buildRecentTagsPanel() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
buildReferenceNodeListTable() - Method in class org.openstreetmap.josm.gui.history.NodeListViewer
 
buildReferenceTable() - Method in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
buildReferenceTable() - Method in class org.openstreetmap.josm.gui.history.RelationMemberListViewer
 
buildReferenceTable() - Method in class org.openstreetmap.josm.gui.history.TagInfoViewer
 
buildReferrersRow() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
buildRelationMemberConflictResolverPanel() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
buildRelationMemberTablePanel() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
buildRequestString(OsmPrimitiveType, Set<Long>) - Method in class org.openstreetmap.josm.io.MultiFetchOverpassObjectReader
 
buildRequestString(OsmPrimitiveType, Set<Long>) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
builds the Multi Get request string for a set of ids and a given OsmPrimitiveType.
buildResolutionCommands() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Replies the list of commands needed to apply resolution choices.
buildResolutionCommands(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Builds a collection of commands executing the decisions made in this model.
buildResolveCommand() - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
Builds the resolution command(s) for the resolved conflicts in this ConflictResolver
buildResolveCommand(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMergeModel
Builds the command to resolve conflicts in the node list of a way
buildResolveCommand(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
Builds the command(s) to apply the conflict resolutions to my primitive
buildResolveCommand(Relation, Relation) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListMergeModel
Builds the command to resolve conflicts in the node list of a way
buildResolveCommand(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
buildResolveCommand(Relation, OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
buildResultsPanel() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
Builds the panel which displays the generated Access Token.
buildRightButtonPanel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
buildRoleEditingPanel() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
buildRoleInfoMap(Relation) - Static method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
buildRoleTextField(IRelationEditor) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
builds the role text field
buildRootUrl() - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
buildSearchFieldPanel() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
buildSearchPanel() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection
 
buildSearchStringForTag(String, String) - Static method in class org.openstreetmap.josm.actions.search.SearchCompiler
Builds a search string for the given tag.
buildSelectedPrimitivesPanel() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
buildSelectionControlButtonToolbar(MemberTable, MemberTableModel, SelectionTableModel, IRelationEditor) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
build the toolbar with the buttons for adding or removing the current selection
buildSelectionTablePanel(SelectionTable) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
builds the panel with the table displaying the currently selected primitives
buildSetOfIncompleteMembers(Collection<Relation>) - Static method in class org.openstreetmap.josm.actions.relation.DownloadSelectedIncompleteMembersAction
Returns the set of incomplete members of the given relations.
buildSettingsPanel() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
buildSimplifiedNodeList(List<Node>, int, int, double, List<Node>) - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
Builds the simplified list of nodes for a way segment given by a lower index from and an upper index to
buildSocksProxyConfigurationPanel() - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Builds the panel for the SOCKS proxy configuration
buildSourceAndTargetInfoPanel() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
buildSourcePanel(StyleSource, JPanel) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
 
buildSouthPanel() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
 
buildSpanningPath(Node) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
Tries to find a spanning path starting from node startNode.
buildSpanningPath() - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
Tries to find a path through the graph which visits each edge (i.e.
buildSplitChunks(Way, List<Node>) - Static method in class org.openstreetmap.josm.actions.SplitWayAction
Splits the nodes of wayToSplit into a list of node sequences which are separated at the nodes in splitPoints.
buildSplitPane(JPanel, JPanel, IRelationEditor) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
builds the JSplitPane which divides the editor in an upper and a lower half
buildStaticRotation(double) - Static method in class org.openstreetmap.josm.gui.util.RotationAngle
Always returns the fixed angle.
buildStaticRotation(String) - Static method in class org.openstreetmap.josm.gui.util.RotationAngle
Parses the rotation angle from the specified string.
buildStrategySummary() - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
buildStyleSheet() - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
Builds the style sheet used in the internal help browser
buildTabbedPreferencesPanel() - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
buildTabbedServerPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.ServerAccessPreference
Builds the tabbed pane with the server preferences
buildTable(Object[][]) - Method in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
Builds an non-editable table whose 5th column will open a browser when double clicked.
buildTableContents() - Method in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
Gathers all available data for the tracks and returns them as array of arrays in the expected column order.
buildTagApplyCommands(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
buildTagChangeCommand(OsmPrimitive, TagCollection) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
buildTagConflictResolverPanel() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
buildTagEditorPanel(TagEditorPanel) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
builds the panel with the tag editor
buildTagRelationsPanel() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
buildTags(TagCollection) - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
 
buildTagsTable() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
buildTagTableEditorPanel() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
builds the panel with the table for editing tags
buildTaskForChangesets(Collection<Changeset>) - Static method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask
Builds a download task from for a collection of changesets.
buildTaskForChangesets(Component, Collection<Changeset>) - Static method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask
Builds a download task from for a collection of changesets.
buildTestErrors(Test, List<Node>) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
Returns the list of "duplicate nodes" errors for the given selection of node and parent test
buildTextArea(String) - Static method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
buildTextPanel() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressInputPanel
 
buildTextPanel() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
buildTextPanel(JLabel, JTextArea) - Static method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
buildTheirElementsTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
buildTheirElementsTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMerger
 
buildTheirElementsTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberMerger
 
buildTheirEntriesTableModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
buildTheirTable() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
builds the table for their tag set (table already embedded in a scroll pane)
buildTileAddressInputPanel() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressInputPanel
 
buildTileBounds() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
 
buildTileGridInputPanel() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
buildTimeBasedUpdatePolicyPanel() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
 
buildTitle(History) - Static method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
Constructs the title for this dialog
buildTitlePanel() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel
 
buildTitlePanel() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.ShowAccessTokenPanel
 
buildTMSUrl() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddTMSLayerPanel
 
buildToolBar(RefreshAction, ApplyAction, DuplicateRelationAction, DeleteCurrentRelationAction) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Creates the toolbar
buildToolBar() - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
 
buildToolbarPanel() - Static method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
builds the toolbar panel in the heading of the dialog
buildToolTipText(BookmarkList.Bookmark) - Method in class org.openstreetmap.josm.gui.download.BookmarkList.BookmarkCellRenderer
 
buildToolTipText(Changeset) - Method in class org.openstreetmap.josm.gui.io.ChangesetCellRenderer
 
buildTopPanel() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
 
buildTree() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Builds the errors tree
buildTrees() - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
Build the trees of undo and redo commands (initially or when they have changed).
buildUidInputPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
buildUpdateIntervalPanel() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
 
buildUploadCommentPanel() - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
buildUploadStrategyPanel() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
buildURLPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
 
buildUserNameInputPanel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
buildUserNamePasswordPanel() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
Builds the panel for entering the username and password
buildUserNamePasswordPanel() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticPropertiesPanel
 
buildValueLabel(String) - Static method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
buildVersionBasedUpdatePolicyPanel() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
 
buildWarningPanel(List<Relation>) - Method in class org.openstreetmap.josm.actions.upload.RelationUploadOrderHook
builds the panel which warns users about a cyclic dependency
buildWayDirectionRotation() - Static method in class org.openstreetmap.josm.gui.util.RotationAngle
Computes the angle depending on the referencing way segment, or 0 if none exists.
buildZoomLevelPanel() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
buildZoomToAction() - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTable
 
buildZoomToAction() - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTable
 
buildZoomToAction() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
buildZoomToAction() - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
 
busy - Static variable in class org.openstreetmap.josm.data.CustomConfigurator
 
button - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
button - Variable in class org.openstreetmap.josm.gui.MapFrame.ListAllButtonsAction
 
button - Variable in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
buttonAction(int, ActionEvent) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
buttonAction(int, ActionEvent) - Method in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
buttonAction(int, ActionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog
 
buttonAction(int, ActionEvent) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
This gets performed whenever a button is clicked or activated
buttonAction(int, ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchDialog
 
buttonAction(int, ActionEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog
 
buttonAction(int, ActionEvent) - Method in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog
If you click the "Add tags" button build a ChangePropertyCommand for every key that has a checked checkbox to apply the key value pair to all selected osm objects.
buttonActions - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
buttonActions - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
ButtonColumn() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
ButtonColumn(Action) - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
buttonHidden() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
buttonHidden() - Method in interface org.openstreetmap.josm.gui.ShowHideButtonListener
 
buttonHiding - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Indicates whether dynamic button hiding is active or not.
ButtonHidingType() - Constructor for enum org.openstreetmap.josm.gui.dialogs.ToggleDialog.ButtonHidingType
 
ButtonMarker - Class in org.openstreetmap.josm.gui.layer.markerlayer
Marker class with button look-and-feel.
ButtonMarker(LatLon, String, MarkerLayer, double, double) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.ButtonMarker
 
ButtonMarker(LatLon, TemplateEngineDataProvider, String, MarkerLayer, double, double) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.ButtonMarker
 
buttonModels - Variable in class org.openstreetmap.josm.actions.ToggleAction
 
buttonRectangle - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.ButtonMarker
 
buttons - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
buttons - Variable in class org.openstreetmap.josm.gui.MapFrame.ListAllButtonsAction
 
buttons - Variable in class org.openstreetmap.josm.gui.ScrollViewport
 
buttonsHide - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar
the button which shows whether buttons are dynamic or not
buttonShown() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
buttonShown() - Method in interface org.openstreetmap.josm.gui.ShowHideButtonListener
 
buttonsPanel - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
ButtonSpec(String, Icon, String, String) - Constructor for class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
Constructs a new ButtonSpec.
ButtonSpec(String, Icon, String, String, boolean) - Constructor for class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
Constructs a new ButtonSpec.
bValue - Variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Second value, in meters, used to translate unit according to above formula.
byExtension(String) - Static method in enum org.openstreetmap.josm.io.Compression
Determines the compression type depending on the suffix of name.
byIdComparator - Static variable in class org.openstreetmap.josm.io.OsmWriter
Sorts -1-infinity, then +1+infinity
byKeyComparator - Static variable in class org.openstreetmap.josm.io.OsmWriter
 
bytesPerSecond - Variable in class org.openstreetmap.josm.tools.AudioPlayer
 

C

c(double, double) - Static method in class org.openstreetmap.gui.jmapviewer.Demo
 
c - Variable in class org.openstreetmap.josm.actions.AlignInLineAction.Line
Line equation ax + by + c = 0 Such as a^2 + b^2 = 1, ie (-b, a) is a unit vector of line
c - Variable in enum org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteMode
 
c - Variable in enum org.openstreetmap.josm.actions.mapmode.SelectAction.SelectActionCursor
 
c - Variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
c - Variable in class org.openstreetmap.josm.data.conflict.ConflictCollection.FilterPredicate
 
c - Variable in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
Constants used by the spherical and elliptical Albers projection.
c - Variable in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
c - Variable in class org.openstreetmap.josm.gui.FileDrop.DropListener
 
c - Variable in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
C00 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
C02 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C04 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C06 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C08 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C1 - Static variable in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
Contants used for the forward and inverse transform for the eliptical case of the Cassini-Soldner.
C2 - Static variable in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
C22 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C3 - Static variable in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
C4 - Static variable in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
C44 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C46 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C48 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C5 - Static variable in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
C66 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C68 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
C88 - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
cache - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
cache - Variable in class org.openstreetmap.josm.data.imagery.CachedTileLoaderFactory
 
cache - Variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
cache - Variable in class org.openstreetmap.josm.data.osm.ChangesetCache
the cached changesets
cache - Variable in class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
 
cache - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
cache - Variable in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
cache - Variable in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
cache - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
CACHE - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
cache - Static variable in class org.openstreetmap.josm.tools.ImageProvider
The icon cache
CACHE_REGION_NAME - Static variable in class org.openstreetmap.josm.gui.layer.TMSLayer
 
CACHE_REGION_NAME - Static variable in class org.openstreetmap.josm.gui.layer.WMSLayer
 
CACHE_REGION_NAME - Static variable in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
cacheAsEmpty() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
Simple implementation.
cacheAsEmpty() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
CacheContentsPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
Panel for cache content management.
CacheContentsPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel
Creates cache content panel
CacheContentsPanel.ButtonColumn - Class in org.openstreetmap.josm.gui.preferences.imagery
Class based on: http://www.camick.com/java/source/ButtonColumn.java https://tips4java.wordpress.com/2009/07/12/table-button-column/
CacheCustomContent<T extends java.lang.Throwable> - Class in org.openstreetmap.josm.io
Use this class if you want to cache and store a single file that gets updated regularly.
CacheCustomContent(String, int) - Constructor for class org.openstreetmap.josm.io.CacheCustomContent
Initializes the class.
cacheData - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
CachedAttributionBingAerialTileSource - Class in org.openstreetmap.josm.data.imagery
Bing TileSource with cached attribution
CachedAttributionBingAerialTileSource(ImageryInfo) - Constructor for class org.openstreetmap.josm.data.imagery.CachedAttributionBingAerialTileSource
Creates tile source
CachedAttributionBingAerialTileSource(TileSourceInfo, Runnable) - Constructor for class org.openstreetmap.josm.data.imagery.CachedAttributionBingAerialTileSource
Creates tile source
CachedAttributionBingAerialTileSource.BingAttributionData - Class in org.openstreetmap.josm.data.imagery
 
CachedCallable(Callable<V>) - Constructor for class org.openstreetmap.gui.jmapviewer.Tile.CachedCallable
Wraps callable so it is evaluated only once
cachedEvents - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
cachedFile - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
CachedFile - Class in org.openstreetmap.josm.io
Downloads a file and caches it on disk in order to reduce network load.
CachedFile(String) - Constructor for class org.openstreetmap.josm.io.CachedFile
Constructs a CachedFile object from a given filename, URL or internal resource.
cachedFile - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader
 
CachedFile.CachingStrategy - Enum in org.openstreetmap.josm.io
Caching strategy.
cacheDir - Variable in class org.openstreetmap.josm.data.Preferences
Internal storage for the cache directory.
cacheDir - Variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
cacheDir - Variable in class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
 
cacheDirLock - Static variable in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
cachedLat - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
CachedLatLon - Class in org.openstreetmap.josm.data.coor
LatLon class that maintains a cache of projected EastNorth coordinates.
CachedLatLon(double, double) - Constructor for class org.openstreetmap.josm.data.coor.CachedLatLon
Constructs a new CachedLatLon.
CachedLatLon(LatLon) - Constructor for class org.openstreetmap.josm.data.coor.CachedLatLon
Constructs a new CachedLatLon.
CachedLatLon(EastNorth) - Constructor for class org.openstreetmap.josm.data.coor.CachedLatLon
Constructs a new CachedLatLon.
cachedLoader - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
cachedName(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
 
CachedProperty<T> - Class in org.openstreetmap.josm.data.preferences
 
CachedProperty(String, String) - Constructor for class org.openstreetmap.josm.data.preferences.CachedProperty
 
cachedText - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
CachedTileLoader - Interface in org.openstreetmap.gui.jmapviewer.interfaces
Interface that allow cleaning the tile cache without specifying exact type of loader
CachedTileLoaderFactory - Class in org.openstreetmap.josm.data.imagery
TileLoaderFactory creating JCS cached TileLoaders
CachedTileLoaderFactory(ICacheAccess<String, BufferedImageCacheEntry>, Class<? extends TileLoader>) - Constructor for class org.openstreetmap.josm.data.imagery.CachedTileLoaderFactory
 
cacheElement - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
CacheEntry(Tile) - Constructor for class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheEntry
 
CacheEntry - Class in org.openstreetmap.josm.data.cache
 
CacheEntry(byte[]) - Constructor for class org.openstreetmap.josm.data.cache.CacheEntry
 
CacheEntryAttributes - Class in org.openstreetmap.josm.data.cache
Class that contains attributes for JCS cache entries.
CacheEntryAttributes() - Constructor for class org.openstreetmap.josm.data.cache.CacheEntryAttributes
Constructs a new CacheEntryAttributes.
cacheFile - Variable in class org.openstreetmap.josm.io.CachedFile
 
cacheIdx - Variable in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
cacheInstance(OsmApi) - Static method in class org.openstreetmap.josm.io.OsmApi
 
CacheLinkedListElement() - Constructor for class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
Constructs a new CacheLinkedListElement.
cacheManager - Static variable in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
cacheOff - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
cachePluginList(String, String) - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
Writes the list of plugins to a cache file
cachePresetItem(TaggingPreset, TaggingPresetItem) - Static method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
cachePresets(Collection<TaggingPreset>) - Static method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Initialize the cache for presets.
cachePrimitives(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
cachePrimitiveTags(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
make sure, the keys and values of all tags held by primitive are in the auto completion cache
cacheRecentTags() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Update cache of recent tags used for displaying tags.
cacheRelationMemberRoles(Relation) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Caches all member roles of the relation relation
cacheSize - Variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
Default cache size
cachingStrategy - Variable in class org.openstreetmap.josm.io.CachedFile
 
CachingStrategy() - Constructor for enum org.openstreetmap.josm.io.CachedFile.CachingStrategy
 
calcDirections(OrthogonalizeAction.Direction) - Method in class org.openstreetmap.josm.actions.OrthogonalizeAction.WayData
Estimate the direction of the segments, given the first segment points in the direction pInitialDirection.
calculateBBox() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
calculateBBox(Set<PrimitiveId>) - Method in class org.openstreetmap.josm.data.osm.Relation
 
calculateBestMovement(EastNorth) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Determines best movement from ExtrudeAction.initialMousePos to current mouse position, choosing one of the directions from ExtrudeAction.possibleMoveDirections.
calculateBestMovementAndNewNodes(EastNorth) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Calculate newN1en, newN2en best suitable for given mouse coordinates For dual align, calculates positions of new nodes, aligning them to neighboring segments.
calculateBounds() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
calculateBounds() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
calculateColors() - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
calculateDefaultCenter() - Static method in class org.openstreetmap.josm.gui.MapViewState
 
calculateDrawImageRectangle(Rectangle) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
calculateDrawImageRectangle(Rectangle, Rectangle) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
calculateDrawImageRectangle
calculateLength() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
calculateLength() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
calculatePossibleDirectionsByNode() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Gathers possible move directions - along all adjacent segments.
calculatePossibleDirectionsBySegment() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Gathers possible move directions - perpendicular to the selected segment and parallel to neighboring segments.
calculatePossibleDirectionsForDualAlign() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Gathers possible move directions - perpendicular to the selected segment only.
calculateSegmentOffset(EastNorth, EastNorth, EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
This method calculates offset amount by which to move the given segment perpendicularly for it to be in line with mouse position.
calculateShownDimension() - Method in class org.openstreetmap.josm.gui.bbox.SourceButton
 
calculateVisibleTexts() - Method in class org.openstreetmap.gui.jmapviewer.LayerGroup
 
calendar - Static variable in class org.openstreetmap.josm.tools.date.DateUtils
A shared instance used for conversion between individual date fields and long millis time.
calendarLocale - Static variable in class org.openstreetmap.josm.tools.date.DateUtils
A shared instance to convert local times.
calibration - Variable in class org.openstreetmap.josm.tools.AudioPlayer
 
call() - Method in class org.openstreetmap.gui.jmapviewer.Tile.CachedCallable
 
call() - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
 
call() - Method in class org.openstreetmap.josm.Main.InitializationTask
 
callable - Variable in class org.openstreetmap.gui.jmapviewer.Tile.CachedCallable
 
calltosupermustbefirststatementinconstructor(MoveAction.Direction) - Static method in class org.openstreetmap.josm.actions.MoveAction
 
calltosupermustbefirststatementinconstructortext(MoveAction.Direction) - Static method in class org.openstreetmap.josm.actions.MoveAction
 
cancel() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileClearController
 
cancel() - Method in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask.RunnableDownloadTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetQueryTask.DownloadTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.DownloadTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
 
cancel() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
 
cancel() - Method in interface org.openstreetmap.josm.actions.downloadtasks.DownloadTask
Cancels the asynchronous download task.
cancel() - Method in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
cancel() - Method in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
cancel() - Method in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
cancel() - Method in class org.openstreetmap.josm.actions.upload.UploadNotesTask.UploadTask
 
cancel() - Method in class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
 
cancel() - Method in class org.openstreetmap.josm.actions.ValidateAction.ValidationTask
 
cancel() - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
cancel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog.CancelAction
 
cancel() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction.SaveToFileTask
 
cancel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadTask
 
cancel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
cancel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask
 
cancel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Cancel changes.
cancel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
cancel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.RelationLoader
 
cancel() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.FixTask
 
cancel() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
cancel() - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
cancel() - Method in class org.openstreetmap.josm.gui.io.AbstractIOTask
Cancel the task
cancel() - Method in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
cancel() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog.CancelAction
 
cancel() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetTask
 
cancel() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.CancelAction
 
cancel() - Method in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
cancel() - Method in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
 
cancel() - Method in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
Cancel recursively the task.
cancel() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.CancelAction
 
cancel() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
cancel() - Method in class org.openstreetmap.josm.gui.io.SaveLayerTask
 
cancel() - Method in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
cancel() - Method in class org.openstreetmap.josm.gui.io.UploadNoteLayerTask
 
cancel() - Method in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
cancel() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
cancel the task
CANCEL - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SyncDialogWindowListener
 
cancel() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
cancel() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction.PrecacheWmsTask
 
cancel() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.MapPaintStyleLoader
 
cancel() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
cancel() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.CancelAction
 
cancel() - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
Cancels the current OAuth operation.
cancel() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
cancel() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
 
cancel() - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
cancel() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
User pressed cancel button.
cancel() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog.CancelAction
 
cancel() - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
cancel() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
cancel() - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
cancel() - Method in class org.openstreetmap.josm.gui.progress.CancelHandler
 
cancel() - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
cancel() - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Abort current operation, usually called when user somehow requested an abort
cancel() - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
cancel - Variable in class org.openstreetmap.josm.io.OsmConnection
 
cancel() - Method in class org.openstreetmap.josm.io.OsmConnection
Cancels the connection.
cancel - Variable in class org.openstreetmap.josm.io.OsmReader
 
cancel() - Method in class org.openstreetmap.josm.io.OsmServerWriter
Cancel operation.
cancel() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler.LoadDataTask
 
cancel - Variable in class org.openstreetmap.josm.io.session.SessionReader.CancelOrContinueDialog
 
cancel() - Method in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
cancel() - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
cancel() - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
cancelable - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.CancelAction
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.CancelAction
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.CancelAction
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog.CancelAction
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog.CancelAction
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.CancelAction
 
CancelAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Cancel the updates and close the dialog
CancelAction(MemberTable, MemberTableModel, TagEditorModel, OsmDataLayer, IRelationEditor, AutoCompletingTextField) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.CancelAction
Constructs a new CancelAction.
cancelAction - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Action for performing the CancelAction
CancelAction() - Constructor for class org.openstreetmap.josm.gui.download.DownloadDialog.CancelAction
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.io.CloseChangesetDialog.CancelAction
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog.CancelAction
 
cancelAction - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersDialog.CancelAction
 
CancelAction(IUploadDialog) - Constructor for class org.openstreetmap.josm.gui.io.UploadDialog.CancelAction
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.io.UploadSelectionDialog.CancelAction
 
CancelAction() - Constructor for class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.CancelAction
Constructs a new CancelAction.
CancelAction() - Constructor for class org.openstreetmap.josm.gui.preferences.PreferenceDialog.CancelAction
 
cancelAndClose() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.CancelAction
 
cancelButtonIdx - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
cancelCellEditing() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
cancelCellEditing() - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
cancelCellEditing() - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
cancelCellEditing() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
cancelCellEditing() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
cancelDrag() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
cancelDrawMode - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
canceled - Variable in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
canceled - Variable in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
canceled - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
 
canceled - Variable in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
canceled - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
canceled - Variable in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
canceled - Variable in class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
 
canceled - Variable in class org.openstreetmap.josm.actions.ValidateAction.ValidationTask
 
canceled - Variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
canceled - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
canceled - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
canceled - Variable in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
canceled - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction.SaveToFileTask
 
canceled - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadTask
 
canceled - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
canceled - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask
 
canceled - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
canceled - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.RelationLoader
 
canceled - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.FixTask
 
canceled - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
canceled - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
canceled - Variable in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
canceled - Variable in class org.openstreetmap.josm.gui.io.AbstractIOTask
indicates whether the task has been canceled
canceled - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
canceled - Variable in class org.openstreetmap.josm.gui.io.AbstractUploadDialog
 
canceled - Variable in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
true if the user canceled the dialog
canceled - Variable in class org.openstreetmap.josm.gui.io.CloseChangesetTask
 
canceled - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog
 
canceled - Variable in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
canceled - Variable in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
 
canceled - Variable in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
Flag indicated that user ask for cancel this task
canceled - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
canceled - Variable in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
canceled - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
canceled - Variable in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.MapPaintStyleLoader
 
canceled - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
canceled - Variable in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
canceled - Variable in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
canceled - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
canceled - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
 
canceled - Variable in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
canceled - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
 
canceled - Variable in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
canceled - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
canceled - Variable in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
 
canceled - Variable in class org.openstreetmap.josm.io.FileExporter
 
canceled - Variable in class org.openstreetmap.josm.io.OsmServerWriter
 
canceled - Variable in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
canceled - Variable in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
canceled - Variable in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
cancelHandler - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
CancelHandler - Class in org.openstreetmap.josm.gui.progress
 
CancelHandler() - Constructor for class org.openstreetmap.josm.gui.progress.CancelHandler
 
cancelListener - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
CancelOrContinueDialog() - Constructor for class org.openstreetmap.josm.io.session.SessionReader.CancelOrContinueDialog
 
cancelOutstandingJobs() - Method in class org.openstreetmap.gui.jmapviewer.TileController
Removes all jobs from the queue that are currently not being processed.
cancelOutstandingTasks() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileLoader
cancels all outstanding tasks in the queue.
cancelOutstandingTasks() - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
cancelOutstandingTasks() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
TODO: move to JobFactory cancels all outstanding tasks in the queue.
cancelOutstandingTasks() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
cancels all outstanding tasks in the queue.
cancelSafeAndUploadTask() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
cancelWhenInEditingModel() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.CancelAction
 
candidateNode - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
candidateSegment - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
canEnable - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
canExtend() - Method in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequences
Find out if the selection can be extended
canFullscreen() - Method in interface org.openstreetmap.josm.tools.PlatformHook
Determines if the platform allows full-screen.
canFullscreen() - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
canFullscreen() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
canGoBack() - Method in class org.openstreetmap.josm.gui.help.HelpBrowserHistory
Determines if the help browser can go back.
canGoForward() - Method in class org.openstreetmap.josm.gui.help.HelpBrowserHistory
Determines if the help browser can go forward.
canImport(TransferHandler.TransferSupport) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTransferHandler
 
canImport(JComponent, DataFlavor[]) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.SelectedListTransferHandler
 
canKeepAll() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Replies true, if this resolution has more than 1 possible non-empty values
canKeepNone() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Replies true if the empty value is a possible value in this resolution
canloadatruntime - Variable in class org.openstreetmap.josm.plugins.PluginInformation
Plugin can be loaded at any time and not just at start.
canMove(int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
canMoveDown() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Replies true if the currently selected layers can move down by one position
canMoveDown(int[]) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
canMoveStyles(int[], int) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
canMoveUp() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Replies true if the currently selected layers can move up by one position
canMoveUp(int[]) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
canPasteFromHeterogeneousSourceWithoutConflict() - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Replies true if this a heterogeneous source can be pasted without conflict to targets
canReload() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
 
canRemove() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
canRemove(int[]) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
canRunInBackground() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
canRunInBackground() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction.PrecacheWmsTask
 
canRunInBackground() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
Task can run in background if returned value != null.
canShowAsLatest(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
canSumAllNumeric() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Replies true, if summing all numeric values is a possible value in this resolution
canvasRules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
canWrite(File) - Static method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
Capabilities - Class in org.openstreetmap.josm.io
Represents the OSM API server capabilities.
Capabilities() - Constructor for class org.openstreetmap.josm.io.Capabilities
Constructs new Capabilities.
capabilities - Variable in class org.openstreetmap.josm.io.Capabilities
 
capabilities - Variable in class org.openstreetmap.josm.io.Capabilities.CapabilitiesParser
 
capabilities - Variable in class org.openstreetmap.josm.io.OsmApi
API capabilities
CAPABILITIES - Static variable in class org.openstreetmap.josm.io.OsmApi.CapabilitiesCache
 
Capabilities.CapabilitiesParser - Class in org.openstreetmap.josm.io
A parser for the "capabilities" response XML.
CapabilitiesCache(ProgressMonitor, boolean) - Constructor for class org.openstreetmap.josm.io.OsmApi.CapabilitiesCache
 
CapabilitiesParser() - Constructor for class org.openstreetmap.josm.io.Capabilities.CapabilitiesParser
 
CapturingSearchReceiver() - Constructor for class org.openstreetmap.josm.actions.search.SearchAction.CapturingSearchReceiver
 
cardinal_to_radians(String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Converts an angle diven in cardinal directions to radians.
carsWays - Variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
cart2LatLon(double[]) - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
convert cartesian coordinates to ellipsoidal coordinates
cart2LatLon(double[], double) - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
 
Cascade - Class in org.openstreetmap.josm.gui.mappaint
Simple map of properties with dynamic typing.
Cascade() - Constructor for class org.openstreetmap.josm.gui.mappaint.Cascade
 
case_sensitive - Variable in class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
 
caseSensitive - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
caseSensitive - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.Any
 
caseSensitive - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler
 
caseSensitive - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.KeyValue
 
CassiniSoldner - Class in org.openstreetmap.josm.data.projection.proj
Cassini-Soldner Projection (EPSG code 9806).
CassiniSoldner() - Constructor for class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
cast(Object, Class<T>) - Static method in class org.openstreetmap.josm.tools.Utils
Cast an object savely.
caughtOnThread - Variable in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
cb - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.ActiveLayerCellRenderer
 
cb - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCellEditor
 
cb - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCellRenderer
 
cb - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.NativeScaleLayerCellRenderer
 
CbAction(PrefJPanel) - Constructor for class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.CbAction
 
cbActive - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog
 
cbAlt - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
cbAuthorisationProcedure - Variable in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
cbBoundingBoxRestriction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
cbClearUndoRedo - Variable in class org.openstreetmap.josm.actions.PurgeAction
 
cbCloseAfterUpload - Variable in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
cbCtrl - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
cbDecisionRenderer - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
 
cbDecisionTypes - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionRenderer
 
cbDefault - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
cbDisable - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
cbDontShowAgain - Variable in class org.openstreetmap.josm.plugins.PluginHandler.UpdatePluginsMessagePanel
 
cbDownloadGpxData - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
cbDownloadGpxData - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
cbDownloadNotes - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
cbDownloadOsmData - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
cbDownloadOsmData - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
cbEntries - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
cbExifImg - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
cbGpx - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
cbId - Variable in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
cbInput - Variable in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice.PreferencePanel
 
cbInSelectionOnly - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
cbMeta - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
cbModifyNotes - Variable in class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel
 
cbMyChangesetsOnly - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
cbNewLayer - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
cbOpenAndCloseRestrictions - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
cbOpenChangesets - Variable in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
CBPanel(String[], int, String, ActionListener) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice.CBPanel
 
cbReadFull - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser
 
cbReadGpx - Variable in class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel
 
cbReadPrefs - Variable in class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel
 
cbSaveAccessTokenInPreferences - Variable in class org.openstreetmap.josm.gui.oauth.AccessTokenInfoPanel
 
cbSaveCredentials - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
cbSaveToPreferences - Variable in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
cbSaveToPreferences - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
 
cbSearchExpression - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection
 
cbShift - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
cbShowAdvancedParameters - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
 
cbShowImmediateDialog - Variable in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.MessagePanel
 
cbShowPermanentDialog - Variable in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.MessagePanel
 
cbShowSessionDialog - Variable in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.MessagePanel
 
cbShowTagsWithConflictsOnly - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver
selects whether only tags with conflicts are displayed
cbShowTagsWithMultiValuesOnly - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver
 
cbShowThumbs - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
cbStandard - Variable in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.MessagePanel
 
cbStartup - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
cbTaggedImg - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
cbTagRelations - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
cbTimeRestrictions - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
cbTimezones - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SetOffsetActionListener
 
cbType - Variable in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
cbUseDefaults - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
cbUseDefaultServerUrl - Variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
indicates whether to use the default OSM URL or not
cbUserRestriction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
cbWireframe - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
cbWriteApi - Variable in class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel
 
cbWriteGpx - Variable in class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel
 
cbWritePrefs - Variable in class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel
 
cDdFormatter - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
cDdHighPecisionFormatter - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
cDm00 - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
cDm60 - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
cDmMinuteFormatter - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
cDms00 - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
cDms60 - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
cDmsMinuteFormatter - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
cDmsSecondFormatter - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
CellEditorRemover(KeyboardFocusManager) - Constructor for class org.openstreetmap.josm.gui.tagging.TagTable.CellEditorRemover
 
cellEditorSupport - Variable in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
cellEditorSupport - Variable in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
CellEditorSupport - Class in org.openstreetmap.josm.gui.util
Utility class used to ease implementation of CellEditor interface, or one of its sub-interfaces, for classes that cannot extend AbstractCellEditor.
CellEditorSupport(CellEditor) - Constructor for class org.openstreetmap.josm.gui.util.CellEditorSupport
Constructs a new CellEditorSupport.
CellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog.CellRenderer
 
cellRenderer - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
cellRenderer - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.EditTagDialog
 
cellSegments - Variable in class org.openstreetmap.josm.data.validation.tests.CrossingWays
All way segments, grouped by cells
cellWays - Variable in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
All ways, grouped by cells
center - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
x- and y-position of the center of this map-panel on the world map denoted in screen pixel regarding the current zoom level.
center - Variable in class org.openstreetmap.josm.data.ViewportData
 
CENTER - Static variable in class org.openstreetmap.josm.gui.mappaint.Keyword
 
center - Variable in class org.openstreetmap.josm.gui.NavigatableComponent.ZoomData
 
centerInWindow(Component, Dimension) - Static method in class org.openstreetmap.josm.tools.WindowGeometry
Replies a window geometry object for a window with a specific size which is centered relative to the parent window of a reference component.
centerOnScreen(Dimension) - Static method in class org.openstreetmap.josm.tools.WindowGeometry
Replies a window geometry object for a window with a specific size which is centered on screen, where main window is
centerOnScreen(Dimension, String) - Static method in class org.openstreetmap.josm.tools.WindowGeometry
Replies a window geometry object for a window with a specific size which is centered on screen where the corresponding window is.
centerView - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
centerX - Variable in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
centerY - Variable in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
centralMeridian - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Central longitude in radians.
CentricDatum - Class in org.openstreetmap.josm.data.projection.datum
A datum with different ellipsoid than WGS84, but does not require shift, rotation or scaling.
CentricDatum(String, String, Ellipsoid) - Constructor for class org.openstreetmap.josm.data.projection.datum.CentricDatum
 
CERT_AMEND - Static variable in class org.openstreetmap.josm.io.CertificateAmendment
 
CertificateAmendment - Class in org.openstreetmap.josm.io
Class to add missing root certificates to the list of trusted certificates for TLS connections.
CertificateAmendment() - Constructor for class org.openstreetmap.josm.io.CertificateAmendment
 
certificateIsMissing(KeyStore, X509Certificate) - Static method in class org.openstreetmap.josm.io.CertificateAmendment
Check if the certificate is missing and needs to be added to the keystore.
Change(int, int, int, int, Diff.Change) - Constructor for class org.openstreetmap.josm.tools.Diff.Change
Cons an additional entry onto the front of an edit script OLD.
CHANGE_SELECTION - Static variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
CHANGE_VIEWPORT - Static variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
changeBy(int) - Method in enum org.openstreetmap.josm.actions.OrthogonalizeAction.Direction
 
changeCheck() - Method in class org.openstreetmap.josm.tools.CopyList
 
ChangeCommand - Class in org.openstreetmap.josm.command
Command that basically replaces one OSM primitive by another of the same type.
ChangeCommand(OsmPrimitive, OsmPrimitive) - Constructor for class org.openstreetmap.josm.command.ChangeCommand
Constructs a new ChangeCommand in the context of the current edit layer, if any.
ChangeCommand(OsmDataLayer, OsmPrimitive, OsmPrimitive) - Constructor for class org.openstreetmap.josm.command.ChangeCommand
Constructs a new ChangeCommand in the context of a given data layer.
changed - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
 
changedColor - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.SettingCellRenderer
 
changedDatasets - Variable in class org.openstreetmap.josm.data.AutosaveTask
 
changedFlag - Variable in class org.openstreetmap.josm.tools.Diff.FileData
Array, indexed by real origin-1 line number, containing true for a line that is an insertion or a deletion.
changedKey - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
changedLayer - Variable in class org.openstreetmap.josm.gui.MapView
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.actions.JumpToAction.OsmLonLatListener
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.actions.JumpToAction.OsmURLListener
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel.ChangetQueryUrlValidator
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel.DownloadAction
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.EastNorthInputVerifier
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.LatLonInputVerifier
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SetRoleAction
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.OsmUrlRefresher
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchAction
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.ChunkSizeInputVerifier
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.StatusBarUpdater
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.RunAuthorisationAction
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.AccessTokenBuilder
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.SearchFieldAdapter
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ValidateApiUrlAction
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.FilterFieldAdapter
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.OsmUrlRefresher
 
changedUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
 
changeEvent - Variable in class org.openstreetmap.josm.gui.util.ChangeNotifier
Only one ChangeEvent is needed per button model instance since the event's only state is the source property.
changeListener - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
ChangeNodesCommand - Class in org.openstreetmap.josm.command
Command that changes the nodes list of a way.
ChangeNodesCommand(Way, List<Node>) - Constructor for class org.openstreetmap.josm.command.ChangeNodesCommand
Constructs a new ChangeNodesCommand.
ChangeNotifier - Class in org.openstreetmap.josm.gui.util
Replacement to java.util.Observable class, deprecated with Java 9.
ChangeNotifier() - Constructor for class org.openstreetmap.josm.gui.util.ChangeNotifier
 
changeOffset(double) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWays
Offsets the way(s) d units.
changeParents(DefaultMutableTreeNode) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
ChangePropertyCommand - Class in org.openstreetmap.josm.command
Command that manipulate the key/value structure of several objects.
ChangePropertyCommand(Collection<? extends OsmPrimitive>, Map<String, String>) - Constructor for class org.openstreetmap.josm.command.ChangePropertyCommand
Creates a command to change multiple tags of multiple objects
ChangePropertyCommand(Collection<? extends OsmPrimitive>, String, String) - Constructor for class org.openstreetmap.josm.command.ChangePropertyCommand
Creates a command to change one tag of multiple objects
ChangePropertyCommand(OsmPrimitive, String, String) - Constructor for class org.openstreetmap.josm.command.ChangePropertyCommand
Creates a command to change one tag of one object
ChangePropertyKeyCommand - Class in org.openstreetmap.josm.command
Command that replaces the key of one or several objects
ChangePropertyKeyCommand(OsmPrimitive, String, String) - Constructor for class org.openstreetmap.josm.command.ChangePropertyKeyCommand
Constructs a new ChangePropertyKeyCommand.
ChangePropertyKeyCommand(Collection<? extends OsmPrimitive>, String, String) - Constructor for class org.openstreetmap.josm.command.ChangePropertyKeyCommand
Constructs a new ChangePropertyKeyCommand.
ChangeRelationMemberRoleCommand - Class in org.openstreetmap.josm.command
Command that changes the role of a relation member
ChangeRelationMemberRoleCommand(Relation, int, String) - Constructor for class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
Constructs a new ChangeRelationMemberRoleCommand.
Changeset - Class in org.openstreetmap.josm.data.osm
Represents a single changeset in JOSM.
Changeset() - Constructor for class org.openstreetmap.josm.data.osm.Changeset
Creates a new changeset with id 0.
Changeset(int) - Constructor for class org.openstreetmap.josm.data.osm.Changeset
Creates a changeset with id id.
Changeset(Changeset) - Constructor for class org.openstreetmap.josm.data.osm.Changeset
Creates a clone of other
changeset - Variable in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
changeset - Variable in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
changeset - Variable in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
changeset - Variable in class org.openstreetmap.josm.io.OsmApi
Object describing current changeset
changeset - Variable in class org.openstreetmap.josm.io.OsmWriter
 
CHANGESET_IN_DETAIL_VIEW_PROP - Static variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
the name of the property for the currently selected changeset in the detail view
ChangesetAware - Interface in org.openstreetmap.josm.gui.dialogs.changeset
Super interface of changeset-aware components.
changesetButton - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
ChangesetCache - Class in org.openstreetmap.josm.data.osm
ChangesetCache is global in-memory cache for changesets downloaded from an OSM API server.
ChangesetCache() - Constructor for class org.openstreetmap.josm.data.osm.ChangesetCache
 
ChangesetCacheEvent - Interface in org.openstreetmap.josm.data.osm
 
ChangesetCacheListener - Interface in org.openstreetmap.josm.data.osm
 
ChangesetCacheManager - Class in org.openstreetmap.josm.gui.dialogs.changeset
ChangesetCacheManager manages the local cache of changesets retrieved from the OSM API.
ChangesetCacheManager() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Constructs a new ChangesetCacheManager.
ChangesetCacheManager.CancelAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
the cancel / close action
ChangesetCacheManager.ChangesetDetailViewSynchronizer - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetCacheManager.ChangesetTablePopupMenu - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetCacheManager.CloseSelectedChangesetsAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Closes the selected changesets
ChangesetCacheManager.DownloadMyChangesets - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetCacheManager.DownloadSelectedChangesetContentAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Downloads the content of selected changesets from the OSM server
ChangesetCacheManager.DownloadSelectedChangesetsAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Downloads the selected changesets
ChangesetCacheManager.MouseEventHandler - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetCacheManager.QueryAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
The action to query and download changesets
ChangesetCacheManager.RemoveFromCacheAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Removes the selected changesets from the local changeset cache
ChangesetCacheManager.ShowDetailAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetCacheManager.WindowEventHandler - Class in org.openstreetmap.josm.gui.dialogs.changeset
Handler for window events
changesetCacheManagerClosedHandler - Variable in class org.openstreetmap.josm.actions.ChangesetManagerToggleAction
 
ChangesetCacheManagerClosedHandler() - Constructor for class org.openstreetmap.josm.actions.ChangesetManagerToggleAction.ChangesetCacheManagerClosedHandler
 
ChangesetCacheManagerModel - Class in org.openstreetmap.josm.gui.dialogs.changeset
This is the model for the changeset cache manager dialog.
ChangesetCacheManagerModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
ChangesetCacheTableCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.changeset
The cell renderer for the changeset table
ChangesetCacheTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableCellRenderer
 
ChangesetCacheTableColumnModel - Class in org.openstreetmap.josm.gui.dialogs.changeset
The column model for the changeset table
ChangesetCacheTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableColumnModel
Creates a new ChangesetCacheTableColumnModel.
changesetCacheUpdated(ChangesetCacheEvent) - Method in interface org.openstreetmap.josm.data.osm.ChangesetCacheListener
 
changesetCacheUpdated(ChangesetCacheEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
changesetCacheUpdated(ChangesetCacheEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
changesetCacheUpdated(ChangesetCacheEvent) - Method in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
 
ChangesetCellRenderer - Class in org.openstreetmap.josm.gui.io
A ListCellRenderer for the list of changesets in the upload dialog.
ChangesetCellRenderer() - Constructor for class org.openstreetmap.josm.gui.io.ChangesetCellRenderer
Constructs a new ChangesetCellRenderer.
ChangesetClosedException - Exception in org.openstreetmap.josm.io
A ChangesetClosedException is thrown if the server replies with a HTTP return code 409 (Conflict) with the error header ChangesetClosedException.ERROR_HEADER_PATTERN.
ChangesetClosedException(String) - Constructor for exception org.openstreetmap.josm.io.ChangesetClosedException
Creates the exception with the given errorHeader
ChangesetClosedException(String, ChangesetClosedException.Source) - Constructor for exception org.openstreetmap.josm.io.ChangesetClosedException
Creates the exception with the given error header and the given source.
ChangesetClosedException(long, Date, ChangesetClosedException.Source) - Constructor for exception org.openstreetmap.josm.io.ChangesetClosedException
Creates the exception
ChangesetClosedException.Source - Enum in org.openstreetmap.josm.io
 
ChangesetCommentChangeListener(HistoryComboBox) - Constructor for class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel.ChangesetCommentChangeListener
 
ChangesetCommentChangeListener(String) - Constructor for class org.openstreetmap.josm.gui.io.TagSettingsPanel.ChangesetCommentChangeListener
 
changesetCommentModel - Variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
the changeset comment model
ChangesetCommentModel - Class in org.openstreetmap.josm.gui.io
ChangesetCommentModel is an observable model for the changeset comment edited in the UploadDialog.
ChangesetCommentModel() - Constructor for class org.openstreetmap.josm.gui.io.ChangesetCommentModel
 
changesetCommentModel - Variable in class org.openstreetmap.josm.gui.io.TagSettingsPanel
the model for the changeset comment
changesetCommentModel - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
the changeset comment model keeping the state of the changeset comment
changesetCommentsDialogAction - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
ChangesetContentDownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
This is an asynchronous task for downloading the changeset content of a collection of changesets.
ChangesetContentDownloadTask(int) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask
Creates a download task for a single changeset
ChangesetContentDownloadTask(Collection<Integer>) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask
Creates a download task for a collection of changesets.
ChangesetContentDownloadTask(Component, int) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask
Creates a download task for a single changeset
ChangesetContentDownloadTask(Component, Collection<Integer>) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask
Creates a download task for a collection of changesets.
ChangesetContentDownloadTask.DownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType, HistoryOsmPrimitive) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel.ChangesetContentEntry
 
ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel.ChangesetContentEntry
 
ChangesetContentPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset
The panel which displays the content of a changeset in a scrollable table.
ChangesetContentPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
Constructs a new ChangesetContentPanel.
ChangesetContentPanel.ChangesetContentTablePopupMenu - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetContentPanel.DownloadObjectAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetContentPanel.HeaderPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetContentPanel.HeaderPanel.DownloadAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetContentPanel.SelectInCurrentLayerAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetContentPanel.SelectionBasedAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetContentPanel.ShowHistoryAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetContentPanel.ShowHistoryAction.ShowHistoryTask - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetContentPanel.ZoomInCurrentLayerAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetContentTableCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.changeset
The table cell renderer used in the changeset content table, except for the "name" column in which we use a OsmPrimitivRenderer.
ChangesetContentTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableCellRenderer
 
ChangesetContentTableColumnModel - Class in org.openstreetmap.josm.gui.dialogs.changeset
The column model for the changeset content
ChangesetContentTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableColumnModel
Constructs a new ChangesetContentTableColumnModel.
ChangesetContentTableModel - Class in org.openstreetmap.josm.gui.dialogs.changeset
This is the table model for the content of a changeset.
ChangesetContentTableModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
 
ChangesetContentTableModel.ChangesetContentEntry - Class in org.openstreetmap.josm.gui.dialogs.changeset
The type used internally to keep information about HistoryOsmPrimitive with their ChangesetDataSet.ChangesetModificationType.
ChangesetContentTablePopupMenu() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ChangesetContentTablePopupMenu
 
ChangesetDataSet - Class in org.openstreetmap.josm.data.osm
A ChangesetDataSet holds the content of a changeset.
ChangesetDataSet() - Constructor for class org.openstreetmap.josm.data.osm.ChangesetDataSet
 
ChangesetDataSet.ChangesetDataSetEntry - Interface in org.openstreetmap.josm.data.osm
 
ChangesetDataSet.ChangesetModificationType - Enum in org.openstreetmap.josm.data.osm
 
ChangesetDataSet.DefaultChangesetDataSetEntry - Class in org.openstreetmap.josm.data.osm
 
ChangesetDataSet.DefaultIterator - Class in org.openstreetmap.josm.data.osm
 
ChangesetDetailPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset
This panel displays the properties of the currently selected changeset in the ChangesetCacheManager.
ChangesetDetailPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
Constructs a new ChangesetDetailPanel.
ChangesetDetailPanel.RemoveFromCacheAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
The action for removing the currently selected changeset from the changeset cache
ChangesetDetailPanel.SelectInCurrentLayerAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Selects the primitives in the content of this changeset in the current data layer.
ChangesetDetailPanel.UpdateChangesetAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Updates the current changeset from the OSM server
ChangesetDetailPanel.ZoomInCurrentLayerAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Zooms to the primitives in the content of this changeset in the current data layer.
ChangesetDetailViewSynchronizer(ChangesetCacheManagerModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.ChangesetDetailViewSynchronizer
 
ChangesetDialog - Class in org.openstreetmap.josm.gui.dialogs
ChangesetDialog is a toggle dialog which displays the current list of changesets.
ChangesetDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
Constructs a new ChangesetDialog.
ChangesetDialog.ChangesetDialogPopup - Class in org.openstreetmap.josm.gui.dialogs
 
ChangesetDialog.CloseOpenChangesetsAction - Class in org.openstreetmap.josm.gui.dialogs
Closes the currently selected changesets
ChangesetDialog.DblClickHandler - Class in org.openstreetmap.josm.gui.dialogs
 
ChangesetDialog.FilterChangeHandler - Class in org.openstreetmap.josm.gui.dialogs
 
ChangesetDialog.LaunchChangesetManager - Class in org.openstreetmap.josm.gui.dialogs
A utility class to fetch changesets and display the changeset dialog.
ChangesetDialog.LaunchChangesetManagerAction - Class in org.openstreetmap.josm.gui.dialogs
Show information about the currently selected changesets
ChangesetDialog.ReadChangesetsAction - Class in org.openstreetmap.josm.gui.dialogs
Downloads selected changesets
ChangesetDialog.SelectObjectsAction - Class in org.openstreetmap.josm.gui.dialogs
Selects objects for the currently selected changesets.
ChangesetDialog.ShowChangesetInfoAction - Class in org.openstreetmap.josm.gui.dialogs
Show information about the currently selected changesets
changesetDialogAction - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
ChangesetDialogPopup(JList<?>...) - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ChangesetDialogPopup
 
ChangesetDiscussionComment - Class in org.openstreetmap.josm.data.osm
A comment in a public changeset discussion.
ChangesetDiscussionComment(Date, User) - Constructor for class org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
Constructs a new ChangesetDiscussionComment.
ChangesetDiscussionPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset
The panel which displays the public discussion around a changeset in a scrollable table.
ChangesetDiscussionPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
Constructs a new ChangesetDiscussionPanel.
ChangesetDiscussionPanel.UpdateChangesetDiscussionAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Updates the current changeset discussion from the OSM server
ChangesetDiscussionTableCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.changeset
The cell renderer for the changeset dicussion table
ChangesetDiscussionTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableCellRenderer
 
ChangesetDiscussionTableColumnModel - Class in org.openstreetmap.josm.gui.dialogs.changeset
The column model for the changeset content
ChangesetDiscussionTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableColumnModel
Constructs a new ChangesetContentTableColumnModel.
ChangesetDiscussionTableModel - Class in org.openstreetmap.josm.gui.dialogs.changeset
Model of changeset discussion table.
ChangesetDiscussionTableModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableModel
 
ChangesetHeaderDownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
This is an asynchronous task for downloading a collection of changests from the OSM server.
ChangesetHeaderDownloadTask(Collection<Integer>) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask
Creates the download task for a collection of changeset ids.
ChangesetHeaderDownloadTask(Component, Collection<Integer>) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask
Creates the download task for a collection of changeset ids.
ChangesetHeaderDownloadTask(Component, Collection<Integer>, boolean) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask
Creates the download task for a collection of changeset ids, with possibility to download changeset discussion.
ChangesetHeaderDownloadTask.DownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
ChangesetId(PushbackTokenizer.Range) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.ChangesetId
 
ChangesetId(PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.ChangesetId
 
changesetId - Variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
The id of the changeset this primitive was last uploaded to.
changesetId - Variable in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
changesetId - Variable in exception org.openstreetmap.josm.io.ChangesetClosedException
the changeset id
ChangesetIdChangedEvent - Class in org.openstreetmap.josm.data.osm.event
 
ChangesetIdChangedEvent(DataSet, List<OsmPrimitive>, int, int) - Constructor for class org.openstreetmap.josm.data.osm.event.ChangesetIdChangedEvent
 
changesetIds - Variable in class org.openstreetmap.josm.io.ChangesetQuery
a collection of changeset ids to query for
ChangesetIdTextField - Class in org.openstreetmap.josm.gui.widgets
A text field designed to enter a single OSM changeset ID.
ChangesetIdTextField() - Constructor for class org.openstreetmap.josm.gui.widgets.ChangesetIdTextField
Constructs a new ChangesetIdTextField
ChangesetIdTextField.ChangesetIdValidator - Class in org.openstreetmap.josm.gui.widgets
Validator for a changeset ID entered in a JTextComponent.
ChangesetIdValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.widgets.ChangesetIdTextField.ChangesetIdValidator
changesetInDetailView - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
ChangesetInfoAction() - Constructor for class org.openstreetmap.josm.gui.history.VersionTable.ChangesetInfoAction
Constructs a new ChangesetInfoAction.
changesetInfoAction - Variable in class org.openstreetmap.josm.gui.history.VersionTable.VersionTablePopupMenu
 
ChangesetInSelectionListModel - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetInSelectionListModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetInSelectionListModel
 
ChangesetListCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetListCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListCellRenderer
Constructs a new ChangesetListCellRenderer.
ChangesetListItemStateListener() - Constructor for class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.ChangesetListItemStateListener
 
ChangesetListModel - Class in org.openstreetmap.josm.gui.dialogs.changeset
 
ChangesetListModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
ChangesetManagementPanel - Class in org.openstreetmap.josm.gui.io
ChangesetManagementPanel allows to configure changeset to be used in the next upload.
ChangesetManagementPanel(ChangesetCommentModel) - Constructor for class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
Constructs a new ChangesetManagementPanel.
ChangesetManagementPanel.ChangesetListItemStateListener - Class in org.openstreetmap.josm.gui.io
Listens to changes in the selected changeset and fires property change events.
ChangesetManagementPanel.CloseAfterUploadItemStateListener - Class in org.openstreetmap.josm.gui.io
Listens to changes in "close after upload" flag and fires property change events.
ChangesetManagementPanel.CloseChangesetAction - Class in org.openstreetmap.josm.gui.io
Closes the currently selected changeset
ChangesetManagementPanel.RadioButtonHandler - Class in org.openstreetmap.josm.gui.io
Listens to changes in the two radio buttons rbUseNew and rbUseExisting.
ChangesetManagementPanel.RefreshAction - Class in org.openstreetmap.josm.gui.io
Refreshes the list of open changesets
changesetManager - Variable in class org.openstreetmap.josm.gui.MainMenu
Windows / Changeset Manager
ChangesetManagerToggleAction - Class in org.openstreetmap.josm.actions
This action toggles the visibility of the ChangesetCacheManager dialog.
ChangesetManagerToggleAction() - Constructor for class org.openstreetmap.josm.actions.ChangesetManagerToggleAction
Constructs a new ChangesetManagerToggleAction.
ChangesetManagerToggleAction.ChangesetCacheManagerClosedHandler - Class in org.openstreetmap.josm.actions
 
ChangesetModificationType() - Constructor for enum org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetModificationType
 
ChangesetQuery - Class in org.openstreetmap.josm.io
 
ChangesetQuery() - Constructor for class org.openstreetmap.josm.io.ChangesetQuery
 
ChangesetQuery.ChangesetQueryUrlException - Exception in org.openstreetmap.josm.io
Exception thrown for invalid changeset queries.
ChangesetQuery.ChangesetQueryUrlParser - Class in org.openstreetmap.josm.io
Changeset query URL parser.
ChangesetQueryDialog - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
This is a modal dialog for entering query criteria to search for changesets.
ChangesetQueryDialog(Window) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
Constructs a new ChangesetQueryDialog.
ChangesetQueryDialog.CancelAction - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
 
ChangesetQueryDialog.QueryAction - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
 
ChangesetQueryDialog.WindowEventHandler - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
 
ChangesetQueryTask - Class in org.openstreetmap.josm.actions.downloadtasks
Asynchronous task to send a changeset query to the OSM API.
ChangesetQueryTask(ChangesetQuery) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetQueryTask
Creates the task.
ChangesetQueryTask(Component, ChangesetQuery) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetQueryTask
Creates the task.
ChangesetQueryTask.DownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
ChangesetQueryUrlException(String) - Constructor for exception org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlException
Constructs a new ChangesetQueryUrlException with the specified detail message.
ChangesetQueryUrlException(String, Throwable) - Constructor for exception org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlException
Constructs a new ChangesetQueryUrlException with the specified cause and detail message.
ChangesetQueryUrlException(Throwable) - Constructor for exception org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlException
Constructs a new ChangesetQueryUrlException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ChangesetQueryUrlParser() - Constructor for class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlParser
 
changesets - Variable in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
changesets - Variable in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
changesets - Variable in class org.openstreetmap.josm.gui.io.CloseChangesetTask
 
changesets - Variable in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
 
changesets - Variable in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
 
changesets - Variable in class org.openstreetmap.josm.io.OsmChangesetParser
 
ChangesetsInActiveDataLayerListModel - Class in org.openstreetmap.josm.gui.dialogs.changeset
This is the list model for the list of changeset in the current edit layer.
ChangesetsInActiveDataLayerListModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
changesetSourceModel - Variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
changesetSourceModel - Variable in class org.openstreetmap.josm.gui.io.TagSettingsPanel
 
changesetSourceModel - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
 
ChangesetTablePopupMenu() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.ChangesetTablePopupMenu
 
changeSetTags - Variable in class org.openstreetmap.josm.data.osm.DataSet
Holding bin for changeset tag information, to be applied when or if this is ever uploaded.
ChangesetTagsPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset
This panel displays the tags of the currently selected changeset in the ChangesetCacheManager
ChangesetTagsPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetTagsPanel
Constructs a new ChangesetTagsPanel.
changeStartPoint(EastNorth) - Method in class org.openstreetmap.josm.command.MoveCommand
Changes base point of movement
ChangetQueryUrlValidator() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel.ChangetQueryUrlValidator
 
characters(char[], int, int) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NameFinderResultParser
Read characters for description.
characters(char[], int, int) - Method in class org.openstreetmap.josm.io.GpxReader.Parser
 
characters(char[], int, int) - Method in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
characters(char[], int, int) - Method in class org.openstreetmap.josm.io.NoteReader.Parser
 
characters(char[], int, int) - Method in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
characters - Variable in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
characters(char[], int, int) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
charCount - Variable in class org.openstreetmap.josm.gui.widgets.ImageLabel
 
charset - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid.FontEntry
The character subset.
check - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodePanel
 
check(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.Test.TagTest
Checks the tags of the given primitive.
check(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
check(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.Lanes
 
check(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
Visiting call for primitives.
check(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.NameMismatch
Check a primitive for a name mismatch.
check(OsmPrimitive, String, OpeningHourTest.CheckMode) - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
 
check(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
 
check(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker
Checks the primitive tags
check() - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LatValueChecker
 
check() - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LonValueChecker
 
Check - Class in org.openstreetmap.josm.gui.tagging.presets.items
Checkbox type.
Check() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Check
 
check - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Check
 
check(Tokenizer.TokenType) - Method in class org.openstreetmap.josm.tools.template_engine.TemplateParser
 
checkAndConfirmOutlyingDelete(Collection<? extends OsmPrimitive>, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.command.DeleteCommand
 
checkAndConfirmOutlyingOperation(String, String, String, String, Collection<? extends OsmPrimitive>, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.command.Command
Check whether user is about to operate on data outside of the download area.
checkAndConfirmOutlyingUnglue() - Method in class org.openstreetmap.josm.actions.UnGlueAction
 
checkAndConfirmPluginUpdate(Component) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Checks whether the locally available plugins should be updated and asks the user if running an update is OK.
checkAndConfirmReverseWay(Way) - Static method in class org.openstreetmap.josm.corrector.ReverseWayNoTagCorrector
Checks the given way can be safely reversed and asks user to confirm the operation if it not the case.
checkAndSave() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SyncDialogWindowListener
 
checkAngleSnapping(EastNorth, double, double) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
checkAsserts(Collection<MapCSSTagChecker.TagCheck>) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
Checks that rule assertions are met for the given set of TagChecks.
checkBeforeUpload - Variable in class org.openstreetmap.josm.data.validation.Test
The preferences check for validation on upload
checkBox - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
checkbox - Variable in class org.openstreetmap.josm.actions.PreferenceToggleAction
 
checkBoxes - Variable in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
CheckBoxNodeData - Class in org.openstreetmap.gui.jmapviewer.checkBoxTree
Node Data for checkBox Tree
CheckBoxNodeData(AbstractLayer) - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
CheckBoxNodeData(String) - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
CheckBoxNodeData(String, Boolean) - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
CheckBoxNodeEditor - Class in org.openstreetmap.gui.jmapviewer.checkBoxTree
Editor for checkBox Tree
CheckBoxNodeEditor(CheckBoxTree) - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeEditor
 
CheckBoxNodePanel - Class in org.openstreetmap.gui.jmapviewer.checkBoxTree
Node Panel for checkBox Tree
CheckBoxNodePanel() - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodePanel
 
CheckBoxNodeRenderer - Class in org.openstreetmap.gui.jmapviewer.checkBoxTree
Renderer for checkBox Tree
CheckBoxNodeRenderer() - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
Constructs a new CheckBoxNodeRenderer.
CheckBoxTree - Class in org.openstreetmap.gui.jmapviewer.checkBoxTree
JTree for checkBox Tree Layers
CheckBoxTree(AbstractLayer) - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
CheckBoxTree(String) - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
CheckBoxTree(CheckBoxNodeData) - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
CheckBoxTree(DefaultMutableTreeNode) - Constructor for class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
checkCache() - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
Check cache validity set necessary flags
checkCompleteNodesWithoutCoordinates() - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Checks for complete nodes without coordinates.
checkCompleteWaysWithIncompleteNodes() - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Checks for womplete ways with incomplete nodes.
checkComplex - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
checkConsistency() - Method in class org.openstreetmap.josm.command.DeleteCommand
 
checkContainsLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
 
checkCrossingWays(Relation, List<Multipolygon.PolyData>, List<GeneralPath>, Multipolygon.PolyData, int) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
checkDataset() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Throws exception if primitive is not part of the dataset
checkDistance(OsmPrimitive, Collection<Way>) - Method in class org.openstreetmap.josm.data.validation.tests.Addresses
 
checkDistributeNodes(Collection<Way>, Collection<Node>) - Static method in class org.openstreetmap.josm.actions.DistributeAction
Test if nodes oriented algorithm applies to the selection.
checkDistributeWay(Collection<Way>, Collection<Node>) - Static method in class org.openstreetmap.josm.actions.DistributeAction
Test if one way, no self-crossing, is selected with at most two of its nodes.
checkDualAlignConditions() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Checks dual alignment conditions: 1.
checkDuplicateWaySegment(Way) - Static method in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
checkEnabled - Variable in class org.openstreetmap.josm.data.validation.Test
The preferences check for validation
checkEnabled - Variable in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
checkerData - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
The TagChecker data
CheckerData() - Constructor for class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
CheckerElement(String) - Constructor for class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData.CheckerElement
 
checkFileAndConfirmOverWrite(AbstractFileChooser, String) - Static method in class org.openstreetmap.josm.actions.SaveActionBase
Checks if selected filename has the given extension.
checkFixmes - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
checkFocusAndShowMenu(Component, MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
checkForComodification() - Method in class org.openstreetmap.josm.tools.CopyList.Itr
 
checkFormat(INode, String) - Method in interface org.openstreetmap.josm.gui.NameFormatterHook
Check the node format.
checkFormat(IWay, String) - Method in interface org.openstreetmap.josm.gui.NameFormatterHook
Check the way format.
checkFormat(IRelation, String) - Method in interface org.openstreetmap.josm.gui.NameFormatterHook
Check the relation format.
checkForUnglueNode(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UnGlueAction
Checks if selection is suitable for ungluing.
checkGeometry(Relation, Multipolygon) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Various geometry-related checks: MultipolygonTest.NON_CLOSED_WAY: Multipolygon is not closed MultipolygonTest.INNER_WAY_OUTSIDE: Multipolygon inner way is outside MultipolygonTest.CROSSING_WAYS: Intersection between multipolygon ways
CheckGroup - Class in org.openstreetmap.josm.gui.tagging.presets.items
A group of Checks.
CheckGroup() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.CheckGroup
 
checkHouseNumbersWithoutStreet(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.Addresses
 
checkIfConnected(Way, Way, String, int) - Method in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
checkIPv6() - Static method in class org.openstreetmap.josm.gui.MainApplication
Check if IPv6 can be safely enabled and do so.
checkJavaVersion() - Static method in class org.openstreetmap.josm.Main
Checks that JOSM is at least running with Java 7.
checkKeys - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
checkLayerMemoryDoesNotExceedMaximum() - Static method in class org.openstreetmap.josm.gui.layer.Layer
Checks that the memory required for the layers is no greather than the max memory.
checkLayout(MultiSplitLayout.Node) - Static method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
checkLayout(String, String) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
 
checkListSelection(JList<?>, Point) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
checkLoadPreconditions(Component, Collection<PluginInformation>, PluginInformation) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Checks whether all preconditions for loading the plugin plugin are met.
checkLocal(URL) - Method in class org.openstreetmap.josm.io.CachedFile
 
checkMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
checkMaxNodes(Collection<OsmPrimitive>, long) - Static method in class org.openstreetmap.josm.actions.upload.ApiPreconditionCheckerHook
 
checkMaxZoomLvl(int, TileSource) - Static method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Checks zoom level against settings
checkMemberExpressionAndType(RelationChecker.RolePreset, RelationMember, Relation) - Method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
get all role definition for specified key and check, if some definition matches
checkMemberRoleCorrectness(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Create new multipolygon using the logics from CreateMultipolygonAction and see if roles match: MultipolygonTest.WRONG_MEMBER_ROLE: Role for ''{0}'' should be ''{1}''
checkMembers() - Method in class org.openstreetmap.josm.data.osm.Relation
 
checkMembersAndRoles(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Check for: MultipolygonTest.WRONG_MEMBER_ROLE: No useful role for multipolygon member MultipolygonTest.WRONG_MEMBER_TYPE: Non-Way in multipolygon
checkMemberType(Roles.Role, RelationMember) - Method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
checkMinZoomLvl(int, TileSource) - Static method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Checks zoom level against settings
CheckMode(int) - Constructor for enum org.openstreetmap.josm.data.validation.tests.OpeningHourTest.CheckMode
 
checkNodes() - Method in class org.openstreetmap.josm.data.osm.Way
 
checkNodeStyles(OsmPrimitive) - Static method in class org.openstreetmap.josm.command.AddCommand
 
checkNumberOfLanes(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.Lanes
 
checkNumberOfLanesByKey(OsmPrimitive, String, String) - Method in class org.openstreetmap.josm.data.validation.tests.Lanes
 
checkObject(Object) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.FixCommand
 
checkOfflineAccess() - Method in class org.openstreetmap.josm.gui.GettingStarted.MotdContent
 
checkOfflineAccess() - Method in class org.openstreetmap.josm.io.CacheCustomContent
 
checkOfflineAccess(String) - Static method in class org.openstreetmap.josm.io.CachedFile
 
checkOfflineAccess(String, String) - Method in enum org.openstreetmap.josm.io.OnlineResource
Ensures resource is not accessed in offline mode.
checkOfflineAccess() - Method in class org.openstreetmap.josm.io.OsmApi.CapabilitiesCache
 
checkOfflineAccess() - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
checkOpeningHourSyntax(String, String, OpeningHourTest.CheckMode) - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
Checks for a correct usage of the opening hour syntax of the value given according to opening_hours.js and returns a list containing validation errors or an empty list.
checkOpeningHourSyntax(String, String, OpeningHourTest.CheckMode, boolean, String) - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
Checks for a correct usage of the opening hour syntax of the value given according to opening_hours.js and returns a list containing validation errors or an empty list.
checkOpeningHourSyntax(String, String) - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
Checks for a correct usage of the opening hour syntax of the value given, in time range mode, according to opening_hours.js and returns a list containing validation errors or an empty list.
checkOsmDataLayer(Layer) - Static method in class org.openstreetmap.josm.io.OsmExporter
 
checkOuterWay(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Checks that multipolygon has at least an outer way: MultipolygonTest.MISSING_OUTER_WAY: No outer way for multipolygon
CheckParameterUtil - Class in org.openstreetmap.josm.tools
This utility class provides a collection of static helper methods for checking parameters at run-time.
CheckParameterUtil() - Constructor for class org.openstreetmap.josm.tools.CheckParameterUtil
 
checkPermission() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Check permissions in preferences and display error message or ask for permission.
checkPointInVisibleRect(Point, Rectangle) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
checkPosition(int) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Check if the (new) position is valid
checkPreUploadConditions(AbstractModifiableLayer) - Static method in class org.openstreetmap.josm.actions.UploadAction
 
checkPreUploadConditions(AbstractModifiableLayer, APIDataSet) - Static method in class org.openstreetmap.josm.actions.UploadAction
Check whether the preconditions are met to upload data in apiData.
checkPreviousNextButtons() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
checkProlog() - Method in class org.openstreetmap.josm.io.OsmChangeBuilder
 
checkReferredPrimitive(OsmPrimitive, OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
 
checkReferrers() - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Checks that parent primitive is referred from its child members
checkRelationTypeName(IRelation, String) - Method in interface org.openstreetmap.josm.gui.NameFormatterHook
Check the relation type name.
checkRequiredPluginsPreconditions(Component, Collection<PluginInformation>, PluginInformation, boolean) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Checks if required plugins preconditions for loading the plugin plugin are met.
checkRoleCounts(Relation, Roles.Role, String, RelationChecker.RoleInfo) - Method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
checkRoles(Relation, Map<String, RelationChecker.RolePreset>, Map<String, RelationChecker.RoleInfo>) - Method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
checks - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
 
checks - Variable in class org.openstreetmap.josm.data.validation.tests.UnclosedWays
 
checks - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.CheckGroup
List of checkboxes
checkSaveConditions() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
checkSaveConditions() - Method in class org.openstreetmap.josm.gui.layer.Layer
Checks whether it is ok to launch a save (whether we have data, there is no conflict etc.)
checkSaveConditions() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
checkSelection(Component, Point) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
checkSelectionOneNodeAtMostOneWay(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UnGlueAction
Checks if the selection consists of something we can work with.
checkSelectionOneWayAnyNodes(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UnGlueAction
Checks if the selection consists of something we can work with.
checkState(AbstractProgressMonitor.State...) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
checkStyleConsistency(Relation, Multipolygon) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Various style-related checks: MultipolygonTest.NO_STYLE_POLYGON: Multipolygon relation should be tagged with area tags and not the outer way MultipolygonTest.INNER_STYLE_MISMATCH: With the currently used mappaint style the style for inner way equals the multipolygon style MultipolygonTest.OUTER_STYLE_MISMATCH: Style for outer way mismatches MultipolygonTest.OUTER_STYLE: Area style on outer way
checksumErrors - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
checkTableSelection(JTable, Point) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.InternalPopupMenuLauncher
 
checkTableSelection(JTable, Point) - Method in class org.openstreetmap.josm.gui.history.VersionTable.MouseListener
 
checkTableSelection(JTable, Point) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
checkTreeSelection(JTree, Point) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
checkUpload(APIDataSet) - Method in class org.openstreetmap.josm.actions.upload.ApiPreconditionCheckerHook
 
checkUpload(APIDataSet) - Method in class org.openstreetmap.josm.actions.upload.DiscardTagsHook
 
checkUpload(APIDataSet) - Method in class org.openstreetmap.josm.actions.upload.FixDataHook
Checks the upload for deprecated or wrong tags.
checkUpload(APIDataSet) - Method in class org.openstreetmap.josm.actions.upload.RelationUploadOrderHook
 
checkUpload(APIDataSet) - Method in interface org.openstreetmap.josm.actions.upload.UploadHook
Checks the upload.
checkUpload(APIDataSet) - Method in class org.openstreetmap.josm.actions.upload.ValidateUploadHook
Validate the modified data before uploading
checkUrl(String) - Static method in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
Checks if url is acceptable by this Tile Source
checkUrl(String) - Static method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
Checks if url is acceptable by this Tile Source
checkUrl(String) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Checks if url is acceptable by this Tile Source
checkValidatorDir() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
Check if validator directory exists (store ignored errors file)
checkValues - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
checkVisibleRectPos(Image, Rectangle) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
checkVisibleRectSize(Image, Rectangle) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
checkWaysArePolygon(Collection<Way>) - Static method in class org.openstreetmap.josm.actions.AlignInCircleAction
Determines if ways can be joined into a polygon.
checkZeroNodesWays() - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Checks for zero and one-node ways.
chi0 - Variable in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
Child(SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Child
 
child - Variable in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
child - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
child - Variable in class org.openstreetmap.josm.gui.mappaint.Environment
The same for parent selector.
child_tag(Environment, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Gets the value of the key key from the object's child.
childCondition - Variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ParentSet
 
childFinished(AbstractProgressMonitor) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
childForNode(MultiSplitLayout.Node) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
childMap - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
ChildOrParentSelector(Selector, Selector.LinkSelector, Selector, Selector.ChildOrParentSelectorType) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
Constructs a new ChildOrParentSelector.
ChildOrParentSelectorType() - Constructor for enum org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelectorType
 
ChildProgress - Class in org.openstreetmap.josm.gui.progress
 
ChildProgress(AbstractProgressMonitor, CancelHandler, boolean) - Constructor for class org.openstreetmap.josm.gui.progress.ChildProgress
 
ChildRelationBrowser - Class in org.openstreetmap.josm.gui.dialogs.relation
ChildRelationBrowser is a UI component which provides a tree-like view on the hierarchical structure of relations.
ChildRelationBrowser(OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
constructor
ChildRelationBrowser(OsmDataLayer, Relation) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
constructor
ChildRelationBrowser.DownloadAllChildRelationsAction - Class in org.openstreetmap.josm.gui.dialogs.relation
Action for downloading all child relations for a given parent relation.
ChildRelationBrowser.DownloadAllChildrenTask - Class in org.openstreetmap.josm.gui.dialogs.relation
The asynchronous task for downloading relation members.
ChildRelationBrowser.DownloadRelationSetTask - Class in org.openstreetmap.josm.gui.dialogs.relation
The asynchronous task for downloading a set of relations
ChildRelationBrowser.DownloadSelectedAction - Class in org.openstreetmap.josm.gui.dialogs.relation
Action for downloading all selected relations
ChildRelationBrowser.DownloadTask - Class in org.openstreetmap.josm.gui.dialogs.relation
 
ChildRelationBrowser.EditAction - Class in org.openstreetmap.josm.gui.dialogs.relation
Action for editing the currently selected relation
children - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
the collection of child primitives
children - Variable in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
children - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
children - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Split
 
children - Variable in class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
children - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
 
ChildSet(SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ChildSet
 
childSetCustomText(AbstractProgressMonitor, String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
childSetIntermediate(AbstractProgressMonitor, boolean) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
childSetProgress(AbstractProgressMonitor, double) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
childSetTitle(AbstractProgressMonitor, String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
childStatus(DefaultMutableTreeNode) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
childTicks - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
childTicks - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.Request
 
childTree - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
the tree with relation children
CHINESE - Static variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Chinese system.
chompLeadingDot(String) - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
chooser - Variable in class org.openstreetmap.josm.gui.download.TileSelection
 
ChooseTrackVisibilityAction - Class in org.openstreetmap.josm.gui.layer.gpx
allows the user to choose which of the downloaded tracks should be displayed.
ChooseTrackVisibilityAction(GpxLayer) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
Constructs a new ChooseTrackVisibilityAction.
ChooseTrackVisibilityAction.LengthContentComparator - Class in org.openstreetmap.josm.gui.layer.gpx
Comparator for TrackLength objects
ChooseTrackVisibilityAction.TrackLength - Class in org.openstreetmap.josm.gui.layer.gpx
Class to format a length according to SystemOfMesurement.
Chunk() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader.Chunk
 
chunk - Static variable in class org.openstreetmap.josm.tools.AudioPlayer
 
chunkSize - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
ChunkSizeInputVerifier() - Constructor for class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.ChunkSizeInputVerifier
 
circum - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
ckOnlyApplicable - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
ckSearchInTags - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
Clarke1866 - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Clarke 1866 ellipsoid
Clarke1880 - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Clarke 1880 (modified)
ClarkeIGN - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Clarke 1880 IGN (French national geographic institute)
ClassCondition(String, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.ClassCondition
 
classification - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
CLASSIFICATION_GROUP_MATCH - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
CLASSIFICATION_IN_FAVORITES - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
CLASSIFICATION_NAME_MATCH - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
CLASSIFICATION_TAGS_MATCH - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
classifications - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
classifications - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassifications
 
CLASSIFIED_HIGHWAYS - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
Classified highways in order of importance
className - Variable in class org.openstreetmap.josm.data.validation.util.NameVisitor
The name of the item class
className - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin class name.
classNamePlural - Variable in class org.openstreetmap.josm.data.validation.util.NameVisitor
The plural name of the item class
ClassProjFactory - Class in org.openstreetmap.josm.data.projection.proj
Proj Factory that creates instances from a given class.
ClassProjFactory(Class<? extends Proj>) - Constructor for class org.openstreetmap.josm.data.projection.proj.ClassProjFactory
Constructs a new ClassProjFactory.
clean() - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Resets the undo/redo list.
clean(Layer) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Resets all commands that affect the given layer.
CLEAN_STR_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
cleanSelectedNodes(List<Way>, List<Node>) - Method in class org.openstreetmap.josm.actions.UnJoinNodeWayAction
Removes irrelevant nodes from user selection.
cleanSelfReferences(MemberTableModel, Relation) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
checks whether the current relation has members referring to itself.
cleanup() - Method in class org.openstreetmap.josm.actions.UnGlueAction
 
cleanup(String) - Static method in class org.openstreetmap.josm.io.CachedFile
Clear the cache for the given resource.
cleanup(String, String) - Static method in class org.openstreetmap.josm.io.CachedFile
Clear the cache for the given resource.
cleanupAfterUpload() - Method in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
cleanupAfterUpload(Collection<? extends IPrimitive>) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Clean out the data behind the layer.
cleanupDeleted(Iterator<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
cleanupDeletedPrimitives() - Method in class org.openstreetmap.josm.data.osm.DataSet
Cleanups all deleted primitives (really delete them from the dataset).
clear() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileCache
Clears the cache deleting all tiles from memory.
clear() - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
 
clear() - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
 
clear() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
clear() - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
clear() - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
clear() - Method in class org.openstreetmap.josm.data.osm.DataSet
Removes all primitives from the dataset and resets the currently selected primitives to the empty collection.
clear() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
clear() - Method in class org.openstreetmap.josm.data.osm.Storage
 
clear() - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
clear() - Method in class org.openstreetmap.josm.data.osm.TagMap
 
clear(NavigatableComponent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
Clears the cache for the given navigatable component.
clear(DataSet) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
Clears the cache for the given dataset.
clear() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
Clears the whole cache.
clear() - Method in class org.openstreetmap.josm.gui.help.HelpBrowserHistory
Clears the history.
clear() - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
remove all style sources; only accessed from MapPaintStyles
clear() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
Clear the index.
clear() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Clears the content of this holder
clear() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
removes all elements from the auto completion list
clear() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassifications
 
clear() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
removes all tags in the model
clear() - Method in class org.openstreetmap.josm.gui.util.HighlightHelper
Clear highlighting of all remembered primitives
clear() - Method in class org.openstreetmap.josm.gui.util.RedirectInputMap
 
clear() - Method in class org.openstreetmap.josm.io.Capabilities
Clears the API capabilities.
clear() - Method in class org.openstreetmap.josm.tools.CopyList
 
clear() - Method in class org.openstreetmap.josm.tools.Diff.FileData
Allocate changed array for the results of comparison.
clear() - Method in class org.openstreetmap.josm.tools.MultiMap
Removes all of the mappings from this map.
clearAction - Variable in class org.openstreetmap.josm.gui.io.RecentlyOpenedFilesMenu
 
ClearAction() - Constructor for class org.openstreetmap.josm.gui.io.RecentlyOpenedFilesMenu.ClearAction
 
clearAllHighlighted() - Static method in class org.openstreetmap.josm.gui.util.HighlightHelper
Slow method to remove highlights from all primitives
clearCache(TileSource) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.CachedTileLoader
 
clearCache - Variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
clearCache(TileSource) - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
clearCached() - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Clear the style cache for all primitives of all DataSets.
clearCachedNodeStyles() - Method in class org.openstreetmap.josm.data.osm.Way
 
clearCachedStyle() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
clearCurrentPhoto(boolean) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Clears the currentPhoto, i.e.
clearData() - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteTableModel
 
clearDragState() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
clearEntries() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
clearErrorFeedback(JosmTextField, String) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
clearErrorFeedback(JosmTextField, String) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.ChunkSizeInputVerifier
 
clearErrors() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
 
clearErrors() - Method in class org.openstreetmap.josm.io.DefaultProxySelector
Clear the sets of failed resources and error messages.
clearFilter() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
clears the current filter
clearFilterFlags(Collection<OsmPrimitive>) - Static method in class org.openstreetmap.josm.data.osm.FilterWorker
Clear all filter flags, i.e. turn off filters.
clearFilterFlags() - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
clearFinished() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileClearController
 
clearHighlightedVirtualNodes() - Method in class org.openstreetmap.josm.data.osm.DataSet
clear all highlights of virtual nodes
clearHighlightedWaySegments() - Method in class org.openstreetmap.josm.data.osm.DataSet
clear all highlights of way segments
clearId() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
clearLastErrorAndWarnings() - Static method in class org.openstreetmap.josm.Main
Clears the list of last error and warning messages.
clearMap() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.DefListSelectionListener
 
clearMerged() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
clearOsmMetadata() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Clears the metadata, including id and version known to the OSM API.
clearOsmMetadata() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Clears the metadata, including id and version known to the OSM API.
clearOtherCurrentPhotos() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Clears the currentPhoto of the other GeoImageLayer's.
clearPaintedObjects() - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
Clears the internal painted objects collections.
clearPassword() - Method in class org.openstreetmap.josm.gui.preferences.server.BasicAuthenticationPreferencesPanel
Clears the password field.
clearPendingPlugins(Collection<PluginInformation>) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Removes all the plugin in plugins from the list of plugins with a pending download
clearSelection(PrimitiveId...) - Method in class org.openstreetmap.josm.data.osm.DataSet
Removes the selection from every value in the collection.
clearSelection(Collection<? extends PrimitiveId>) - Method in class org.openstreetmap.josm.data.osm.DataSet
Removes the selection from every value in the collection.
clearSelection() - Method in class org.openstreetmap.josm.data.osm.DataSet
Clears the current selection.
clearSelection() - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
clearSelectionHistory() - Method in class org.openstreetmap.josm.data.osm.DataSet
Clears selection history list
clearSelectorMatchingInformation() - Method in class org.openstreetmap.josm.gui.mappaint.Environment
 
clearSourceWays() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
clearTextIfInvalid() - Method in class org.openstreetmap.josm.gui.widgets.AbstractIdTextField
Clears field if content is invalid
clearTileCache(ProgressMonitor) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Clears the tile cache.
clearTLDOverrides() - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
clearUserMap() - Static method in class org.openstreetmap.josm.data.osm.User
clears the static map of user ids to user objects
clearValues() - Method in class org.openstreetmap.josm.gui.tagging.TagModel
removes all values from the list of values
clearView() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
clearView() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
clickedTileHolder - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
clickListener - Variable in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
client - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
client - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
 
CLIPBOARD_REGEXP - Static variable in class org.openstreetmap.josm.actions.CopyAction
regular expression that matches text clipboard contents after copying
clipBounds - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.LineClip
 
clipBounds - Variable in class org.openstreetmap.josm.gui.layer.MapViewGraphics
 
clockwise(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
clockwise whether the way is closed and oriented clockwise, or non-closed and the 1st, 2nd and last node are in clockwise order.
clone() - Method in class org.openstreetmap.josm.data.osm.DataSet
Deprecated.
Use the copy constructor instead. Remove in July 2016
clone - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.HistoryPrimitiveBuilder
 
clone() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
clone() - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
clonedPrimitives - Variable in class org.openstreetmap.josm.command.DeleteCommand
 
cloneEntryForMergedList(T) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Creates a clone of an entry of type T suitable to be included in the list of merged entries
cloneEntryForMergedList(Node) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMergeModel
 
cloneEntryForMergedList(RelationMember) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListMergeModel
 
cloneFrom(AbstractPrimitive) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Get and write all attributes from the parameter.
cloneFrom(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.Node
 
cloneFrom(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Get and write all attributes from the parameter.
cloneFrom(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.Relation
 
cloneFrom(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.Way
 
cloneMap - Variable in class org.openstreetmap.josm.command.Command
the map of OsmPrimitives in the original state to OsmPrimitives in cloned state
clonePreferences(Preferences) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
 
CloneVisitor() - Constructor for class org.openstreetmap.josm.command.Command.CloneVisitor
 
close(OsmDataLayer, Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
Closes the editor open for a specific layer and a specific relation.
close() - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
close() - Method in class org.openstreetmap.josm.io.CachedFile
Attempts to disconnect an URL connection.
close(String) - Method in class org.openstreetmap.josm.io.GpxWriter
 
close() - Method in class org.openstreetmap.josm.io.imagery.ImageryReader
 
close() - Method in class org.openstreetmap.josm.io.InvalidXmlCharacterFilter
 
close() - Method in class org.openstreetmap.josm.io.ProgressInputStream
 
close() - Method in class org.openstreetmap.josm.io.ProgressOutputStream
 
close() - Method in class org.openstreetmap.josm.io.XmlWriter
 
close(Closeable) - Static method in class org.openstreetmap.josm.tools.Utils
Utility method for closing a Closeable object.
close(ZipFile) - Static method in class org.openstreetmap.josm.tools.Utils
Utility method for closing a ZipFile.
CLOSE_CHANGESET_AFTER_UPLOAD - Static variable in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
closeAction - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
CloseAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.NotesDialog.CloseAction
Constructs a new CloseAction.
closeAction - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
 
CloseAction() - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserDialog.CloseAction
 
CloseAction() - Constructor for class org.openstreetmap.josm.gui.io.CloseChangesetDialog.CloseAction
 
CloseAfterUploadItemStateListener() - Constructor for class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.CloseAfterUploadItemStateListener
 
closeChangeset(Changeset, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Closes a changeset on the server.
CloseChangesetAction - Class in org.openstreetmap.josm.actions
 
CloseChangesetAction() - Constructor for class org.openstreetmap.josm.actions.CloseChangesetAction
Constructs a new CloseChangesetAction.
closeChangesetAction - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
CloseChangesetAction() - Constructor for class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.CloseChangesetAction
 
closeChangesetAction - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Close open changesets...
CloseChangesetAction.DownloadOpenChangesetsTask - Class in org.openstreetmap.josm.actions
 
closeChangesetAfterNextUpload - Variable in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
closeChangesetAfterUpload - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
CloseChangesetDialog - Class in org.openstreetmap.josm.gui.io
This dialog lets the user select changesets from a list of changesets.
CloseChangesetDialog() - Constructor for class org.openstreetmap.josm.gui.io.CloseChangesetDialog
Constructs a new CloseChangesetDialog.
CloseChangesetDialog.CancelAction - Class in org.openstreetmap.josm.gui.io
 
CloseChangesetDialog.CloseAction - Class in org.openstreetmap.josm.gui.io
 
CloseChangesetDialog.WindowEventHandler - Class in org.openstreetmap.josm.gui.io
 
CloseChangesetTask - Class in org.openstreetmap.josm.gui.io
A task for closing a collection of changesets.
CloseChangesetTask(Collection<Changeset>) - Constructor for class org.openstreetmap.josm.gui.io.CloseChangesetTask
Closes all changesets in changesets if they are not null, if they are still open and if they have an id > 0.
closeConnection(oauth.signpost.http.HttpRequest, oauth.signpost.http.HttpResponse) - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.OAuthProvider
 
closeConnectionIfNeeded() - Method in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
Closed() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Closed
 
closed(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
closed tests whether the way is closed or the relation is a closed multipolygon
closed - Variable in class org.openstreetmap.josm.io.ChangesetQuery
indicates whether only closed changesets are queried.
closed2(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
 
closedAfter - Variable in class org.openstreetmap.josm.io.ChangesetQuery
 
closedAfter(Date) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Restricts the result to changesets which have been closed after the date given by d.
closedAfterAndCreatedBefore(Date, Date) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Restricts the result to changesets which have been closed after closedAfter and which habe been created before createdBefore.
closedAt - Variable in class org.openstreetmap.josm.data.notes.Note
 
closedAt - Variable in class org.openstreetmap.josm.data.osm.Changeset
the date this changeset was closed at
closedChangesets - Variable in class org.openstreetmap.josm.gui.io.CloseChangesetTask
 
closeDetachedDialog() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Closes the detached dialog if this toggle dialog is currently displayed in a detached dialog.
closeDialog() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
closeDialog() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
Closes this dialog and frees all native screen resources.
closedOn - Variable in exception org.openstreetmap.josm.io.ChangesetClosedException
the date on which the changeset was closed
closedWayArea(Way) - Static method in class org.openstreetmap.josm.tools.Geometry
Returns area of a closed way in square meters.
closeln(String) - Method in class org.openstreetmap.josm.io.GpxWriter
 
closeNote(Note, String) - Method in class org.openstreetmap.josm.data.osm.NoteData
Close note with comment
closeNote(Note, String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Close a note.
CloseOpenChangesetsAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.CloseOpenChangesetsAction
 
CloseSelectedChangesetsAction(ChangesetCacheManagerModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.CloseSelectedChangesetsAction
 
closeSourceInputStream(InputStream) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
closeSourceInputStream(InputStream) - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Closes the source input stream previously returned by StyleSource.getSourceInputStream() and other linked resources, if applicable.
closestPointTo(EastNorth, EastNorth, EastNorth, boolean) - Static method in class org.openstreetmap.josm.tools.Geometry
 
closestPointToLine(EastNorth, EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.tools.Geometry
Calculates closest point to a line.
closestPointToSegment(EastNorth, EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.tools.Geometry
Calculates closest point to a line segment.
cmd - Variable in class org.openstreetmap.josm.gui.dialogs.CommandListMutableTreeNode
 
cmds - Variable in class org.openstreetmap.josm.actions.JoinAreasAction
 
cmdsCount - Variable in class org.openstreetmap.josm.actions.JoinAreasAction
 
Coastlines - Class in org.openstreetmap.josm.data.validation.tests
Check coastlines for errors
Coastlines() - Constructor for class org.openstreetmap.josm.data.validation.tests.Coastlines
Constructor
coastlines - Variable in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
code - Variable in enum org.openstreetmap.josm.actions.search.SearchAction.SearchMode
 
code - Variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
code - Variable in class org.openstreetmap.josm.data.projection.Projections.ProjectionDefinition
 
code - Variable in class org.openstreetmap.josm.data.validation.TestError
Internal code used by testers to classify errors
code - Variable in enum org.openstreetmap.josm.data.validation.tests.OpeningHourTest.CheckMode
 
code - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
code - Variable in class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
The unique numeric code for this check
code - Variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
code - Variable in class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
 
CodeComparator() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeComparator
 
codePattern - Variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeComparator
 
CodeProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
Projection choice that lists all known projects by code.
CodeProjectionChoice() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
Constructs a new CodeProjectionChoice.
CodeProjectionChoice.CodeComparator - Class in org.openstreetmap.josm.gui.preferences.projection
Comparator that compares the number part of the code numerically.
CodeProjectionChoice.CodeSelectionPanel - Class in org.openstreetmap.josm.gui.preferences.projection
 
CodeProjectionChoice.CodeSelectionPanel.ProjectionCodeListModel - Class in org.openstreetmap.josm.gui.preferences.projection
List model for the filtered view on the list of all codes.
CODES - Static variable in class org.openstreetmap.josm.gui.preferences.projection.PuwgProjectionChoice
 
CodeSelectionPanel(String, ActionListener) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
cohenSutherland(long, long, long, long, long, long, long, long) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.LineClip
Cohen–Sutherland algorithm.
col3 - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableColumnModel
 
col4 - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableColumnModel
 
COL_CURRENT - Static variable in class org.openstreetmap.josm.gui.history.VersionTableColumnModel
Column index for current
COL_DATE - Static variable in class org.openstreetmap.josm.gui.history.VersionTableColumnModel
Column index for date
COL_ENABLED - Static variable in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
COL_HIDING - Static variable in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
COL_INVERTED - Static variable in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
COL_REFERENCE - Static variable in class org.openstreetmap.josm.gui.history.VersionTableColumnModel
Column index for reference
COL_TEXT - Static variable in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
COL_USER - Static variable in class org.openstreetmap.josm.gui.history.VersionTableColumnModel
Column index for user
COL_VERSION - Static variable in class org.openstreetmap.josm.gui.history.VersionTableColumnModel
Column index for version
colEnd - Variable in class org.openstreetmap.josm.gui.widgets.JosmTable
 
collapse() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Collapses the toggle dialog to the title bar only
collapseButtonClicked - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
collection - Variable in class org.openstreetmap.josm.tools.SubclassFilteredCollection
 
CollectionProperty - Class in org.openstreetmap.josm.data.preferences
A property containing a Collection of String as value.
CollectionProperty(String, Collection<String>) - Constructor for class org.openstreetmap.josm.data.preferences.CollectionProperty
Constructs a new CollectionProperty.
collectMultipolygons(Collection<Way>) - Static method in class org.openstreetmap.josm.actions.JoinAreasAction
This method analyzes multipolygon relationships of given ways and collects addition inner ways to consider.
collectNodesAnticlockwise(List<Way>) - Static method in class org.openstreetmap.josm.actions.AlignInCircleAction
Assuming all ways can be joined into polygon, create an ordered list of node.
collectNodesWithExternReferers(List<Way>) - Static method in class org.openstreetmap.josm.actions.AlignInCircleAction
Collect all nodes with more than one referrer.
collector - Variable in class org.openstreetmap.josm.gui.MapStatus
 
Collector(MapFrame) - Constructor for class org.openstreetmap.josm.gui.MapStatus.Collector
 
CollectorWorker(MapStatus.MouseState) - Constructor for class org.openstreetmap.josm.gui.MapStatus.Collector.CollectorWorker
 
collorfulnessImageProcessor - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
colMax - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel.SelectionStateMemento
 
colMin - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel.SelectionStateMemento
 
color - Variable in class org.openstreetmap.gui.jmapviewer.Style
 
color - Variable in class org.openstreetmap.josm.data.validation.PaintVisitor
The severity color
color - Variable in class org.openstreetmap.josm.data.validation.PaintVisitor.PaintedPoint
 
color - Variable in enum org.openstreetmap.josm.data.validation.Severity
Associated color
color - Variable in enum org.openstreetmap.josm.gui.history.TwoColumnDiff.Item.DiffItemType
 
color - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
If fillImage == null, color is the fill-color, otherwise an arbitrary color value sampled from the fillImage
color - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
color - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
COLOR - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
color2html(Color) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Computes the HTML notation (#rrggbb) for a color value).
color2html(Color) - Static method in class org.openstreetmap.josm.tools.ColorHelper
Returns the HTML color code (6 or 8 digit).
color2html(Color, boolean) - Static method in class org.openstreetmap.josm.tools.ColorHelper
Returns the HTML color code (6 or 8 digit).
color_float2int(Float) - Static method in class org.openstreetmap.josm.tools.Utils
convert float range 0 <= x <= 1 to integer range 0..255 when dealing with colors and color alpha value
color_int2float(Integer) - Static method in class org.openstreetmap.josm.tools.Utils
convert integer range 0..255 to float range 0 <= x <= 1 when dealing with colors and color alpha value
colorDynamic - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
colored - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
Mode of the line coloring
colorEdit - Variable in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
colorError - Static variable in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
ColorfulFilter(double) - Constructor for class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulFilter
Create a new colorful filter.
ColorfulImageProcessor() - Constructor for class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulImageProcessor
 
colorfulness - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulFilter
 
colorfulness - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulImageProcessor
 
ColorfulnessSlider() - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.ColorfulnessSlider
ColorHelper - Class in org.openstreetmap.josm.tools
Helper to convert from color to HTML string and back.
ColorHelper() - Constructor for class org.openstreetmap.josm.tools.ColorHelper
 
ColorMode() - Constructor for enum org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper.ColorMode
 
colorModeDynamic - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
colornames - Variable in class org.openstreetmap.josm.data.Preferences
Maps color keys to human readable color name
ColorPreference - Class in org.openstreetmap.josm.gui.preferences.display
Color preferences.
ColorPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
ColorPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.display
Factory used to create a new ColorPreference.
ColorProperty - Class in org.openstreetmap.josm.data.preferences
A property containing a Color value.
ColorProperty(String, Color) - Constructor for class org.openstreetmap.josm.data.preferences.ColorProperty
Constructs a new ColorProperty.
colors - Variable in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
colors - Variable in class org.openstreetmap.josm.tools.ColorScale
 
ColorScale - Class in org.openstreetmap.josm.tools
Utility class that helps to work with color scale for coloring GPX tracks etc.
ColorScale() - Constructor for class org.openstreetmap.josm.tools.ColorScale
 
colorTracksTune - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
max speed for coloring - allows to tweak line coloring for different speed levels.
colorTypeDilution - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
colorTypeDirection - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
colorTypeGlobal - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
colorTypeNone - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
colorTypeTime - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
colorTypeVelocity - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
colorTypeVelocityTune - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
colSelectionModel - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
column - Variable in exception org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException
 
COLUMN_TOOLTIPS - Static variable in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
columnActions - Static variable in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
columnClasses - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
columnFilename - Static variable in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
columnmodel - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection
 
columnNames - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ScListModel
 
columnNumber - Variable in exception org.openstreetmap.josm.tools.XmlParsingException
 
columns - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.CheckGroup
Number of columns (positive integer)
combinedPolygons - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
CombinePrimitiveResolverDialog - Class in org.openstreetmap.josm.gui.conflict.tags
This dialog helps to resolve conflicts occurring when ways are combined or nodes are merged.
CombinePrimitiveResolverDialog(Component) - Constructor for class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Constructs a new CombinePrimitiveResolverDialog.
CombinePrimitiveResolverDialog.AdjustDividerLocationAction - Class in org.openstreetmap.josm.gui.conflict.tags
 
CombinePrimitiveResolverDialog.ApplyAction - Class in org.openstreetmap.josm.gui.conflict.tags
 
CombinePrimitiveResolverDialog.AutoAdjustingSplitPane - Class in org.openstreetmap.josm.gui.conflict.tags
 
CombinePrimitiveResolverDialog.CancelAction - Class in org.openstreetmap.josm.gui.conflict.tags
 
combineTags(Set<String>) - Static method in class org.openstreetmap.josm.data.osm.TigerUtils
 
combineTigerTags(TagCollection) - Static method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolutionUtil
Combines tags from TIGER data
combineWay - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Combine Way
CombineWayAction - Class in org.openstreetmap.josm.actions
Combines multiple ways into one.
CombineWayAction() - Constructor for class org.openstreetmap.josm.actions.CombineWayAction
Constructs a new CombineWayAction.
CombineWayAction.NodeGraph - Class in org.openstreetmap.josm.actions
 
CombineWayAction.NodePair - Class in org.openstreetmap.josm.actions
A pair of nodes.
combineWaysWorker(Collection<Way>) - Static method in class org.openstreetmap.josm.actions.CombineWayAction
Combine multiple ways into one.
Combo - Class in org.openstreetmap.josm.gui.tagging.presets.items
Combobox type.
Combo() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Combo
Constructs a new Combo.
comboBox - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompletingComboBoxDocument
 
combobox - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Combo
 
ComboBoxHistory - Class in org.openstreetmap.josm.gui.widgets
A data model for HistoryComboBox
ComboBoxHistory(int) - Constructor for class org.openstreetmap.josm.gui.widgets.ComboBoxHistory
Constructs a ComboBoxHistory keeping track of maxSize items
ComboMultiSelect - Class in org.openstreetmap.josm.gui.tagging.presets.items
Abstract superclass for combo box and multi-select list types.
ComboMultiSelect() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
ComboMultiSelect.ConcatenatingJList - Class in org.openstreetmap.josm.gui.tagging.presets.items
Class that allows list values to be assigned and retrieved as a comma-delimited string (extracted from TaggingPreset)
ComboMultiSelect.PresetListEntry - Class in org.openstreetmap.josm.gui.tagging.presets.items
Preset list entry.
ComboMultiSelect.Renderer - Class in org.openstreetmap.josm.gui.tagging.presets.items
 
command - Variable in class org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent
 
COMMAND() - Constructor for enum org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent.COMMAND
 
command - Variable in class org.openstreetmap.josm.actions.SplitWayAction.SplitWayResult
 
Command - Class in org.openstreetmap.josm.command
Classes implementing Command modify a dataset in a specific way.
Command() - Constructor for class org.openstreetmap.josm.command.Command
Creates a new command in the context of the current edit layer, if any
Command(OsmDataLayer) - Constructor for class org.openstreetmap.josm.command.Command
Creates a new command in the context of a specific data layer
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
The remote control command name used to add a node.
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
The remote control command name used to add a way.
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
The remote control command name used to reply version.
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
The remote control command name used to add an imagery layer.
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
The remote control command name used to import data.
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
The remote control command name used to load data and zoom.
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
The remote control command name used to import data.
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
The remote control command name used to load objects using their ID.
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.OpenFileHandler
The remote control command name used to open a local file.
command - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
The remote control command name used to reply version.
command - Variable in class org.openstreetmap.josm.tools.AudioPlayer
 
Command() - Constructor for enum org.openstreetmap.josm.tools.AudioPlayer.Command
 
command - Variable in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
command() - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
Command.CloneVisitor - Class in org.openstreetmap.josm.command
 
Command.OldNodeState - Class in org.openstreetmap.josm.command
Small helper for holding the interesting part of the old data state of the objects.
command2 - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
The remote control command name used to zoom.
COMMAND_CENTERVIEW - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
COMMAND_COLLAPSE - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
COMMAND_COPY_PATH - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
COMMAND_FIRST - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
COMMAND_LAST - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
COMMAND_LINE_ARGS - Static variable in class org.openstreetmap.josm.Main
Command-line arguments used to run the application.
COMMAND_NEXT - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
COMMAND_PREVIOUS - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
COMMAND_REMOVE - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
COMMAND_REMOVE_FROM_DISK - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
COMMAND_ZOOM - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
CommandCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.CommandCellRenderer
 
commandChanged(int, int) - Method in class org.openstreetmap.josm.actions.RedoAction
 
commandChanged(int, int) - Method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
 
commandChanged(int, int) - Method in class org.openstreetmap.josm.actions.UndoAction
 
commandChanged(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
commandChanged(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.RefreshAction
 
commandChanged(int, int) - Method in interface org.openstreetmap.josm.gui.layer.OsmDataLayer.CommandQueueListener
 
commandCount - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
CommandListMutableTreeNode - Class in org.openstreetmap.josm.gui.dialogs
MutableTreeNode implementation for Command list JTree
CommandListMutableTreeNode(PseudoCommand, int) - Constructor for class org.openstreetmap.josm.gui.dialogs.CommandListMutableTreeNode
 
commands - Variable in class org.openstreetmap.josm.data.UndoRedoHandler
All commands that were made on the dataset.
CommandStackDialog - Class in org.openstreetmap.josm.gui.dialogs
Dialog displaying list of all executed commands (undo/redo buffer).
CommandStackDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
Constructs a new CommandStackDialog.
CommandStackDialog.CommandCellRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
CommandStackDialog.CommandStackPopup - Class in org.openstreetmap.josm.gui.dialogs
 
CommandStackDialog.IEnabledStateUpdating - Interface in org.openstreetmap.josm.gui.dialogs
Interface to provide a callback for enabled state update.
CommandStackDialog.MouseEventHandler - Class in org.openstreetmap.josm.gui.dialogs
 
CommandStackDialog.SelectAction - Class in org.openstreetmap.josm.gui.dialogs
Action that selects the objects that take part in a command.
CommandStackDialog.SelectAndZoomAction - Class in org.openstreetmap.josm.gui.dialogs
Action that selects the objects that take part in a command, then zoom to them.
CommandStackDialog.UndoRedoAction - Class in org.openstreetmap.josm.gui.dialogs
Action to undo or redo all commands up to (and including) the seleced item.
CommandStackDialog.UndoRedoSelectionListener - Class in org.openstreetmap.josm.gui.dialogs
Selection listener for undo and redo area.
CommandStackDialog.UndoRedoType - Enum in org.openstreetmap.josm.gui.dialogs
undo / redo switch to reduce duplicate code
CommandStackPopup() - Constructor for class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.CommandStackPopup
 
comment - Variable in class org.openstreetmap.josm.gui.io.ChangesetCommentModel
 
comment - Variable in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
The current comment
commentCreateDate - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
COMMENTED_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
Untagged, but commented way error
commentIsNew - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
CommentModelListener(HistoryComboBox, ChangesetCommentModel) - Constructor for class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel.CommentModelListener
 
comments - Variable in class org.openstreetmap.josm.data.notes.Note
 
commentsCount - Variable in class org.openstreetmap.josm.data.osm.Changeset
the number of comments for this changeset
commentText - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
commentTimestamp - Variable in class org.openstreetmap.josm.data.notes.NoteComment
 
commentUid - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
commentUsername - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
commit() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
commitCommands(String) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Commits the command list with a description
commitCommands(Collection<OsmPrimitive>, List<Command>) - Static method in class org.openstreetmap.josm.actions.PasteTagsAction
Create and execute SequenceCommand with descriptive title
commonSettings - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
CommonSettingsPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
JPanel giving access to common imagery settings.
CommonSettingsPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
Constructs a new CommonSettingsPanel.
commonToAllPrimitives(Collection<? extends Tagged>) - Static method in class org.openstreetmap.josm.data.osm.TagCollection
Replies a tag collection with the tags which are common to all primitives in in primitives.
comp2imgCoord(Rectangle, int, int) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
comparator - Variable in class org.openstreetmap.josm.data.osm.NoteData
 
compare(CreateCircleAction.PolarNode, CreateCircleAction.PolarNode) - Method in class org.openstreetmap.josm.actions.CreateCircleAction.PolarNodeComparator
 
compare(Node, Node) - Method in class org.openstreetmap.josm.actions.JoinNodeWayAction.NodeDistanceToRefNodeComparator
 
compare(Node, Node) - Method in class org.openstreetmap.josm.data.osm.NodePositionComparator
 
compare(OsmPrimitive, OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
 
compare(ChooseTrackVisibilityAction.TrackLength, ChooseTrackVisibilityAction.TrackLength) - Method in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction.LengthContentComparator
Compare 2 TrackLength objects relative to the real length
compare(String, String) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeComparator
 
compare(JMenuItem, JMenuItem) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu.PresetTextComparator
 
compare(String, String) - Method in class org.openstreetmap.josm.tools.AlphanumComparator
 
compareId(OsmPrimitive, OsmPrimitive) - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
 
compareMode - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ValueComparison
 
compareModes - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.ComparePairListModel
 
compareName(OsmPrimitive, OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
 
ComparePairListCellRenderer - Class in org.openstreetmap.josm.gui.conflict.pair
 
ComparePairListCellRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ComparePairListCellRenderer
Constructs a new ComparePairListCellRenderer.
comparePairListModel - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
ComparePairListModel() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.ComparePairListModel
Constructs a new ComparePairListModel.
ComparePairType - Enum in org.openstreetmap.josm.gui.conflict.pair
Enumeration of the possible comparison pairs
ComparePairType(String, ListRole[]) - Constructor for enum org.openstreetmap.josm.gui.conflict.pair.ComparePairType
 
compareseq(int, int, int, int) - Method in class org.openstreetmap.josm.tools.Diff
Compare in detail contiguous subsequences of the two files which are known, as a whole, to match each other.
compareTo(WayPoint) - Method in class org.openstreetmap.josm.data.gpx.WayPoint
 
compareTo(ImageryInfo) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
compareTo(Changeset) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
compareTo(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
compareTo(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.Node
 
compareTo(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.Relation
 
compareTo(StyledMapRenderer.StyleRecord) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.StyleRecord
 
compareTo(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.Way
 
compareTo(WaySegment) - Method in class org.openstreetmap.josm.data.osm.WaySegment
 
compareTo(TestError) - Method in class org.openstreetmap.josm.data.validation.TestError
 
compareTo(UserListDialog.UserInfo) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserInfo
 
compareTo(BookmarkList.Bookmark) - Method in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
 
compareTo(SaveLayerInfo) - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
 
compareTo(ImageEntry) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
compareTo(MapCSSRule) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule
 
compareTo(PrefEntry) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
 
compareTo(SourceEditor.ExtendedSourceEntry) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
 
compareTo(AutoCompletionItemPriority) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Imposes an ordering on the priorities.
compareTo(AutoCompletionListItem) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
 
compareTo(ComboMultiSelect.PresetListEntry) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
 
compareTo(TaggingPresetSelector.PresetClassification) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
compareTo(FileImporter) - Method in class org.openstreetmap.josm.io.FileImporter
 
compareTo(PluginHandler.DeprecatedPlugin) - Method in class org.openstreetmap.josm.plugins.PluginHandler.DeprecatedPlugin
 
compareType(OsmPrimitive, OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
 
CompatibilityModeLayerPainter() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable.CompatibilityModeLayerPainter
 
compile(String) - Static method in class org.openstreetmap.josm.actions.search.SearchCompiler
Compiles the search expression.
compile(SearchAction.SearchSetting) - Static method in class org.openstreetmap.josm.actions.search.SearchCompiler
Compiles the search expression.
compileDirectionKeys(String, String) - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
compileMapCSS(String) - Static method in class org.openstreetmap.josm.actions.search.SearchCompiler
 
CompileSearchTextDecorator - Class in org.openstreetmap.josm.gui.widgets
Decorates a text component with an execution to the search compiler.
CompileSearchTextDecorator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
 
complement(Color) - Static method in class org.openstreetmap.josm.tools.Utils
Returns the complementary color of clr.
completely_downloaded(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
 
completeOverpassQuery(String) - Static method in class org.openstreetmap.josm.io.OverpassDownloadReader
 
completeTagCollectionForEditing(TagCollection) - Static method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolutionUtil
Completes tags in the tag collection tc with the empty value for each tag.
component - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.DownloadChangesetContentAction
 
component - Variable in class org.openstreetmap.josm.gui.ScrollViewport
 
component - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
component - Variable in class org.openstreetmap.josm.gui.widgets.JosmComboBox.ContextMenuHandler
 
component - Variable in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
componentHidden(ComponentEvent) - Method in class org.openstreetmap.josm.gui.MainFrame.WindowPositionSizeListener
 
componentListener - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
componentMoved(ComponentEvent) - Method in class org.openstreetmap.josm.gui.MainFrame.WindowPositionSizeListener
 
componentResized(ComponentEvent) - Method in class org.openstreetmap.josm.gui.MainFrame.WindowPositionSizeListener
 
components - Variable in class org.openstreetmap.josm.gui.util.CursorManager
 
componentShown(ComponentEvent) - Method in class org.openstreetmap.josm.gui.MainFrame.WindowPositionSizeListener
 
componentToSelect - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel.OpenChangesetDialogAction
 
compose(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy
Replies the text value to be rendered as label for the primitive primitive.
compose(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
 
compose(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.StaticLabelCompositionStrategy
 
compose(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.TagLookupCompositionStrategy
 
CompositeList<T> - Class in org.openstreetmap.josm.tools
Joined List build from two Lists (read-only).
CompositeList(List<? extends T>, List<? extends T>) - Constructor for class org.openstreetmap.josm.tools.CompositeList
Constructs a new CompositeList from two lists.
CompoundTemplateEntry - Class in org.openstreetmap.josm.tools.template_engine
 
CompoundTemplateEntry(TemplateEntry[]) - Constructor for class org.openstreetmap.josm.tools.template_engine.CompoundTemplateEntry
 
Compression - Enum in org.openstreetmap.josm.io
An enum representing the compression type of a resource.
Compression() - Constructor for enum org.openstreetmap.josm.io.Compression
 
compression - Variable in class org.openstreetmap.josm.io.OsmServerLocationReader.Parser
 
compute() - Method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
compute() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
computeArea(OsmPrimitive) - Static method in class org.openstreetmap.josm.tools.Geometry
Computes the area of a closed way and multipolygon in square meters, or null for other primitives
computeBbox(Bounds) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
computeBboxAndCenterScale(Bounds) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
computeBoundingBox(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Compute the bounding box of a collection of primitives.
computeCacheColorDynamic - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
computeCacheColored - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
computeCacheColorTracksTune - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
computeCacheColorUsed - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
computeCacheInSync - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
computeCacheMaxLineLengthUsed - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
computeDirectly() - Method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
computeDirectly() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
computeFlags(OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Computes the flags for a given OSM primitive.
computeHelperLine() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
This method prepares data required for painting the "helper line" from the last used position to the mouse cursor.
computeMax - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.MinMaxFunction
 
computeNodesToDelete(Collection<OsmPrimitive>) - Static method in class org.openstreetmap.josm.command.DeleteCommand
Replies the collection of nodes referred to by primitives in primitivesToDelete which can be deleted too.
computeOffset(LineElement.LineType, Cascade, Cascade, Float) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
computeOutCode(long, long, long, long, long, long) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.LineClip
The outcode of the point.
computeQuadTree(int, int, int) - Static method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
computeRealWidth(Environment, LineElement.LineType, Cascade) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
computeScrollCount(int) - Method in class org.openstreetmap.josm.gui.MenuScroller
 
computeStatistics(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserTableModel
 
ComputeStyleListWorker(List<? extends OsmPrimitive>, List<StyledMapRenderer.StyleRecord>, int) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
Constructs a new ComputeStyleListWorker.
computeUploadOrder() - Method in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
computeWidth(LineElement.LineType, Cascade, Cascade) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
concat(Object...) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Assembles the strings to one.
ConcatenatingJList(String, ComboMultiSelect.PresetListEntry[]) - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.ConcatenatingJList
 
concernsArea() - Method in class org.openstreetmap.josm.data.osm.Node
 
concernsArea() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines if this primitive semantically concerns an area.
concernsArea() - Method in class org.openstreetmap.josm.data.osm.Relation
 
concernsArea() - Method in class org.openstreetmap.josm.data.osm.Way
 
Condition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Condition() - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition
 
condition - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.CondOperator
 
Condition - Class in org.openstreetmap.josm.tools.template_engine
 
Condition() - Constructor for class org.openstreetmap.josm.tools.template_engine.Condition
 
condition - Variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ContextProvider
 
condition - Variable in class org.openstreetmap.josm.tools.template_engine.SearchExpressionCondition
 
Condition.ClassCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Condition.Context - Enum in org.openstreetmap.josm.gui.mappaint.mapcss
Context, where the condition applies.
Condition.ExpressionCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Condition.IndexCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Condition.KeyCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
KeyCondition represent one of the following conditions in either the link or the primitive context:
Condition.KeyMatchType - Enum in org.openstreetmap.josm.gui.mappaint.mapcss
This defines how Condition.KeyCondition matches a given key.
Condition.KeyValueCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Represents a key/value condition which is either applied to a primitive.
Condition.KeyValueRegexpCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Condition.Op - Enum in org.openstreetmap.josm.gui.mappaint.mapcss
This is the operation that Condition.KeyValueCondition uses to match.
Condition.OpenEndPseudoClassCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Condition.PseudoClassCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Condition.PseudoClasses - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Like CSS pseudo classes, MapCSS pseudo classes are written in lower case with dashes between words.
Condition.RegexpKeyValueRegexpCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Condition.RoleCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Condition.SimpleKeyValueCondition - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Most common case of a KeyValueCondition, this is the basic key=value case.
CONDITION_WITH_APOSTROPHES_END_TOKENS - Static variable in class org.openstreetmap.josm.tools.template_engine.TemplateParser
 
ConditionalKeys - Class in org.openstreetmap.josm.data.validation.tests
ConditionalKeys() - Constructor for class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
Constructs a new ConditionalKeys.
ConditionalKeys.ConditionalParsingException - Exception in org.openstreetmap.josm.data.validation.tests
 
ConditionalKeys.ConditionalValue - Class in org.openstreetmap.josm.data.validation.tests
 
ConditionalOptionPaneUtil - Class in org.openstreetmap.josm.gui
ConditionalOptionPaneUtil provides static utility methods for displaying modal message dialogs which can be enabled/disabled by the user.
ConditionalOptionPaneUtil() - Constructor for class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
this is a static utility class only
ConditionalOptionPaneUtil.MessagePanel - Class in org.openstreetmap.josm.gui
This is a message panel used in dialogs which can be enabled/disabled with a preference setting.
ConditionalOptionPaneUtil.NotShowAgain - Enum in org.openstreetmap.josm.gui
An enum designating how long to not show this message again, i.e., for how long to store
ConditionalParsingException(String) - Constructor for exception org.openstreetmap.josm.data.validation.tests.ConditionalKeys.ConditionalParsingException
 
ConditionalValue(String, Collection<String>) - Constructor for class org.openstreetmap.josm.data.validation.tests.ConditionalKeys.ConditionalValue
 
conditionRequiresKeyPresence(Condition.KeyMatchType) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
 
conditions - Variable in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys.ConditionalValue
 
CondOperator(Expression, Expression, Expression) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.CondOperator
Constructs a new CondOperator.
conds - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.AbstractSelector
 
configHandler - Variable in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
ConfigurationParameterRequestHandler - Interface in org.openstreetmap.josm.gui.io
 
configure - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ToolbarPopupMenu
 
configureContextsensitiveHelp(String, boolean) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Configures how this dialog support for context sensitive help.
configureEditor(ComboBoxEditor, Object) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
Convert the selected item into a String that can be edited in the editor component.
configureList() - Method in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
configureSites() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
ConfigureSitesAction() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.ConfigureSitesAction
 
confirmAddingPrimitive(OsmPrimitive) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Asks confirmationbefore adding a primitive.
confirmAndDownloadAreas(Area, double, boolean, boolean, String, ProgressMonitor) - Static method in class org.openstreetmap.josm.actions.DownloadAlongAction
Area "a" contains the hull that we would like to download data for.
confirmChangeDirectionOfWays() - Static method in class org.openstreetmap.josm.actions.CombineWayAction
 
confirmCloseDeletedRelation() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.RefreshAction
 
confirmClosingBecauseOfDirtyState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
 
confirmClosingByCancel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.CancelAction
 
confirmDeleteIncomplete() - Static method in class org.openstreetmap.josm.actions.PasteAction
 
confirmDisablePlugin(Component, String, String) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Ask the user for confirmation that a plugin shall be disabled.
confirmDiscardDirtyData() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.RefreshAction
 
confirmEulaAcceptance(PreferenceTabbedPane, String) - Static method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
 
confirmLaunchMultiple(int) - Static method in class org.openstreetmap.josm.actions.AbstractInfoAction
Asks user confirmation before launching a large number of browser windows.
ConfirmMoveDialog() - Constructor for class org.openstreetmap.josm.actions.mapmode.SelectAction.ConfirmMoveDialog
 
confirmOrUndoMovement(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Present warning in the following cases and undo unwanted movements: large and possibly unwanted movements movement of node with attached ways that are hidden by filters
confirmOverwrite(File) - Static method in class org.openstreetmap.josm.actions.SaveActionBase
Asks user to confirm overwiting a file.
confirmOverwriteBookmark() - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
confirmOverwriteCustomSettings() - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
confirmRelationDeletion(Collection<Relation>) - Static method in class org.openstreetmap.josm.command.DeleteCommand
 
confirmReverseWay(Way, TagCollection) - Static method in class org.openstreetmap.josm.corrector.ReverseWayNoTagCorrector
 
confirmSaveLayerInfosOK(SaveLayersModel) - Static method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
confirmSettingEmptyRole(int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SetRoleAction
 
confirmSimplifyManyWays(int) - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
 
confirmWayWithNodesOutsideBoundingBox(List<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
 
conflict - Variable in class org.openstreetmap.josm.command.conflict.ConflictAddCommand
 
conflict - Variable in class org.openstreetmap.josm.command.conflict.CoordinateConflictResolveCommand
the conflict to resolve
conflict - Variable in class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
the conflict to resolve
conflict - Variable in class org.openstreetmap.josm.command.conflict.ModifiedConflictResolveCommand
the conflict to resolve
conflict - Variable in class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
the conflict to resolve
conflict - Variable in class org.openstreetmap.josm.command.conflict.VersionConflictResolveCommand
the conflict to resolve
conflict - Variable in class org.openstreetmap.josm.command.conflict.WayNodesConflictResolverCommand
the conflict to resolve
Conflict<T extends OsmPrimitive> - Class in org.openstreetmap.josm.data.conflict
Represents a conflict between two OsmPrimitives.
Conflict(T, T) - Constructor for class org.openstreetmap.josm.data.conflict.Conflict
 
Conflict(T, T, boolean) - Constructor for class org.openstreetmap.josm.data.conflict.Conflict
 
conflict - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
ConflictAddCommand - Class in org.openstreetmap.josm.command.conflict
Command used to add a new conflict.
ConflictAddCommand(OsmDataLayer, Conflict<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.command.conflict.ConflictAddCommand
Constructs a new ConflictAddCommand.
ConflictCollection - Class in org.openstreetmap.josm.data.conflict
This is a collection of Conflicts.
ConflictCollection() - Constructor for class org.openstreetmap.josm.data.conflict.ConflictCollection
Constructs a new ConflictCollection.
ConflictCollection.FilterPredicate - Class in org.openstreetmap.josm.data.conflict
 
ConflictColors - Enum in org.openstreetmap.josm.gui.conflict
Conflict color constants.
ConflictColors(String, Color) - Constructor for enum org.openstreetmap.josm.gui.conflict.ConflictColors
 
ConflictDialog - Class in org.openstreetmap.josm.gui.dialogs
This dialog displays the ConflictCollection of the active OsmDataLayer in a toggle dialog on the right of the main frame.
ConflictDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictDialog
Constructs a new ConflictDialog.
conflictDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
Conflict dialog
ConflictDialog.ConflictListModel - Class in org.openstreetmap.josm.gui.dialogs
The ListModel for conflicts
ConflictDialog.ConflictPainter - Class in org.openstreetmap.josm.gui.dialogs
Paints conflicts.
ConflictDialog.MouseEventHandler - Class in org.openstreetmap.josm.gui.dialogs
 
ConflictDialog.ResolveAction - Class in org.openstreetmap.josm.gui.dialogs
 
ConflictDialog.ResolveToAction - Class in org.openstreetmap.josm.gui.dialogs
 
ConflictDialog.ResolveToMyVersionAction - Class in org.openstreetmap.josm.gui.dialogs
 
ConflictDialog.ResolveToTheirVersionAction - Class in org.openstreetmap.josm.gui.dialogs
 
ConflictDialog.SelectAction - Class in org.openstreetmap.josm.gui.dialogs
 
ConflictListModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictListModel
Constructs a new ConflictListModel.
ConflictPainter(NavigatableComponent, Graphics) - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictPainter
 
ConflictResolutionDialog - Class in org.openstreetmap.josm.gui.dialogs
This is an extended dialog for resolving conflict between OsmPrimitives.
ConflictResolutionDialog(Component) - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
Constructs a new ConflictResolutionDialog.
ConflictResolutionDialog.ApplyResolutionAction - Class in org.openstreetmap.josm.gui.dialogs
Action for applying resolved differences in a conflict
ConflictResolutionDialog.CancelAction - Class in org.openstreetmap.josm.gui.dialogs
Action for canceling conflict resolution
ConflictResolutionDialog.HelpAction - Class in org.openstreetmap.josm.gui.dialogs
Action for canceling conflict resolution
ConflictResolveCommand - Class in org.openstreetmap.josm.command.conflict
This is the common base class for Commands which manipulate Conflicts in addition to OsmPrimitives.
ConflictResolveCommand() - Constructor for class org.openstreetmap.josm.command.conflict.ConflictResolveCommand
Constructs a new ConflictResolveCommand in the context of the current edit layer, if any.
ConflictResolveCommand(OsmDataLayer) - Constructor for class org.openstreetmap.josm.command.conflict.ConflictResolveCommand
Constructs a new ConflictResolveCommand in the context of a given data layer.
ConflictResolver - Class in org.openstreetmap.josm.gui.conflict.pair
An UI component for resolving conflicts between two OsmPrimitives.
ConflictResolver() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
constructor
conflictResolvers - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
conflicts - Variable in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
conflicts - Variable in class org.openstreetmap.josm.data.osm.DataSetMerger
the collection of conflicts created during merging
conflicts - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
the collection of conflicts displayed by this conflict dialog
conflicts - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
the collection of conflicts detected in this layer
conflictsCount - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadTask
 
conflictSelectionListener - Variable in class org.openstreetmap.josm.actions.AutoScaleAction.MapFrameAdapter
 
connect() - Method in class org.openstreetmap.josm.tools.HttpClient
Opens the HTTP connection.
connect(ProgressMonitor) - Method in class org.openstreetmap.josm.tools.HttpClient
Opens the HTTP connection.
connectFailed(URI, SocketAddress, IOException) - Method in class org.openstreetmap.josm.io.DefaultProxySelector
 
connection - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
connection(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
:connection tests whether the object is a connection node.
connection - Variable in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
connection - Variable in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
connection - Variable in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
connection - Variable in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
connection - Variable in class org.openstreetmap.josm.tools.HttpClient
 
connection - Variable in class org.openstreetmap.josm.tools.HttpClient.Response
 
connectionColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Color Preference for multiply connected nodes
connectionColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Color Preference for multiply connected nodes
connectionNodeSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: size of multiply connected nodes
connectionNodeSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: size of multiply connected nodes
connectionType - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
connectionTypeCalculator - Variable in class org.openstreetmap.josm.data.validation.tests.PublicTransportRouteTest
 
connectionTypesOfInterest - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
connectTimeout - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
connectTimeout - Variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
connectTimeout - Variable in class org.openstreetmap.josm.tools.HttpClient
 
considerValAsKey - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueCondition
If this flag is set, Condition.KeyValueCondition.v is treated as a key and the value is the value set for that key.
consistency_testing - Static variable in class org.openstreetmap.josm.data.osm.QuadBuckets
 
consistencyTest() - Method in class org.openstreetmap.josm.data.preferences.ListListSetting
 
consistencyTest() - Method in class org.openstreetmap.josm.data.preferences.ListSetting
 
consistencyTest() - Method in class org.openstreetmap.josm.data.preferences.MapListSetting
 
consistencyTest() - Method in class org.openstreetmap.josm.gui.mappaint.DividedScale
Runs a consistency test.
ConsistencyTestAction() - Constructor for class org.openstreetmap.josm.gui.layer.OsmDataLayer.ConsistencyTestAction
 
consolidate - Variable in class org.openstreetmap.josm.data.osm.event.DatasetEventManager.ListenerInfo
 
constrains(GeneralNameInterface) - Method in class org.openstreetmap.josm.io.remotecontrol.DNSName
Return type of constraint inputName places on this name: NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
constructQuery(String) - Method in class org.openstreetmap.josm.tools.OverpassTurboQueryWizard
Builds an Overpass QL from a SearchAction like query.
constructSpecial(String) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
consumer - Variable in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
consumerKey - Variable in class org.openstreetmap.josm.data.oauth.OAuthParameters
 
consumerSecret - Variable in class org.openstreetmap.josm.data.oauth.OAuthParameters
 
contains(Node) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
Determines if this pair contains the given node.
contains(LatLon) - Method in class org.openstreetmap.josm.data.Bounds
Determines if the given point ll is within these bounds.
contains(LatLon) - Method in class org.openstreetmap.josm.data.imagery.Shape
 
contains(int) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
contains(Changeset) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
contains(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
Replies true if the changeset content contains the object with primitive id.
contains(long) - Method in class org.openstreetmap.josm.data.osm.history.History
Determines if this history contains a specific version number.
contains(Object) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
contains(Object) - Method in class org.openstreetmap.josm.data.osm.Storage
 
contains(Tag) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if the this tag collection contains tag.
contains(Path2D.Double) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
contains(EastNorth) - Method in class org.openstreetmap.josm.data.ProjectionBounds
Check, if a point is within the bounds.
contains(double) - Method in class org.openstreetmap.josm.gui.mappaint.Range
 
contains(AutoCompletionListItem) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
checks whether a specific item is already in the list.
contains(String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
checks whether an item with the given value is already in the list.
contains(A, B) - Method in class org.openstreetmap.josm.tools.MultiMap
Returns true if the multimap contains a value for a key.
containsAccessToken() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Replies true if this holder contains an complete access token, consisting of an Access Token Key and an Access Token Secret.
containsAll(Collection<?>) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
containsAll(Collection<Tag>) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if this tag collection contains all tags in tags.
containsAllKeys(Collection<String>) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if this tag collection at least one tag for every key in keys.
ContainsFinder(Environment) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.ContainsFinder
 
containsKey(Object) - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
containsKey(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if this tag collection contains at least one tag with key key.
containsKey(Object) - Method in class org.openstreetmap.josm.data.osm.TagMap
 
containsKey(String) - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
containsKey(A) - Method in class org.openstreetmap.josm.tools.MultiMap
Returns true if this map contains a mapping for the specified key.
containsLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
replies true if the list of layers managed by this map view contain layer
containsLow(String) - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
Checks given string (key or value) if it contains characters with code below 0x20 (either newline or some other special characters)
containsNode(Node) - Method in class org.openstreetmap.josm.data.osm.DataSet
Determines if the given node can be retrieved in the data set through its bounding box.
containsNode(Node) - Method in class org.openstreetmap.josm.data.osm.Way
Replies true if this way contains the node node, false otherwise.
containsPattern - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyCondition
A predicate used to match a the regexp against the key.
containsPoint(Point) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.ButtonMarker
 
containsPoint(Point) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Checks whether the marker display area contains the given point.
containsPoint(Point) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
containsPoint(LatLon) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Determines if this layer contains data at the given coordinate.
containsRelation(Relation) - Method in class org.openstreetmap.josm.data.osm.DataSet
Determines if the given relation can be retrieved in the data set through its bounding box.
containsValue(Object) - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
containsValue(Object) - Method in class org.openstreetmap.josm.data.osm.TagMap
 
containsWay(Way) - Method in class org.openstreetmap.josm.data.osm.DataSet
Determines if the given way can be retrieved in the data set through its bounding box.
content - Variable in class org.openstreetmap.josm.data.cache.CacheEntry
 
content - Variable in class org.openstreetmap.josm.data.osm.Changeset
the changeset content
content - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
content - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
content - Variable in class org.openstreetmap.josm.gui.GettingStarted
 
content - Variable in class org.openstreetmap.josm.gui.Notification
 
content - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
default response
contentChanged(boolean) - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryDialog
 
contentChanged(boolean) - Method in interface org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel.ContentValidationListener
Called when the validation status of this panel changed
contentIndex - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QuadBucketIterator
 
contentInitialized - Variable in class org.openstreetmap.josm.gui.GettingStarted
 
contentInsets - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
contentPanePrivate - Static variable in class org.openstreetmap.josm.Main
 
contentsChanged(ListDataEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.ReloadAction
 
contentsChanged(ListDataEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.TitleUpdater
 
contentsChanged(ListDataEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToJOSMSelectionAction
 
contentsChanged(ListDataEvent) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
contentType - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
default content type
context - Variable in class org.openstreetmap.josm.gui.mappaint.Environment
 
Context() - Constructor for enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.Context
 
context - Variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate
 
ContextMenuHandler() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmComboBox.ContextMenuHandler
 
ContextProvider() - Constructor for class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ContextProvider
 
ContextSensitiveHelpAction - Class in org.openstreetmap.josm.gui.help
This is the standard help action to be used with help buttons for context sensitive help
ContextSensitiveHelpAction() - Constructor for class org.openstreetmap.josm.gui.help.ContextSensitiveHelpAction
Constructs a new ContextSensitiveHelpAction for the root help topic.
ContextSensitiveHelpAction(String) - Constructor for class org.openstreetmap.josm.gui.help.ContextSensitiveHelpAction
Constructs a new ContextSensitiveHelpAction for a given help topic.
ContextSwitchTemplate - Class in org.openstreetmap.josm.tools.template_engine
 
ContextSwitchTemplate(SearchCompiler.Match, TemplateEntry, int) - Constructor for class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate
 
ContextSwitchTemplate.AndSet - Class in org.openstreetmap.josm.tools.template_engine
 
ContextSwitchTemplate.ChildSet - Class in org.openstreetmap.josm.tools.template_engine
 
ContextSwitchTemplate.ContextProvider - Class in org.openstreetmap.josm.tools.template_engine
 
ContextSwitchTemplate.OrSet - Class in org.openstreetmap.josm.tools.template_engine
 
ContextSwitchTemplate.ParentSet - Class in org.openstreetmap.josm.tools.template_engine
 
continuation - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
ContinueAction() - Constructor for class org.openstreetmap.josm.gui.io.UploadSelectionDialog.ContinueAction
 
continueOnError - Variable in class org.openstreetmap.josm.command.SequenceCommand
Determines if the sequence execution should continue after one of its commands fails.
continueWayFromNode(Way, Node) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
if one of the ends of way is given node, then set currentBaseNode = node and previousNode = adjacent node of way
continuousLayout - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
control - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
convert() - Method in class org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerAction
Performs the conversion to a DataSet.
convert() - Method in class org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerAction.FromGpxLayer
 
convert() - Method in class org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerAction.FromMarkerLayer
 
convertDegreeMinuteSecond(double, double, double) - Static method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
convertFromRealValue(double) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
convertMinuteSecond(double, double) - Static method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
convertTileBoundsToBoundingBox(TileSelectionBBoxChooser.TileBounds) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
Computes the bounding box given a tile grid.
convertTo(Object, Class<T>) - Static method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
ConvertToDataLayerAction<T extends Layer> - Class in org.openstreetmap.josm.gui.layer.gpx
An abstract action for a conversion from a T Layer to a OsmDataLayer.
ConvertToDataLayerAction(T) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerAction
 
ConvertToDataLayerAction.FromGpxLayer - Class in org.openstreetmap.josm.gui.layer.gpx
Converts a GpxLayer to a OsmDataLayer.
ConvertToDataLayerAction.FromMarkerLayer - Class in org.openstreetmap.josm.gui.layer.gpx
Converts a MarkerLayer to a OsmDataLayer.
ConvertToGpxLayerAction() - Constructor for class org.openstreetmap.josm.gui.layer.OsmDataLayer.ConvertToGpxLayerAction
Constructs a new ConvertToGpxLayerAction.
convertToRealValue(int) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
convertToWayPoint() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
convertToWayPoint() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.ImageMarker
 
convertToWayPoint() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Convert Marker to WayPoint so it can be exported to a GPX file.
convertToWayPoint() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.WebMarker
 
convertUrlToLink(Map<String, Object>) - Method in class org.openstreetmap.josm.io.GpxReader.Parser
convert url/urlname to link element (GPX 1.0 -> GPX 1.1).
COOKIE_HEADER - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
cookies - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
cookies that needs to be sent to tile source
cookies - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
The data part of HTTP cookies header in case the service requires cookies to work
cookies - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
coor() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
coor - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelMember
Coordinates of the relation member
coor - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPair
 
coor - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPairNoTags
 
coor - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
coord - Variable in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
COORD_FORMATTER - Static variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
Coordinate - Class in org.openstreetmap.gui.jmapviewer
This class encapsulates a Point2D.Double and provide access via lat and lon.
Coordinate(double, double) - Constructor for class org.openstreetmap.gui.jmapviewer.Coordinate
 
Coordinate - Class in org.openstreetmap.josm.data.coor
Base class of points of both coordinate systems.
Coordinate(double, double) - Constructor for class org.openstreetmap.josm.data.coor.Coordinate
Construct the point with latitude / longitude values.
CoordinateConflictResolveCommand - Class in org.openstreetmap.josm.command.conflict
Represents the resolution of a conflict between the coordinates of two Nodes.
CoordinateConflictResolveCommand(Conflict<? extends OsmPrimitive>, MergeDecisionType) - Constructor for class org.openstreetmap.josm.command.conflict.CoordinateConflictResolveCommand
constructor for coordinate conflict
CoordinateFormat - Enum in org.openstreetmap.josm.data.coor
An enumeration of coordinate formats
CoordinateFormat(String) - Constructor for enum org.openstreetmap.josm.data.coor.CoordinateFormat
 
coordinateFormatItems - Variable in class org.openstreetmap.josm.gui.MapStatus.MapStatusPopupMenu
Icons for selecting CoordinateFormat
CoordinateInfoViewer - Class in org.openstreetmap.josm.gui.history
An UI widget for displaying differences in the coordinates of two HistoryNodes.
CoordinateInfoViewer(HistoryBrowserModel) - Constructor for class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
Constructs a new CoordinateInfoViewer.
coordinateInfoViewer - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowser
 
CoordinateInfoViewer.DistanceViewer - Class in org.openstreetmap.josm.gui.history
 
CoordinateInfoViewer.LatLonViewer - Class in org.openstreetmap.josm.gui.history
A UI widgets which displays the Lan/Lon-coordinates of a HistoryNode.
CoordinateInfoViewer.MapViewer - Class in org.openstreetmap.josm.gui.history
 
CoordinateInfoViewer.Updater - Class in org.openstreetmap.josm.gui.history
 
coordinatesCombo - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
Combobox with all coordinate display possibilities
coordMergeDecision - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
coords - Variable in class org.openstreetmap.josm.data.imagery.Shape
 
coords - Variable in class org.openstreetmap.josm.data.osm.history.HistoryNode
the coordinates.
coordToString(LatLon) - Static method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
copy(OsmDataLayer, Collection<OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.CopyAction
Copies the given primitive ids to the clipboard.
copy() - Method in class org.openstreetmap.josm.data.preferences.ListListSetting
 
copy() - Method in class org.openstreetmap.josm.data.preferences.ListSetting
 
copy() - Method in class org.openstreetmap.josm.data.preferences.MapListSetting
 
copy() - Method in interface org.openstreetmap.josm.data.preferences.Setting
Clone the current object.
copy() - Method in class org.openstreetmap.josm.data.preferences.StringSetting
 
copy(ListRole, int[], int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
copy - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Copy
copy(String, String) - Method in class org.openstreetmap.josm.plugins.Plugin
Copies the resource 'from' to the file in the plugin directory named 'to'.
CopyAction - Class in org.openstreetmap.josm.actions
Copy OSM primitives to clipboard in order to paste them, or their tags, somewhere else.
CopyAction() - Constructor for class org.openstreetmap.josm.actions.CopyAction
Constructs a new CopyAction.
CopyAction(String, String, String) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAction
 
copyAfterCurrent(ListRole, int[], int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of nodes source to the list of merged nodes.
copyAfterCurrentLeftAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyAfterCurrentLeftAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAfterCurrentLeftAction
 
copyAfterCurrentRightAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyAfterCurrentRightAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAfterCurrentRightAction
 
copyAll(ListRole) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
copyAllKeyValueAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
CopyAllKeyValueAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.CopyAllKeyValueAction
 
copyAllLeft - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyAllLeft() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllLeft
 
copyAllRight - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyAllRight() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllRight
 
copyArray() - Method in class org.openstreetmap.josm.data.osm.Storage
 
copyArray(T[]) - Static method in class org.openstreetmap.josm.tools.Utils
Copies the given array.
copyArray(char[]) - Static method in class org.openstreetmap.josm.tools.Utils
Copies the given array.
copyArray(int[]) - Static method in class org.openstreetmap.josm.tools.Utils
Copies the given array.
copyAttribution(ImageryInfo) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Copies attribution from another ImageryInfo.
copyBeforeCurrent(ListRole, int[], int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of nodes source to the list of merged nodes.
copyBeforeCurrentLeftAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyBeforeCurrentLeftAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyBeforeCurrentLeftAction
 
copyBeforeCurrentRightAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyBeforeCurrentRightAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyBeforeCurrentRightAction
 
copyCoordinates - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Copy Coordinates
CopyCoordinatesAction - Class in org.openstreetmap.josm.actions
 
CopyCoordinatesAction() - Constructor for class org.openstreetmap.josm.actions.CopyCoordinatesAction
 
copyCurrentPhotoPath() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
copyDirectory(File, File) - Static method in class org.openstreetmap.josm.tools.Utils
Recursive directory copy function
copyEndLeftAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyEndLeftAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyEndLeftAction
 
copyEndRightAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyEndRightAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyEndRightAction
 
copyFile(File, File) - Static method in class org.openstreetmap.josm.tools.Utils
Simple file copy function that will overwrite the target file.
copyKeyValueAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
CopyKeyValueAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.CopyKeyValueAction
 
CopyList<E> - Class in org.openstreetmap.josm.tools
A List implementation initially based on given array, but never modifying the array directly.
CopyList(E[]) - Constructor for class org.openstreetmap.josm.tools.CopyList
Create a List over given array.
CopyList(E[], int) - Constructor for class org.openstreetmap.josm.tools.CopyList
Create a List over given array and size.
CopyList.Itr - Class in org.openstreetmap.josm.tools
 
CopyMembersAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Copy members.
CopyMembersAction(MemberTableModel, OsmDataLayer, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.CopyMembersAction
Constructs a new CopyMembersAction.
copyMenuComponent(Component) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
 
copyMyAfterCurrent(int[], int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of my nodes to the list of merged nodes.
copyMyBeforeCurrent(int[], int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of my nodes to the list of merged nodes.
copyMyToEnd(int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of my nodes to the list of merged nodes.
copyMyToTop(int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of my nodes to the list of merged nodes.
copyNode(Node, boolean) - Static method in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
copyStartLeftAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyStartLeftAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyStartLeftAction
 
copyStartRightAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
CopyStartRightAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyStartRightAction
 
copyTags - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
copyTagsDefault - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
copyTagsModifierCombo - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
copyTheirAfterCurrent(int[], int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of my nodes to the list of merged nodes.
copyTheirBeforeCurrent(int[], int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of their nodes to the list of merged nodes.
copyTheirToEnd(int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of their nodes to the list of merged nodes.
copyTheirToTop(int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of their nodes to the list of merged nodes.
copyToClipboard(String) - Static method in class org.openstreetmap.josm.tools.Utils
Copies the string s to system clipboard.
copyToClippboard() - Method in class org.openstreetmap.josm.tools.bugreport.DebugTextDisplay
Copies the debug text to the clippboard.
copyToEnd(ListRole, int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Copies the nodes given by indices in rows from the list of nodes in source to the list of merged nodes.
copyToTop(ListRole, int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
copyValueAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
CopyValueAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.CopyValueAction
Constructs a new CopyValueAction.
CORE_TEST_CLASSES - Static variable in class org.openstreetmap.josm.data.validation.OsmValidator
All available tests in core
CoreSimpleMatchFactory() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.CoreSimpleMatchFactory
 
CoreUnaryMatchFactory() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.CoreUnaryMatchFactory
 
corners - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
Correction - Interface in org.openstreetmap.josm.data.correction
Data correction.
corrections - Variable in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
CorrectionTable<T extends CorrectionTableModel<?>> - Class in org.openstreetmap.josm.gui.correction
Abstract correction table.
CorrectionTable(T) - Constructor for class org.openstreetmap.josm.gui.correction.CorrectionTable
 
CorrectionTable.BoldRenderer - Class in org.openstreetmap.josm.gui.correction
Renders text in bold.
CorrectionTableModel<C extends Correction> - Class in org.openstreetmap.josm.gui.correction
Abstract correction table model.
CorrectionTableModel(List<C>) - Constructor for class org.openstreetmap.josm.gui.correction.CorrectionTableModel
Constructs a new CorrectionTableModel.
correctValue - Variable in class org.openstreetmap.josm.data.validation.tests.Highways.WrongRoundaboutHighway
 
CorrelateGpxWithImages - Class in org.openstreetmap.josm.gui.layer.geoimage
This class displays the window to select the GPX file and the offset (timezone + delta).
CorrelateGpxWithImages(GeoImageLayer) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
Constructs a new CorrelateGpxWithImages action.
CorrelateGpxWithImages.AdjustActionListener - Class in org.openstreetmap.josm.gui.layer.geoimage
Presents dialog with sliders for manual adjust.
CorrelateGpxWithImages.AutoGuessActionListener - Class in org.openstreetmap.josm.gui.layer.geoimage
 
CorrelateGpxWithImages.GpxDataWrapper - Class in org.openstreetmap.josm.gui.layer.geoimage
 
CorrelateGpxWithImages.LoadGpxDataActionListener - Class in org.openstreetmap.josm.gui.layer.geoimage
This class is called when the user doesn't find the GPX file he needs in the files that have been loaded yet.
CorrelateGpxWithImages.NoGpxTimestamps - Exception in org.openstreetmap.josm.gui.layer.geoimage
 
CorrelateGpxWithImages.Offset - Class in org.openstreetmap.josm.gui.layer.geoimage
 
CorrelateGpxWithImages.RepaintTheMapListener - Class in org.openstreetmap.josm.gui.layer.geoimage
 
CorrelateGpxWithImages.SetOffsetActionListener - Class in org.openstreetmap.josm.gui.layer.geoimage
This action listener is called when the user has a photo of the time of his GPS receiver.
CorrelateGpxWithImages.StatusBarUpdater - Class in org.openstreetmap.josm.gui.layer.geoimage
 
CorrelateGpxWithImages.SyncDialogWindowListener - Class in org.openstreetmap.josm.gui.layer.geoimage
 
CorrelateGpxWithImages.Timezone - Class in org.openstreetmap.josm.gui.layer.geoimage
 
cosb1 - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Constant parameters.
cosgamma0 - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Sine and Cosine values for gamma0 (the angle between the meridian and central line at the intersection between the central line and the Earth equator on aposphere).
cosPHI - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
cosPHI - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
cosrot - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Sine and Cosine values for the rotation between (U,V) and (X,Y) coordinate systems
cost - Variable in class org.openstreetmap.josm.tools.Diff
 
count - Variable in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserInfo
 
count - Variable in class org.openstreetmap.josm.gui.mappaint.Environment
count of nodes in parent way or members in parent relation.
count(List<?>) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the number of elements in a list.
count - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
 
count - Variable in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog
 
country_code - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
COUNTRY_CODE_TLDS - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
countryCode - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
country code of the imagery (for country specific imagery)
countryCodeTLDsMinus - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
countryCodeTLDsPlus - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
countToken(String, String) - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Returns the number of times the token appears in the target.
course(double, double, double, double) - Static method in class org.openstreetmap.josm.actions.SimplifyWayAction
 
cphi2(double) - Method in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
CRC32_checksum(String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Calculates the CRC32 checksum from a string (based on RFC 1952).
create(Collection<Collection<String>>) - Static method in class org.openstreetmap.josm.data.preferences.ListListSetting
Convenience factory method.
create(Collection<String>) - Static method in class org.openstreetmap.josm.data.preferences.ListSetting
Convenience factory method.
create(Collection<File>, GpxLayer) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
create(ImageryInfo) - Static method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
create() - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
Returns the unique instance of PlayHeadMarker.
create(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
create(Environment, BoxTextElement.BoxProvider) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
Create a new BoxTextElement with a dynamic box
create(Environment, Rectangle) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
Create a new BoxTextElement with a fixed box
create(Environment, BoxTextElement.BoxProvider, Rectangle) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
Create a new BoxTextElement with a boxprovider and a box.
create(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineTextElement
 
create(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
create(Environment, float, boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
create(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
create(Environment, Color, boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
Builds a text element from style properties in c and the default text color defaultTextColor
create(Cascade, StyleSource, String) - Static method in class org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting
 
create(Element) - Method in class org.openstreetmap.josm.gui.widgets.JosmHTMLFactory
 
create() - Static method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
Creates a new instance of MultiFetchServerObjectReader or MultiFetchOverpassObjectReader depending on the preference.
create(boolean) - Static method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
Creates a new instance of MultiFetchServerObjectReader or MultiFetchOverpassObjectReader depending on the fromMirror parameter.
create(InputStream) - Static method in class org.openstreetmap.josm.io.UTFInputStreamReader
Creates a new InputStreamReader from the InputStream with UTF-8 as default encoding.
create(InputStream, String) - Static method in class org.openstreetmap.josm.io.UTFInputStreamReader
Creates a new InputStreamReader from the InputStream.
create(URL) - Static method in class org.openstreetmap.josm.tools.HttpClient
Creates a new instance for the given URL and a GET request
create(URL, String) - Static method in class org.openstreetmap.josm.tools.HttpClient
Creates a new instance for the given URL and a GET request
create(U, V) - Static method in class org.openstreetmap.josm.tools.Pair
Convenient constructor method
create_a_b(double, double) - Static method in class org.openstreetmap.josm.data.projection.Ellipsoid
create a new ellipsoid
create_a_es(double, double) - Static method in class org.openstreetmap.josm.data.projection.Ellipsoid
create a new ellipsoid
create_a_f(double, double) - Static method in class org.openstreetmap.josm.data.projection.Ellipsoid
create a new ellipsoid
create_a_rf(double, double) - Static method in class org.openstreetmap.josm.data.projection.Ellipsoid
create a new ellipsoid
CREATE_OBJECTS - Static variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
createActivateLayerAction(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Creates a ActivateLayerAction for layer in the context of this LayerListDialog.
createActiveRenderer(Graphics2D, NavigatableComponent, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
Creates an instance of the currently active renderer.
createAndOpenFileChooser(boolean, boolean, String) - Static method in class org.openstreetmap.josm.actions.DiskAccessAction
Creates a new AbstractFileChooser and makes it visible.
createAndOpenFileChooser(boolean, boolean, String, String) - Static method in class org.openstreetmap.josm.actions.DiskAccessAction
Creates a new AbstractFileChooser and makes it visible.
createAndOpenFileChooser(boolean, boolean, String, String, int, boolean, String) - Static method in class org.openstreetmap.josm.actions.DiskAccessAction
Creates a new AbstractFileChooser and makes it visible.
createAndOpenFileChooser(boolean, boolean, String, FileFilter, int, String) - Static method in class org.openstreetmap.josm.actions.DiskAccessAction
Creates a new AbstractFileChooser for a single FileFilter and makes it visible.
createAndOpenFileChooser(boolean, boolean, String, Collection<? extends FileFilter>, FileFilter, int, String) - Static method in class org.openstreetmap.josm.actions.DiskAccessAction
Creates a new AbstractFileChooser for several FileFilters and makes it visible.
createAndOpenSaveFileChooser(String, ExtensionFileFilter) - Static method in class org.openstreetmap.josm.actions.SaveActionBase
Creates a new "Save" dialog for a single ExtensionFileFilter and makes it visible.
When the user has chosen a file, checks the file extension, and confirms overwrite if needed.
createAndOpenSaveFileChooser(String, String) - Static method in class org.openstreetmap.josm.actions.SaveActionBase
Creates a new "Save" dialog for a given file extension and makes it visible.
When the user has chosen a file, checks the file extension, and confirms overwrite if needed.
createAndOpenSaveFileChooser() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
createAndOpenSaveFileChooser() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
createAndOpenSaveFileChooser() - Method in class org.openstreetmap.josm.gui.layer.Layer
Creates a new "Save" dialog for this layer and makes it visible.
When the user has chosen a file, checks the file extension, and confirms overwrite if needed.
createAndOpenSaveFileChooser() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
createAndOpenSaveFileChooser() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
createArrow(ActionListener) - Method in class org.openstreetmap.josm.gui.SideButton
Create the arrow for opening a drop-down menu
createBoundedImage(Image, int) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Creates a scaled down version of the input image to fit maximum dimensions.
createButton(String) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
createButtonPanel() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
createCacheEntry(Tile) - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
 
createCacheEntry(byte[]) - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
createCacheEntry(byte[]) - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
createCasing(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
createCircle - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Create Circle
CreateCircleAction - Class in org.openstreetmap.josm.actions
- Create a new circle from two selected nodes or a way with 2 nodes which represent the diameter of the circle.
CreateCircleAction() - Constructor for class org.openstreetmap.josm.actions.CreateCircleAction
Constructs a new CreateCircleAction.
CreateCircleAction.PolarNode - Class in org.openstreetmap.josm.actions
Class designed to create a couple between a node and its angle relative to the center of the circle.
CreateCircleAction.PolarNodeComparator - Class in org.openstreetmap.josm.actions
Comparator used to order PolarNode relative to their angle.
createClassCondition(String, boolean, Condition.Context) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition
 
createColumn(int, String, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableColumnModel
 
createColumns(TableCellRenderer) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.history.NodeListTableColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.history.RelationMemberTableColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.history.TagTableColumnModel
 
createColumns() - Method in class org.openstreetmap.josm.gui.history.VersionTableColumnModel
 
createCommand(OsmPrimitive, Selector) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.FixCommand
Creates the fixing Command for the given primitive.
createCommand(Collection<OsmPrimitive>, List<Tag>) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Create a command to change the given list of tags.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulFilter
 
createCyclicScale(int) - Static method in class org.openstreetmap.josm.tools.ColorScale
 
created - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
CREATED_BY - Static variable in class org.openstreetmap.josm.gui.io.UploadDialog
the "created_by" changeset OSM key
createdAt - Variable in class org.openstreetmap.josm.data.notes.Note
 
createdAt - Variable in class org.openstreetmap.josm.data.osm.Changeset
date this changeset was created at
createdBefore - Variable in class org.openstreetmap.josm.io.ChangesetQuery
 
createDefault() - Static method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Replies a set of default parameters for a consumer accessing the standard OSM server at OsmApi.DEFAULT_API_URL.
createDefault(String) - Static method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Replies a set of default parameters for a consumer accessing an OSM server at the given API url.
createDefaultModel() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
createDefaultState(int, int) - Static method in class org.openstreetmap.josm.gui.MapViewState
Create the default MapViewState object for the given map view.
createDeleteLayerAction() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Creates a DeleteLayerAction in the context of this LayerListDialog.
createDeleteTagsCommand(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
createDirectedGraphFromNodePairs(List<CombineWayAction.NodePair>) - Static method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
createDirectedGraphFromWays(Collection<Way>) - Static method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
createdPrimitives - Variable in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
createdPrimitivesToSelect - Variable in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
createDuplicateLayerAction(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Creates a DuplicateAction for layer in the context of this LayerListDialog.
createElement(String) - Method in class org.openstreetmap.josm.io.session.SessionWriter.ExportSupport
Creates an element of the type specified.
createExpressionCondition(Expression, Condition.Context) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition
 
createFileArray(BufferedReader) - Static method in class org.openstreetmap.josm.gui.FileDrop
 
createFileChooser() - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Creates a new AbstractFileChooser with default settings.
createFileChooser(boolean, String, FileFilter, int) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Creates a new AbstractFileChooser with given settings for a single FileFilter.
createFileChooser(boolean, String, Collection<? extends FileFilter>, FileFilter, int) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Creates a new AbstractFileChooser with given settings for a collection of FileFilters.
createFileChooser(boolean, String, String, boolean, int) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Creates a new AbstractFileChooser with given settings for a file extension.
createFromMap(Map<String, String>) - Method in class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlParser
 
createFromPreferences(Preferences) - Static method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Replies a set of parameters as defined in the preferences.
createFunctionExpression(String, List<Expression>) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory
Main method to create an function-like expression.
createGeneralName(String, String) - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Creates a GeneralName object from known types.
createHatchTexture() - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Initialize the hatch pattern used to paint the non-downloaded area
createHelpButton(String) - Static method in class org.openstreetmap.josm.gui.HelpAwareOptionPane
Creates the help button
createHSBScale(int) - Static method in class org.openstreetmap.josm.tools.ColorScale
 
createIcon(Environment, String[]) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
createImageFromSvg(SVGDiagram, Dimension) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Constructs an image from the given SVG data.
createImageProcessor(BufferedImageOp, boolean) - Static method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Wraps a BufferedImageOp to be used as ImageProcessor.
createImpl(Environment, LineElement.LineType) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
createInfo(String, String, String) - Static method in class org.openstreetmap.josm.plugins.PluginListParser
Creates the plugin information object
createInfoUrl(Object) - Method in class org.openstreetmap.josm.actions.AbstractInfoAction
 
createInfoUrl(Object) - Method in class org.openstreetmap.josm.actions.HistoryInfoWebAction
 
createInfoUrl(Object) - Method in class org.openstreetmap.josm.actions.InfoWebAction
 
createInfoUrl(Object) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.ShowUserInfoAction
 
createInfoUrl(Object) - Method in class org.openstreetmap.josm.gui.history.VersionTable.ChangesetInfoAction
 
createInfoUrl(Object) - Method in class org.openstreetmap.josm.gui.history.VersionTable.UserInfoAction
 
createInputStream(File) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.LoadGpxDataActionListener
 
createInputStream(File, boolean) - Method in class org.openstreetmap.josm.io.session.SessionReader
 
createInstance() - Method in class org.openstreetmap.josm.data.projection.proj.ClassProjFactory
 
createInstance() - Method in interface org.openstreetmap.josm.data.projection.proj.ProjFactory
 
createInstance(MapFrame) - Static method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Creates the instance of the dialog.
createJoinNodeToWayAction() - Static method in class org.openstreetmap.josm.actions.JoinNodeWayAction
Constructs a Join Node to Way action.
createJosDocument() - Method in class org.openstreetmap.josm.io.session.SessionWriter
Creates XML (.jos) session document.
createKeyCondition(String, boolean, Condition.KeyMatchType, Condition.Context) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition
 
createKeyValueCondition(String, String, Condition.Op, Condition.Context, boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition
 
createLayer(DataSet, File, String) - Method in class org.openstreetmap.josm.io.OsmImporter
 
createLayout(Component, boolean, Collection<SideButton>) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Create a component with the given layout for this component.
createLayout(Component, boolean, Collection<SideButton>, Collection<SideButton>...) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
createLeftCasing(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
createLine(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
createLocalUser(String) - Static method in class org.openstreetmap.josm.data.osm.User
Creates a local user with the given name
createMapFrame(Layer, ViewportData) - Method in class org.openstreetmap.josm.Main
Deprecated.
Not supported. MainPanel does this automatically.
createMapFromQueryString(String) - Method in class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlParser
 
createMapViewPainter(MapViewPaintable.MapViewEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable
Creates a new LayerPainter.
createMapViewPainter(MapViewPaintable.MapViewEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
createMarkers(WayPoint, File, MarkerLayer, double, double) - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Returns an object of class Marker or one of its subclasses created from the parameters given.
createMarkers(WayPoint, File, MarkerLayer, double, double) - Method in interface org.openstreetmap.josm.gui.layer.markerlayer.MarkerProducers
Returns a collection of Marker objects if this implementation wants to create one for the given input data, or null otherwise.
createMenuComponent() - Method in class org.openstreetmap.josm.gui.dialogs.layer.DeleteLayerAction
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AutoLoadTilesAction
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AutoZoomAction
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ShowErrorsAction
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.layer.CustomizeColor
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ShowThumbnailAction
Create actual menu entry and define if it is enabled or not.
createMenuComponent() - Method in class org.openstreetmap.josm.gui.layer.gpx.CustomizeDrawingAction
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.OffsetAction
 
createMenuComponent() - Method in interface org.openstreetmap.josm.gui.layer.Layer.LayerAction
Creates and return the menu component.
createMenuComponent() - Method in class org.openstreetmap.josm.gui.layer.Layer.SeparatorLayerAction
 
createMenuComponent() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.ShowHideMarkerText
 
createMergeLayerAction(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Creates a MergeLayerAction for layer in the context of this LayerListDialog.
createMessage(Way, Way) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Barrier
 
createMessage(Way, Way) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Boundaries
 
createMessage(Way, Way) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
createMessage(Way, Way) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Ways
 
createMiddleNodeFromVirtual(EastNorth) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
createMoveCommand(Node) - Method in class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
Create a MoveCommand to move a node to this PolarCoor.
createMoveNodeOntoWayAction() - Static method in class org.openstreetmap.josm.actions.JoinNodeWayAction
Constructs a Move Node onto Way action.
createMultipolygon - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Create multipolygon
CreateMultipolygonAction - Class in org.openstreetmap.josm.actions
Create multipolygon from selected ways automatically.
CreateMultipolygonAction(boolean) - Constructor for class org.openstreetmap.josm.actions.CreateMultipolygonAction
Constructs a new CreateMultipolygonAction.
CreateMultipolygonAction.CreateUpdateMultipolygonTask - Class in org.openstreetmap.josm.actions
 
createMultipolygonCommand(Collection<Way>, Relation) - Static method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
Returns a Pair of a multipolygon creating/modifying Command as well as the multipolygon Relation.
createMultipolygonRelation(Collection<Way>, boolean) - Static method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
Returns a Pair null and the newly created/modified multipolygon Relation.
createNearlyUndirectedGraphFromNodeWays(Collection<Way>) - Static method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
createNewLayer(String) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
createNewLayer() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
createNewMapFrame() - Method in class org.openstreetmap.josm.gui.MainPanel
 
createNewName() - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Replies a new unique name for a data layer
createNewPidFile(File, String) - Static method in class org.openstreetmap.josm.data.AutosaveTask
 
createNewRectangle() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Creates a new way that shares segment with selected way.
createNewWaysFromChunks(Way, Iterable<List<Node>>) - Static method in class org.openstreetmap.josm.actions.SplitWayAction
Creates new way objects for the way chunks and transfers the keys from the original way.
createNode(AbstractLayer) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
createNodeData(AbstractLayer) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
createNote(LatLon, String) - Method in class org.openstreetmap.josm.data.osm.NoteData
Create a new note
createNote(LatLon, String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Create a new note on the server.
createOptionButtons(HelpAwareOptionPane.ButtonSpec[], String) - Static method in class org.openstreetmap.josm.gui.HelpAwareOptionPane
Creates the list buttons to be displayed in the option pane dialog.
createOsmUser(long, String) - Static method in class org.openstreetmap.josm.data.osm.User
Creates a user known to the OSM server
createOsmWriter(PrintWriter, boolean, String) - Static method in class org.openstreetmap.josm.io.OsmWriterFactory
 
createOsmWriterImpl(PrintWriter, boolean, String) - Method in class org.openstreetmap.josm.io.OsmWriterFactory
 
createPanel(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Creates a panel for this preset.
createPath(List<Node>) - Static method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
createPolygons(List<Way>, List<Multipolygon.PolyData>) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
createPolygons(List<Multipolygon.PolyData>) - Static method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
createPopupMenu(AbstractLayer) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
createPostLayerTask(DataSet, File, String, OsmDataLayer) - Method in class org.openstreetmap.josm.io.OsmImporter
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.display.DisplayPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.display.LafPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.map.BackupPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.Factory
 
createPreferenceSetting() - Method in interface org.openstreetmap.josm.gui.preferences.PreferenceSettingFactory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.server.ServerAccessPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.shortcut.ShortcutPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference.Factory
 
createPreferenceSetting() - Method in class org.openstreetmap.josm.plugins.PluginPreferenceFactory
 
createPreferenceTab(TabPreferenceSetting) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Construct a PreferencePanel for the preference settings.
createPreferenceTab(TabPreferenceSetting, boolean) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Construct a PreferencePanel for the preference settings.
createPreferenceTabWithScrollPane(PreferenceTabbedPane, JPanel) - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
createPrimitive(String) - Static method in class org.openstreetmap.josm.data.osm.OsmUtils
Creates a new OSM primitive according to the given assertion.
createPrimitive(Attributes, OsmPrimitiveType) - Method in class org.openstreetmap.josm.io.AbstractParser
 
createPrimitive(IPrimitive, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Creates an OSM primitive on the server.
createPseudoClassCondition(String, boolean, Condition.Context) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition
 
createPseudoClassCondition(String, boolean, Condition.Context) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClassCondition
 
createRefresh() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
createRegexpKeyRegexpValueCondition(String, String, Condition.Op) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition
 
createRelation(MultipolygonBuilder, Relation) - Static method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
Builds a relation from polygon ways.
createRequest(String) - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.OAuthProvider
 
createRightCasing(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
createRotatedImage(Image, double) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Creates a rotated version of the input image.
createRotatedImage(Image, double, Dimension) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Creates a rotated version of the input image, scaled to the given dimension.
createScrollPane(JosmTextArea) - Static method in class org.openstreetmap.josm.actions.AboutAction
 
createSearchSetting(String, Collection<OsmPrimitive>, boolean) - Static method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
createSelection(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Removes all unsuitable OsmPrimitives from the given list
createSemiInfiniteLine(Point2D, Point2D, Graphics2D) - Static method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Creates a new Line that extends off the edge of the viewport in one direction
createShowHideLayerAction() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Creates a ShowHideLayerAction in the context of this LayerListDialog.
createSimpleLineStyle(Color, boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
Creates a simple line with default widt.
createSiteCacheFile(File, String) - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
Creates the file name for the cached plugin list and the icon cache file.
createSubGridTree(NTV2SubGrid[]) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
Create a tree of Sub Grids by adding each Sub Grid to its parent (where it has one), and returning an array of the top level Sub Grids
createSubTaskMonitor(int, boolean) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
createSubTaskMonitor(int, boolean) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
createSubTaskMonitor(int, boolean) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Creates subtasks monitor.
createSubTaskMonitor(int, boolean) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
createSymbol(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
createTask() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
createTask() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction
 
createTextField(String) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ShowTileInfoAction
 
createTextNode(String) - Method in class org.openstreetmap.josm.io.session.SessionWriter.ExportSupport
Creates a text node given the specified string.
createTileLoaderJob(Tile) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileLoader
A typical implementation of this function should create and return a new TileJob instance that performs the load action.
createTileLoaderJob(Tile) - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
createTileLoaderJob(Tile) - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
createTileLoaderJob(Tile) - Method in class org.openstreetmap.josm.data.imagery.WMSCachedTileLoader
 
createTmp() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Make a fresh copy and save it in the temporary variable.
createToken(OAuthConsumer) - Static method in class org.openstreetmap.josm.data.oauth.OAuthToken
Creates an OAuthToken from the token currently managed by the OAuthConsumer.
createTransferable(JComponent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTransferHandler
 
createTransferable(JComponent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionTransferHandler
 
createTransferable(JComponent) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.SelectedListTransferHandler
 
createUndirectedGraphFromNodeList(List<CombineWayAction.NodePair>) - Static method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
Create an undirected graph from the given node pairs.
createUndirectedGraphFromNodeWays(Collection<Way>) - Static method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
Create an undirected graph from the given ways, but prevent reversing of all non-new ways by fix one direction.
CreateUpdateMultipolygonTask(Collection<Way>, Relation) - Constructor for class org.openstreetmap.josm.actions.CreateMultipolygonAction.CreateUpdateMultipolygonTask
 
createUpdateTagCommand(Collection<OsmPrimitive>, TagModel) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
createUploadTask(ProgressMonitor) - Method in class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Creates a new AbstractIOTask for uploading data.
createUploadTask(ProgressMonitor) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
createUploadTask(ProgressMonitor) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
createUploadTask(ProgressMonitor) - Method in interface org.openstreetmap.josm.gui.layer.UploadToServer
Creates a new AbstractIOTask for uploading data.
createUser(Attributes) - Method in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
createUser(String, String) - Method in class org.openstreetmap.josm.io.OsmReader
 
createVersionComparePanel() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowser
creates the panel which shows information about two different versions of the same OsmPrimitive.
createVersionTablePanel() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowser
creates the table which shows the list of versions
createVisibilityToggleShortcuts() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
registers (shortcut to toggle right hand side toggle dialogs)+(number keys) shortcuts to toggle the visibility of the first ten layers.
createWithoutShortcut() - Static method in class org.openstreetmap.josm.actions.HelpAction
Constructs a new HelpAction without assigning a shortcut.
creator - Variable in class org.openstreetmap.josm.data.gpx.GpxData
Creator (usually software)
CredentialDialog - Class in org.openstreetmap.josm.gui.io
 
CredentialDialog(String) - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog
 
CredentialDialog.CancelAction - Class in org.openstreetmap.josm.gui.io
 
CredentialDialog.CredentialPanel - Class in org.openstreetmap.josm.gui.io
 
CredentialDialog.HttpProxyCredentialsPanel - Class in org.openstreetmap.josm.gui.io
 
CredentialDialog.OKAction - Class in org.openstreetmap.josm.gui.io
 
CredentialDialog.OsmApiCredentialsPanel - Class in org.openstreetmap.josm.gui.io
 
CredentialDialog.OtherHostCredentialsPanel - Class in org.openstreetmap.josm.gui.io
 
CredentialDialog.SelectAllOnFocusHandler - Class in org.openstreetmap.josm.gui.io
 
CredentialDialog.TFKeyListener - Class in org.openstreetmap.josm.gui.io
Listener for username and password text fields key events.
CredentialDialog.WindowEventHander - Class in org.openstreetmap.josm.gui.io
 
CredentialPanel(CredentialDialog) - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
CredentialsAgent - Interface in org.openstreetmap.josm.io.auth
A CredentialsAgent manages two credentials: the credential for Authenticator.RequestorType.SERVER which is equal to the OSM API credentials in JOSM the credential for Authenticator.RequestorType.PROXY which is equal to the credentials for an optional HTTP proxy server a user may use In addition, it manages an OAuth Access Token for accessing the OSM server.
CredentialsAgentException - Exception in org.openstreetmap.josm.io.auth
 
CredentialsAgentException(String, Throwable) - Constructor for exception org.openstreetmap.josm.io.auth.CredentialsAgentException
Constructs a new CredentialsAgentException.
CredentialsAgentException(String) - Constructor for exception org.openstreetmap.josm.io.auth.CredentialsAgentException
Constructs a new CredentialsAgentException.
CredentialsAgentException(Throwable) - Constructor for exception org.openstreetmap.josm.io.auth.CredentialsAgentException
Constructs a new CredentialsAgentException.
CredentialsAgentResponse - Class in org.openstreetmap.josm.io.auth
CredentialsAgentResponse() - Constructor for class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
 
CredentialsManager - Class in org.openstreetmap.josm.io.auth
CredentialManager is a factory for the single credential agent used.
CredentialsManager(CredentialsAgent) - Constructor for class org.openstreetmap.josm.io.auth.CredentialsManager
Constructs a new CredentialsManager.
CredentialsManager.CredentialsAgentFactory - Interface in org.openstreetmap.josm.io.auth
 
crosses180th - Variable in class org.openstreetmap.josm.io.BoundingBoxDownloader
 
crosses180thMeridian() - Method in class org.openstreetmap.josm.data.Bounds
Determines if this Bounds object crosses the 180th Meridian.
CROSSING_WAYS - Static variable in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
CROSSING_WAYS - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Intersection between multipolygon ways
CrossingFinder(Environment) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.CrossingFinder
 
CrossingWays - Class in org.openstreetmap.josm.data.validation.tests
Tests if there are segments that crosses in the same layer
CrossingWays(String) - Constructor for class org.openstreetmap.josm.data.validation.tests.CrossingWays
Constructs a new CrossingWays test.
CrossingWays.Barrier - Class in org.openstreetmap.josm.data.validation.tests
Crossing barriers ways test.
CrossingWays.Boundaries - Class in org.openstreetmap.josm.data.validation.tests
Crossing boundaries ways test.
CrossingWays.Ways - Class in org.openstreetmap.josm.data.validation.tests
General crossing ways test.
crs - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSet
 
crs - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSetBuilder
 
crsList - Variable in class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
crsScale - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
crsToCode(String) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
css - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
CSS_COLORS - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.CSSColors
 
CSSColors - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
CSSColors() - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.CSSColors
 
ctrl - Variable in class org.openstreetmap.josm.actions.mapmode.MapMode
 
ctrl - Variable in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
CTRL - Static variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
CTRL - Static variable in class org.openstreetmap.josm.tools.Shortcut
Command group.
CTRL_SHIFT - Static variable in class org.openstreetmap.josm.tools.Shortcut
Command-Shift group.
culturePattern - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
curDir - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
curLayer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
current - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.HeaderPanel
 
current - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
current - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
current - Variable in class org.openstreetmap.josm.gui.history.TwoColumnDiff
 
current - Variable in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
The current changeset
current - Variable in class org.openstreetmap.josm.tools.SubclassFilteredCollection.FilterIterator
 
current - Variable in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
CURRENT_FILE_VERSION - Static variable in class org.openstreetmap.josm.io.WMSLayerExporter
Which version of the file we export
currentAction - Variable in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
currentAction - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParametersTableModel
 
currentActivePlugins - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
 
currentArea - Variable in class org.openstreetmap.josm.gui.download.BookmarkSelection
the currently selected download area.
currentBaseNode - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
currentBounds - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
currentBounds - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
currentChangeset - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
currentChangeset - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
currentChild - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
currentColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Color cache to draw subsequent segments of same color as one Path.
currentDiff - Variable in class org.openstreetmap.josm.gui.history.TwoColumnDiff
 
currentEntry - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
currentExtensions - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
currentFuture - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
currentIndex - Variable in class org.openstreetmap.josm.data.osm.TagMap.TagEntryInterator
Current tag index.
currentInfoPanel - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
the common info panel for the history node in role CURRENT_POINT_IN_TIME
currentInfoPanel - Variable in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
currentInfoPanel - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer
 
currentLatLonViewer - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
the info panel for coordinates for the node in role CURRENT_POINT_IN_TIME
currentLayer - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
currentLayer - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
currentLink - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
currentMap - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
currentMarker - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
currentMode - Variable in class org.openstreetmap.josm.io.OsmChangeBuilder
 
currentModificationType - Variable in class org.openstreetmap.josm.io.OsmChangesetContentParser.Parser
the current change modification type
currentMouseEastNorth - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
currentNode - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QuadBucketIterator
 
currentNodeListTableModel - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
currentNotification - Variable in class org.openstreetmap.josm.gui.NotificationManager
 
currentNotificationPanel - Variable in class org.openstreetmap.josm.gui.NotificationManager
 
currentNumber - Variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
currentPath - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Path store to draw subsequent segments of same color as one Path.
currentPhoto - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
currentPrimitive - Variable in class org.openstreetmap.josm.io.AbstractParser
the current primitive to be read
currentProgressMonitor - Static variable in class org.openstreetmap.josm.Main
The progress monitor being currently displayed.
currentProgressValue - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
currentProgressValue - Variable in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
CurrentProjection() - Constructor for class org.openstreetmap.josm.io.GeoJSONExporter.CurrentProjection
 
currentRange - Variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
currentRelationMemberTableModel - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
currentResult - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameFinderResultParser
 
currentRoute - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
currentState - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
currentTag - Variable in class org.openstreetmap.josm.gui.tagging.TagCellEditor
 
currentTagTableModel - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
currentTask - Variable in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
Reference to the task currently running
currentTask - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
currentText - Variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
currentTF - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.TFKeyListener
 
currentTileMatrixSet - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
currentToken - Variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
currentToken - Variable in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
currentTrack - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
currentTrackAttr - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
currentTrackSeg - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
currentValue - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.Request
 
currentWayPoint - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
currentZoomLevel - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Zoomlevel at which tiles is currently downloaded.
cursor - Static variable in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
cursor() - Method in enum org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteMode
 
cursor - Variable in class org.openstreetmap.josm.actions.mapmode.MapMode
 
cursor() - Method in enum org.openstreetmap.josm.actions.mapmode.SelectAction.SelectActionCursor
 
cursor - Variable in class org.openstreetmap.josm.tools.CopyList.Itr
Index of element to be returned by subsequent call to next.
cursorCreateNew - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The cursor for the 'create_new' mode.
cursorCreateNodes - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The cursor for the 'alwaysCreateNodes' submode.
cursorImprove - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
cursorImproveAdd - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
cursorImproveAddLock - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
cursorImproveDelete - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
cursorImproveLock - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
cursorJoinNode - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
cursorJoinWay - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
cursorManager - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
CursorManager - Class in org.openstreetmap.josm.gui.util
This class manages multiple cursors for multiple components.
CursorManager(Component) - Constructor for class org.openstreetmap.josm.gui.util.CursorManager
Creates a new NavigationCursorManager
cursors - Variable in class org.openstreetmap.josm.gui.util.CursorManager
 
cursorSelect - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
cursorSelectHover - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
cursorTranslate - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The cursor for the 'translate' mode.
customBaseHeading - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
customColoring - Variable in class org.openstreetmap.josm.data.gpx.WayPoint
 
customComparator - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
customComponents - Static variable in class org.openstreetmap.josm.gui.io.UploadDialog
list of custom components that can be added by plugins at JOSM startup
CustomConfigurator - Class in org.openstreetmap.josm.data
Class to process configuration changes stored in XML can be used to modify preferences, store/delete files in .josm folders etc
CustomConfigurator() - Constructor for class org.openstreetmap.josm.data.CustomConfigurator
 
CustomConfigurator.PreferencesUtils - Class in org.openstreetmap.josm.data
Helper class to do specific Preferences operation - appending, replacing, deletion by key and by value Also contains functions that convert preferences object to JavaScript object and back
CustomConfigurator.XMLCommandProcessor - Class in org.openstreetmap.josm.data
 
customFlavor - Variable in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
 
CustomizeColor - Class in org.openstreetmap.josm.gui.layer
 
CustomizeColor(List<Layer>) - Constructor for class org.openstreetmap.josm.gui.layer.CustomizeColor
Constructs a new CustomizeColor for a given list of layers.
CustomizeColor(Layer) - Constructor for class org.openstreetmap.josm.gui.layer.CustomizeColor
Constructs a new CustomizeColor for a single layer.
CustomizeDrawingAction - Class in org.openstreetmap.josm.gui.layer.gpx
 
CustomizeDrawingAction(List<Layer>) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.CustomizeDrawingAction
 
CustomizeDrawingAction(Layer) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.CustomizeDrawingAction
 
CustomizeDrawingAction() - Constructor for class org.openstreetmap.josm.gui.layer.gpx.CustomizeDrawingAction
 
CustomProjection - Class in org.openstreetmap.josm.data.projection
Custom projection.
CustomProjection() - Constructor for class org.openstreetmap.josm.data.projection.CustomProjection
Constructs a new empty CustomProjection.
CustomProjection(String) - Constructor for class org.openstreetmap.josm.data.projection.CustomProjection
Constructs a new CustomProjection with given parameters.
CustomProjection(String, String, String, String) - Constructor for class org.openstreetmap.josm.data.projection.CustomProjection
Constructs a new CustomProjection with given name, code and parameters.
CustomProjection.Param - Enum in org.openstreetmap.josm.data.projection
Proj4-like projection parameters.
CustomProjection.Polarity - Enum in org.openstreetmap.josm.data.projection
 
CustomProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
 
CustomProjectionChoice() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
Constructs a new CustomProjectionChoice.
CustomProjectionChoice.ParameterInfoDialog - Class in org.openstreetmap.josm.gui.preferences.projection
 
CustomProjectionChoice.PreferencePanel - Class in org.openstreetmap.josm.gui.preferences.projection
 
customRenderer - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesCellRenderer
 
customText - Variable in class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
customText - Variable in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
customText - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
customText - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.Request
 
customText - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
cut(Range, Range) - Static method in class org.openstreetmap.josm.gui.mappaint.Range
provides the intersection of 2 overlapping ranges
cycle - Variable in exception org.openstreetmap.josm.actions.upload.CyclicUploadDependencyException
 
cycleList - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.CycleManager
 
cycleManager - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
CycleManager() - Constructor for class org.openstreetmap.josm.actions.mapmode.SelectAction.CycleManager
 
CycleMap() - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.CycleMap
Constructs a new CycleMap tile source.
cyclePrims - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.CycleManager
 
cyclePrims() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction.CycleManager
Modifies current selection state and returns the next element in a selection cycle given by cycleList field
cycleSetup(OsmPrimitive, Point) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction.CycleManager
Determine primitive to be selected and build cycleList
cycleStart - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.CycleManager
 
CyclicUploadDependencyException - Exception in org.openstreetmap.josm.actions.upload
 
CyclicUploadDependencyException(Stack<Relation>) - Constructor for exception org.openstreetmap.josm.actions.upload.CyclicUploadDependencyException
 
cyclistWays - Variable in class org.openstreetmap.josm.data.validation.tests.Highways
 

D

DASHES - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
DASHES_BACKGROUND_COLOR - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
DASHES_BACKGROUND_OPACITY - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
DASHES_OFFSET - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
dashesBackground - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
dashesLine - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
data - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodePanel
 
data(DefaultMutableTreeNode) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
data(Object) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
data - Variable in class org.openstreetmap.gui.jmapviewer.Coordinate
 
data - Variable in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
Data - Interface in org.openstreetmap.josm.data
Generic data, holding data downloaded from various data sources.
data - Variable in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
the history data
data - Variable in class org.openstreetmap.josm.data.osm.Storage
 
data - Variable in class org.openstreetmap.josm.data.osm.Storage.SafeReadonlyIter
 
data - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
data - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsTableModel
 
Data(Collection<PrimitiveData>) - Constructor for class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable.Data
 
Data(Collection<RelationMemberData>) - Constructor for class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable.Data
 
data - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
data - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
 
data - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableModel
 
data - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
data - Variable in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
data - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
data - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteTableModel
 
data - Variable in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserTableModel
 
data - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableModel
 
data - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameFinderResultParser
 
data - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
data - Variable in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
 
data - Variable in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveListModel
 
data - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.GpxDataWrapper
 
data - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
data - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
data - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
data - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction
 
data - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
data - Variable in class org.openstreetmap.josm.gui.layer.GpxLayer
GPX data
data - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
A list of markers.
data - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
The data behind this layer.
data - Variable in class org.openstreetmap.josm.gui.mappaint.DividedScale
 
data - Variable in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor.ListSettingTableModel
 
data - Variable in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor
 
data() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.ListTableModel
 
data() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.MapTableModel
 
data - Variable in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.LanguageComboBoxModel
 
data - Variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
data - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ScListModel
 
data - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
data - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.AvailableSourcesListModel
 
data - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
data - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
data - Variable in class org.openstreetmap.josm.io.CacheCustomContent
Where the data will be stored
data - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
data - Variable in class org.openstreetmap.josm.io.GpxWriter
 
data - Variable in class org.openstreetmap.josm.io.NmeaReader
 
data - Variable in class org.openstreetmap.josm.io.OsmChangesetContentParser
 
data - Variable in class org.openstreetmap.josm.io.OsmHistoryReader
 
data - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
Holds the data input string
data - Variable in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 
DATA_FLAVOR - Static variable in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
The default DataFlavor for FileDrop.TransferableObject has the representation class net.iharder.dnd.TransferableObject.class and the MIME type application/x-net.iharder.dnd.TransferableObject.
DATA_VALUES - Static variable in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
dataChanged(DataChangedEvent) - Method in interface org.openstreetmap.josm.data.osm.event.DataSetListener
Called after big changes in dataset.
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.data.validation.TestError
 
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
dataChanged() - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
dataChanged(DataChangedEvent) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
dataChangedAdapter - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
DataChangedEvent - Class in org.openstreetmap.josm.data.osm.event
 
DataChangedEvent(DataSet, List<AbstractDatasetChangedEvent>) - Constructor for class org.openstreetmap.josm.data.osm.event.DataChangedEvent
 
DataChangedEvent(DataSet) - Constructor for class org.openstreetmap.josm.data.osm.event.DataChangedEvent
 
dataClass - Variable in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
DataCountVisitor() - Constructor for class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
DataIntegrityProblemException - Exception in org.openstreetmap.josm.data.osm
 
DataIntegrityProblemException(String) - Constructor for exception org.openstreetmap.josm.data.osm.DataIntegrityProblemException
 
DataIntegrityProblemException(String, String) - Constructor for exception org.openstreetmap.josm.data.osm.DataIntegrityProblemException
 
dataKeys - Variable in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor
 
dataLayerCounter - Static variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
the global counter for created data layers
dataMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
dataMenu contains plugin actions that are related to certain tagging schemes (addressing opening hours), importing external data and using external web APIs
dataProvider - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
dataSet - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
DataSet - Class in org.openstreetmap.josm.data.osm
DataSet is the data behind the application.
DataSet() - Constructor for class org.openstreetmap.josm.data.osm.DataSet
Constructs a new DataSet.
DataSet(DataSet) - Constructor for class org.openstreetmap.josm.data.osm.DataSet
Creates a new DataSet.
dataSet - Variable in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
 
dataSet - Variable in class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent
 
dataSet - Variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
the parent dataset
dataSet - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
 
dataSet - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.FetchResult
The resulting data set
dataSet - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
Holds the parsed data set
datasetAdapter - Variable in class org.openstreetmap.josm.data.AutosaveTask
 
DatasetConsistencyTest - Class in org.openstreetmap.josm.data.osm
This class can be used to run consistency tests on dataset.
DatasetConsistencyTest(DataSet, Writer) - Constructor for class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Constructs a new DatasetConsistencyTest.
DatasetEventManager - Class in org.openstreetmap.josm.data.osm.event
This class allows to add DatasetListener to currently active dataset.
DatasetEventManager() - Constructor for class org.openstreetmap.josm.data.osm.event.DatasetEventManager
Constructs a new DatasetEventManager.
DatasetEventManager.EdtRunnable - Class in org.openstreetmap.josm.data.osm.event
 
DatasetEventManager.FireMode - Enum in org.openstreetmap.josm.data.osm.event
 
DatasetEventManager.ListenerInfo - Class in org.openstreetmap.josm.data.osm.event
 
DatasetEventType() - Constructor for enum org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent.DatasetEventType
 
DatasetFactory - Class in org.openstreetmap.josm.data.osm
Convenience class allowing to manage primitives in the dataset.
DatasetFactory() - Constructor for class org.openstreetmap.josm.data.osm.DatasetFactory
 
DatasetFactory(DataSet) - Constructor for class org.openstreetmap.josm.data.osm.DatasetFactory
 
DataSetListener - Interface in org.openstreetmap.josm.data.osm.event
A listener listening for all DataSet changes.
DataSetListenerAdapter - Class in org.openstreetmap.josm.data.osm.event
Classes that do not wish to implement all methods of DataSetListener may use this class.
DataSetListenerAdapter(DataSetListenerAdapter.Listener) - Constructor for class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
DataSetListenerAdapter.Listener - Interface in org.openstreetmap.josm.data.osm.event
 
DataSetMerger - Class in org.openstreetmap.josm.data.osm
A dataset merger which takes a target and a source dataset and merges the source data set onto the target dataset.
DataSetMerger(DataSet, DataSet) - Constructor for class org.openstreetmap.josm.data.osm.DataSetMerger
constructor The visitor will merge sourceDataSet onto targetDataSet
DataSource - Class in org.openstreetmap.josm.data
A data source, defined by bounds and textual description for the origin.
DataSource(Bounds, String) - Constructor for class org.openstreetmap.josm.data.DataSource
Constructs a new DataSource.
DataSource(DataSource) - Constructor for class org.openstreetmap.josm.data.DataSource
Cosntructs a new DataSource
dataSources - Variable in class org.openstreetmap.josm.data.gpx.GpxData
All data sources (bounds of downloaded bounds) of this GpxData.
Not part of GPX standard but rather a JOSM extension, needed by the fact that OSM API does not provide <bounds> element in its GPX reply.
dataSources - Variable in class org.openstreetmap.josm.data.osm.DataSet
All data sources of this DataSet.
dataUpdated() - Method in class org.openstreetmap.josm.data.osm.NoteData
 
dataUrlPattern - Static variable in class org.openstreetmap.josm.tools.ImageProvider
data:[<mediatype>][;base64],<data>
dataValues() - Static method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
dataValues - Variable in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor
 
date - Variable in class org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
date this comment was posted at
DATE_COMPARATOR - Static variable in class org.openstreetmap.josm.data.osm.NoteData
Sorts notes strictly by creation date
DateEditorWithSlider - Class in org.openstreetmap.josm.gui.widgets
Widget originally created for date filtering of GPX tracks.
DateEditorWithSlider(String) - Constructor for class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
Constructs a new DateEditorWithSlider with a given label
dateFilter - Variable in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
 
DateFilterPanel - Class in org.openstreetmap.josm.gui.layer.gpx
 
DateFilterPanel(GpxLayer, String, boolean) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
Create the panel to filter tracks on GPX layer @param layer by date Preferences will be stored in @param preferencePrefix If @param enabled = true, then the panel is created as active and filtering occurs immediately.
dateFormat - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteRenderer
 
dateFrom - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
dateFromInt(int) - Method in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
dateMax - Variable in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
dateMin - Variable in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
dateScale - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
dateSort - Variable in class org.openstreetmap.josm.gui.NoteSortDialog
 
dateTo - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
DateUtils - Class in org.openstreetmap.josm.tools.date
A static utility class dealing with: parsing XML date quickly and formatting a date to the XML UTC format regardless of current locale providing a single entry point for formatting dates to be displayed in JOSM GUI, based on user preferences
DateUtils() - Constructor for class org.openstreetmap.josm.tools.date.DateUtils
 
DateValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.DateValidator
 
datum - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
Datum - Interface in org.openstreetmap.josm.data.projection.datum
Represents a geodetic datum.
datums - Static variable in class org.openstreetmap.josm.data.projection.Projections
 
DAYS - Static variable in class org.openstreetmap.josm.io.CachedFile
 
DAYS_CLOSED - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
Property defining number of days a bug needs to be closed to no longer be downloaded
DblClickHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.DblClickHandler
 
DblClickHandler() - Constructor for class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable.DblClickHandler
 
dblClickListener - Variable in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
DblClickMouseAdapter() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.DblClickMouseAdapter
 
dd - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Constant parameters.
debug - Static variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
whether debug mode is enabled or not
debug(String) - Static method in class org.openstreetmap.josm.Main
Prints a debug message if logging is on.
debug(String, Object...) - Static method in class org.openstreetmap.josm.Main
Prints a formatted debug message if logging is on.
debug(Throwable) - Static method in class org.openstreetmap.josm.Main
Prints a debug message for the given Throwable.
DEBUG - Static variable in class org.openstreetmap.josm.tools.GeoPropertyIndex
 
DebugTextDisplay - Class in org.openstreetmap.josm.tools.bugreport
This is a text area that displays the debug text with scroll bars.
DebugTextDisplay(String) - Constructor for class org.openstreetmap.josm.tools.bugreport.DebugTextDisplay
Creates a new text are with the fixed text
decide(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
applies a merge decision to this merge item
decide(int, MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
set the merge decision of the TagMergeItem in row row to decision.
decide(int[], MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
set the merge decision of all TagMergeItem given by indices in rows to decision.
decide(RelationMemberConflictDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
decideCoordsConflict(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
Decides a conflict between local and server coordinates
decideDeletedStateConflict(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
decides the conflict between two deleted states
decideRemaining(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
Decides/resolves undecided conflicts to the given decision type
decideRemaining(MergeDecisionType) - Method in interface org.openstreetmap.josm.gui.conflict.pair.IConflictResolver
 
decideRemaining(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
decideRemaining(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
decideRemaining(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
decideRemaining(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
DECIMAL_FORMAT - Variable in class org.openstreetmap.josm.gui.MapStatus
 
decision - Variable in class org.openstreetmap.josm.command.conflict.CoordinateConflictResolveCommand
the merge decision
decision - Variable in class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
the merge decision
decision - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
decisions - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
the list of conflict decisions
decisions - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
declaration - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.GroupedMapCSSRule
MapCSS declaration
declaration - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule
 
Declaration(List<Instruction>, int) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule.Declaration
 
decodeUrl(String) - Static method in class org.openstreetmap.josm.tools.Utils
Decodes a application/x-www-form-urlencoded string.
decorate(JTextComponent) - Static method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.DateValidator
 
decorate(JTextComponent) - Static method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeValidator
 
decorate(JTextComponent) - Static method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UidInputFieldValidator
 
decorate(JTextComponent) - Static method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.LatitudeValidator
 
decorate(JTextComponent) - Static method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.LongitudeValidator
 
decorate(JTextComponent) - Static method in class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
Decorates a text component with an execution to the search compiler.
decorate(JTextComponent) - Static method in class org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator
 
decorateNameWithId(StringBuilder, IPrimitive) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Decorates the name of primitive with its id, if the preference osm-primitives.showid is set.
decorateNameWithId(StringBuilder, HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Decorates the name of primitive with its id, if the preference osm-primitives.showid is set.
decorationPanel - Variable in class org.openstreetmap.josm.gui.preferences.server.BasicAuthenticationPreferencesPanel
a panel with further information, e.g.
DecreaseZoomAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DecreaseZoomAction
 
decreaseZoomLevel() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Zoom out from map.
DeepTileSet(EastNorth, EastNorth, int, int) - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
 
def - Variable in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog.CellRenderer
 
def - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting
 
def - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Check
 
def - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.ResultListCellRenderer
 
DEF_TOGGLE_DLG_WIDTH - Static variable in class org.openstreetmap.josm.gui.MapFrame
Default width of the toggle dialog area.
DEFAUL_TILE_SIZE - Static variable in class org.openstreetmap.gui.jmapviewer.OsmMercator
default tile size
DEFAULT - Static variable in class org.openstreetmap.josm.gui.mappaint.Keyword
 
default_ - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Check
"on" or "off" or unset (default is unset)
default_ - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
The default value for the item.
default_ - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Text
The default value for the item.
DEFAULT_API_URL - Static variable in class org.openstreetmap.josm.io.OsmApi
Default URL of the standard OSM API.
DEFAULT_API_VERSION - Static variable in class org.openstreetmap.josm.io.OsmChangeBuilder
Default OSM API version
DEFAULT_API_VERSION - Static variable in class org.openstreetmap.josm.io.OsmWriter
 
DEFAULT_CAPACITY - Static variable in class org.openstreetmap.josm.data.osm.Storage
 
DEFAULT_CODE - Static variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
DEFAULT_COLOR - Static variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
DEFAULT_COLOR - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
DEFAULT_COMPARATOR - Static variable in class org.openstreetmap.josm.data.osm.NoteData
Sorts notes in the following order: 1) Open notes 2) Closed notes 3) New notes Within each subgroup it sorts by ID
DEFAULT_CONTENT_WIDTH - Static variable in class org.openstreetmap.josm.gui.Notification
 
DEFAULT_DIMENSION - Static variable in class org.openstreetmap.josm.tools.ImageResource
Use this dimension to request original file dimension.
DEFAULT_DOWNLOAD_JOB_DISPATCHER - Static variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
DEFAULT_DOWNLOAD_JOB_DISPATCHER - Static variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
separate from JCS thread pool for TMS loader, so we can have different thread pools for default JCS and for TMS imagery
DEFAULT_EXPIRE_TIME - Static variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
DEFAULT_FONT_NAME - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
DEFAULT_FONT_SIZE - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
DEFAULT_HEMISPHERE - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
DEFAULT_JOSM_CONSUMER_KEY - Static variable in class org.openstreetmap.josm.data.oauth.OAuthParameters
The default JOSM OAuth consumer key (created by user josmeditor).
DEFAULT_JOSM_CONSUMER_SECRET - Static variable in class org.openstreetmap.josm.data.oauth.OAuthParameters
The default JOSM OAuth consumer secret (created by user josmeditor).
DEFAULT_LAYER - Static variable in class org.openstreetmap.josm.gui.mappaint.Environment
 
DEFAULT_LAYER_SITES - Static variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
DEFAULT_LINEAR_TAGS - Static variable in class org.openstreetmap.josm.actions.CreateMultipolygonAction
 
DEFAULT_LRU_TAGS_NUMBER - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Default number of recent tags
DEFAULT_MAX_NUM_RETRIES - Static variable in class org.openstreetmap.josm.io.OsmApi
Maximum number of retries to send a request in case of HTTP 500 errors or timeouts
DEFAULT_MAX_OBJECTS_IN_MEMORY - Static variable in class org.openstreetmap.josm.data.cache.JCSCacheManager
default objects to be held in memory by JCS caches (per region)
DEFAULT_MAXTIME - Static variable in class org.openstreetmap.josm.io.CachedFile
 
DEFAULT_MAXZOOM - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
 
DEFAULT_NAME_COMPLEMENT_TAGS - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
The list of default name complement tags from which a label candidate is derived.
DEFAULT_NAME_TAGS - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
The list of default name tags from which a label candidate is derived.
DEFAULT_NAMING_TAGS_FOR_RELATIONS - Static variable in class org.openstreetmap.josm.gui.DefaultNameFormatter
The default list of tags which are used as naming tags in relations.
DEFAULT_NODE_STYLELIST - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
DEFAULT_NODE_STYLELIST_TEXT - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
DEFAULT_OSM_ATTRIBUTION - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
The OSM attribution.
DEFAULT_RECENT_RELATIONS_NUMBER - Static variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
DEFAULT_SCHEMES - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
If no schemes are provided, default to this set.
DEFAULT_SEARCH_HISTORY_SIZE - Static variable in class org.openstreetmap.josm.actions.search.SearchAction
 
DEFAULT_SEARCH_HISTORY_SIZE - Static variable in class org.openstreetmap.josm.gui.widgets.HistoryComboBox
 
DEFAULT_SOURCES - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
DEFAULT_STRIP - Static variable in class org.openstreetmap.josm.tools.Utils
 
DEFAULT_SUBPART - Static variable in interface org.openstreetmap.josm.gui.mappaint.mapcss.Subpart
 
DEFAULT_TICKS - Static variable in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Ticks count used, when no other value is supplied
DEFAULT_TIME_BASED_UPDATE_INTERVAL - Static variable in class org.openstreetmap.josm.plugins.PluginHandler
Default time-based update interval, in days (pluginmanager.time-based-update.interval)
DEFAULT_UPLOAD_STRATEGY - Static variable in enum org.openstreetmap.josm.gui.io.UploadStrategy
the default upload strategy
DEFAULT_URL - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
 
DEFAULT_URL_VALIDATOR - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Singleton instance of this class with default schemes and options.
defaultACItemComparator - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
DefaultAction(JDialog, JOptionPane, int) - Constructor for class org.openstreetmap.josm.gui.HelpAwareOptionPane.DefaultAction
 
DefaultAuthenticator - Class in org.openstreetmap.josm.io.auth
This is the default authenticator used in JOSM.
DefaultAuthenticator() - Constructor for class org.openstreetmap.josm.io.auth.DefaultAuthenticator
 
defaultBorderColor - Static variable in class org.openstreetmap.josm.gui.FileDrop
 
DefaultBrowserAdapter() - Constructor for class org.openstreetmap.gui.jmapviewer.FeatureAdapter.DefaultBrowserAdapter
 
defaultButton - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
defaultButtonIdx - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
defaultCellStyle - Static variable in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
defaultCellStyle - Static variable in class org.openstreetmap.josm.gui.io.SaveLayersTableColumnModel.RecommendedActionsTableCell
 
DefaultChangesetCacheEvent - Class in org.openstreetmap.josm.data.osm
 
DefaultChangesetCacheEvent(ChangesetCache) - Constructor for class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
DefaultChangesetDataSetEntry(ChangesetDataSet.ChangesetModificationType, HistoryOsmPrimitive) - Constructor for class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultChangesetDataSetEntry
 
defaultColor - Variable in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
defaultColor - Variable in enum org.openstreetmap.josm.gui.conflict.ConflictColors
 
defaultCoordinateFormat - Static variable in enum org.openstreetmap.josm.data.coor.CoordinateFormat
 
DefaultDividerPainter() - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitPane.DefaultDividerPainter
 
defaultEntry - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
whether this is a entry activated by default or not
DefaultEntryLoader(boolean, boolean) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
defaultExtension - Variable in class org.openstreetmap.josm.actions.ExtensionFileFilter
 
defaultFilter - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.ShortcutPreference
 
defaultFilter - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
defaultFilter(FileFilter) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Builder method to set defaultFilter property.
defaultHash() - Static method in class org.openstreetmap.josm.data.osm.Storage
A factory for default hash implementation.
defaultIconProvider - Static variable in class org.openstreetmap.josm.gui.mappaint.StyleSource
image provider returning the default icon
defaultIndex - Variable in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
 
DefaultIterator() - Constructor for class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultIterator
 
defaultKey - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager.UserInputTag
 
defaultLabel - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.StaticLabelCompositionStrategy
 
defaultLabelTag - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.TagLookupCompositionStrategy
 
defaultLayerIds - Static variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
defaultLayers - Static variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
defaultLines - Variable in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
defaultLinesIdx - Variable in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
defaultListCellRenderer - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteRenderer
 
defaultListCellRenderer - Variable in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
Default list cell renderer - delegate for ListCellRenderer operation
DefaultLoggingAdapter() - Constructor for class org.openstreetmap.gui.jmapviewer.FeatureAdapter.DefaultLoggingAdapter
 
defaultMajorZIndex - Variable in enum org.openstreetmap.josm.gui.mappaint.styleelement.LineElement.LineType
 
defaultMap - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
The map displaying imagery bounds of selected default providers
DefaultMapController - Class in org.openstreetmap.gui.jmapviewer
Default map controller which implements map moving by pressing the right mouse button and zooming by double click or by mouse wheel.
DefaultMapController(JMapViewer) - Constructor for class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
defaultMaxZoom - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
maximum zoom level for TMS imagery
defaultMenuPos - Static variable in class org.openstreetmap.josm.gui.MainMenu
 
defaultMinZoom - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
minimum zoom level for TMS imagery
defaultModel - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
The model of default providers
DefaultNameFormatter - Class in org.openstreetmap.josm.gui
This is the default implementation of a NameFormatter for names of OsmPrimitives and HistoryOsmPrimitives.
DefaultNameFormatter() - Constructor for class org.openstreetmap.josm.gui.DefaultNameFormatter
 
defaultNodes - Variable in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
defaultNodesIdx - Variable in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
defaultNotificationTime - Static variable in class org.openstreetmap.josm.gui.NotificationManager
 
DefaultPreferenceChangeEvent(String, Setting<?>, Setting<?>) - Constructor for class org.openstreetmap.josm.data.Preferences.DefaultPreferenceChangeEvent
 
DefaultPreferenceSetting - Class in org.openstreetmap.josm.gui.preferences
 
DefaultPreferenceSetting() - Constructor for class org.openstreetmap.josm.gui.preferences.DefaultPreferenceSetting
 
DefaultPreferenceSetting(boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.DefaultPreferenceSetting
 
DefaultProxySelector - Class in org.openstreetmap.josm.io
This is the default proxy selector used in JOSM.
DefaultProxySelector(ProxySelector) - Constructor for class org.openstreetmap.josm.io.DefaultProxySelector
A typical example is:
defaultRenderer - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
 
defaults - Variable in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
defaults - Variable in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
defaultSegmentWidth - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: default width for ways segments
defaultSelectedHandling - Variable in class org.openstreetmap.josm.gui.mappaint.Cascade
 
defaultSelectedHandling - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
defaultSet - Variable in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
defaultsMap - Variable in class org.openstreetmap.josm.data.Preferences
Maps the setting name to the default value of the setting.
defaultSort - Variable in class org.openstreetmap.josm.gui.NoteSortDialog
 
defaultTable - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
The table of default providers
defaultTableCellRenderer - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverColumnModel
 
defaultTableCellRenderer - Variable in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
Default table cell renderer - delegate for TableCellRenderer operation
defaultTableListener - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
The selection listener synchronizing map display with table of default providers
DefaultTabPreferenceSetting - Class in org.openstreetmap.josm.gui.preferences
 
DefaultTabPreferenceSetting() - Constructor for class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
Constructs a new DefaultTabPreferenceSetting.
DefaultTabPreferenceSetting(String, String, String) - Constructor for class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
DefaultTabPreferenceSetting(String, String, String, boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
DefaultTabPreferenceSetting(String, String, String, boolean, JTabbedPane) - Constructor for class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
defaultTextColorCache - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
Caches the default text color from the preferences.
DefaultTextComponentValidator - Class in org.openstreetmap.josm.gui.widgets
Default text component validator that only checks that an input field is not empty.
DefaultTextComponentValidator(JTextComponent, String, String) - Constructor for class org.openstreetmap.josm.gui.widgets.DefaultTextComponentValidator
Constructs a new DefaultTextComponentValidator.
defaultToolbar - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
The toolbar on the right of default providers
DefaultTranslationAdapter() - Constructor for class org.openstreetmap.gui.jmapviewer.FeatureAdapter.DefaultTranslationAdapter
 
defaultUnknownWarning(String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
defaultVal - Variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
default preference setting
defaultValue - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.BooleanMatch
 
defaultValue - Variable in class org.openstreetmap.josm.data.preferences.AbstractProperty
 
defaultValue - Variable in class org.openstreetmap.josm.data.preferences.ParametrizedEnumProperty
 
defaultValue - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
 
defaultValueAsString - Variable in class org.openstreetmap.josm.data.preferences.CachedProperty
 
defaultWindowGeometry - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
deferLoading(DefaultTabPreferenceSetting, Component) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Defers loading of sources to the first time the adequate tab is selected.
definition - Variable in class org.openstreetmap.josm.data.projection.Projections.ProjectionDefinition
 
DefListSelectionListener() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.DefListSelectionListener
 
deftoolbar - Static variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
DEG - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
DEGREE_90 - Static variable in class org.openstreetmap.josm.tools.ImageProvider
90 degrees in radians units
degree_to_radians(double) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Converts an angle in degrees to radians.
degreesPerTile - Variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
del - Variable in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
delegate - Variable in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
delegate - Variable in class org.openstreetmap.josm.io.auth.CredentialsManager
The credentials agent doing the real stuff
delegate - Variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
delete(OsmDataLayer, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.command.DeleteCommand
Try to delete all given primitives.
delete(OsmDataLayer, Collection<? extends OsmPrimitive>, boolean) - Static method in class org.openstreetmap.josm.command.DeleteCommand
Try to delete all given primitives.
delete(OsmDataLayer, Collection<? extends OsmPrimitive>, boolean, boolean) - Static method in class org.openstreetmap.josm.command.DeleteCommand
Try to delete all given primitives.
delete - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Delete
delete(String) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Deletes all tags with name name
DELETE_FROM_RELATION_PREF - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.DeleteAction
 
DELETE_PRIMITIVE_PROP - Static variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
DeleteAction - Class in org.openstreetmap.josm.actions
Action that deletes selected objects.
DeleteAction() - Constructor for class org.openstreetmap.josm.actions.DeleteAction
Constructs a new DeleteAction.
DeleteAction - Class in org.openstreetmap.josm.actions.mapmode
A map mode that enables the user to delete nodes and other objects.
DeleteAction(MapFrame) - Constructor for class org.openstreetmap.josm.actions.mapmode.DeleteAction
Construct a new DeleteAction.
deleteAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
DeleteAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.DeleteAction
 
deleteAction - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Action for performing the DeleteCurrentRelationAction
deleteAction - Variable in class org.openstreetmap.josm.gui.tagging.TagTable
the delete action
DeleteAction() - Constructor for class org.openstreetmap.josm.gui.tagging.TagTable.DeleteAction
 
DeleteAction.DeleteMode - Enum in org.openstreetmap.josm.actions.mapmode
 
DeleteAction.DeleteParameters - Class in org.openstreetmap.josm.actions.mapmode
 
deleteAndGetAdjacentNode(RelationNodeMap.NodesWays, Node) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
find next node in nw NodeWays structure, if the node is found delete and return it
deleteCacheFiles(String) - Static method in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
DeleteCommand - Class in org.openstreetmap.josm.command
A command to delete a number of primitives from the dataset.
DeleteCommand(Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.command.DeleteCommand
Constructor.
DeleteCommand(OsmPrimitive) - Constructor for class org.openstreetmap.josm.command.DeleteCommand
Constructor.
DeleteCommand(OsmDataLayer, OsmPrimitive) - Constructor for class org.openstreetmap.josm.command.DeleteCommand
Constructor for a single data item.
DeleteCommand(OsmDataLayer, Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.command.DeleteCommand
Constructor for a collection of data to be deleted in the context of a specific layer
DeleteCurrentRelationAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Delete the currently edited relation.
DeleteCurrentRelationAction(OsmDataLayer, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.DeleteCurrentRelationAction
Constructs a new DeleteCurrentRelationAction.
deleted - Variable in class org.openstreetmap.josm.tools.Diff.Change
# lines of file 0 changed here.
DELETED_LAYERS_DIR - Static variable in class org.openstreetmap.josm.data.AutosaveTask
 
deleteDirectory(File) - Static method in class org.openstreetmap.josm.tools.Utils
Deletes a directory recursively.
deletedLayers - Variable in class org.openstreetmap.josm.data.AutosaveTask
 
deletedLayersDir - Variable in class org.openstreetmap.josm.data.AutosaveTask
 
deletedMergeDecision - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
deletedNodes - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
DeletedParentsChecker(OsmDataLayer, Collection<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
 
deletedRelations - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
DeletedStateConflictResolveCommand - Class in org.openstreetmap.josm.command.conflict
Represents the resolution of a conflict between the deleted flag of two OsmPrimitives.
DeletedStateConflictResolveCommand(Conflict<? extends OsmPrimitive>, MergeDecisionType) - Constructor for class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
Constructs a new DeletedStateConflictResolveCommand.
deletedStateToString(Boolean) - Static method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
deletedWays - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
deleteFile(String, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
 
deleteFile(File) - Static method in class org.openstreetmap.josm.tools.Utils
Deletes a file and log a default warning if the deletion fails.
deleteFile(File, String) - Static method in class org.openstreetmap.josm.tools.Utils
Deletes a file and log a configurable warning if the deletion fails.
deleteFileOrDirectory(File) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
 
deleteFromRelation(int) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.DeleteAction
 
DeleteFromRelationConfirmationDialog - Class in org.openstreetmap.josm.gui.dialogs
This dialog is used to get a user confirmation that a collection of primitives can be removed from their parent relations.
DeleteFromRelationConfirmationDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
Constructs a new DeleteFromRelationConfirmationDialog.
DeleteFromRelationConfirmationDialog.CancelAction - Class in org.openstreetmap.josm.gui.dialogs
 
DeleteFromRelationConfirmationDialog.OKAction - Class in org.openstreetmap.josm.gui.dialogs
 
DeleteFromRelationConfirmationDialog.RelationMemberTableColumnModel - Class in org.openstreetmap.josm.gui.dialogs
 
DeleteFromRelationConfirmationDialog.RelationMemberTableModel - Class in org.openstreetmap.josm.gui.dialogs
The table model which manages the list of relation-to-child references
DeleteFromRelationConfirmationDialog.WindowEventHandler - Class in org.openstreetmap.josm.gui.dialogs
 
deleteInvisible() - Method in class org.openstreetmap.josm.data.osm.DataSet
Marks all "invisible" objects as deleted.
DeleteLayerAction - Class in org.openstreetmap.josm.actions
Deletes the active layer.
DeleteLayerAction() - Constructor for class org.openstreetmap.josm.actions.DeleteLayerAction
Constructs a DeleteLayerAction which will delete the active layer.
DeleteLayerAction - Class in org.openstreetmap.josm.gui.dialogs.layer
The action to delete the currently selected layer
DeleteLayerAction(LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.DeleteLayerAction
Creates a DeleteLayerAction which will delete the currently selected layers in the layer dialog.
deleteLayerAction - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Delete Layer
deleteMarkedObjects() - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
Deleted objects in objectsToDelete set and create conflicts for objects that cannot be deleted because they're referenced in the target dataset.
DeleteMode(String) - Constructor for enum org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteMode
 
deleteMy() - Method in class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
 
deleteNodeStroke - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
DeleteParameters() - Constructor for class org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteParameters
 
deletePreferenceKey(String, Preferences) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
deletePreferenceKeyByPattern(String, Preferences) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
deletePreferenceValues(Preferences, Preferences) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
Delete items from mainpref collections that match items from fragment collections.
deletePrimitive(boolean) - Method in interface org.openstreetmap.josm.gui.conflict.pair.IConflictResolver
 
deletePrimitive(boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMerger
 
deletePrimitive(boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
deletePrimitive(boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberMerger
 
deletePrimitive(boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
deletePrimitive(OsmPrimitive, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Deletes an OSM primitive on the server.
deletePrimitivesIfNeeded(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.validation.Test
Build a Delete command on all primitives that have not yet been deleted manually by user, or by another error fix.
deleteRelation(OsmDataLayer, Relation) - Static method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
Deletes the relation in the context of the given layer.
deleteRelation(Collection<Relation>) - Method in class org.openstreetmap.josm.actions.relation.DeleteRelationsAction
 
deleteRelations(OsmDataLayer, Collection<Relation>) - Static method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
Deletes the relations in the context of the given layer.
DeleteRelationsAction - Class in org.openstreetmap.josm.actions.relation
Action that delete relations
DeleteRelationsAction() - Constructor for class org.openstreetmap.josm.actions.relation.DeleteRelationsAction
Constructs a new DeleteRelationsAction.
deleteRelationsAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
the delete action
deleteSelected() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.AvailableSourcesListModel
 
deleteSrcButton - Variable in class org.openstreetmap.josm.gui.widgets.EditableList
 
DeleteTagMarker(int) - Constructor for class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.DeleteTagMarker
 
deleteTagNames(int[]) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
deletes the names of the tags given by tagIndices
deleteTagNames() - Method in class org.openstreetmap.josm.gui.tagging.TagTable.DeleteAction
delete a selection of tag names
deleteTags(int[]) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.DeleteAction
 
deleteTags(int[]) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
deletes the tags given by tagIndices
deleteTags() - Method in class org.openstreetmap.josm.gui.tagging.TagTable.DeleteAction
delete a selection of tags
deleteTagValues(int[]) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
deletes the values of the tags given by tagIndices
deleteTagValues() - Method in class org.openstreetmap.josm.gui.tagging.TagTable.DeleteAction
delete a selection of tag values
deleteWay(Way) - Static method in class org.openstreetmap.josm.data.osm.DataSet
 
deleteWayNode(RelationNodeMap.NodesWays, Integer, Node) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
deleteWaySegment(OsmDataLayer, WaySegment) - Static method in class org.openstreetmap.josm.command.DeleteCommand
 
deleteWithReferences(OsmDataLayer, Collection<? extends OsmPrimitive>, boolean) - Static method in class org.openstreetmap.josm.command.DeleteCommand
Delete the primitives and everything they reference.
deleteWithReferences(OsmDataLayer, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.command.DeleteCommand
Delete the primitives and everything they reference.
deletion - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
delimiter - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.ConcatenatingJList
 
delimiter - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
The character that separates values.
delta - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
delta - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
don't draw arrows nearer to each other than this
Demo - Class in org.openstreetmap.gui.jmapviewer
Demonstrates the usage of JMapViewer
Demo() - Constructor for class org.openstreetmap.gui.jmapviewer.Demo
Constructs the Demo.
dependencies - Variable in class org.openstreetmap.josm.actions.SessionSaveAsAction
 
dependencies - Variable in class org.openstreetmap.josm.io.session.SessionWriter
 
deprecated - Variable in class org.openstreetmap.josm.actions.upload.FixDataHook
List of checks to run on data
DEPRECATED_PLUGINS - Static variable in class org.openstreetmap.josm.plugins.PluginHandler
Deprecated plugins that are removed on start
DeprecatedPlugin(String, String) - Constructor for class org.openstreetmap.josm.plugins.PluginHandler.DeprecatedPlugin
Constructs a new DeprecatedPlugin with a given reason.
depth - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameFinderResultParser
 
deregisterPostprocessor(OsmServerReadPostprocessor) - Static method in class org.openstreetmap.josm.io.OsmReader
DeriveLabelFromNameTagsCompositionStrategy() - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
Creates the strategy and initializes its name tags from the preferences.
description - Variable in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
description - Variable in class org.openstreetmap.josm.actions.ExtensionFileFilter
 
description - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
description of the imagery entry, should contain notes what type of data it is
description - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
description - Variable in class org.openstreetmap.josm.data.osm.UserInfo
the profile description
description - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.Descriptor
 
description - Variable in class org.openstreetmap.josm.data.validation.Test
Description of the test
description - Variable in class org.openstreetmap.josm.data.validation.TestError
Deeper error description
description - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
description - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameFinderResultParser
 
description - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
description - Variable in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
description - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
short description used for display
description - Variable in class org.openstreetmap.josm.gui.widgets.UrlLabel
 
description - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin description.
description - Variable in class org.openstreetmap.josm.tools.MultikeyShortcutAction.MultikeyInfo
 
descriptionEn - Variable in class org.openstreetmap.josm.data.validation.TestError
 
descriptionField - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
descriptionInactiveLayer - Variable in class org.openstreetmap.josm.actions.ZoomToAction
 
descriptionNominal - Variable in class org.openstreetmap.josm.actions.ZoomToAction
 
descriptionNoSelection - Variable in class org.openstreetmap.josm.actions.ZoomToAction
 
DescriptionTextBuilder() - Constructor for class org.openstreetmap.josm.actions.search.SearchAction.DescriptionTextBuilder
 
Descriptor(Class<? extends AbstractMapRenderer>, String, String) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.Descriptor
 
descriptors - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
 
deserialize(Map<String, String>) - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintPrefHelper
 
deserialize(Map<String, String>) - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.PresetPrefHelper
 
deserialize(Map<String, String>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourcePrefHelper
Deserializes the given map as a source entry.
deserialize(Map<String, String>) - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.RulePrefHelper
 
deserializeStruct(Map<String, String>, Class<T>) - Static method in class org.openstreetmap.josm.data.Preferences
Converts a String-Map to an object of a certain class, by comparing map keys to field names of the class and assigning map values to the corresponding fields.
destDir - Variable in class org.openstreetmap.josm.io.CachedFile
 
destination - Variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel.ChangesetCommentChangeListener
 
destination - Variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel.CommentModelListener
 
destroy() - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
destroy() - Method in class org.openstreetmap.josm.actions.JosmAction
 
destroy() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
destroy() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
destroy() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
destroy() - Method in class org.openstreetmap.josm.actions.ValidateAction
 
destroy() - Method in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
 
destroy() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
destroy() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
 
destroy() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
destroy() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
destroy() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
 
destroy() - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
destroy() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
destroy() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
destroy() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
destroy() - Method in class org.openstreetmap.josm.gui.layer.Layer
Called, when the layer is removed from the mapview and is going to be destroyed.
destroy() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
destroy() - Method in class org.openstreetmap.josm.gui.MapFrame
Called as some kind of destructor when the last layer has been removed.
destroy() - Method in class org.openstreetmap.josm.gui.MapMover
 
destroy() - Method in class org.openstreetmap.josm.gui.MapStatus
 
destroy() - Method in class org.openstreetmap.josm.gui.MapView
Destroy this map view panel.
destroy() - Method in class org.openstreetmap.josm.gui.SideButton
 
destroy() - Method in interface org.openstreetmap.josm.tools.Destroyable
Called when the object has been destroyed.
Destroyable - Interface in org.openstreetmap.josm.tools
Some objects like layers (when they are removed) or the whole map frame (when the last layer has been removed) have an definite set of actions to execute.
destroyActions() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
Destroy the recentTagsActions.
destroyComponents(Component, boolean) - Static method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
destroyInstance() - Static method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Hides and destroys the unique instance of the changeset cache manager.
det(double, double, double, double) - Static method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
detach() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Display the dialog in a detached window.
detach() - Method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
Detaches this contextual menu from its text component.
detachedDialog - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
the JDialog displaying the toggle dialog as undocked dialog
DetachedDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.ToggleDialog.DetachedDialog
 
detachFromMapView(MapViewPaintable.MapViewEvent) - Method in class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable.CompatibilityModeLayerPainter
 
detachFromMapView(MapViewPaintable.MapViewEvent) - Method in interface org.openstreetmap.josm.gui.layer.MapViewPaintable.LayerPainter
Called when the layer is removed from the map view and this painter is not used any more.
detachFromMapView(MapViewPaintable.MapViewEvent) - Method in class org.openstreetmap.josm.gui.MapView.WarningLayerPainter
 
determineArgument(Selector.GeneralSelector, int, String, OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
Determines the index-th key/value/tag (depending on type) of the Selector.GeneralSelector.
determineBooleanUsage(Collection<OsmPrimitive>, String) - Static method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
 
determineCurrentBaseNodeAndPreviousNode(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Helper function that sets fields currentBaseNode and previousNode
determineDirection(int, WayConnectionType.Direction, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
determineDirection(int, WayConnectionType.Direction, int, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
Determines the direction of way k with respect to the way ref_i.
determineDirectionOfFirst(int, RelationMember) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
determineMapMode(boolean) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
sets the mapmode according to key modifiers and if there are any selectables nearby.
determineNextActiveLayer(List<Layer>) - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
now handled by MainLayerManager
determineOnewayConnectionType(List<WayConnectionType>, RelationMember, int, WayConnectionType) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
determinePlatformHook() - Static method in class org.openstreetmap.josm.Main
Identifies the current operating system family and initializes the platform hook accordingly.
determineTextUsage(Collection<OsmPrimitive>, String) - Static method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
 
determineWayToKeep(Iterable<Way>) - Method in class org.openstreetmap.josm.actions.SplitWayAction.Strategy
Determines which way chunk should reuse the old id and its history.
dfltWayColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Color Preference for ways not matching any other group
diag(int, int, int, int) - Method in class org.openstreetmap.josm.tools.Diff
Find the midpoint of the shortest edit script for a specified portion of the two files.
dialog - Variable in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassQueryHistoryItem
 
dialog - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.DefaultAction
 
dialog - Variable in class org.openstreetmap.josm.gui.io.UploadDialog.CancelAction
 
dialog - Variable in class org.openstreetmap.josm.gui.io.UploadDialog.UploadAction
 
dialog - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
dialog - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
DIALOG_ANSWER_APPLY - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
DIALOG_ANSWER_CANCEL - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
DIALOG_ANSWER_NEW_RELATION - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
DIALOG_DELAY - Static variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler
 
DIALOG_DISABLED_OPTION - Static variable in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
 
DialogClosedOtherwise - Static variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
DialogContext(OsmDataLayer, Relation) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager.DialogContext
 
dialogParent - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
DialogPopupMenu() - Constructor for class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar.DialogPopupMenu
Constructs a new DialogPopupMenu.
dialogs - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
DialogsPanel - Class in org.openstreetmap.josm.gui.dialogs
This is the panel displayed on the right side of JOSM.
DialogsPanel(JSplitPane) - Constructor for class org.openstreetmap.josm.gui.dialogs.DialogsPanel
Creates a new DialogsPanel.
dialogsPanel - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
DialogsPanel that manages all ToggleDialogs
dialogsPanel - Variable in class org.openstreetmap.josm.gui.MapFrame
 
DialogsPanel.Action - Enum in org.openstreetmap.josm.gui.dialogs
What action was performed to trigger the reconstruction
DialogsToggleAction - Class in org.openstreetmap.josm.actions
This action toggles visibility of dialogs panel and other panels to free more space for drawing (GIMP-like)
DialogsToggleAction() - Constructor for class org.openstreetmap.josm.actions.DialogsToggleAction
Constructs a new DialogsToggleAction.
dialogsToggleAction - Variable in class org.openstreetmap.josm.gui.MainMenu
 
didMouseDrag - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
diff(EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction.EN
 
diff() - Method in class org.openstreetmap.josm.gui.history.TwoColumnDiff
 
Diff - Class in org.openstreetmap.josm.tools
A class to compare vectors of objects.
Diff(Object[], Object[]) - Constructor for class org.openstreetmap.josm.tools.Diff
Prepare to find differences between two arrays.
diff(Diff.ScriptBuilder) - Method in class org.openstreetmap.josm.tools.Diff
Get the results of comparison as an edit script.
Diff.Change - Class in org.openstreetmap.josm.tools
The result of comparison is an "edit script": a chain of change objects.
Diff.FileData - Class in org.openstreetmap.josm.tools
Data on one input file being compared.
Diff.ForwardScript - Class in org.openstreetmap.josm.tools
 
Diff.ReverseScript - Class in org.openstreetmap.josm.tools
Scan the tables of which lines are inserted and deleted, producing an edit script in reverse order.
Diff.ScriptBuilder - Interface in org.openstreetmap.josm.tools
Script builder.
diff_2(boolean) - Method in class org.openstreetmap.josm.tools.Diff
Report the differences of two files.
DIFFERENT - Static variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
Translatation of "<different>".
DiffItemType(Color) - Constructor for enum org.openstreetmap.josm.gui.history.TwoColumnDiff.Item.DiffItemType
 
DiffResultEntry() - Constructor for class org.openstreetmap.josm.io.DiffResultProcessor.DiffResultEntry
 
DiffResultProcessor - Class in org.openstreetmap.josm.io
 
DiffResultProcessor(Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.io.DiffResultProcessor
Creates a diff result reader
DiffResultProcessor.DiffResultEntry - Class in org.openstreetmap.josm.io
 
DiffResultProcessor.Parser - Class in org.openstreetmap.josm.io
 
diffResults - Variable in class org.openstreetmap.josm.io.DiffResultProcessor
mapping from old id to new id and version, the result of parsing the diff result replied by the server
DiffTableModel - Class in org.openstreetmap.josm.gui.history
Simple model storing "diff cells" in a list.
DiffTableModel() - Constructor for class org.openstreetmap.josm.gui.history.DiffTableModel
 
digitsAndHyphen - Static variable in class org.openstreetmap.josm.io.remotecontrol.DNSName
 
dir - Variable in class org.openstreetmap.josm.data.gpx.WayPoint
 
dir - Static variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
dir2 - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
DIRECT - Static variable in class org.openstreetmap.josm.tools.Shortcut
Direct group: no modifier
directExecutionTaskSize - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
directExecutionTaskSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
Direction() - Constructor for enum org.openstreetmap.josm.actions.MoveAction.Direction
 
Direction() - Constructor for enum org.openstreetmap.josm.actions.OrthogonalizeAction.Direction
 
direction - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveXAction
 
direction - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveYAction
 
direction - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
direction is FORWARD if the first node of this way is connected to the previous way and / or the last node of this way is connected to the next way.
Direction() - Constructor for enum org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType.Direction
 
direction - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
direction - Variable in class org.openstreetmap.josm.gui.ScrollViewport.ScrollViewPortMouseListener
 
direction - Variable in class org.openstreetmap.josm.tools.Utils.DirectionString
 
directionalKeyPredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
This matches all ways that have a direction
directionalTags - Static variable in class org.openstreetmap.josm.corrector.ReverseWayNoTagCorrector
Tags that imply a semantic meaning from the way direction and cannot be changed.
directionHint - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
directionKeys - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A tagged way that matches this pattern has a direction.
directionScale - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
DirectionString(int, String) - Constructor for class org.openstreetmap.josm.tools.Utils.DirectionString
 
directionX - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
The horizontal direction of movement, -1:left, 0:stop, 1:right
directionY - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
The vertical direction of movement, -1:up, 0:stop, 1:down
directlyAdded - Variable in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
dirs - Variable in class org.openstreetmap.josm.tools.ImageProvider
directories in which images are searched
dirty - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
If the dirty flag is set true, a rebuild is necessary.
dirty - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel
indicates whether the model is dirty
disable_off - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Check
whether the off value is disabled in the dialog, i.e., only unset or yes are provided
DisableActionsFocusListener(ActionMap) - Constructor for class org.openstreetmap.josm.actions.OverpassDownloadAction.DisableActionsFocusListener
 
disableAllModifierCheckboxes() - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.CbAction
 
disabledAndHiddenCount - Variable in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
disabledCount - Variable in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
disabledFilters - Variable in class org.openstreetmap.josm.data.osm.FilterMatcher
 
disabledImgCache - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
disabledMenuActions - Variable in class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
 
disableMenu() - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox.ContextMenuHandler
 
disableMenuActions() - Method in class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Disables all relevant menu actions.
disableMenuFor(JTextComponent, PopupMenuLauncher) - Static method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
Disables the TextContextualPopupMenu attached to the given popup menu launcher and text component.
DisableShortcutsOnFocusGainedTextField - Class in org.openstreetmap.josm.gui.widgets
A JTextField that disabled all JOSM shortcuts composed of a single key without modifier (except F1 to F12), in order to avoid them to be triggered while typing.
DisableShortcutsOnFocusGainedTextField() - Constructor for class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Constructs a new TextField.
DisableShortcutsOnFocusGainedTextField(String) - Constructor for class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Constructs a new TextField initialized with the specified text.
DisableShortcutsOnFocusGainedTextField(int) - Constructor for class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Constructs a new empty TextField with the specified number of columns.
DisableShortcutsOnFocusGainedTextField(String, int) - Constructor for class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Constructs a new TextField initialized with the specified text and columns.
DisableShortcutsOnFocusGainedTextField(Document, String, int) - Constructor for class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Constructs a new JTextField that uses the given text storage model and the given number of columns.
discard(byte[]) - Method in class org.openstreetmap.josm.tools.Diff.FileData
Actually discard the lines.
discard_confusing_lines() - Method in class org.openstreetmap.josm.tools.Diff
Discard lines from one file that have no matches in the other file.
discard_confusing_lines(Diff.FileData) - Method in class org.openstreetmap.josm.tools.Diff.FileData
Discard lines that have no matches in another file.
discardable - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
discardable(int[]) - Method in class org.openstreetmap.josm.tools.Diff.FileData
Mark to be discarded each line that matches no line of another file.
discardableKeys - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
discardAndProceedAction - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
DiscardAndProceedAction() - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersDialog.DiscardAndProceedAction
 
DiscardTagsHook - Class in org.openstreetmap.josm.actions.upload
Removes discardable tags such as created_by from all modified objects before upload
DiscardTagsHook() - Constructor for class org.openstreetmap.josm.actions.upload.DiscardTagsHook
 
discardTmp() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Delete the temporary variable.
discardUnsavedLayers() - Method in class org.openstreetmap.josm.data.AutosaveTask
Mark all unsaved layers as deleted.
disconnect() - Method in class org.openstreetmap.josm.tools.HttpClient
 
disconnect(HttpURLConnection) - Static method in class org.openstreetmap.josm.tools.HttpClient
 
disconnect() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
 
discussion - Variable in class org.openstreetmap.josm.data.osm.Changeset
the changeset discussion
DiskAccessAction - Class in org.openstreetmap.josm.actions
Helper class for all actions that access the disk.
DiskAccessAction(String, String, String, Shortcut) - Constructor for class org.openstreetmap.josm.actions.DiskAccessAction
Constructs a new DiskAccessAction.
DiskAccessAction(String, String, String, Shortcut, boolean, String, boolean) - Constructor for class org.openstreetmap.josm.actions.DiskAccessAction
Constructs a new DiskAccessAction.
diskCacheFactory - Static variable in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
dispatch - Variable in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.LanguageCellRenderer
 
dispatchEvent(AbstractDatasetChangedEvent, Relation, Collection<Map<Relation, Multipolygon>>) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
dispatchKeyEvent(KeyEvent) - Method in class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyKeyEventDispatcher
 
displace(double, double) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
DISPLAY_COUNT - Static variable in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
display_value - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Value displayed to the user
display_values - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
A list of entries that is displayed to the user.
displayCancel(Throwable) - Static method in class org.openstreetmap.josm.io.FileImporter
 
displayChangesets(Set<Integer>) - Static method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.LaunchChangesetManager
Fetches changesets and display the changeset dialog.
displayData - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
displayData - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
displayedKeys - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
displayedPlugins - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
 
displayEmptyPluginListInformation() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginListPanel
Displays a message when the plugin list is empty.
displayErrMsg - Variable in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
displayError(File, Exception) - Static method in class org.openstreetmap.josm.io.FileImporter
 
displayErrorMessage(JTextArea, String) - Static method in class org.openstreetmap.josm.actions.AboutAction
 
displayErrorMessage(ProgressMonitor, String, String, String, String) - Static method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
displayErrorScreen(List<TestError>) - Static method in class org.openstreetmap.josm.actions.upload.ValidateUploadHook
Displays a screen where the actions that would be taken are displayed and give the user the possibility to cancel the upload.
displayImage(GeoImageLayer, ImageEntry) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
displayList - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
displaylist - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
The display list.
displayMessageIfInvalid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.BBoxRestrictionPanel
 
displayMessageIfInvalid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
displayMessageIfInvalid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
displayMessageIfInvalid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
displayName - Variable in enum org.openstreetmap.josm.data.coor.CoordinateFormat
 
displayName - Variable in class org.openstreetmap.josm.data.osm.UserInfo
the display name
displayName - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.Descriptor
 
displayName - Variable in class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
Name to be displayed
displayName - Variable in enum org.openstreetmap.josm.gui.conflict.pair.ComparePairType
the localized display name
displayNotification() - Method in class org.openstreetmap.josm.data.AutosaveTask
 
DisplayPreference - Class in org.openstreetmap.josm.gui.preferences.display
Display preferences (various settings that influence the visual representation of the whole program).
DisplayPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.display.DisplayPreference
 
DisplayPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.display
Factory used to create a new DisplayPreference.
displaySegments(GeneralPath, GeneralPath, GeneralPath, GeneralPath, Color, BasicStroke, BasicStroke, Color) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
displaySegments() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Finally display all segments in currect path.
displaySegments(Color) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Finally display all segments in currect path.
displayText(GlyphVector, String, int, int, boolean, TextLabel) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Displays text at specified position including its halo, if applicable.
displayTimeStart - Variable in class org.openstreetmap.josm.gui.NotificationManager
 
displayUrl(URI) - Static method in class org.openstreetmap.josm.tools.OpenBrowser
Displays an external URI using platform associated software.
displayUrl(String) - Static method in class org.openstreetmap.josm.tools.OpenBrowser
Displays an external URL using platform associated software.
displayUrlFallback(URI) - Static method in class org.openstreetmap.josm.tools.OpenBrowser
 
dispose() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
dispose() - Method in class org.openstreetmap.josm.gui.MenuScroller
Removes this MenuScroller from the associated menu and restores the default behavior of the menu.
disposeOnClose - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
dist(double, double, double, double) - Static method in class org.openstreetmap.josm.actions.SimplifyWayAction
 
dist100Pixel - Variable in class org.openstreetmap.josm.gui.MapScaler.TickMarks
 
distance(EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.actions.AlignInCircleAction
 
distance(Coordinate) - Method in class org.openstreetmap.josm.data.coor.Coordinate
Returns the euclidean distance from this Coordinate to a specified Coordinate.
distance(double, double) - Method in class org.openstreetmap.josm.data.coor.Coordinate
Returns the euclidean distance from this Coordinate to a specified coordinate.
distance(EastNorth) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Returns the euclidean distance from this EastNorth to a specified EastNorth.
distance(LatLon) - Method in class org.openstreetmap.josm.data.coor.LatLon
Returns the euclidean distance from this LatLon to a specified LatLon.
DISTANCE_THRESHOLD - Variable in class org.openstreetmap.josm.gui.MapStatus
 
distanceSq(Coordinate) - Method in class org.openstreetmap.josm.data.coor.Coordinate
Returns the square of the euclidean distance from this Coordinate to a specified Coordinate.
distanceSq(double, double) - Method in class org.openstreetmap.josm.data.coor.Coordinate
Returns the square of euclidean distance from this Coordinate to a specified coordinate.
distanceSq(EastNorth) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Returns the square of the euclidean distance from this EastNorth to a specified EastNorth.
distanceSq(LatLon) - Method in class org.openstreetmap.josm.data.coor.LatLon
Returns the square of the euclidean distance from this LatLon to a specified LatLon.
distanceViewer - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
the info panel for distance between the two coordinates
DistanceViewer(HistoryBrowserModel) - Constructor for class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.DistanceViewer
 
distribute - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Distribute Nodes
DistributeAction - Class in org.openstreetmap.josm.actions
Distributes the selected nodes to equal distances along a line.
DistributeAction() - Constructor for class org.openstreetmap.josm.actions.DistributeAction
Constructs a new DistributeAction.
distributeNodes(CreateCircleAction.PolarNode[], int) - Static method in class org.openstreetmap.josm.actions.CreateCircleAction
Distributes nodes according to the algorithm of election with largest remainder.
distributeNodes(Collection<Node>) - Static method in class org.openstreetmap.josm.actions.DistributeAction
Distribute nodes when only nodes are selected.
distributeWay(Collection<Way>, Collection<Node>) - Static method in class org.openstreetmap.josm.actions.DistributeAction
Distribute nodes contained by a way, keeping nodes order.
distText - Variable in class org.openstreetmap.josm.gui.MapStatus
 
distValue - Variable in class org.openstreetmap.josm.gui.MapStatus
 
divided_by(float...) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Function associated to the numeric "/" operator.
DividedScale<T> - Class in org.openstreetmap.josm.gui.mappaint
Splits the range of possible scale values (0 < scale < +Infinity) into multiple subranges, for each scale range it keeps a data object of a certain type T (can be null).
DividedScale() - Constructor for class org.openstreetmap.josm.gui.mappaint.DividedScale
 
DividedScale(DividedScale<T>) - Constructor for class org.openstreetmap.josm.gui.mappaint.DividedScale
 
DividedScale.RangeViolatedError - Exception in org.openstreetmap.josm.gui.mappaint
This exception type is for debugging #8997 and can later be replaced by AssertionError
Divider() - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Divider
 
DIVIDER_SIZE - Static variable in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
 
dividerAt(MultiSplitLayout.Node, int, int) - Static method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
dividerAt(int, int) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Return the Divider whose bounds contain the specified point, or null if there isn't one.
dividerLocation - Variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.AutoAdjustingSplitPane
 
dividerPainter - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
dividerSize - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
dividersThatOverlap(MultiSplitLayout.Node, Rectangle) - Static method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
dividersThatOverlap(Rectangle) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Return the Dividers whose bounds overlap the specified Rectangle.
dm(double) - Static method in class org.openstreetmap.josm.data.coor.LatLon
Replies the coordinate in degrees/minutes format
dms(double) - Static method in class org.openstreetmap.josm.data.coor.LatLon
Replies the coordinate in degrees/minutes/seconds format
DNSName - Class in org.openstreetmap.josm.io.remotecontrol
This class implements the DNSName as required by the GeneralNames ASN.1 object.
DNSName(String) - Constructor for class org.openstreetmap.josm.io.remotecontrol.DNSName
Create the DNSName object with the specified name.
doAccessibleAction(int) - Method in class org.openstreetmap.josm.gui.bbox.SizeButton.AccessibleSizeButton
 
doActionPerformed(ActionEvent) - Static method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
Invoked when the action occurs.
doAdd(T) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
doAddList(JComponent, PrefEntry, ListSetting) - Static method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
doAddListList(JComponent, PrefEntry, ListListSetting) - Static method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
doAddMapList(JComponent, PrefEntry, MapListSetting) - Static method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
doAddSimple(JComponent, PrefEntry, StringSetting) - Static method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
doAuthenticate - Variable in class org.openstreetmap.josm.io.OsmServerReader
 
doBeginTask() - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
doBeginTask() - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
doBeginTask() - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
doBeginTask() - Method in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
doc - Variable in class org.openstreetmap.josm.io.session.SessionWriter.ExportSupport
 
doCheckSaveConditions - Variable in class org.openstreetmap.josm.gui.io.SaveLayerInfo
 
dock() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Displays the toggle dialog in the toggle dialog view on the right of the main map window.
dockWhenClosingDetachedDlg() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
dockWhenClosingDetachedDlg() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
When an image is closed, really close it and do not pop up the side dialog.
doClick(int) - Method in class org.openstreetmap.josm.gui.util.StayOpenCheckBoxMenuItem
Overridden to reopen the menu.
doCreateFileChooser() - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Builds FileChooserManager object using properties set by builder methods or default values.
doEditList(JComponent, PrefEntry, ListSetting) - Static method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
doEditListList(JComponent, PrefEntry, ListListSetting) - Static method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
doEditMapList(JComponent, PrefEntry, MapListSetting) - Static method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
doesImpactStatusLine(Collection<Node>, Collection<Way>) - Static method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
doExecuteFilters(Collection<OsmPrimitive>, FilterMatcher) - Static method in class org.openstreetmap.josm.data.osm.FilterWorker
 
doFilter(DataBufferByte, DataBufferByte, int, int, int, int, boolean) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulFilter
 
doFinish(SourceEditor.SourcePrefHelper, String) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
doFinishTask() - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
doFinishTask() - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
doFinishTask() - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
doFinishTask() - Method in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
doFireTileBoundChanged - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
doInEDT(Runnable) - Static method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
doInit() - Static method in class org.openstreetmap.josm.tools.Shortcut
 
doInternalSave(Layer, File) - Static method in class org.openstreetmap.josm.actions.SaveActionBase
 
doKeyPressed(KeyEvent) - Method in class org.openstreetmap.josm.actions.mapmode.AddNoteAction
 
doKeyPressed(KeyEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
doKeyPressed(KeyEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
doKeyPressed(KeyEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
doKeyPressed(KeyEvent) - Method in interface org.openstreetmap.josm.gui.util.KeyPressReleaseListener
This is called when key press event is actually pressed (no fake events while holding key)
doKeyReleased(KeyEvent) - Method in class org.openstreetmap.josm.actions.mapmode.AddNoteAction
 
doKeyReleased(KeyEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
doKeyReleased(KeyEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
doKeyReleased(KeyEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
doKeyReleased(KeyEvent) - Method in interface org.openstreetmap.josm.gui.util.KeyPressReleaseListener
This is called when key press event is actually released (no fake events while holding key)
doLoadImage() - Method in class org.openstreetmap.josm.gui.widgets.JosmImageView
Loads the image from the URL getImageURL.
DOMAIN_LABEL_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
DOMAIN_NAME_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
DOMAIN_VALIDATOR - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Singleton instance of this validator, which doesn't consider local addresses as valid.
DOMAIN_VALIDATOR_WITH_LOCAL - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Singleton instance of this validator, which does consider local addresses valid.
domainRegex - Variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
RegexValidator for matching domains.
DomainValidator - Class in org.openstreetmap.josm.data.validation.routines
Domain name validation routines.
DomainValidator(boolean) - Constructor for class org.openstreetmap.josm.data.validation.routines.DomainValidator
Private constructor.
DomainValidator.ArrayType - Enum in org.openstreetmap.josm.data.validation.routines
enum used by DomainValidator.updateTLDOverride(ArrayType, String[]) to determine which override array to update / fetch
DomainValidator.IDNBUGHOLDER - Class in org.openstreetmap.josm.data.validation.routines
 
doMerge(List<Layer>, Collection<Layer>) - Method in class org.openstreetmap.josm.actions.MergeLayerAction
 
doMergeNodes(OsmDataLayer, Collection<Node>, Node) - Static method in class org.openstreetmap.josm.actions.MergeNodesAction
Merges the nodes in nodes at the specified node's location.
done(Integer) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
DONE - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SyncDialogWindowListener
 
doneOneway(Integer) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
This relation member has been processed.
doNotHide - Variable in class org.openstreetmap.josm.gui.MapFrame.SideToolbarPopupMenu
 
doNotHide - Variable in class org.openstreetmap.josm.gui.MapStatus.MapStatusPopupMenu
 
doNotHide - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ToolbarPopupMenu
 
doNotStopCellEditingWhenFocused - Variable in class org.openstreetmap.josm.gui.tagging.TagTable
a list of components to which focus can be transferred without stopping cell editing this table.
doParse() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
doParse(OsmServerLocationReader.Parser<T>, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
doParseDataSet(InputStream, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmReader
 
doRealRun() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
 
doRefreshImage() - Method in class org.openstreetmap.josm.gui.widgets.JosmImageView
Loads the image and updates the size accordingly.
doRemove(int) - Method in class org.openstreetmap.josm.data.osm.Storage
 
doRepaint - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.StatusBarUpdater
 
doSave() - Method in class org.openstreetmap.josm.actions.SaveActionBase
Saves the active layer.
doSave(Layer) - Method in class org.openstreetmap.josm.actions.SaveActionBase
Saves the given layer.
doSave(Layer, File, boolean) - Static method in class org.openstreetmap.josm.actions.SaveActionBase
Saves a layer to a given file.
doSave(File, OsmDataLayer) - Method in class org.openstreetmap.josm.io.OsmExporter
 
doSaveToFile - Variable in class org.openstreetmap.josm.gui.io.SaveLayerInfo
 
doSetCustomText(String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
doSetCustomText(String) - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
doSetCustomText(String) - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
doSetCustomText(String) - Method in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
doSetIntermediate(boolean) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
doSetIntermediate(boolean) - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
doSetIntermediate(boolean) - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
doSetIntermediate(boolean) - Method in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
doSetTitle(String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
doSetTitle(String) - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
doSetTitle(String) - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
doSetTitle(String) - Method in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
doShowOptionDialog(Component, String, HelpAwareOptionPane.ButtonSpec[], HelpAwareOptionPane.ButtonSpec, String, List<JButton>, JOptionPane) - Static method in class org.openstreetmap.josm.gui.HelpAwareOptionPane
 
doSplitWay(OsmDataLayer, Way, Way, List<Way>, List<OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.SplitWayAction
 
doStartElement(String, Attributes) - Method in class org.openstreetmap.josm.io.AbstractParser
 
doStyle() - Method in class org.openstreetmap.josm.gui.SideButton
Do the style settings for the side button layout
doSync() - Method in class org.openstreetmap.josm.gui.widgets.JosmImageView
Makes sure the necessary properties and image is loaded.
DOT_RADIUS - Static variable in class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
doTest(OsmPrimitive, String, String[], AbstractValidator, int) - Method in class org.openstreetmap.josm.data.validation.tests.InternetTags
Potentially validates a given primitive key against a given validator.
dotSize - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
DoubleClickAdapter() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.DoubleClickAdapter
 
DoubleClickAdapter() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.SelectionTable.DoubleClickAdapter
 
DoubleClickAdapter() - Constructor for class org.openstreetmap.josm.gui.dialogs.UserListDialog.DoubleClickAdapter
 
DoubleClickAdapter() - Constructor for class org.openstreetmap.josm.gui.download.BookmarkSelection.DoubleClickAdapter
 
DoubleClickAdapter(JTable) - Constructor for class org.openstreetmap.josm.gui.history.NodeListViewer.DoubleClickAdapter
 
doubleClickZoomEnabled - Variable in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
DoubleProperty - Class in org.openstreetmap.josm.data.preferences
A property containing an Double value.
DoubleProperty(String, double) - Constructor for class org.openstreetmap.josm.data.preferences.DoubleProperty
Constructs a new DoubleProperty.
DoubleStereographic - Class in org.openstreetmap.josm.data.projection.proj
Implementation of the stereographic double projection, also known as Oblique Stereographic and the Schreiber double stereographic projection.
DoubleStereographic() - Constructor for class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
doUploadToServer - Variable in class org.openstreetmap.josm.gui.io.SaveLayerInfo
 
doValidate(boolean) - Method in class org.openstreetmap.josm.actions.ValidateAction
Does the validation.
doValidateTag(OsmPrimitive, String, String, AbstractValidator, int) - Method in class org.openstreetmap.josm.data.validation.tests.InternetTags
Validates a given primitive tag against a given validator.
DOWN_DIRECTION - Static variable in class org.openstreetmap.josm.gui.ScrollViewport
 
downAction - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
downButton - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
downItem - Variable in class org.openstreetmap.josm.gui.MenuScroller
 
download(boolean, Bounds, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask
 
download() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask
Asynchronously launches the changeset download task.
download(boolean, Bounds, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
download(long, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
Download a specific note by its id.
download(boolean, Bounds, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
download(boolean, Bounds, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask
 
download(boolean, Bounds, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmCompressedTask
 
download(boolean, Bounds, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
download(OsmServerReader, boolean, Bounds, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
Asynchronously launches the download task for a given bounding box.
download(DownloadOsmTask.DownloadTask, Bounds) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
download(boolean, Bounds, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
 
download(boolean, Bounds, ProgressMonitor) - Method in interface org.openstreetmap.josm.actions.downloadtasks.DownloadTask
Asynchronously launches the download task for a given bounding box.
download(boolean, List<Rectangle2D>, boolean, boolean, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
Downloads a list of areas from the OSM Server
download(boolean, Collection<Area>, boolean, boolean, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
Downloads a list of areas from the OSM Server
download() - Method in class org.openstreetmap.josm.gui.io.DownloadFileTask
Performs download.
download - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Download from OSM...
download(String, Collection<File>) - Method in enum org.openstreetmap.josm.Main.DownloadParamType
Performs the download
download(PluginInformation, File) - Method in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
DOWNLOAD_GPS - Static variable in interface org.openstreetmap.josm.gui.progress.ProgressTaskIds
 
DOWNLOAD_LIMIT - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
Property defining the number of notes to be downloaded
DownloadAction - Class in org.openstreetmap.josm.actions
Action that opens a connection to the osm server and downloads map data.
DownloadAction() - Constructor for class org.openstreetmap.josm.actions.DownloadAction
Constructs a new DownloadAction.
DownloadAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.HeaderPanel.DownloadAction
 
DownloadAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel.DownloadAction
 
DownloadAction() - Constructor for class org.openstreetmap.josm.gui.download.DownloadDialog.DownloadAction
 
DownloadAllChildRelationsAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildRelationsAction
 
DownloadAllChildrenTask(Dialog, Relation) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildrenTask
 
DownloadAlongAction - Class in org.openstreetmap.josm.actions
Abstract superclass of DownloadAlongTrackAction and DownloadAlongWayAction
DownloadAlongAction(String, String, String, Shortcut, boolean) - Constructor for class org.openstreetmap.josm.actions.DownloadAlongAction
Constructs a new DownloadAlongAction
DownloadAlongPanel - Class in org.openstreetmap.josm.gui.layer.gpx
Panel displayed in "Download along..." dialogs
DownloadAlongPanel(String, String, String, String, String) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
Constructs a new DownloadPanel.
DownloadAlongTrackAction - Class in org.openstreetmap.josm.gui.layer.gpx
Action that issues a series of download requests to the API, following the GPX track.
DownloadAlongTrackAction(GpxData) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
Constructs a new DownloadAlongTrackAction
downloadAndUnpackFile(String, String, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Downloads file to one of JOSM standard folders and unpack it as ZIP/JAR file
downloadAreaToCache(ProgressMonitor, List<LatLon>, double, double) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Calculates tiles, that needs to be downloaded to cache, gets a current tile loader and creates a task to download all of the tiles.
DownloadAvailablePluginsAction() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.DownloadAvailablePluginsAction
Constructs a new DownloadAvailablePluginsAction.
DownloadBoundingBoxTask(OsmServerReader, ProgressMonitor) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadBoundingBoxTask
 
DownloadBzip2RawUrlTask(OsmServerReader, ProgressMonitor) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadBzip2RawUrlTask
 
downloadChangeset(int) - Method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask.DownloadTask
Downloads the changeset with id changesetId (only "header" information, no content)
downloadChangeset(int, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerChangesetReader
Downloads the content of a changeset
DownloadChangesetContentAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Downloads/Updates the content of the changeset.
DownloadChangesetContentAction(ChangesetAware) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.DownloadChangesetContentAction
Constructs a new DownloadChangesetContentAction.
downloadConnection - Variable in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
downloadConnection - Variable in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
DownloadDialog - Class in org.openstreetmap.josm.gui.download
Dialog displayed to download OSM and/or GPS data from OSM server.
DownloadDialog(Component) - Constructor for class org.openstreetmap.josm.gui.download.DownloadDialog
Constructs a new DownloadDialog.
DownloadDialog(Component, String) - Constructor for class org.openstreetmap.josm.gui.download.DownloadDialog
Constructs a new DownloadDialog.
DownloadDialog.CancelAction - Class in org.openstreetmap.josm.gui.download
 
DownloadDialog.DownloadAction - Class in org.openstreetmap.josm.gui.download
 
DownloadDialog.WindowEventHandler - Class in org.openstreetmap.josm.gui.download
 
downloaded - Variable in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
downloadedArea - Variable in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
downloadedChangesets - Variable in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask.RunnableDownloadTask
the set of downloaded changesets
downloadedData - Variable in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
downloadedRelationIds - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildrenTask
 
DownloadException(String, Throwable) - Constructor for exception org.openstreetmap.josm.gui.io.DownloadFileTask.DownloadException
Constructs a new DownloadException.
downloadExecutor - Variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
downloadFile(String, String, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Downloads file to one of JOSM standard folders
DownloadFileTask - Class in org.openstreetmap.josm.gui.io
Asynchronous task for downloading and unpacking arbitrary file lists Shows progress bar when downloading
DownloadFileTask(Component, String, File, boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.io.DownloadFileTask
Creates the download task
DownloadFileTask.DownloadException - Exception in org.openstreetmap.josm.gui.io
 
downloadFromParamBounds(boolean, Bounds) - Static method in class org.openstreetmap.josm.Main
Download area specified as Bounds value.
downloadGps(String) - Method in enum org.openstreetmap.josm.Main.DownloadParamType
Performs the GPS download
DownloadGpsTask - Class in org.openstreetmap.josm.actions.downloadtasks
Task allowing to download GPS data.
DownloadGpsTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
DownloadGpsTask.DownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadIncompleteMembersAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Download all incomplete members.
DownloadIncompleteMembersAction(MemberTable, MemberTableModel, String, OsmDataLayer, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.DownloadIncompleteMembersAction
Constructs a new DownloadIncompleteMembersAction.
downloadJobExecutor - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
downloadlink - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin download link.
DownloadMembersAction - Class in org.openstreetmap.josm.actions.relation
The action for downloading members of relations
DownloadMembersAction() - Constructor for class org.openstreetmap.josm.actions.relation.DownloadMembersAction
Constructs a new DownloadMembersAction.
downloadMembersAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
downloadMembersAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
DownloadMyChangesets() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadMyChangesets
 
downloadNear - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
downloadNotesInView - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Download notes in current view
DownloadNotesInViewAction - Class in org.openstreetmap.josm.actions
Action that downloads the notes within the current view from the server.
DownloadNotesInViewAction(String) - Constructor for class org.openstreetmap.josm.actions.DownloadNotesInViewAction
 
downloadNotesInViewAction - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
DownloadNotesTask - Class in org.openstreetmap.josm.actions.downloadtasks
Task for downloading notes
DownloadNotesTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
DownloadNotesTask.DownloadBoundingBoxTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadNotesTask.DownloadBzip2RawUrlTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadNotesTask.DownloadRawUrlTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadNotesTask.DownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadNotesUrlBoundsTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadNotesUrlBoundsTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesUrlBoundsTask
 
DownloadNotesUrlIdTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadNotesUrlIdTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesUrlIdTask
 
DownloadObjectAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.DownloadObjectAction
 
DownloadObjectDialog - Class in org.openstreetmap.josm.gui.download
Dialog prompt to user to let him choose OSM primitives to download by specifying their type and IDs
DownloadObjectDialog() - Constructor for class org.openstreetmap.josm.gui.download.DownloadObjectDialog
Constructs a new DownloadObjectDialog with Main.parent as parent component.
DownloadObjectDialog(Component) - Constructor for class org.openstreetmap.josm.gui.download.DownloadObjectDialog
Constructs a new DownloadObjectDialog.
DownloadOpenChangesetsTask() - Constructor for class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
DownloadOpenChangesetsTask - Class in org.openstreetmap.josm.gui.io
This is a task for downloading the open changesets of the current user from the OSM server.
DownloadOpenChangesetsTask(Component) - Constructor for class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
Constructs the task
DownloadOsmChangeCompressedTask - Class in org.openstreetmap.josm.actions.downloadtasks
Task allowing to download compressed OSM-Change files (gzip and bzip2)
DownloadOsmChangeCompressedTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeCompressedTask
 
DownloadOsmChangeTask - Class in org.openstreetmap.josm.actions.downloadtasks
Task allowing to download OsmChange data (http://wiki.openstreetmap.org/wiki/OsmChange).
DownloadOsmChangeTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask
 
DownloadOsmChangeTask.DownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadOsmChangeTask.HistoryLoaderAndListener - Class in org.openstreetmap.josm.actions.downloadtasks
Loads history and updates incomplete primitives.
DownloadOsmCompressedTask - Class in org.openstreetmap.josm.actions.downloadtasks
Task allowing to download compressed OSM files (gzip and bzip2)
DownloadOsmCompressedTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmCompressedTask
 
DownloadOsmIdTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadOsmIdTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmIdTask
 
DownloadOsmTask - Class in org.openstreetmap.josm.actions.downloadtasks
Open the download dialog and download the data.
DownloadOsmTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
DownloadOsmTask.AbstractInternalTask - Class in org.openstreetmap.josm.actions.downloadtasks
Superclass of internal download task.
DownloadOsmTask.DownloadTask - Class in org.openstreetmap.josm.actions.downloadtasks
 
DownloadOsmUrlTask - Class in org.openstreetmap.josm.actions.downloadtasks
Task allowing to download an OSM url containing coordinates
DownloadOsmUrlTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmUrlTask
 
DownloadParamType() - Constructor for enum org.openstreetmap.josm.Main.DownloadParamType
 
downloadParents(long, OsmPrimitiveType, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
 
downloadPluginList(String, ProgressMonitor) - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
Downloads the list from a remote location
downloadPrimitive - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Download object...
DownloadPrimitiveAction - Class in org.openstreetmap.josm.actions
Download an OsmPrimitive by specifying type and ID
DownloadPrimitiveAction() - Constructor for class org.openstreetmap.josm.actions.DownloadPrimitiveAction
Constructs a new DownloadPrimitiveAction.
DownloadPrimitivesTask - Class in org.openstreetmap.josm.gui.io
Task downloading a set of OSM primitives.
DownloadPrimitivesTask(OsmDataLayer, List<PrimitiveId>, boolean) - Constructor for class org.openstreetmap.josm.gui.io.DownloadPrimitivesTask
Constructs a new DownloadPrimitivesTask.
DownloadPrimitivesTask(OsmDataLayer, List<PrimitiveId>, boolean, ProgressMonitor) - Constructor for class org.openstreetmap.josm.gui.io.DownloadPrimitivesTask
Constructs a new DownloadPrimitivesTask.
DownloadPrimitivesWithReferrersTask - Class in org.openstreetmap.josm.gui.io
Task for downloading a set of primitives with all referrers.
DownloadPrimitivesWithReferrersTask(boolean, List<PrimitiveId>, boolean, boolean, String, ProgressMonitor) - Constructor for class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
Constructor
downloadRawGps(Bounds, ProgressMonitor) - Method in class org.openstreetmap.josm.io.BoundingBoxDownloader
 
DownloadRawUrlTask(OsmServerReader, ProgressMonitor) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadRawUrlTask
 
downloadReferrers(OsmDataLayer, Collection<OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.DownloadReferrersAction
Downloads the primitives referring to the primitives in primitives into the target layer targetLayer.
downloadReferrers - Variable in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
If true, download also referrers
downloadReferrers - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Download parent ways/relations...
DownloadReferrersAction - Class in org.openstreetmap.josm.actions
This action loads the set of primitives referring to the current selection from the OSM server.
DownloadReferrersAction() - Constructor for class org.openstreetmap.josm.actions.DownloadReferrersAction
Constructs a new DownloadReferrersAction.
DownloadReferrersTask - Class in org.openstreetmap.josm.actions.downloadtasks
The asynchronous task for downloading referring primitives
DownloadReferrersTask(OsmDataLayer, Collection<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
constructor
DownloadReferrersTask(OsmDataLayer, PrimitiveId, ProgressMonitor) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
constructor
DownloadRelationMemberTask - Class in org.openstreetmap.josm.gui.dialogs.relation
The asynchronous task for downloading relation members.
DownloadRelationMemberTask(Relation, Collection<OsmPrimitive>, OsmDataLayer, Dialog) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
DownloadRelationMemberTask(Relation, Collection<OsmPrimitive>, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
DownloadRelationMemberTask(Collection<Relation>, Collection<OsmPrimitive>, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
Creates a download task for downloading the child primitives children for all parent relations in parents.
downloadRelations - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
DownloadRelationSetTask(Dialog, Set<Relation>) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadRelationSetTask
 
DownloadRelationTask - Class in org.openstreetmap.josm.gui.dialogs.relation
The asynchronous task for fully downloading a collection of relations.
DownloadRelationTask(Collection<Relation>, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask
Creates the download task
downloadRequiredPluginsAndRestart(Component, Set<String>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
DownloadSelectedAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadSelectedAction
 
DownloadSelectedChangesetContentAction(ChangesetCacheManagerModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetContentAction
 
DownloadSelectedChangesetsAction(ChangesetCacheManagerModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetsAction
 
DownloadSelectedIncompleteMembersAction - Class in org.openstreetmap.josm.actions.relation
Action for downloading incomplete members of selected relations
DownloadSelectedIncompleteMembersAction() - Constructor for class org.openstreetmap.josm.actions.relation.DownloadSelectedIncompleteMembersAction
Constructs a new DownloadSelectedIncompleteMembersAction.
downloadSelectedIncompleteMembersAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
DownloadSelectedIncompleteMembersAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Download selected incomplete members.
DownloadSelectedIncompleteMembersAction(MemberTable, MemberTableModel, String, OsmDataLayer, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.DownloadSelectedIncompleteMembersAction
Constructs a new DownloadSelectedIncompleteMembersAction.
downloadSelectedIncompleteMembersAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
DownloadSelection - Interface in org.openstreetmap.josm.gui.download
 
downloadSelections - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
DownloadSessionTask - Class in org.openstreetmap.josm.actions.downloadtasks
Task allowing to download JOSM session (*.jos, *.joz file).
DownloadSessionTask() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
 
DownloadTask(Component, Collection<Integer>) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask.DownloadTask
 
DownloadTask(Component, Collection<Integer>, boolean) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask.DownloadTask
 
DownloadTask(Component, ChangesetQuery) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.ChangesetQueryTask.DownloadTask
 
downloadTask - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
DownloadTask(boolean, OsmServerReader, ProgressMonitor) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
downloadTask - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
DownloadTask(OsmServerReader, ProgressMonitor) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadTask
 
DownloadTask(boolean, OsmServerReader, ProgressMonitor) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask.DownloadTask
 
downloadTask - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
DownloadTask(boolean, OsmServerReader, ProgressMonitor) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.DownloadTask
Constructs a new DownloadTask.
DownloadTask(boolean, OsmServerReader, ProgressMonitor, boolean) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.DownloadTask
Constructs a new DownloadTask.
DownloadTask - Interface in org.openstreetmap.josm.actions.downloadtasks
Interface defining a general download task used to download geographic data (OSM data, GPX tracks, etc.) for a given URL or geographic area.
DownloadTask(String, Dialog) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadTask
 
DownloadTaskList - Class in org.openstreetmap.josm.actions.downloadtasks
This class encapsulates the downloading of several bounding boxes that would otherwise be too large to download in one go.
DownloadTaskList() - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
 
DownloadTaskList.PostDownloadProcessor - Class in org.openstreetmap.josm.actions.downloadtasks
 
downloadTaskRunnable - Variable in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask
 
downloadTasks - Variable in class org.openstreetmap.josm.actions.OpenLocationAction
 
DownloadWmsAlongTrackAction - Class in org.openstreetmap.josm.gui.layer.gpx
Class downloading WMS and TMS along the GPX track.
DownloadWmsAlongTrackAction(GpxData) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction
 
DownloadWmsAlongTrackAction.PrecacheWmsTask - Class in org.openstreetmap.josm.gui.layer.gpx
 
drag(EastNorth) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
apply the new position resulting from a drag in progress
DRAG_BUTTON - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
dragBorder - Variable in class org.openstreetmap.josm.gui.FileDrop.DropListener
 
dragDivider - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
dragEnter(DropTargetDragEvent) - Method in class org.openstreetmap.josm.gui.FileDrop.DropListener
 
dragExit(DropTargetEvent) - Method in class org.openstreetmap.josm.gui.FileDrop.DropListener
 
dragging - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
dragging - Variable in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
dragInProgress() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Determines whenever elements have been grabbed and moved (i.e.
dragMax - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
dragMin - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
dragOffsetX - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
dragOffsetY - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
dragOver(DropTargetDragEvent) - Method in class org.openstreetmap.josm.gui.FileDrop.DropListener
 
dragUnderway - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
DrawAction - Class in org.openstreetmap.josm.actions.mapmode
Mapmode to add nodes, create and extend ways.
DrawAction(MapFrame) - Constructor for class org.openstreetmap.josm.actions.mapmode.DrawAction
Constructs a new DrawAction.
DrawAction.BackSpaceAction - Class in org.openstreetmap.josm.actions.mapmode
 
DrawAction.SnapChangeAction - Class in org.openstreetmap.josm.actions.mapmode
 
DrawAction.SnapHelper - Class in org.openstreetmap.josm.actions.mapmode
 
DrawAction.SnapHelper.AnglePopupMenu - Class in org.openstreetmap.josm.actions.mapmode
 
drawAll(Graphics2D, MapView, List<WayPoint>) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
drawAngleSymbol(Graphics2D, Point2D, Point2D, boolean) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Draws right angle symbol at specified position.
drawArea - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
drawArea(OsmPrimitive, Path2D.Double, Color, MapImage, Float, Path2D.Double, boolean, TextLabel) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Worker function for drawing areas.
drawArea(Relation, Color, MapImage, Float, Float, boolean, TextLabel) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Draws a multipolygon area.
drawArea(Way, Color, MapImage, Float, Float, boolean, TextLabel) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Draws an area defined by a way.
drawAreaText(OsmPrimitive, TextLabel, Shape) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
drawArrows(Graphics2D, MapView, List<WayPoint>) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
drawBoxText(Node, BoxTextElement) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
drawColorBar(Graphics2D, MapView) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
drawColorBar(Graphics2D, int, int, int, int, double) - Method in class org.openstreetmap.josm.tools.ColorScale
 
drawConstructionGeometry - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
drawGpsArrows - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawGpsArrowsFast - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawGpsArrowsMinDist - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawHelper - Variable in class org.openstreetmap.josm.gui.layer.GpxLayer
 
drawHelperLine - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
drawHelperLine - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
drawIfNeeded(Graphics2D, MapView) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
drawImageInside(Graphics, Image, Rectangle, Rectangle) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
DrawingPreference - Class in org.openstreetmap.josm.gui.preferences.display
Map drawing preferences.
DrawingPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
DrawingPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.display
Factory used to create a new DrawingPreference.
drawIntersectingWayHelperLines(MapView, GeneralPath) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
drawLine - Variable in class org.openstreetmap.josm.data.gpx.WayPoint
 
drawLines(Graphics2D, MapView, List<WayPoint>) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
drawLineWidth - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawMultipolygon - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
drawMultipolygon - Variable in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
drawNode(Node, Color, int, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Draw the node as small square with the given color.
drawNode(Node, Color, int, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
drawNode(Node, Color, int, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
 
drawNode(Node, Color) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
Draws a circle around the node
drawNodeIcon(Node, MapImage, boolean, boolean, boolean, double) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
drawNodeSymbol(Node, NodeElement.Symbol, Color, Color) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
drawOrderNumber(Point, Point, int, Color) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Draw an number of the order of the two consecutive nodes within the parents way
drawOrderNumber(Node, Node, int, Color) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Draw a number of the order of the two consecutive nodes within the parents way
drawOSDText(Graphics2D) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
drawOSDText(Graphics2D) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
drawPathHighlight(GeneralPath, BasicStroke) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
highlights a given GeneralPath using the settings from BasicStroke to match the line's style.
drawPointHighlight(Point, int) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
highlights a given point by drawing a rounded rectangle around it.
drawPoints(Graphics2D, MapView, List<WayPoint>) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
drawRawGpsLinesActionListener - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawRawGpsLinesAll - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawRawGpsLinesGlobal - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawRawGpsLinesLocal - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawRawGpsLinesNone - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawRawGpsMaxLineLength - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawRawGpsMaxLineLengthLocal - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
drawReferenceSegment(Graphics2D, MapView, ExtrudeAction.ReferenceSegment) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Draws given reference segment.
drawRepeatImage(Way, MapImage, boolean, double, double, double, RepeatImageElement.LineImageAlignment) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Draw an image along a way repeatedly.
drawRestriction - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
drawRestriction(Image, Point, double, double, double, double, double, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
drawRestriction(Relation, MapImage, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
drawSegment(GeneralPath, Point, Point, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Draw a line with the given color.
drawSegment(Point, Point, Color, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Draw a line with the given color.
drawSegment(Point, Point, Color) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
Draws a line around the segment
drawSegment(Node, Node, Color) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
Draws a line around the segment
drawTargetHighlight - Variable in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
drawTargetHighlight - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
drawTargetHighlight - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
drawTextOnPath(Way, TextLabel) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Draws a text along a given way.
drawTime - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.BenchmarkData
 
drawVirtualNodes(DataSet, BBox) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Draws virtual nodes.
drawWay(Way, Color, BasicStroke, BasicStroke, Color, float, boolean, boolean, boolean, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
draw way.
drop(DropTargetDropEvent) - Method in class org.openstreetmap.josm.gui.FileDrop.DropListener
 
dropActionChanged(DropTargetDragEvent) - Method in class org.openstreetmap.josm.gui.FileDrop.DropListener
 
dropListener - Variable in class org.openstreetmap.josm.gui.FileDrop
 
DropListener(FileDrop.Listener, Border, Component) - Constructor for class org.openstreetmap.josm.gui.FileDrop.DropListener
 
dropTolerance - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
ds - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
ds - Variable in class org.openstreetmap.josm.command.PurgeCommand
 
ds - Variable in class org.openstreetmap.josm.data.osm.DatasetFactory
 
ds - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
DataSet passed to the @{link render} function to overcome the argument limitations of @{link Visitor} interface.
ds - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberRoleCellEditor
 
ds - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.RelationLoader
 
ds - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
ds - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
The data set that is managed
ds - Variable in class org.openstreetmap.josm.io.AbstractReader
The dataset to add parsed objects to.
dsArea - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
dualAlignActive - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
true, if dual alignment is active.
dualAlignChangeAction - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
DualAlignChangeAction() - Constructor for class org.openstreetmap.josm.actions.mapmode.ExtrudeAction.DualAlignChangeAction
 
dualAlignCheckboxMenuItem - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
dualAlignEnabled - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
true, if dual alignment mode is enabled.
dualAlignSegment1 - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Dual alignment reference segments
dualAlignSegment2 - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Dual alignment reference segments
dualAlignSegmentCollapsed - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
true, if new segment was collapsed
dualAlignShortcut - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
duplicate(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.layer.DuplicateAction
 
duplicate - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Duplicate
DUPLICATE_HOUSE_NUMBER - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
DUPLICATE_NODE - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_BOUNDARY - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_BUILDING - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_HIGHWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_LANDUSE - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_MIXED - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_NATURAL - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_OTHER - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_POWER - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_RAILWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_NODE_WATERWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
DUPLICATE_RELATION - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
Code number of completely duplicated relation error
DUPLICATE_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
Test identification for exactly identical ways (coordinates and tags).
DUPLICATE_WAY_NODE - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicatedWayNodes
 
DUPLICATE_WAY_SEGMENT - Static variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
DuplicateAction - Class in org.openstreetmap.josm.actions
 
DuplicateAction() - Constructor for class org.openstreetmap.josm.actions.DuplicateAction
Constructs a new DuplicateAction.
DuplicateAction - Class in org.openstreetmap.josm.gui.dialogs.layer
The action to merge the currently selected layer into another layer.
DuplicateAction(Layer, LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.DuplicateAction
Constructs a new DuplicateAction.
DuplicateAction(LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.DuplicateAction
Constructs a new DuplicateAction.
duplicateAction - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Action for performing the DuplicateRelationAction
duplicateAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
the duplicate action
DuplicatedWayNodes - Class in org.openstreetmap.josm.data.validation.tests
Checks for ways with identical consecutive nodes.
DuplicatedWayNodes() - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicatedWayNodes
Constructs a new DuplicatedWayNodes test.
DuplicateNode - Class in org.openstreetmap.josm.data.validation.tests
Tests if there are duplicate nodes
DuplicateNode() - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicateNode
Constructor
DuplicateNode.NodeHash - Class in org.openstreetmap.josm.data.validation.tests
 
DuplicateRelation - Class in org.openstreetmap.josm.data.validation.tests
Tests if there are duplicate relations
DuplicateRelation() - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
Default constructor
DuplicateRelation.RelationMembers - Class in org.openstreetmap.josm.data.validation.tests
Class to store relation members
DuplicateRelation.RelationPair - Class in org.openstreetmap.josm.data.validation.tests
Class to store relation data (keys are usually cleanup and may not be equal to original relation)
DuplicateRelation.RelMember - Class in org.openstreetmap.josm.data.validation.tests
Class to store one relation members and information about it
DuplicateRelationAction - Class in org.openstreetmap.josm.actions.relation
Creates a new relation with a copy of the current editor state
DuplicateRelationAction() - Constructor for class org.openstreetmap.josm.actions.relation.DuplicateRelationAction
Constructs a new DuplicateRelationAction.
DuplicateRelationAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Creates a new relation with a copy of the current editor state.
DuplicateRelationAction(MemberTableModel, TagEditorModel, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.DuplicateRelationAction
Constructs a new DuplicateRelationAction.
duplicateRelationAndLaunchEditor(Relation) - Static method in class org.openstreetmap.josm.actions.relation.DuplicateRelationAction
Duplicates the given relation and launches the relation editor for the created copy.
DuplicateWay - Class in org.openstreetmap.josm.data.validation.tests
Tests if there are duplicate ways
DuplicateWay() - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicateWay
Constructor
DuplicateWay.WayPair - Class in org.openstreetmap.josm.data.validation.tests
Class to store a way reduced to coordinates and keys.
DuplicateWay.WayPairNoTags - Class in org.openstreetmap.josm.data.validation.tests
Class to store a way reduced to coordinates.
duration - Variable in class org.openstreetmap.josm.gui.Notification
 
duration - Variable in class org.openstreetmap.josm.gui.SplashScreen.MeasurableTask
 
dx - Variable in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
dx - Variable in class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 
dx - Variable in class org.openstreetmap.josm.data.projection.datum.ThreeParameterDatum
 
dx - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
dy - Variable in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
dy - Variable in class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 
dy - Variable in class org.openstreetmap.josm.data.projection.datum.ThreeParameterDatum
 
dy - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
dynamic - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
dynamicButtons - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
dynamicButtonsPropertyChanged() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
dynamicItems - Variable in class org.openstreetmap.josm.gui.ImageryMenu
Collection to store temporary menu items.
DynamicURLClassLoader(URL[], ClassLoader) - Constructor for class org.openstreetmap.josm.plugins.PluginHandler.DynamicURLClassLoader
Constructs a new DynamicURLClassLoader.
dz - Variable in class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 
dz - Variable in class org.openstreetmap.josm.data.projection.datum.ThreeParameterDatum
 

E

E - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
eccentricity of Earth's ellipsoid
e - Variable in class org.openstreetmap.josm.data.projection.Ellipsoid
first eccentricity: sqrt(a*a - b*b) / a
e - Variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Ellipsoid excentricity, equals to sqrt(excentricity squared).
e - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Constants used in the transformation.
e - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.ExpressionCondition
 
e - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
 
e - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.MatchingReferrerFinder
 
e - Variable in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler.BugReporterThread
 
e0 - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
e2 - Variable in class org.openstreetmap.josm.data.projection.Ellipsoid
first eccentricity squared: (a*a - b*b) / (a*a)
e2 - Variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
The square of excentricity: e² = (a²-b²)/a² where e is the excentricity, a is the semi major axis length and b is the semi minor axis length.
E_TR - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
early - Variable in class org.openstreetmap.josm.plugins.PluginInformation
Determines if the plugin must be loaded early or not.
EARTH_RADIUS - Static variable in class org.openstreetmap.gui.jmapviewer.OsmMercator
equatorial earth radius for EPSG:3857 (Mercator)
east() - Method in class org.openstreetmap.josm.data.coor.EastNorth
Returns easting.
EAST - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
east - Variable in class org.openstreetmap.josm.data.gpx.WayPoint
 
east - Variable in class org.openstreetmap.josm.data.osm.Node
 
eastNorth - Variable in class org.openstreetmap.josm.command.Command.OldNodeState
 
eastNorth - Variable in class org.openstreetmap.josm.data.coor.CachedLatLon
 
EastNorth - Class in org.openstreetmap.josm.data.coor
Northing, Easting of the projected coordinates.
EastNorth(double, double) - Constructor for class org.openstreetmap.josm.data.coor.EastNorth
Constructs a new EastNorth.
eastNorth - Variable in class org.openstreetmap.josm.gui.MapViewState.MapViewEastNorthPoint
 
eastNorth2latlon(EastNorth) - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
eastNorth2latlon(EastNorth) - Method in interface org.openstreetmap.josm.data.projection.Projection
Convert from easting/norting to lat/lon.
eastNorthCoordinates - Variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
EastNorthInputVerifier() - Constructor for class org.openstreetmap.josm.gui.dialogs.LatLonDialog.EastNorthInputVerifier
 
eastNorthToTileXY(EastNorth, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
eb2 - Variable in class org.openstreetmap.josm.data.projection.Ellipsoid
square of the second eccentricity: (a*a - b*b) / (b*b)
eb2 - Variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
A derived quantity of excentricity, computed by e'² = (a²-b²)/b² = es/(1-es) where a is the semi-major axis length and b is the semi-minor axis length.
ec - Variable in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
An error condition indicating iteration will not converge for the inverse ellipse.
edges - Variable in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
editable - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Combo
Whether the combo box is editable, which means that the user can add other values as text.
EDITABLE - Static variable in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
EditableList - Class in org.openstreetmap.josm.gui.widgets
A JList containing items, and JButtons to add/edit/delete items.
EditableList(String) - Constructor for class org.openstreetmap.josm.gui.widgets.EditableList
Constructs a new EditableList.
editAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
EditAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.EditAction
 
EditAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Action for editing the currently selected relation.
EditAction(MemberTable, MemberTableModel, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.EditAction
Constructs a new EditAction.
EditAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.EditAction
 
editAction - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser
 
EditAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.EditAction
 
editAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
the edit action
EditAction(IHelpBrowser) - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowser.EditAction
Constructs a new EditAction.
EditActiveSourceAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.EditActiveSourceAction
 
editButton - Variable in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
 
editButton - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
editCellAt(int, int, EventObject) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
editcountTabLoaded - Variable in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
 
editCurrentRelation() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.MouseEventHandler
 
editHelper - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
This sub-object is responsible for all adding and editing of tags
EditIconPathAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.EditIconPathAction
 
EditIgnoreTagsAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog.EditIgnoreTagsAction
 
editLayer - Variable in class org.openstreetmap.josm.gui.layer.MainLayerManager
The edit layer is the current active data layer.
EditLayerChangeAdapter(MapView.EditLayerChangeListener) - Constructor for class org.openstreetmap.josm.gui.MapView.EditLayerChangeAdapter
 
editLayerChanged(OsmDataLayer, OsmDataLayer) - Method in interface org.openstreetmap.josm.gui.MapView.EditLayerChangeListener
Deprecated.
Called after the active edit layer was changed.
editMembership(int) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
This simply fires up an RelationEditor for the relation shown; everything else is the editor's business.
editMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
editMenu contains editing actions
editor - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
editor - Variable in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellEditor
 
editor - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
the combo box used as editor
editor - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction
 
editor - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberRoleCellEditor
 
editor - Variable in class org.openstreetmap.josm.gui.tagging.TagCellEditor
 
editor - Variable in class org.openstreetmap.josm.gui.tagging.TagTable
the table cell editor used by this table
editor - Variable in class org.openstreetmap.josm.gui.util.CellEditorSupport
 
EditorCellRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor.EditorCellRenderer
editorModel - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
 
editorRemover - Variable in class org.openstreetmap.josm.gui.tagging.TagTable
 
editors - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
the list of registered relation editor classes
editorValue - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
editPreference(JComponent) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
Call this to edit selected row in preferences table
EditRelationAction - Class in org.openstreetmap.josm.actions.relation
The action for editing a relation.
EditRelationAction() - Constructor for class org.openstreetmap.josm.actions.relation.EditRelationAction
Constructs a new EditRelationAction.
EditSourceEntryDialog(Component, String, SourceEntry) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog
 
editSrcButton - Variable in class org.openstreetmap.josm.gui.widgets.EditableList
 
editTag(int, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Edit the value in the tags table row.
EditTagDialog(String, Map<String, Integer>, boolean) - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.EditTagDialog
 
edSearchText - Variable in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
edtRunnable - Variable in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
EdtRunnable() - Constructor for class org.openstreetmap.josm.data.osm.event.DatasetEventManager.EdtRunnable
 
edtRunnable - Variable in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
elapsedTime - Variable in class org.openstreetmap.josm.gui.NotificationManager
 
elementCount - Variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
 
elements - Variable in class org.openstreetmap.gui.jmapviewer.Layer
 
elements - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
ElemStyles - Class in org.openstreetmap.josm.gui.mappaint
 
ElemStyles() - Constructor for class org.openstreetmap.josm.gui.mappaint.ElemStyles
Constructs a new ElemStyles.
elevation - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Elevation (altitude) in meters
eliminateDuplicateNodePairs(List<CombineWayAction.NodePair>) - Static method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
ELLIPSIS - Static variable in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
Ellipsoid - Class in org.openstreetmap.josm.data.projection
Reference ellipsoids.
Ellipsoid(double, double, double, double, double, boolean) - Constructor for class org.openstreetmap.josm.data.projection.Ellipsoid
private constructur - use one of the create_* methods
ellipsoids - Static variable in class org.openstreetmap.josm.data.projection.Projections
 
ellps - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
ellps - Variable in class org.openstreetmap.josm.data.projection.datum.AbstractDatum
 
ellps - Variable in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
ellps - Variable in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
ellps - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
ellps - Variable in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
EMAIL_KEYS - Static variable in class org.openstreetmap.josm.data.validation.tests.InternetTags
List of keys subject to email validation.
EMAIL_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
EMAIL_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
EMAIL_VALIDATOR - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
Singleton instance of this class, which doesn't consider local addresses as valid.
EMAIL_VALIDATOR_WITH_LOCAL - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
Singleton instance of this class, which does consider local addresses valid.
EMAIL_VALIDATOR_WITH_TLD - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
Singleton instance of this class, which doesn't consider local addresses as valid.
EmailValidator - Class in org.openstreetmap.josm.data.validation.routines
Perform email validations.
EmailValidator(boolean, boolean) - Constructor for class org.openstreetmap.josm.data.validation.routines.EmailValidator
Protected constructor for subclasses to use.
embeddInScrollPane(JTable) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
embeddInScrollPane(JTable) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
embeds table in a new JScrollPane and returns th scroll pane
embeddInScrollPane(JTable) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer
 
embedInScrollPane(JTable) - Method in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
embedInVerticalScrollPane(Component) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Embeds the given component into a new vertical-only scrollable JScrollPane.
EMPTY_STRING_ARRAY - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
EMPTY_STYLECACHE - Static variable in class org.openstreetmap.josm.gui.mappaint.StyleCache
 
EMPTY_TAGS - Static variable in class org.openstreetmap.josm.data.osm.TagMap
We use this array every time we want to represent an empty map.
EMPTY_TOOLBAR_MARKER - Static variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
EMPTY_VALUES - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
EMPTY_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
Empty way error
emptyIcon - Static variable in class org.openstreetmap.josm.plugins.PluginInformation
Empty icon for these plugins which have none
emptyTagsForKeysMissingIn(TagCollection) - Method in class org.openstreetmap.josm.data.osm.TagCollection
 
EMTPY_PROVIDER - Static variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate
 
en - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction.ReferenceSegment
 
EN() - Constructor for class org.openstreetmap.josm.actions.OrthogonalizeAction.EN
 
en0 - Variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Constant needed for the mlfn method.
en1 - Variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Constant needed for the mlfn method.
en2 - Variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Constant needed for the mlfn method.
en3 - Variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Constant needed for the mlfn method.
en4 - Variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Constant needed for the mlfn method.
enable - Variable in class org.openstreetmap.josm.data.osm.Filter
Enabled status.
enable - Variable in class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
Enabled status.
ENABLE_FILTER_SHORTCUT - Static variable in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
enableActions(boolean) - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction.DisableActionsFocusListener
 
enableArrow() - Method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
Enables arrow button.
enableCopyright(GpxData, JosmTextField, JButton, JosmTextField, JLabel, JLabel, JLabel, boolean) - Static method in class org.openstreetmap.josm.io.GpxExporter
 
enabled - Variable in class org.openstreetmap.josm.data.validation.Test
Whether this test is enabled.
enabled - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
 
enabled(GeoImageLayer) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ShowThumbnailAction
Check if there is any suitable image to be toggled.
enabled - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
enabled - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel.UseDefaultItemListener
 
enabled - Variable in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
enabled - Variable in class org.openstreetmap.josm.io.auth.DefaultAuthenticator
 
enabled - Variable in class org.openstreetmap.josm.io.FileExporter
 
enabled - Variable in class org.openstreetmap.josm.io.FileImporter
 
enabledMap - Variable in class org.openstreetmap.josm.gui.util.AdjustmentSynchronizer
 
enableEnter(JButton) - Static method in class org.openstreetmap.josm.tools.InputMapUtils
Enable activating button on Enter (which is replaced with spacebar for certain Look-And-Feels).
enableFilterAction - Variable in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
EnableFilterAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.FilterDialog.EnableFilterAction
 
enableHttpsSupport - Variable in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
enableIconDefault - Variable in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
 
enableMenu() - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox.ContextMenuHandler
 
enableMenuFor(JTextComponent, boolean) - Static method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
Creates a new TextContextualPopupMenu and enables it for the given text component.
enableOSXFullscreen(Window) - Static method in class org.openstreetmap.josm.tools.PlatformHookOsx
Enables fullscreen support for the given window.
enableRecentRelations() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
enableRemoteControl - Variable in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
enableSaveOnPut(boolean) - Method in class org.openstreetmap.josm.data.Preferences
Enables or not the preferences file auto-save mechanism (save each time a setting is changed).
enableSnapping() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
encDefault - Static variable in class org.openstreetmap.josm.tools.Base64
"base64": RFC 2045 default encoding
encode(DerOutputStream) - Method in class org.openstreetmap.josm.io.remotecontrol.DNSName
Encode the DNS name into the DerOutputStream.
encode(String) - Static method in class org.openstreetmap.josm.io.XmlWriter
Encode the given string in XML1.0 format.
encode(String, boolean) - Static method in class org.openstreetmap.josm.io.XmlWriter
Encode the given string in XML1.0 format.
encode(String) - Static method in class org.openstreetmap.josm.tools.Base64
Encodes all characters from the specified string into a new String using the Base64 default encoding scheme.
encode(String, boolean) - Static method in class org.openstreetmap.josm.tools.Base64
Encodes all characters from the specified string into a new String using a supported Base64 encoding scheme.
encode(ByteBuffer) - Static method in class org.openstreetmap.josm.tools.Base64
Encodes all remaining bytes from the specified byte buffer into a new string using the Base64 default encoding scheme.
encode(ByteBuffer, boolean) - Static method in class org.openstreetmap.josm.tools.Base64
Encodes all remaining bytes from the specified byte buffer into a new string using a supported Base64 encoding scheme.
encodeAsString(String) - Method in class org.openstreetmap.josm.data.Bounds
 
encodeAsString(String) - Method in class org.openstreetmap.josm.data.imagery.Shape
 
encodeUrl(String) - Static method in class org.openstreetmap.josm.tools.Utils
Translates a string into application/x-www-form-urlencoded format.
encoding - Static variable in class org.openstreetmap.josm.io.XmlWriter
The output writer to save the values to.
encUrlSafe - Static variable in class org.openstreetmap.josm.tools.Base64
"base64url": RFC 4648 url-safe encoding
end - Variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer.Range
 
endBulkOperation(String) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
Marks the ending of a bulk operation.
endDocument() - Method in class org.openstreetmap.josm.io.GpxReader.Parser
 
endDocument() - Method in class org.openstreetmap.josm.io.NoteReader.Parser
 
endDrag(boolean) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
reinstate the old map mode after switching temporarily to do a play head drag
endElement(String, String, String) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NameFinderResultParser
Detect ending elements.
endElement(String, String, String) - Method in class org.openstreetmap.josm.io.GpxReader.Parser
 
endElement(String, String, String) - Method in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
endElement(String, String, String) - Method in class org.openstreetmap.josm.io.NoteReader.Parser
 
endElement(String, String, String) - Method in class org.openstreetmap.josm.io.OsmChangesetContentParser.Parser
 
endElement(String, String, String) - Method in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
endElement(String, String, String) - Method in class org.openstreetmap.josm.io.OsmHistoryReader.Parser
 
endElement(String, String, String) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
endMovement() - Method in class org.openstreetmap.josm.gui.MapMover
End the movement.
endnodes - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
endnodesHighway - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
endpoint - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
endSelecting(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
Ends the selection of the current area.
endTest() - Method in class org.openstreetmap.josm.data.validation.Test
Notification of the end of the test.
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
endTest() - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
 
endUpdate() - Method in class org.openstreetmap.josm.data.osm.DataSet
 
engine - Variable in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
ENGINE - Static variable in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
Javascript engine
engine - Variable in class org.openstreetmap.josm.tools.OverpassTurboQueryWizard
 
engMessage - Variable in class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
The English message
enlargeBoundingBox() - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Enlarges the calculated bounding box by 0.002 degrees.
enlargeBoundingBox(double) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Enlarges the calculated bounding box by the specified number of degrees.
enlargeBoundingBoxLogarithmically(double) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Enlarges the bounding box up to maxEnlargePercent, depending on its size.
enlargeImage - Variable in class org.openstreetmap.josm.gui.bbox.SizeButton
 
enlargeImage - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
enlargeToMinSize(double) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Specify a degree larger than 0 in order to make the bounding box at least the specified size in width and height.
ensure(boolean, String, Object...) - Static method in class org.openstreetmap.josm.tools.Utils
Ensures a logical condition is met.
ensureActiveSelected() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Ensures that at least one layer is selected in the layer dialog
ensureCacheElement() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
ensureCapacity(int) - Method in class org.openstreetmap.josm.tools.CopyList
 
ensureOneTag() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
makes sure the model includes at least one (empty) tag
ensureParameterNotNull(Object, String) - Static method in class org.openstreetmap.josm.tools.CheckParameterUtil
Ensures a parameter is not null
ensureParameterNotNull(Object) - Static method in class org.openstreetmap.josm.tools.CheckParameterUtil
Ensures a parameter is not null.
ensurePositiveLong(long, String) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
ensureSelectedIsVisible() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Make sure the first of the selected layers is visible in the views of this model.
ensureSelectedIsVisible() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
Make sure the first of the selected entry is visible in the views of this model.
ensureSpace() - Method in class org.openstreetmap.josm.data.osm.Storage
 
ensureThat(boolean, String) - Static method in class org.openstreetmap.josm.tools.CheckParameterUtil
Ensures that the condition condition holds.
ensureTrackVisibilityLength() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
ensures the trackVisibility array has the correct length without losing data.
ensureValidChangeset() - Method in class org.openstreetmap.josm.io.OsmApi
Ensures that the current changeset can be used for uploading data
ensureValidCoordinates(LatLon, String) - Static method in class org.openstreetmap.josm.tools.CheckParameterUtil
Ensures lat/lon coordinates are valid
ensureValidCoordinates(EastNorth, String) - Static method in class org.openstreetmap.josm.tools.CheckParameterUtil
Ensures east/north coordinates are valid
ensureValidNodeId(PrimitiveId, String) - Static method in class org.openstreetmap.josm.tools.CheckParameterUtil
Ensures that id is non-null primitive id of type OsmPrimitiveType.NODE
ensureValidPrimitiveId(PrimitiveId, String) - Static method in class org.openstreetmap.josm.tools.CheckParameterUtil
Ensures an OSM primitive ID is valid
ensureValidVersion(long, String) - Static method in class org.openstreetmap.josm.tools.CheckParameterUtil
Ensures a version number is valid
enterMode() - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
enterMode() - Method in class org.openstreetmap.josm.actions.LassoModeAction
 
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.AddNoteAction
 
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
Makes this map mode active.
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
enterMode() - Method in class org.openstreetmap.josm.actions.mapmode.ZoomAction
 
Entities - Class in org.openstreetmap.josm.data.validation.util
Provides HTML and XML entity utilities.
Entities() - Constructor for class org.openstreetmap.josm.data.validation.util.Entities
 
entries - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
entries - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
entries - Variable in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
 
entries - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
entries - Variable in class org.openstreetmap.josm.tools.bugreport.ReportedException.Section
 
entries - Variable in class org.openstreetmap.josm.tools.template_engine.CompoundTemplateEntry
 
entries - Variable in class org.openstreetmap.josm.tools.template_engine.Condition
 
ENTRIES_PREF_KEY - Static variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
The preference key for tag checker source entries.
EntriesSelectionModel(List<T>) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
EntriesTableModel(ListRole) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
entry - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AbstractListEditor
 
entry - Variable in class org.openstreetmap.josm.gui.preferences.advanced.StringEditor
 
entry - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
Entry(Class<?>, boolean, boolean) - Constructor for class org.openstreetmap.josm.tools.XmlObjectParser.Entry
 
ENTRY_ALIAS - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Unique alias used to store JOSM localhost entry, both in JOSM keystore and system/browser keystores.
entryByUrl - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceEntryListCellRenderer
 
entryIdx - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor
 
entryList - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor
 
EntryListener() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.EntryListener
 
EntryListModel() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.EntryListModel
 
EntryListModel() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.EntryListModel
 
entryModel - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor
 
entrySet() - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
entrySet() - Method in class org.openstreetmap.josm.data.osm.TagMap
 
entrySet() - Method in class org.openstreetmap.josm.tools.MultiMap
Returns a Set view of the mappings contained in this map.
enumClass - Variable in class org.openstreetmap.josm.data.preferences.ParametrizedEnumProperty
 
EnumProperty<T extends java.lang.Enum<T>> - Class in org.openstreetmap.josm.data.preferences
A property containing an Enum value.
EnumProperty(String, Class<T>, T) - Constructor for class org.openstreetmap.josm.data.preferences.EnumProperty
Constructs a new EnumProperty.
Environment - Class in org.openstreetmap.josm.gui.mappaint
Environment is a data object to provide access to various "global" parameters.
Environment() - Constructor for class org.openstreetmap.josm.gui.mappaint.Environment
Creates a new uninitialized environment.
Environment(OsmPrimitive) - Constructor for class org.openstreetmap.josm.gui.mappaint.Environment
Creates a new environment.
Environment(OsmPrimitive, MultiCascade, String, StyleSource) - Constructor for class org.openstreetmap.josm.gui.mappaint.Environment
Creates a new environment.
Environment(Environment) - Constructor for class org.openstreetmap.josm.gui.mappaint.Environment
Creates a clone of the environment other.
eol() - Static method in class org.openstreetmap.josm.tools.GBC
Create the constraint for the last elements on a line.
eop() - Static method in class org.openstreetmap.josm.tools.GBC
Create the constraint for the last elements on a line and on a paragraph.
EPSILON - Static variable in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
Maximum difference allowed when comparing real numbers.
EPSILON - Static variable in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
EPSILON - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Maximum difference allowed when comparing real numbers.
epsilon - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
precision in iterative schema
EPSILON - Static variable in class org.openstreetmap.josm.data.projection.proj.Mercator
Maximum difference allowed when comparing real numbers.
EPSILON - Static variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Maximum difference allowed when comparing real numbers.
EPSILON - Static variable in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
Maximum difference allowed when comparing real numbers.
EPSILON - Static variable in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
EPSILON - Static variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Maximum difference allowed when comparing real numbers.
EPSILON - Static variable in class org.openstreetmap.josm.tools.Utils
 
EPSILON_LATITUDE - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Epsilon for the comparison of latitudes.
EPSILON_LATITUDE - Static variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Maximum difference allowed when comparing latitudes.
equal(Object, Object) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Determines if the objects a and b are equal.
equalCollection(Collection<?>, Collection<?>) - Static method in class org.openstreetmap.josm.tools.Utils
Determines if two collections are equal.
equalMap(Map<String, String>, Map<String, String>) - Static method in class org.openstreetmap.josm.data.preferences.MapListSetting
 
equals(Object) - Method in class org.openstreetmap.gui.jmapviewer.Coordinate
 
equals(Object) - Method in class org.openstreetmap.gui.jmapviewer.Tile
Compares this object with obj based on the fields Tile.xtile, Tile.ytile and Tile.zoom.
equals(Object) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
 
equals(Object) - Method in class org.openstreetmap.josm.actions.ExtensionFileFilter
 
equals(Object) - Method in class org.openstreetmap.josm.actions.JoinAreasAction.RelationRole
 
equals(Object) - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayInPolygon
 
equals(Object) - Method in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
equals(Object) - Method in class org.openstreetmap.josm.command.AddCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.ChangeCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.ChangeNodesCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.Command
 
equals(Object) - Method in class org.openstreetmap.josm.command.Command.OldNodeState
 
equals(Object) - Method in class org.openstreetmap.josm.command.conflict.ConflictAddCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.conflict.ConflictResolveCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.conflict.CoordinateConflictResolveCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.conflict.ModifiedConflictResolveCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.conflict.VersionConflictResolveCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.conflict.WayNodesConflictResolverCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.DeleteCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.MoveCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.PurgeCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.RemoveNodesCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.RotateCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.ScaleCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.SelectCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.SequenceCommand
 
equals(Object) - Method in class org.openstreetmap.josm.command.TransformNodesCommand
 
equals(Object) - Method in class org.openstreetmap.josm.data.Bounds
 
equals(Object) - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
equals(Object) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
equals(Object) - Method in class org.openstreetmap.josm.data.coor.CachedLatLon
 
equals(Object) - Method in class org.openstreetmap.josm.data.coor.Coordinate
 
equals(Object) - Method in class org.openstreetmap.josm.data.coor.LatLon
 
equals(Object) - Method in class org.openstreetmap.josm.data.DataSource
 
equals(Object) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
equals(Object) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryBounds
 
equals(Object) - Method in class org.openstreetmap.josm.data.imagery.Shape
 
equals(Object) - Method in class org.openstreetmap.josm.data.notes.Note
 
equals(Object) - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
 
equals(Object) - Method in class org.openstreetmap.josm.data.oauth.OAuthToken
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.BBox
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager.ListenerInfo
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.event.SelectionEventManager.ListenerInfo
 
equals(K, T) - Method in interface org.openstreetmap.josm.data.osm.Hash
Compare two instances for semantic or lookup equality.
equals(Object) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Equal, if the id (and class) is equal.
equals(Object) - Method in class org.openstreetmap.josm.data.osm.RelationMember
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
equals(PrimitiveId, PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.Storage.PrimitiveIdHash
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.Tag
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.User
 
equals(Object) - Method in class org.openstreetmap.josm.data.osm.WaySegment
 
equals(Object) - Method in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
equals(Object) - Method in class org.openstreetmap.josm.data.preferences.ListListSetting
 
equals(Object) - Method in class org.openstreetmap.josm.data.preferences.ListSetting
 
equals(Object) - Method in class org.openstreetmap.josm.data.preferences.MapListSetting
 
equals(Object) - Method in class org.openstreetmap.josm.data.preferences.StringSetting
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor.PaintedPoint
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor.PaintedSegment
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.Test
 
equals(Object, Object) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode.NodeHash
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelationMembers
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelationPair
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelMember
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPair
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPairNoTags
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.GroupedMapCSSRule
 
equals(Object) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.MapCSSTagCheckerAndRule
 
equals(Object) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
equals(Object) - Method in class org.openstreetmap.josm.gui.dialogs.layer.DeleteLayerAction
 
equals(Object) - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
equals(Object) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager.DialogContext
 
equals(Object) - Method in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
 
equals(Object) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
equals(Object) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
equals(Object) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Timezone
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.DividedScale
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.Keyword
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule.Declaration
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.Range
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.StyleCache
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.SimpleBoxProvider
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.StaticLabelCompositionStrategy
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.TagLookupCompositionStrategy
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineTextElement
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage.MapImageBoxProvider
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.Symbol
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement.FontDescriptor
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
equals(Object) - Method in class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
equals(Object) - Method in class org.openstreetmap.josm.gui.MapStatus.StatusTextHistory
 
equals(Object) - Method in class org.openstreetmap.josm.gui.MapView.EditLayerChangeAdapter
 
equals(Object) - Method in class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
equals(Object) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
 
equals(Object) - Method in class org.openstreetmap.josm.gui.preferences.SourceEntry
 
equals(Object) - Method in class org.openstreetmap.josm.gui.progress.ProgressTaskId
 
equals(Object) - Method in class org.openstreetmap.josm.gui.SplashScreen.MeasurableTask
 
equals(Object) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
 
equals(Object) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager.UserInputTag
 
equals(Object) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
TaggingPresetMenu are considered equivalent if (and only if) their TaggingPreset.getRawName() match.
equals(Object) - Method in class org.openstreetmap.josm.io.remotecontrol.DNSName
Compares this name with another, for equality.
equals(Object) - Method in class org.openstreetmap.josm.plugins.PluginHandler.DeprecatedPlugin
 
equals(Object) - Method in class org.openstreetmap.josm.tools.MultiMap
 
equals(Object) - Method in class org.openstreetmap.josm.tools.Pair
 
equals(Object) - Method in class org.openstreetmap.josm.tools.WindowGeometry
 
equalsBaseValues(ImageryInfo) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
equalsEpsilon(EastNorth, double) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Compares two EastNorth values
equalsEpsilon(LatLon) - Method in class org.openstreetmap.josm.data.coor.LatLon
 
equalsEpsilon(double, double) - Static method in class org.openstreetmap.josm.tools.Utils
Determines if the two given double values are equal (their delta being smaller than a fixed epsilon)
equalsPref(ImageryInfo) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Check if this object equals another ImageryInfo with respect to the properties that get written to the preference file.
equalTo(T) - Static method in class org.openstreetmap.josm.tools.Predicates
Returns a Predicate executing Objects.equals(java.lang.Object, java.lang.Object).
equalVal(List<List<String>>) - Method in class org.openstreetmap.josm.data.preferences.ListListSetting
 
equalVal(List<String>) - Method in class org.openstreetmap.josm.data.preferences.ListSetting
 
equalVal(List<Map<String, String>>) - Method in class org.openstreetmap.josm.data.preferences.MapListSetting
 
equalVal(T) - Method in interface org.openstreetmap.josm.data.preferences.Setting
Check if the value of this Setting object is equal to the given value.
equalVal(String) - Method in class org.openstreetmap.josm.data.preferences.StringSetting
 
equivCount() - Method in class org.openstreetmap.josm.tools.Diff.FileData
Return equiv_count[I] as the number of lines in this file that fall in equivalence class I.
equivMax - Variable in class org.openstreetmap.josm.tools.Diff
1 more than the maximum equivalence value used for this or its sibling file.
equivs - Variable in class org.openstreetmap.josm.tools.Diff.FileData
Vector, indexed by line number, containing an equivalence code for each line.
erroneous - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
error - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
error - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction.SaveToFileTask
 
error(SAXParseException) - Method in class org.openstreetmap.josm.io.OsmChangesetContentParser.Parser
 
error(String) - Static method in class org.openstreetmap.josm.io.session.SessionReader
 
error(String) - Static method in class org.openstreetmap.josm.Main
Prints an error message if logging is on.
error(String, Object...) - Static method in class org.openstreetmap.josm.Main
Prints a formatted error message if logging is on.
error(Throwable) - Static method in class org.openstreetmap.josm.Main
Prints an error message for the given Throwable.
error(Throwable, boolean) - Static method in class org.openstreetmap.josm.Main
Prints an error message for the given Throwable.
error(Throwable, String) - Static method in class org.openstreetmap.josm.Main
Prints an error message for the given Throwable.
error(SAXParseException) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
ERROR_BACKGROUND - Static variable in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
ERROR_BORDER - Static variable in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
ERROR_HEADER_PATTERN - Static variable in exception org.openstreetmap.josm.io.ChangesetClosedException
the error header pattern for in case of HTTP response 409 indicating that a changeset was closed
ERROR_HEADER_PATTERN - Static variable in exception org.openstreetmap.josm.io.OsmApiPrimitiveGoneException
The regexp pattern for the error header replied by the OSM API
ERROR_IMAGE - Static variable in class org.openstreetmap.gui.jmapviewer.Tile
Red cross image that is displayed after a loading error, except for overlay sources
error_message - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
ERROR_MESSAGE - Static variable in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
ERROR_MESSAGE - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
errorBody - Variable in exception org.openstreetmap.josm.io.OsmApiException
 
errorBorder - Variable in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
errorCount - Variable in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
 
errorHeader - Variable in exception org.openstreetmap.josm.io.OsmApiException
 
errorHeaderMatchesPattern(String) - Static method in exception org.openstreetmap.josm.io.ChangesetClosedException
Replies true if errorHeader matches with ChangesetClosedException.ERROR_HEADER_PATTERN
errorLayer - Static variable in class org.openstreetmap.josm.data.validation.OsmValidator
 
errorLoading - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
The image currently displayed
errorMessage - Variable in class org.openstreetmap.josm.data.validation.routines.AbstractValidator
 
errorMessage - Variable in class org.openstreetmap.josm.tools.bugreport.BugReportSender
 
errorMessages - Variable in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
errorMessages - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
errorMessages - Variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
errorResources - Variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
errors - Variable in class org.openstreetmap.josm.actions.ValidateAction.ValidationTask
 
errors - Variable in class org.openstreetmap.josm.data.validation.Test
The list of errors
errors - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
errors - Variable in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
The list of errors shown in the tree
errors - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSource
 
ERRORS_AND_WARNINGS - Static variable in class org.openstreetmap.josm.Main
 
errorSegments - Variable in class org.openstreetmap.josm.data.validation.tests.CrossingWays
The already detected errors
errorsTabLoaded - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
 
errorWays - Variable in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
The already detected errors
esc - Variable in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 
escape(String) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
escape(String) - Static method in class org.openstreetmap.josm.tools.I18n
 
escapeReservedCharactersHTML(String) - Static method in class org.openstreetmap.josm.tools.Utils
Replaces some HTML reserved characters (<, > and &) by their equivalent entity (&lt;, &gt; and &amp;);
escapeStringForSearch(String) - Static method in class org.openstreetmap.josm.actions.search.SearchCompiler
 
estimateMemoryUsage() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
estimateMemoryUsage() - Method in class org.openstreetmap.josm.gui.layer.Layer
 
estimateTileCacheSize() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
ETAG - Static variable in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
eula - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
eulaAcceptanceRequired - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
Whether this service requires a explicit EULA acceptance before it can be activated
eval(String, String) - Method in enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.Op
Evaluates a value against a reference string.
eval(Object) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Identity function for compatibility with MapCSS specification.
evalSupportsDeclCondition(String, Object) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
evaluate(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Match
 
evaluate(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection.FilterPredicate
 
evaluate(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
evaluate(Environment) - Method in interface org.openstreetmap.josm.gui.mappaint.mapcss.Expression
Evaluate this expression.
evaluate(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.AndOperator
 
evaluate(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ArrayFunction
 
evaluate(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.CondOperator
 
evaluate(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.LengthFunction
 
evaluate(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.MinMaxFunction
 
evaluate(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.NullExpression
 
evaluate(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.OrOperator
 
evaluate(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ParameterFunction
 
evaluate(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.LiteralExpression
 
evaluate(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Determines whether this preset matches the given primitive, i.e., whether the type matches and the tags match.
evaluate(T) - Method in interface org.openstreetmap.josm.tools.Predicate
Determines whether the object passes the test or not
evaluateCondition(SearchCompiler.Match) - Method in class org.openstreetmap.josm.data.gpx.WayPoint
 
evaluateCondition(SearchCompiler.Match) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
evaluateCondition(SearchCompiler.Match) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
evaluateCondition(SearchCompiler.Match) - Method in interface org.openstreetmap.josm.tools.template_engine.TemplateEngineDataProvider
 
evaluateObject(Object, OsmPrimitive, Selector) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.FixCommand
Evaluates given object as Expression or String on the matched OsmPrimitive and matchingSelector.
evalVars(String) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
substitute ${expression} = expression evaluated by JavaScript
eventDispatched(AWTEvent) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
eventDispatched(AWTEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
eventDispatched(AWTEvent) - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
events - Variable in class org.openstreetmap.josm.data.osm.event.DataChangedEvent
 
eventsInEDT - Variable in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
EverestSabahSarawak - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Everest (Sabah & Sarawak)
evtListenerList - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
ExactKeyValue(boolean, String, String) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue
 
ExactType(String) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.ExactType
 
exception - Variable in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
exception - Variable in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
exceptionCounter - Static variable in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler
 
ExceptionDialogUtil - Class in org.openstreetmap.josm.gui
This utility class provides static methods which explain various exceptions to the user.
ExceptionDialogUtil() - Constructor for class org.openstreetmap.josm.gui.ExceptionDialogUtil
just static utility functions.
exceptionHandlingInProgress() - Static method in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler
Determines if an exception is currently being handled
ExceptionUtil - Class in org.openstreetmap.josm.tools
Utilities for exception handling.
ExceptionUtil() - Constructor for class org.openstreetmap.josm.tools.ExceptionUtil
 
execCommands(List<Command>, List<Node>) - Method in class org.openstreetmap.josm.actions.UnGlueAction
Add commands to undo-redo system.
execOutput(List<String>) - Static method in class org.openstreetmap.josm.tools.Utils
Runs an external command and returns the standard output.
execute() - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Performs the paste operation.
execute(Way, Way) - Method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
execute(P, P) - Method in class org.openstreetmap.josm.corrector.TagCorrector
 
execute() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.LineClip
run the clipping algorithm
execute(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
execute(Layer) - Method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
execute(Layer) - Method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToNextMarker
 
execute(Layer) - Method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToPreviousMarker
 
execute(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.AssignmentInstruction
 
execute(Environment) - Method in interface org.openstreetmap.josm.gui.mappaint.mapcss.Instruction
 
execute(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule.Declaration
Executes the instructions against the environment env
execute(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule
Executes the instructions against the environment env
execute(Runnable) - Method in class org.openstreetmap.josm.gui.progress.ProgressMonitorExecutor
 
Execute() - Constructor for class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
executeByMainWorkerInEDT(Runnable) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
 
executeCommand() - Method in class org.openstreetmap.josm.command.AddCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.ChangeCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.ChangeNodesCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.Command
Executes the command on the dataset.
executeCommand() - Method in class org.openstreetmap.josm.command.conflict.ConflictAddCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.conflict.CoordinateConflictResolveCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.conflict.ModifiedConflictResolveCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.conflict.VersionConflictResolveCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.conflict.WayNodesConflictResolverCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.DeleteCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.MoveCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.PurgeCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.RemoveNodesCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.SelectCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.SequenceCommand
 
executeCommand() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
Finally apply the transformation of the nodes.
executeFilters(Collection<OsmPrimitive>, FilterMatcher) - Static method in class org.openstreetmap.josm.data.osm.FilterWorker
Apply the filters to the primitives of the data set.
executeFilters(OsmPrimitive, FilterMatcher) - Static method in class org.openstreetmap.josm.data.osm.FilterWorker
Apply the filters to a single primitive.
executeFilters() - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
executeFilters(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
executeMultikeyAction(int, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.EnableFilterAction
 
executeMultikeyAction(int, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.HidingFilterAction
 
executeMultikeyAction(int, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
executeMultikeyAction(int, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
executeMultikeyAction(int, boolean) - Method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
executeMultikeyAction(int, boolean) - Method in interface org.openstreetmap.josm.tools.MultikeyShortcutAction
 
executePostprocessors(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerWriter
Calls all registered upload postprocessors.
executionFinished() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
This method is run when job has finished
executor - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
executor - Variable in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
executor - Variable in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
executor - Variable in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
executor - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel
 
EXECUTOR - Static variable in class org.openstreetmap.josm.io.MessageNotifier
 
exifCoor - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
exifGpsTime - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Temporary source of GPS time if not correlated with GPX track.
exifImgDir - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
exifOrientation - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
ExifReader - Class in org.openstreetmap.josm.tools
Read out EXIF information from a JPEG file
ExifReader() - Constructor for class org.openstreetmap.josm.tools.ExifReader
 
exifTime - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
ExistingBothNewChoice(boolean) - Constructor for class org.openstreetmap.josm.actions.UnGlueAction.ExistingBothNewChoice
 
existingSlippyMapUrls - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser.TMSTileSourceProvider
 
ExistingValues(String) - Constructor for class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.ExistingValues
 
exists(Iterable<? extends T>, Predicate<? super T>) - Static method in class org.openstreetmap.josm.tools.Utils
Tests whether predicate applies to at least one element from collection.
exists(Iterable<T>, Class<? extends T>) - Static method in class org.openstreetmap.josm.tools.Utils
Checks if an item that is an instance of clazz exists in the collection
existsDialog(long) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
Determines if an history dialog exists for the given object id.
existsMatch(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Match
Tests whether one of the primitives matches.
exit - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Exit
ExitAction - Class in org.openstreetmap.josm.actions
Exit the application.
ExitAction() - Constructor for class org.openstreetmap.josm.actions.ExitAction
Construct the action with "Exit" as label
exitJosm(boolean, int) - Static method in class org.openstreetmap.josm.Main
Closes JOSM and optionally terminates the Java Virtual Machine (JVM).
exitMode() - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
exitMode() - Method in class org.openstreetmap.josm.actions.LassoModeAction
 
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.AddNoteAction
 
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
Makes this map mode inactive.
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
exitMode() - Method in class org.openstreetmap.josm.actions.mapmode.ZoomAction
 
expand() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Expands the toggle dialog
expandAll() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Expands complete tree
expectedModCount - Variable in class org.openstreetmap.josm.tools.CopyList.Itr
The modCount value that the iterator believes that the backing List should have.
expectedParameterTypes - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ArrayFunction
 
expectedParameterTypes - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ParameterFunction
 
expertChanged(boolean) - Method in interface org.openstreetmap.josm.actions.ExpertToggleAction.ExpertModeChangeListener
 
expertChanged(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
expertChanged(boolean) - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
expertChanged(boolean) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
ExpertToggleAction - Class in org.openstreetmap.josm.actions
This action toggles the Expert mode.
ExpertToggleAction() - Constructor for class org.openstreetmap.josm.actions.ExpertToggleAction
Constructs a new ExpertToggleAction.
ExpertToggleAction.ExpertModeChangeListener - Interface in org.openstreetmap.josm.actions
 
EXPIRATION_TIME - Static variable in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
EXPIRE_TIME_SERVER_LIMIT - Static variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
explainAuthenticationFailed(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException which was thrown because the authentication at the OSM server failed
explainAuthorizationFailed(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException which was thrown because accessing a protected resource was forbidden (HTTP 403).
explainBadRequest(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException which was thrown because of a bad request
explainBadRequest(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OsmApiException which was thrown because of a bad request.
explainBandwidthLimitExceeded(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException which was thrown because of a bandwidth limit (HTTP 509)
explainBandwidthLimitExceeded(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OsmApiException which was thrown because of bandwidth limit exceeded (HTTP error 509)
explainChangesetClosedException(ChangesetClosedException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
handles a ChangesetClosedException
explainChangesetClosedException(ChangesetClosedException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains an exception thrown during upload because the changeset which data is uploaded to is already closed.
explainClientTimeout(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException which was thrown because of a client timeout (HTTP 408)
explainClientTimeout(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains an OSM API exception because of a client timeout (HTTP 408).
explainConflict(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException which was thrown because of a conflict
explainConflict(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains an error due to a 409 conflict
explainException(Exception) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains an Exception to the user.
explainException(Exception) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains an Exception to the user.
explainFailedAuthorisation(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OsmApiException which was thrown because accessing a protected resource was forbidden (HTTP 403), without OAuth authentication.
explainFailedBasicAuthentication(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OsmApiException which was thrown because the authentication at the OSM server failed, with basic authentication.
explainFailedOAuthAuthentication(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OsmApiException which was thrown because the authentication at the OSM server failed, with OAuth authentication.
explainFailedOAuthAuthorisation(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OsmApiException which was thrown because accessing a protected resource was forbidden (HTTP 403), with OAuth authentication.
explainGeneric(Exception) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains an exception with a generic message dialog
explainGeneric(Exception) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains an exception with a generic message dialog
explainGenericHttpException(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException with a generic error message.
explainGenericOsmApiException(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Replies a generic error message for an OSM API exception
explainGoneForUnknownPrimitive(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
explains the case of an error due to a delete request on an already deleted OsmPrimitive, i.e.
explainGoneForUnknownPrimitive(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
explains the case of an error due to a delete request on an already deleted OsmPrimitive, i.e.
explainInternalServerError(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException which was thrown because of an internal server error in the OSM API server.
explainInternalServerError(OsmTransferException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OsmApiException which was thrown because of an internal server error in the OSM API server.
explainMissingOAuthAccessTokenException(MissingOAuthAccessTokenException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException which was thrown because accessing a protected resource was forbidden.
explainMissingOAuthAccessTokenException(MissingOAuthAccessTokenException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OsmApiException which was thrown because accessing a protected resource was forbidden.
explainNestedIllegalDataException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a IllegalDataException which has caused an OsmTransferException.
explainNestedIllegalDataException(OsmTransferException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a IllegalDataException which has caused an OsmTransferException.
explainNestedInvocationTargetException(Exception) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a InvocationTargetException
explainNestedIOException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a IOException which has caused an OsmTransferException.
explainNestedIOException(OsmTransferException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a IOException which has caused an OsmTransferException.
explainNestedOfflineAccessException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OfflineAccessException which has caused an OsmTransferException.
explainNestedSocketException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a SocketException which has caused an OsmTransferException.
explainNestedSocketException(OsmTransferException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a SocketException which has caused an OsmTransferException.
explainNestedUnknownHostException(OsmTransferException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a UnknownHostException which has caused an OsmTransferException.
explainNestedUnkonwnHostException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a UnknownHostException which has caused an OsmTransferException.
explainNotFound(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a OsmApiException which was thrown because a resource wasn't found on the server
explainNotFound(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OsmApiException which was thrown because a resource wasn't found.
explainOfflineAccessException(OsmTransferException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a OfflineAccessException which has caused an OsmTransferException.
explainOsmApiInitializationException(OsmApiInitializationException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
handles an exception caught during OSM API initialization
explainOsmApiInitializationException(OsmApiInitializationException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains an exception caught during OSM API initialization.
explainOsmTransferException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains an OsmTransferException to the user.
explainOsmTransferException(OsmTransferException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains an OsmTransferException to the user.
explainPreconditionFailed(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains an upload error due to a violated precondition, i.e.
explainPreconditionFailed(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains an upload error due to a violated precondition, i.e.
explainSecurityException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
Explains a SecurityException which has caused an OsmTransferException.
explainSecurityException(OsmTransferException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Explains a SecurityException which has caused an OsmTransferException.
export(Layer) - Method in class org.openstreetmap.josm.actions.GpxExportAction
Exports a layer to a file.
export - Variable in class org.openstreetmap.josm.io.session.AbstractSessionExporter
 
export(SessionWriter.ExportSupport) - Method in class org.openstreetmap.josm.io.session.GenericSessionExporter
 
export(SessionWriter.ExportSupport) - Method in class org.openstreetmap.josm.io.session.GeoImageSessionExporter
 
export(SessionWriter.ExportSupport) - Method in class org.openstreetmap.josm.io.session.ImagerySessionExporter
 
export(SessionWriter.ExportSupport) - Method in class org.openstreetmap.josm.io.session.MarkerSessionExporter
 
export(SessionWriter.ExportSupport) - Method in interface org.openstreetmap.josm.io.session.SessionLayerExporter
Save meta data to the .jos file.
exportAsDrag(JComponent, InputEvent, int) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.SelectedListTransferHandler
 
exportData(File, Layer) - Method in class org.openstreetmap.josm.io.FileExporter
 
exportData(File, Layer) - Method in class org.openstreetmap.josm.io.GeoJSONExporter
 
exportData(File, Layer) - Method in class org.openstreetmap.josm.io.GpxExporter
 
exportData(File, Layer) - Method in class org.openstreetmap.josm.io.NoteExporter
 
exportData(File, Layer) - Method in class org.openstreetmap.josm.io.OsmExporter
 
exportData(File, Layer, boolean) - Method in class org.openstreetmap.josm.io.OsmExporter
Exports OSM data to the given file.
exportData(File, Layer) - Method in class org.openstreetmap.josm.io.WMSLayerExporter
 
exportDone(JComponent, Transferable, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTransferHandler
 
exportDone(JComponent, Transferable, int) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.SelectedListTransferHandler
 
exporters - Static variable in class org.openstreetmap.josm.actions.ExtensionFileFilter
List of supported formats for export.
exporters - Variable in class org.openstreetmap.josm.actions.SessionSaveAsAction
 
exporters - Variable in class org.openstreetmap.josm.io.session.SessionWriter
 
exportPreferencesKeysByPatternToFile(String, boolean, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
This function exports part of user preferences to specified file.
exportPreferencesKeysToFile(String, boolean, String...) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
This function exports part of user preferences to specified file.
exportPreferencesKeysToFile(String, boolean, Collection<String>) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Export specified preferences keys to configuration file
ExportProfileAction - Class in org.openstreetmap.josm.gui.preferences.advanced
Action that exports some fragment of settings to custom configuration file
ExportProfileAction(Preferences, String, String) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.ExportProfileAction
Constructs a new ExportProfileAction.
exportSelectedToXML() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
ExportSupport(Document, int) - Constructor for class org.openstreetmap.josm.io.session.SessionWriter.ExportSupport
Constructs a new ExportSupport.
Expression - Interface in org.openstreetmap.josm.gui.mappaint.mapcss
A MapCSS Expression.
EXPRESSION_END_TOKENS - Static variable in class org.openstreetmap.josm.tools.template_engine.TemplateParser
 
ExpressionCondition(Expression) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.ExpressionCondition
Constructs a new ExpressionFactory
ExpressionFactory - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Factory to generate Expressions.
ExpressionFactory() - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory
 
ExpressionFactory.AndOperator - Class in org.openstreetmap.josm.gui.mappaint.mapcss
"And" logical operator.
ExpressionFactory.ArrayFunction - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Function that takes an arbitrary number of arguments.
ExpressionFactory.CondOperator - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Conditional operator.
ExpressionFactory.Functions - Class in org.openstreetmap.josm.gui.mappaint.mapcss
List of functions that can be used in MapCSS expressions.
ExpressionFactory.LengthFunction - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Function to calculate the length of a string or list in a MapCSS eval expression.
ExpressionFactory.MinMaxFunction - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Computes the maximum/minimum value an arbitrary number of floats, or a list of floats.
ExpressionFactory.NullableArguments - Annotation Type in org.openstreetmap.josm.gui.mappaint.mapcss
Marks functions which should be executed also when one or more arguments are null.
ExpressionFactory.NullExpression - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Expression that always evaluates to null.
ExpressionFactory.OrOperator - Class in org.openstreetmap.josm.gui.mappaint.mapcss
"Or" logical operator.
ExpressionFactory.ParameterFunction - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Function that takes a certain number of argument with specific type.
ExpressionSubpart(Expression) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Subpart.ExpressionSubpart
 
extend(DataSet) - Method in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequences
Extend the current selection
extend(LatLon) - Method in class org.openstreetmap.josm.data.Bounds
Extend the bounds if necessary to include the given point.
extend(double, double) - Method in class org.openstreetmap.josm.data.Bounds
Extend the bounds if necessary to include the given point [lat,lon].
extend(Bounds) - Method in class org.openstreetmap.josm.data.Bounds
 
extend(EastNorth) - Method in class org.openstreetmap.josm.data.ProjectionBounds
Extends bounds to include point e.
ExtendedDialog - Class in org.openstreetmap.josm.gui
General configurable dialog window.
ExtendedDialog(Component, String, String[]) - Constructor for class org.openstreetmap.josm.gui.ExtendedDialog
This method sets up the most basic options for the dialog.
ExtendedDialog(Component, String, String[], boolean) - Constructor for class org.openstreetmap.josm.gui.ExtendedDialog
Same as above but lets you define if the dialog should be modal.
ExtendedDialog(Component, String, String[], boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.ExtendedDialog
 
ExtendedDialog.HelpAction - Class in org.openstreetmap.josm.gui
 
ExtendedSourceEntry(String, String) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
Constructs a new ExtendedSourceEntry.
extendFontconfig(String) - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
Add more fallback fonts to the Java runtime, in order to get support for more scripts.
extendGroupRec(List<OrthogonalizeAction.WayData>, OrthogonalizeAction.WayData, List<OrthogonalizeAction.WayData>) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction
 
extendPluginClassLoader(Collection<PluginInformation>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Add more plugins to the plugin class loader.
extendTooltipDelay(Component) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Extends tooltip dismiss delay to a default value of 1 minute for the given component.
extendTooltipDelay(Component, int) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Extends tooltip dismiss delay to the specified value for the given component.
extension - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
extension(String) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Builder method to set extension property.
extension - Variable in class org.openstreetmap.josm.io.session.GenericSessionExporter
 
ExtensionFileFilter - Class in org.openstreetmap.josm.actions
A file filter that filters after the extension.
ExtensionFileFilter(String, String, String) - Constructor for class org.openstreetmap.josm.actions.ExtensionFileFilter
Construct an extension file filter by giving the extension to check after.
ExtensionFileFilter.AddArchiveExtension - Enum in org.openstreetmap.josm.actions
 
extensions - Variable in class org.openstreetmap.josm.actions.ExtensionFileFilter
 
Extensions - Class in org.openstreetmap.josm.data.gpx
Data class for extensions in a GPX-File.
Extensions() - Constructor for class org.openstreetmap.josm.data.gpx.Extensions
Constructs a new Extensions.
extent - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
extent - Variable in class org.openstreetmap.josm.tools.WindowGeometry
the size
extentThreshold - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
ExternalBrowserLauncher() - Constructor for class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.ExternalBrowserLauncher
 
externalIdMap - Variable in class org.openstreetmap.josm.io.AbstractReader
the map from external ids to read OsmPrimitives.
extractAbsoluteHelpTopic(String) - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Extracts the absolute help topic from an URL.
extractDescription() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
Extracts OS detailed information from a Linux release file (/etc/xxx-release)
extractExif() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Extract GPS metadata from image EXIF.
extractIdPackage(Set<Long>) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
extracts a subset of max MultiFetchServerObjectReader.MAX_IDS_PER_REQUEST ids from ids and replies the subset.
extractIdsInto(MatchResult, List<SimplePrimitiveId>) - Static method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
extractOsmFilename(String, String) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
extractOsmSession() - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
extractRelativeHelpTopic(String) - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Extracts the relative help topic from an URL.
extractToken() - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
extraText - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
extraText - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.Request
 
ExtrudeAction - Class in org.openstreetmap.josm.actions.mapmode
Makes a rectangle from a line, or modifies a rectangle.
ExtrudeAction(MapFrame) - Constructor for class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Creates a new ExtrudeAction
ExtrudeAction.DualAlignChangeAction - Class in org.openstreetmap.josm.actions.mapmode
 
ExtrudeAction.Mode - Enum in org.openstreetmap.josm.actions.mapmode
 
ExtrudeAction.ReferenceSegment - Class in org.openstreetmap.josm.actions.mapmode
 

F

f - Variable in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
projection factor
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.audio.AudioPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.display.ColorPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.display.DisplayPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.display.DrawingPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.display.LafPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.map.BackupPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.map.MapPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.server.ProxyPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.server.ServerAccessPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.shortcut.ShortcutPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.Factory
 
Factory() - Constructor for class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference.Factory
 
FACTORY - Static variable in class org.openstreetmap.josm.gui.widgets.JosmHTMLEditorKit
Shared factory for creating HTML Views.
fadeAmount - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
 
failed - Variable in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
failed - Variable in class org.openstreetmap.josm.gui.io.AbstractIOTask
indicates whether the task has been failed
failed - Variable in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
failed(Exception) - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
failed(String) - Method in class org.openstreetmap.josm.tools.bugreport.BugReportSender
 
failedAll - Variable in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
failedCredentials - Variable in class org.openstreetmap.josm.io.auth.DefaultAuthenticator
 
failedNotes - Variable in class org.openstreetmap.josm.actions.upload.UploadNotesTask.UploadTask
 
FALSE_VALUES - Static variable in class org.openstreetmap.josm.data.osm.OsmUtils
 
falseEasting(int) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
 
falseNorthing(int) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
 
falseval - Static variable in class org.openstreetmap.josm.data.osm.OsmUtils
 
fastFail - Variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
fastFail - Variable in class org.openstreetmap.josm.io.CachedFile
 
fastFail - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader
 
fastFail - Variable in class org.openstreetmap.josm.io.OsmApi.CapabilitiesCache
 
fatalError(SAXParseException) - Method in class org.openstreetmap.josm.io.OsmChangesetContentParser.Parser
 
fatalError(SAXParseException) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
favoriteIndex - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
fc - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
FC1 - Static variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Contants used for the forward and inverse transform for the eliptical case of the Transverse Mercator.
FC2 - Static variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Contants used for the forward and inverse transform for the eliptical case of the Transverse Mercator.
FC3 - Static variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Contants used for the forward and inverse transform for the eliptical case of the Transverse Mercator.
FC4 - Static variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Contants used for the forward and inverse transform for the eliptical case of the Transverse Mercator.
FC5 - Static variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Contants used for the forward and inverse transform for the eliptical case of the Transverse Mercator.
FC6 - Static variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Contants used for the forward and inverse transform for the eliptical case of the Transverse Mercator.
FC7 - Static variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Contants used for the forward and inverse transform for the eliptical case of the Transverse Mercator.
FC8 - Static variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Contants used for the forward and inverse transform for the eliptical case of the Transverse Mercator.
fdiag - Variable in class org.openstreetmap.josm.tools.Diff
 
fdiagoff - Variable in class org.openstreetmap.josm.tools.Diff
 
FeatureAdapter - Class in org.openstreetmap.gui.jmapviewer
 
FeatureAdapter() - Constructor for class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
FeatureAdapter.BrowserAdapter - Interface in org.openstreetmap.gui.jmapviewer
 
FeatureAdapter.DefaultBrowserAdapter - Class in org.openstreetmap.gui.jmapviewer
 
FeatureAdapter.DefaultLoggingAdapter - Class in org.openstreetmap.gui.jmapviewer
 
FeatureAdapter.DefaultTranslationAdapter - Class in org.openstreetmap.gui.jmapviewer
 
FeatureAdapter.LoggingAdapter - Interface in org.openstreetmap.gui.jmapviewer
 
FeatureAdapter.TranslationAdapter - Interface in org.openstreetmap.gui.jmapviewer
 
FeaturesHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Reports available commands, their parameters and examples
FeaturesHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
 
FeaturesPanel - Class in org.openstreetmap.josm.gui.preferences.server
Preferences panel for OSM messages notifier.
FeaturesPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.server.FeaturesPanel
Constructs a new MessagesNotifierPanel.
feedbackDisabled() - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
feedbackInvalid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel.ChangetQueryUrlValidator
 
feedbackInvalid(String) - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
feedbackNone() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel.ChangetQueryUrlValidator
 
feedbackValid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel.ChangetQueryUrlValidator
 
feedbackValid(String) - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
fetch(ProgressMonitor) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
fetches the requested primitives and updates the specified progress monitor.
fetchContent() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Fetches the HTTP response as String.
fetcher - Variable in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
 
Fetcher(OsmPrimitiveType, Set<Long>, ProgressMonitor) - Constructor for class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
Constructs a Fetcher
fetchHelpTopicContent(String, boolean) - Method in class org.openstreetmap.josm.gui.help.HelpContentReader
Fetches the content of a help topic from the JOSM wiki.
fetchOAuthToken(OsmOAuthAuthorizationClient.SessionId, OAuthToken) - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
Submits a request to the OSM website for a OAuth form.
fetchOsmWebsiteSessionId() - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
Submits a request to the OSM website for a login form.
fetchPrimitives(Set<Long>, OsmPrimitiveType, ProgressMonitor) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
fetches a set of ids of a given OsmPrimitiveType from the server
fetchResponseText(HttpClient.Response) - Static method in class org.openstreetmap.josm.io.OsmServerReader
 
FetchResult(DataSet, Set<PrimitiveId>) - Constructor for class org.openstreetmap.josm.io.MultiFetchServerObjectReader.FetchResult
Constructs a FetchResult
fetchUserInfo() - Method in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
Fetch the user info from the server.
fetchUserInfo(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerUserInfoReader
Fetches user info, without explicit reason.
fetchUserInfo(ProgressMonitor, String) - Method in class org.openstreetmap.josm.io.OsmServerUserInfoReader
Fetches user info, with an explicit reason.
fHash - Variable in class org.openstreetmap.josm.data.osm.Storage.FMap
 
fields - Variable in class org.openstreetmap.josm.tools.XmlObjectParser.Entry
 
fieldsToString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Link
 
fieldsToString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.TextItem
 
file - Variable in class org.openstreetmap.josm.actions.RenameLayerAction
 
file - Variable in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
file - Variable in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
file - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction.SaveToFileTask
 
file - Variable in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
file - Variable in class org.openstreetmap.josm.gui.io.SaveLayerInfo
 
file - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.GpxDataWrapper
 
file - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
The file that is currently displayed
file - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.LoadImageRunnable
 
file - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
file - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference.ImportProfileAction
 
file - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
file(File) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Builder method to set file property.
file - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin jar file.
file - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid.FontEntry
File name.
FILE_FILTER - Static variable in class org.openstreetmap.josm.io.GeoJSONExporter
 
FILE_FILTER - Static variable in class org.openstreetmap.josm.io.JpgImporter
The default file filter (only *.jpg files).
FILE_FILTER - Static variable in class org.openstreetmap.josm.io.NMEAImporter
The NMEA file filter (*.nmea *.nme *.nma *.log *.txt files).
FILE_FILTER - Static variable in class org.openstreetmap.josm.io.NoteExporter
File extension filter for .osn files
FILE_FILTER - Static variable in class org.openstreetmap.josm.io.NoteImporter
 
FILE_FILTER - Static variable in class org.openstreetmap.josm.io.OsmChangeImporter
 
FILE_FILTER - Static variable in class org.openstreetmap.josm.io.OsmImporter
The OSM file filter (*.osm and *.xml files).
FILE_FILTER - Static variable in class org.openstreetmap.josm.io.session.SessionImporter
The file filter used to load JOSM session files
FILE_FILTER - Static variable in class org.openstreetmap.josm.io.WMSLayerImporter
The file filter used in "open" and "save" dialogs for WMS layers.
FILE_FILTER_PROJECTED - Static variable in class org.openstreetmap.josm.io.GeoJSONExporter
 
FILE_FILTER_WITH_FOLDERS - Static variable in class org.openstreetmap.josm.io.JpgImporter
An alternate file filter that also includes folders.
FileChooserManager - Class in org.openstreetmap.josm.gui.widgets
A chained utility class used to create and open AbstractFileChooser dialogs.
Use only this class if you need to control specifically your AbstractFileChooser dialog.
FileChooserManager() - Constructor for class org.openstreetmap.josm.gui.widgets.FileChooserManager
Creates a new FileChooserManager with default values.
FileChooserManager(boolean) - Constructor for class org.openstreetmap.josm.gui.widgets.FileChooserManager
Creates a new FileChooserManager.
FileChooserManager(boolean, String) - Constructor for class org.openstreetmap.josm.gui.widgets.FileChooserManager
Creates a new FileChooserManager.
FileChooserManager(boolean, String, String) - Constructor for class org.openstreetmap.josm.gui.widgets.FileChooserManager
Creates a new FileChooserManager.
FileData(int) - Constructor for class org.openstreetmap.josm.tools.Diff.FileData
 
FileData(Object[], Map<Object, Integer>) - Constructor for class org.openstreetmap.josm.tools.Diff.FileData
 
fileDeleted(File) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileClearController
 
fileDialog - Variable in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
The instance of the fileDialog
FileDrop - Class in org.openstreetmap.josm.gui
This class makes it easy to drag and drop files from the operating system to a Java program.
FileDrop(Component) - Constructor for class org.openstreetmap.josm.gui.FileDrop
Constructor for JOSM file drop
FileDrop(Component, Border, boolean, FileDrop.Listener) - Constructor for class org.openstreetmap.josm.gui.FileDrop
Full constructor with a specified border and debugging optionally turned on.
FileDrop.DropListener - Class in org.openstreetmap.josm.gui
 
FileDrop.Listener - Interface in org.openstreetmap.josm.gui
Implement this inner interface to listen for when files are dropped.
FileDrop.TransferableObject - Class in org.openstreetmap.josm.gui
At last an easy way to encapsulate your custom objects for dragging and dropping in your Java programs! When you need to create a Transferable object, use this class to wrap your object.
FileDrop.TransferableObject.Fetcher - Interface in org.openstreetmap.josm.gui
Instead of passing your data directly to the FileDrop.TransferableObject constructor, you may want to know exactly when your data was received in case you need to remove it from its source (or do anyting else to it).
FileExporter - Class in org.openstreetmap.josm.io
 
FileExporter(ExtensionFileFilter) - Constructor for class org.openstreetmap.josm.io.FileExporter
Constructs a new FileExporter.
fileFilter - Variable in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
fileFilter - Variable in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
FileFilterAllFiles - Class in org.openstreetmap.josm.gui.util
A FileFilter that accepts all files.
FileFilterAllFiles() - Constructor for class org.openstreetmap.josm.gui.util.FileFilterAllFiles
 
fileHistory - Variable in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
FileImporter - Class in org.openstreetmap.josm.io
Abstract file importer.
FileImporter(ExtensionFileFilter) - Constructor for class org.openstreetmap.josm.io.FileImporter
Constructs a new FileImporter with the given extension file filter.
fileMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
fileMenu contains I/O actions
FileOrUrlCellEditor(boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
files - Variable in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
filesDropped(File[]) - Method in interface org.openstreetmap.josm.gui.FileDrop.Listener
This method is called when files have been successfully dropped.
fileToURL(File) - Static method in class org.openstreetmap.josm.tools.Utils
Converts the given file to its URL.
filevec - Variable in class org.openstreetmap.josm.tools.Diff
 
FileWatcher - Class in org.openstreetmap.josm.io
Background thread that monitors certain files and perform relevant actions when they change.
FileWatcher() - Constructor for class org.openstreetmap.josm.io.FileWatcher
Constructs a new FileWatcher.
fileWatcher - Static variable in class org.openstreetmap.josm.Main
The file watcher service.
fill() - Method in class org.openstreetmap.josm.tools.GBC
Try to fill both, horizontal and vertical
fill(int) - Method in class org.openstreetmap.josm.tools.GBC
Set fill to the given value
FILL_COLOR - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
FILL_EXTENT - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
FILL_EXTENT_THRESHOLD - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
FILL_IMAGE - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
FILL_OPACITY - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
fillColor - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.Symbol
 
fillConnectionNode - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: should multiply connected nodes be filled
fillConnectionNode - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: should multiply connected nodes be filled
fillImage - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
fillInQuery(ChangesetQuery) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.BBoxRestrictionPanel
 
fillInQuery(ChangesetQuery) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel
 
fillInQuery(ChangesetQuery) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
fillInQuery(ChangesetQuery) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
Sets the query restrictions on query for changeset owner based restrictions.
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.AddCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.ChangeCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.ChangeNodesCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.Command
Fill in the changed data this command operates on.
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.conflict.ConflictAddCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.conflict.CoordinateConflictResolveCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.conflict.ModifiedConflictResolveCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.conflict.VersionConflictResolveCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.conflict.WayNodesConflictResolverCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.DeleteCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.MoveCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.PurgeCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.RemoveNodesCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.SelectCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.SequenceCommand
 
fillModifiedData(Collection<OsmPrimitive>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.TransformNodesCommand
 
fillPanel(Container) - Method in class org.openstreetmap.josm.gui.MapFrame
Fill the given panel by adding all necessary components to the different locations.
fillSelectedNode - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: should selected nodes be filled
fillSelectedNode - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: should selected nodes be filled
fillTaggedNode - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: should tagged nodes be filled
fillTaggedNode - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: should tagged nodes be filled
fillTheHole(int) - Method in class org.openstreetmap.josm.data.osm.Storage
 
fillUnselectedNode - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: should unselected nodes be filled
fillUnselectedNode - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: should unselected nodes be filled
Filter - Class in org.openstreetmap.josm.data.osm
Data class representing one entry in the filter dialog.
Filter() - Constructor for class org.openstreetmap.josm.data.osm.Filter
Constructs a new Filter.
Filter(Filter.FilterPreferenceEntry) - Constructor for class org.openstreetmap.josm.data.osm.Filter
Constructs a new Filter from a preference entry.
filter(History, History.FilterPredicate) - Static method in class org.openstreetmap.josm.data.osm.history.History
 
filter - Variable in class org.openstreetmap.josm.gui.dialogs.properties.SearchBasedRowFilter
 
filter - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
filter - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
filter - Variable in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
If ValidatorTreePanel.filter is not null only errors are displayed that refer to one of the primitives in the filter.
filter(BufferedImage, BufferedImage) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulFilter
 
filter() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.SearchFieldAdapter
 
filter - Variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
filter(String) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
Show only shortcuts with descriptions containing given substring
filter() - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.FilterFieldAdapter
 
filter - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
the filter expression
filter() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
 
filter - Variable in class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
 
filter - Variable in class org.openstreetmap.josm.io.FileExporter
 
filter - Variable in class org.openstreetmap.josm.io.FileImporter
The extension file filter used to accept files.
filter(char) - Static method in class org.openstreetmap.josm.io.InvalidXmlCharacterFilter
 
filter(Collection<? extends T>, Predicate<? super T>) - Static method in class org.openstreetmap.josm.tools.Utils
Creates a new FilteredCollection.
Filter.FilterPreferenceEntry - Class in org.openstreetmap.josm.data.osm
 
FILTER_STATE_PROP - Static variable in class org.openstreetmap.josm.gui.layer.Layer
 
filterAppliedListener - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
FilterChangeHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.FilterChangeHandler
 
filterConfirmedPrimitives(List<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddFromSelectionAction
 
filterDeprecatedPlugins(Component, Collection<String>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Removes deprecated plugins from a collection of plugins.
filterDeprecatedPlugins(List<PluginInformation>) - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
Filter information about deprecated plugins from the list of downloaded plugins
FilterDialog - Class in org.openstreetmap.josm.gui.dialogs
 
FilterDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.FilterDialog
Constructs a new FilterDialog
filterDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
Filter dialog
FilterDialog.AbstractFilterAction - Class in org.openstreetmap.josm.gui.dialogs
 
FilterDialog.BooleanRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
FilterDialog.EnableFilterAction - Class in org.openstreetmap.josm.gui.dialogs
 
FilterDialog.HidingFilterAction - Class in org.openstreetmap.josm.gui.dialogs
 
FilterDialog.StringRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
filterDiscards(byte[]) - Method in class org.openstreetmap.josm.tools.Diff.FileData
Don't really discard the provisional lines except when they occur in a run of discardables, with nonprovisionals at the beginning and end.
filterDisplayedPlugins(String) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Filters the list of displayed plugins.
filtered - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
the filtered list of AutoCompletionItems
FilteredCollection<T> - Class in org.openstreetmap.josm.tools
The same as SubclassFilteredCollection, but does not restrict the type of the collection to a certain subclass.
FilteredCollection(Collection<? extends T>, Predicate<? super T>) - Constructor for class org.openstreetmap.josm.tools.FilteredCollection
Constructs a new FilteredCollection.
filteredCollection(Collection<S>, Class<T>) - Static method in class org.openstreetmap.josm.tools.Utils
Filter a collection by (sub)class.
filteredData - Variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
filteredRelations - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
filterExpression - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
 
filterField - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
FilterFieldAdapter() - Constructor for class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.FilterFieldAdapter
 
FilterInfo(Filter) - Constructor for class org.openstreetmap.josm.data.osm.FilterMatcher.FilterInfo
 
filterItems() - Method in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog.Selector
 
filterItems() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
Search expression can be in form: "group1/group2/name" where names can contain multiple words
filterItems() - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
FilterIterator(Iterator<? extends S>) - Constructor for class org.openstreetmap.josm.tools.SubclassFilteredCollection.FilterIterator
 
filterLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
FilterMatcher - Class in org.openstreetmap.josm.data.osm
Class that encapsulates the filter logic, i.e. applies a list of filters to a primitive.
FilterMatcher() - Constructor for class org.openstreetmap.josm.data.osm.FilterMatcher
 
filterMatcher - Variable in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
FilterMatcher.FilterInfo - Class in org.openstreetmap.josm.data.osm
 
FilterMatcher.FilterType - Enum in org.openstreetmap.josm.data.osm
Describes quality of the filtering.
filterModel - Variable in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
filterOldPlugins() - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
FilterPredicate(Class<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.data.conflict.ConflictCollection.FilterPredicate
 
FilterPreferenceEntry() - Constructor for class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
 
filterPrimitivesWithUnloadedHistory(Collection<HistoryOsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction
 
filterRelationsNotReferringToNewRelations(Collection<Relation>) - Method in class org.openstreetmap.josm.data.APIDataSet
Replies the subset of relations in relations which are not referring to any new relation
filters - Variable in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
filters - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
filters(Collection<? extends FileFilter>) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Builder method to set filters property.
FilterSlider(double, double, Class<T>) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
Create a new filter slider.
FilterTableModel - Class in org.openstreetmap.josm.gui.dialogs
 
FilterTableModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.FilterTableModel
Constructs a new FilterTableModel.
FilterTableModel.OSDLabel - Class in org.openstreetmap.josm.gui.dialogs
On screen display label
filterTracksByDate() - Method in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
filterTracksByDate(Date, Date, boolean) - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
FilterType() - Constructor for enum org.openstreetmap.josm.data.osm.FilterMatcher.FilterType
 
filterUnmaintainedPlugins(Component, Collection<String>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Removes unmaintained plugins from a collection of plugins.
FilterWorker - Class in org.openstreetmap.josm.data.osm
Class for applying Filters to OsmPrimitives.
FilterWorker() - Constructor for class org.openstreetmap.josm.data.osm.FilterWorker
 
finalize() - Method in class org.openstreetmap.josm.gui.MenuScroller
Ensures that the dispose method of this MenuScroller is called when there are no more refrences to it.
find(Iterable<? extends T>, Predicate<? super T>) - Static method in class org.openstreetmap.josm.tools.Utils
Finds the first item in the iterable for which the predicate matches.
find(Iterable<? extends Object>, Class<? extends T>) - Static method in class org.openstreetmap.josm.tools.Utils
Finds the first item in the iterable which is of the given type.
findAdjacentWay(RelationNodeMap.NodesWays, Node) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
findAllHighlighted() - Method in class org.openstreetmap.josm.gui.util.HighlightHelper
Slow method to import all currently highlighted primitives into this instance
findAnyRequiredKey(List<Condition>) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
Search for any key that condition might depend on.
findBingEntry() - Static method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
findBoundaryPolygons(Collection<JoinAreasAction.WayInPolygon>, List<Way>) - Static method in class org.openstreetmap.josm.actions.JoinAreasAction
Finds all ways that form inner or outer boundaries.
findBucket(BBox) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
findCandidateNode(MapView, Way, Point) - Static method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyHelper
Returns the nearest node to cursor.
findCandidateSegment(MapView, Way, Point) - Static method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyHelper
Returns the nearest way segment to cursor.
findDownloadTasks(String, boolean) - Method in class org.openstreetmap.josm.actions.OpenLocationAction
Replies the list of download tasks accepting the given url.
findGpxMergeLayer() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
findHandlerClass(String) - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
findInnerWaysCandidates(MultipolygonBuilder.JoinedPolygon, Collection<MultipolygonBuilder.JoinedPolygon>) - Static method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder
 
findJob() - Method in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
findLayerFor(P) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
findMarkerMergeLayer(GpxLayer) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
findMaxDialogSize() - Method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
findMaxDialogSize() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Tries to find a good value of how large the dialog should be
findMenuItems(String, boolean) - Method in class org.openstreetmap.josm.gui.MainMenu
Search main menu for items with textToFind in title.
findMenuItems(JMenu, String, List<JMenuItem>) - Static method in class org.openstreetmap.josm.gui.MainMenu
Recursive walker for menu items.
findModifier(int, Integer) - Static method in class org.openstreetmap.josm.tools.Shortcut
 
findNewOsxModifier(int) - Static method in class org.openstreetmap.josm.tools.Shortcut
 
findNext() - Method in class org.openstreetmap.josm.tools.SubclassFilteredCollection.FilterIterator
 
findNodeToContinueFrom(Node, Way) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Finds a node to continue drawing from.
findNodeToMergeTo(Point) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Tries to find a node to merge to when in move-merge mode for the current mouse position.
findOrCreateNode(LatLon, List<Command>) - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
Find the node with almost the same coords in dataset or in already added nodes
findOuterPolygon(Multipolygon.PolyData, List<Multipolygon.PolyData>) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
findOuterWaysImpl(int, Collection<JoinAreasAction.AssembledPolygon>) - Static method in class org.openstreetmap.josm.actions.JoinAreasAction
Collects outer way and corresponding inner ways from all boundaries.
findOuterWaysMultiThread(List<MultipolygonBuilder.JoinedPolygon>) - Static method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder
Collects outer way and corresponding inner ways from all boundaries.
findOuterWaysRecursive(int, List<MultipolygonBuilder.JoinedPolygon>) - Static method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
Collects outer way and corresponding inner ways from all boundaries.
findPlugin(String) - Static method in class org.openstreetmap.josm.plugins.PluginInformation
Try to find a plugin after some criterias.
findPolygons(Collection<JoinAreasAction.AssembledPolygon>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
This method finds which ways are outer and which are inner.
findPresetTemplate(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetNameTemplateList
Finds and returns the first occurence of preset with template name matching the given primitive
findPrototypeDisplayValue(Collection<E>) - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox
Finds the prototype display value to use among the given possible candidates.
findRequiredPluginsToDownload(Collection<PluginInformation>, List<PluginInformation>, Set<PluginInformation>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
findShortcut(int, int) - Static method in class org.openstreetmap.josm.tools.Shortcut
 
findSuggestedRoles(Collection<TaggingPreset>, OsmPrimitive) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
findSummaryDocumentation() - Method in class org.openstreetmap.josm.actions.OpenLocationAction
Summarizes acceptable urls for error message purposes.
findUpdatedJar(String) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Replies the updated jar file for the given plugin name.
findVia(Relation, String) - Static method in class org.openstreetmap.josm.actions.SplitWayAction
 
findViewRow(JTable, TableModel, Object) - Static method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
findWay(MapView, Point) - Static method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyHelper
Finds the way to work on.
findWay(Collection<OsmPrimitive>, Node) - Static method in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequences
Finds out if the current selection can be extended.
findWay(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequences
Finds out if the current selection can be extended.
findZipEntryImpl(String, String) - Method in class org.openstreetmap.josm.io.CachedFile
 
findZipEntryInputStream(String, String) - Method in class org.openstreetmap.josm.io.CachedFile
Like CachedFile.findZipEntryPath(java.lang.String, java.lang.String), but returns the corresponding InputStream.
findZipEntryPath(String, String) - Method in class org.openstreetmap.josm.io.CachedFile
Looks for a certain entry inside a zip file and returns the entry path.
FINE_EPSILON - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Epsilon for the comparison of small quantities.
finish() - Method in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
finish() - Method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask.DownloadTask
 
finish() - Method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask.DownloadTask
 
finish() - Method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetQueryTask.DownloadTask
 
finish() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
finish() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadTask
 
finish() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask.DownloadTask
 
finish() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.DownloadTask
 
finish() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
 
finish() - Method in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
finish() - Method in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
finish() - Method in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
finish() - Method in class org.openstreetmap.josm.actions.upload.UploadNotesTask.UploadTask
Updates the note layer with uploaded notes and notifies the user of any upload failures
finish() - Method in class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
 
finish() - Method in class org.openstreetmap.josm.actions.ValidateAction.ValidationTask
 
finish() - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
finish() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction.SaveToFileTask
 
finish() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadTask
 
finish() - Method in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
finish() - Method in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask
 
finish() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
finish() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.RelationLoader
 
finish() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.FixTask
 
finish() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
finish() - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
finish() - Method in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
finish() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetTask
 
finish() - Method in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
finish() - Method in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
 
finish() - Method in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
 
finish() - Method in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
finish() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
finish() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction.PrecacheWmsTask
 
finish() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.MapPaintStyleLoader
 
finish() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
finish() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
finish() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
 
finish() - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
finish() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
Finish up the data work.
finish() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintSourceEditor
 
finish() - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.TaggingPresetSourceEditor
 
finish() - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
finish() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Save the settings after user clicked "Ok".
finish() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
finish() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor
 
finish() - Method in class org.openstreetmap.josm.gui.SplashScreen.MeasurableTask
 
finish() - Method in class org.openstreetmap.josm.io.OsmChangeBuilder
Writes the epilog of the OsmChange document
finish() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler.LoadDataTask
 
finish(Object) - Method in interface org.openstreetmap.josm.Main.InitStatusListener
 
finish() - Method in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
finish() - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
finish() - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
finishDrag() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
finishDrawing() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
This function should be called when the user wishes to finish his current draw action.
finished(ImageIcon) - Method in interface org.openstreetmap.josm.tools.ImageProvider.ImageCallback
Called when image loading has finished.
finished(ImageResource) - Method in interface org.openstreetmap.josm.tools.ImageProvider.ImageResourceCallback
Called when image loading has finished.
finishLoading() - Method in class org.openstreetmap.gui.jmapviewer.Tile
indicate that loading process for this tile has ended
finishLoading(ICachedLoaderListener.LoadResult) - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
finishOnClose - Variable in class org.openstreetmap.josm.io.ProgressOutputStream
 
finishOnCloseOutput - Variable in class org.openstreetmap.josm.tools.HttpClient
 
finishRequested - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.Request
 
finishTask - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
finishTask() - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
finishTask() - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
finishTask() - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Finish this progress monitor, close the dialog or inform the parent progress monitor that it can continue with other tasks.
finishTask() - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
finishTask(String) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
Displays the given task as finished.
finishTask() - Method in class org.openstreetmap.josm.io.StreamProgressUpdater
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.ChangesetIdChangedEvent
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.DataChangedEvent
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.NodeMovedEvent
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.PrimitiveFlagsChangedEvent
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.PrimitivesAddedEvent
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.PrimitivesRemovedEvent
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.RelationMembersChangedEvent
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.TagsChangedEvent
 
fire(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.WayNodesChangedEvent
 
fireAccessTokenChanged(OAuthToken, OAuthToken) - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
 
fireActiveLayerChange(MainLayerManager.ActiveLayerChangeEvent) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
 
fireCacheCleared() - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
fireChangesetCacheEvent(ChangesetCacheEvent) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
fireChangesetIdChanged(OsmPrimitive, int, int) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
fireCommandsChanged() - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Fires a command change to all listeners.
fireCompletelyResolved() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
fireConflictAdded() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
fireConflictRemoved() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
fireConsolidatedEvents(List<DatasetEventManager.ListenerInfo>, AbstractDatasetChangedEvent) - Static method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
fireContentChanged() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictListModel
 
fireContentsChanged(Object, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
fireContentsChanged() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel.ProjectionCodeListModel
 
fireDataChanged() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
This method should be called when displayed data was changed form external code
fireDeprecatedListenerOnAdd - Static variable in class org.openstreetmap.josm.gui.MapView
Temporary.
fireDirtyStateChanged(boolean, boolean) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
fireEditingCanceled() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
fireEditingCanceled() - Method in class org.openstreetmap.josm.gui.util.CellEditorSupport
Fires "editing canceled" event to listeners.
fireEditingStopped() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
fireEditingStopped() - Method in class org.openstreetmap.josm.gui.util.CellEditorSupport
Fires "editing stopped" event to listeners.
fireEvent(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
fireEvents(List<DatasetEventManager.ListenerInfo>, AbstractDatasetChangedEvent) - Static method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
fireEvents(List<SelectionEventManager.ListenerInfo>, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
fireEventToListeners(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
fireExpertModeChanged(boolean) - Static method in class org.openstreetmap.josm.actions.ExpertToggleAction
 
fireFilterStateChanged() - Method in class org.openstreetmap.josm.gui.layer.Layer
fires a property change for the property Layer.FILTER_STATE_PROP.
fireFrozenChanged(boolean, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
fireGotoNextDecision() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
 
fireGotoPreviousDecision() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
 
fireHighlightingChanged() - Method in class org.openstreetmap.josm.data.osm.DataSet
 
fireHistoryUpdated(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
fireIfSelectionChanged(DataSet, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.data.UndoRedoHandler
 
fireJMVEvent(JMVCommandEvent) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Send an update to all objects registered with viewer
fireLayerAdded(Layer) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
 
fireLayerOrderChanged() - Method in class org.openstreetmap.josm.gui.layer.LayerManager
 
fireLayerRemoving(Layer) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Fire the layer remove event
fireMakeMemberVisible(int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
fireMakeVisible(int, Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Fires a make visible event to listeners
fireMapModeChanged(MapMode, MapMode) - Static method in class org.openstreetmap.josm.gui.MapFrame
 
fireMapPaintStyleEntryUpdated(int) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
fireMapPaintSylesUpdated() - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
fireMembersChanged() - Method in class org.openstreetmap.josm.data.osm.Relation
 
FireMode() - Constructor for enum org.openstreetmap.josm.data.osm.event.DatasetEventManager.FireMode
 
fireModeChanged(SaveLayersModel.Mode, SaveLayersModel.Mode) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
fireModelChange() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
fireModelDataChanged() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
fireModelUpdate() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
 
fireNodeMoved(Node, LatLon, EastNorth) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
fireNodesChanged() - Method in class org.openstreetmap.josm.data.osm.Way
 
fireNumUndecidedTagsChanged(int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
notifies PropertyChangeListeners about an update of TagMergeModel.PROP_NUM_UNDECIDED_TAGS
fireOpacityChanged(double, double) - Method in class org.openstreetmap.josm.gui.layer.Layer
fires a property change for the property Layer.OPACITY_PROP
firePasteBufferChanged() - Method in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
firePCS(String, Object, Object) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
firePreferenceChanged(String, Setting<?>, Setting<?>) - Method in class org.openstreetmap.josm.data.Preferences
 
firePrimitiveFlagsChanged(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
firePrimitivesAdded(Collection<? extends OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
firePrimitivesRemoved(Collection<? extends OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
fireProjectionChanged(Projection, Projection, Bounds) - Static method in class org.openstreetmap.josm.Main
 
fireRefresh() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Fires a refresh event to listeners of this model
fireRefreshNode(TreePath) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
Notifies tree model listeners about an update of the trees nodes.
fireRelationMembersChanged(Relation) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
fireRootReplacedEvent() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
Notifies tree model listeners about a replacement of the root.
fireSelectionChanged() - Method in class org.openstreetmap.josm.data.osm.DataSet
Notifies all registered SelectionChangedListener about the current selection in this dataset.
fireSoMChanged(String, String) - Static method in class org.openstreetmap.josm.data.SystemOfMeasurement
 
fireStateChanged() - Method in class org.openstreetmap.josm.gui.util.ChangeNotifier
Notifies all listeners that have registered interest for notification on this event type.
fireTagsChanged(OsmPrimitive, Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
fireTileBoundsChanged(TileSelectionBBoxChooser.TileBounds) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressInputPanel
 
fireTileBoundsChanged(TileSelectionBBoxChooser.TileBounds) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
fireVisibleChanged(boolean, boolean) - Method in class org.openstreetmap.josm.gui.layer.Layer
fires a property change for the property Layer.VISIBLE_PROP
fireWayNodesChanged(Way) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
fireZoomChanged() - Static method in class org.openstreetmap.josm.gui.NavigatableComponent
 
firstChild() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
firstCircular - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
firstElement - Variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
 
firstGroupIdx - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
firstIndex - Variable in class org.openstreetmap.josm.gui.MenuScroller
 
firstMember() - Method in class org.openstreetmap.josm.data.osm.Relation
Returns the first member.
firstNode() - Method in class org.openstreetmap.josm.data.osm.Way
Returns the first node of this way.
firstNode(boolean) - Method in class org.openstreetmap.josm.data.osm.Way
Replies the first node of this way, respecting or not its oneway state.
firstNonNull(T...) - Static method in class org.openstreetmap.josm.tools.Utils
Returns the first element from items which is non-null, or null if all elements are null.
firstOneway - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
firstOnewayNode(RelationMember) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
firstOption - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.CondOperator
 
firstSiblingOf(QuadBuckets.QBLevel<T>) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
firstWarning - Static variable in class org.openstreetmap.josm.io.InvalidXmlCharacterFilter
 
fix - Variable in class org.openstreetmap.josm.data.validation.FixableTestError
 
FIX_VALUES - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Possible fix values.
FixableTestError - Class in org.openstreetmap.josm.data.validation
Validation error easily fixable right at its detection.
FixableTestError(Test, Severity, String, int, OsmPrimitive, Command) - Constructor for class org.openstreetmap.josm.data.validation.FixableTestError
Constructs a new FixableTestError for a single primitive.
FixableTestError(Test, Severity, String, int, Collection<? extends OsmPrimitive>, Command) - Constructor for class org.openstreetmap.josm.data.validation.FixableTestError
Constructs a new FixableTestError for multiple primitives.
FixableTestError(Test, Severity, String, int, Collection<? extends OsmPrimitive>, Collection<?>, Command) - Constructor for class org.openstreetmap.josm.data.validation.FixableTestError
Constructs a new FixableTestError for multiple primitives.
FixableTestError(Test, Severity, String, String, String, int, OsmPrimitive, Command) - Constructor for class org.openstreetmap.josm.data.validation.FixableTestError
Constructs a new FixableTestError for a single primitive.
FixableTestError(Test, Severity, String, String, String, int, Collection<? extends OsmPrimitive>, Command) - Constructor for class org.openstreetmap.josm.data.validation.FixableTestError
Constructs a new FixableTestError for multiple primitives.
FixableTestError(Test, Severity, String, String, String, int, Collection<? extends OsmPrimitive>, Collection<?>, Command) - Constructor for class org.openstreetmap.josm.data.validation.FixableTestError
Constructs a new FixableTestError for multiple primitives.
fixAdd(Object) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.FixCommand
Creates a fixing command which executes a ChangePropertyCommand on the specified tag.
fixButton - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
The fix button
fixChangeKey(String, String) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.FixCommand
Creates a fixing command which executes a ChangePropertyKeyCommand on the specified keys.
fixColorPrefixes() - Static method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
Add all missing color entries.
fixColors(List<WayPoint>) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
FixCommand() - Constructor for class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.FixCommand
 
fixCommands - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
FixDataHook - Class in org.openstreetmap.josm.actions.upload
Fixes defective data entries for all modified objects before upload
FixDataHook() - Constructor for class org.openstreetmap.josm.actions.upload.FixDataHook
Constructor for data initialization
FixDataHook.FixData - Interface in org.openstreetmap.josm.actions.upload
Common set of commands for data fixing
FixDataHook.FixDataKey - Class in org.openstreetmap.josm.actions.upload
Data fix to cleanup wrong spelled keys
FixDataHook.FixDataSpace - Class in org.openstreetmap.josm.actions.upload
Data fix to remove spaces at begin or end of tags
FixDataHook.FixDataTag - Class in org.openstreetmap.josm.actions.upload
Data fix to cleanup wrong spelled tags
FixDataKey(String, String) - Constructor for class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataKey
Setup key check for wrong spelled keys
FixDataSpace() - Constructor for class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataSpace
 
FixDataTag(String, String, String, String) - Constructor for class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataTag
Setup key check for wrong spelled keys
fixed - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.Test
Fixes the error with the appropriate command
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicatedWayNodes
 
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
Merge the nodes into one.
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
Fix the error by removing all but one instance of duplicate relations
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
Fix the error by removing all but one instance of duplicate ways
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
fixError(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
 
fixError(TestError) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.FixTask
 
fixErrors() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Fix selected errors
fixFmt - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
fixIcon(Action) - Method in class org.openstreetmap.josm.gui.SideButton
Deprecated.
This method is old style and will be removed together with the removal of old constructor code
fixImageLinks(String) - Method in class org.openstreetmap.josm.gui.GettingStarted
 
fixIncomplete(Way) - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
 
fixKeys(Map<String, String>, OsmPrimitive) - Method in interface org.openstreetmap.josm.actions.upload.FixDataHook.FixData
Checks if data needs to be fixed and change keys
fixKeys(Map<String, String>, OsmPrimitive) - Method in class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataKey
 
fixKeys(Map<String, String>, OsmPrimitive) - Method in class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataSpace
 
fixKeys(Map<String, String>, OsmPrimitive) - Method in class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataTag
 
FIXME - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
fixParentWays(Collection<Node>, Node) - Static method in class org.openstreetmap.josm.actions.MergeNodesAction
Fixes the parent ways referring to one of the nodes.
fixPresetString(String) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
 
fixPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
Constructs a fix in terms of a Command for the OsmPrimitive if the error is fixable, or null otherwise.
fixProjection() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Changes the projection settings used for this map view.
fixReferences() - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
Postprocess the dataset and fix all merged references to point to the actual data.
fixRelations(List<JoinAreasAction.RelationRole>, Way, JoinAreasAction.RelationRole, Set<Relation>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Adds the previously removed relations again to the outer way.
fixRelations(Node, Collection<Command>, List<Node>, boolean) - Static method in class org.openstreetmap.josm.actions.UnGlueAction
put all newNodes into the same relation(s) that originalNode is in
fixRemove(Object) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.FixCommand
Creates a fixing command which executes a ChangePropertyCommand to delete the specified key.
fixScreen(Window) - Method in class org.openstreetmap.josm.tools.WindowGeometry
Fixes a window geometry to shift to the correct screen.
FixTask(Collection<TestError>) - Constructor for class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.FixTask
 
fixTouchingPolygons(List<JoinAreasAction.AssembledPolygon>) - Static method in class org.openstreetmap.josm.actions.JoinAreasAction
This method checks if polygons have several touching parts and splits them in several polygons.
fixURLQuery(String) - Static method in class org.openstreetmap.josm.tools.Utils
Fixes URL with illegal characters in the query (and fragment) part by percent encoding those characters.
FLAG_ANNOTATED - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
If the primitive is annotated with a tag such as note, fixme, etc.
FLAG_DELETED - Static variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
An object that was deleted by the user.
FLAG_DIRECTION_REVERSED - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
This flag is only relevant if FLAG_HAS_DIRECTIONS is set.
FLAG_DISABLED - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
An object can be disabled by the filter mechanism.
FLAG_DISABLED - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
A primitive with OsmPrimitive.isDisabled()
FLAG_DISABLED_TYPE - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
Flag used internally by the filter mechanism.
FLAG_HAS_DIRECTIONS - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
This flag is set if the primitive is a way and according to the tags, the direction of the way is important.
FLAG_HIDDEN_TYPE - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
Flag used internally by the filter mechanism.
FLAG_HIDE_IF_DISABLED - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
This flag is only relevant if an object is disabled by the filter mechanism (i.e. FLAG_DISABLED is set).
FLAG_HIGHLIGHTED - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
When hovering over ways and nodes in add mode, the "target" objects are visually highlighted.
FLAG_INCOMPLETE - Static variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
A primitive is incomplete if we know its id and type, but nothing more.
FLAG_MEMBER_OF_SELECTED - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
FLAG_MODIFIED - Static variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
This flag shows, that the properties have been changed by the user and on upload the object will be send to the server.
FLAG_NORMAL - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Flags used to store the primitive state along with the style.
FLAG_OUTERMEMBER_OF_SELECTED - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
FLAG_SELECTED - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
A primitive with OsmPrimitive.isSelected()
FLAG_TAGGED - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
If the primitive is tagged.
FLAG_VISIBLE - Static variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
This flag is false, if the object is marked as deleted on the server.
flagNewGpsData() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Indicates that the image has new GPS data.
flagNodesAsModified() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
Flag all nodes as modified.
flags - Variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Put several boolean flags to one short int field to save memory.
flags - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.StyleRecord
 
flavors - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.ActionTransferable
 
floatingDividers - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
flush() - Method in class org.openstreetmap.josm.io.XmlWriter
Flushes the stream.
flushData() - Method in class org.openstreetmap.josm.io.CacheCustomContent
Flushes the data from memory.
FlushTileCacheAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.FlushTileCacheAction
 
FMap(Hash<K, ? super T>) - Constructor for class org.openstreetmap.josm.data.osm.Storage.FMap
 
focus - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
focusAction - Static variable in class org.openstreetmap.josm.gui.help.HelpBrowser
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction.DisableActionsFocusListener
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.TextFieldFocusHandler
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.SelectAllOnFocusHandler
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.SelectAllOnFocusHandler
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.TextFieldFocusHandler
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.RepaintTheMapListener
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmPasswordField
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmTextArea
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmTextField
 
focusGained(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction.DisableActionsFocusListener
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.TextFieldFocusHandler
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.BoundingBoxBuilder
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LatValueChecker
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LonValueChecker
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel.CommentModelListener
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.StrategyChangeListener
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.RepaintTheMapListener
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ApiUrlPropagator
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmPasswordField
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmTextArea
 
focusLost(FocusEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmTextField
 
focusManager - Variable in class org.openstreetmap.josm.gui.tagging.TagTable.CellEditorRemover
 
focusOnDefaultButton - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
followLine - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Follow line
FollowLineAction - Class in org.openstreetmap.josm.actions
Follow line action - Makes easier to draw a line that shares points with another line Aimed at those who want to draw two or more lines related with each other, but carry different information (i.e.
FollowLineAction() - Constructor for class org.openstreetmap.josm.actions.FollowLineAction
Constructs a new FollowLineAction.
font - Variable in class org.openstreetmap.gui.jmapviewer.Style
 
font - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
font - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
the font to be used when rendering
FONT_FAMILY - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
FONT_MAP - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
FONT_SIZE - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
FONT_STYLE - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
FONT_WEIGHT - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
FontDescriptor(String, int, int) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement.FontDescriptor
 
FontEntry() - Constructor for class org.openstreetmap.josm.tools.PlatformHookUnixoid.FontEntry
Constructs a new FontEntry.
FontEntry(String, String, String) - Constructor for class org.openstreetmap.josm.tools.PlatformHookUnixoid.FontEntry
Constructs a new FontEntry.
fontItalic - Variable in class org.openstreetmap.josm.gui.tagging.TagCellRenderer
 
FontsManager - Class in org.openstreetmap.josm.tools
Custom fonts manager that provides some embedded fonts to ensure a common rendering on different platforms.
FontsManager() - Constructor for class org.openstreetmap.josm.tools.FontsManager
 
fontStandard - Variable in class org.openstreetmap.josm.gui.tagging.TagCellRenderer
 
footer() - Method in class org.openstreetmap.josm.io.OsmWriter
 
FOR_MULTI_FETCH - Static variable in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
forAll(Iterable<? extends T>, Predicate<? super T>) - Static method in class org.openstreetmap.josm.tools.Utils
Tests whether predicate applies to all elements from collection.
forallMatch(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Match
Tests whether all primitives match.
forAudioMarker(String) - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
force - Variable in class org.openstreetmap.gui.jmapviewer.OsmTileLoader.OsmTileJob
 
force - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
forceLines - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
forceRawGpsLines - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
forChangesetIds(Collection<Long>) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Restricts the query to the given changeset ids (which are added to previously added ones).
forContentType(String) - Static method in enum org.openstreetmap.josm.io.Compression
Determines the compression type based on the content type (MIME type).
foreignKey(Hash<K, ? super T>) - Method in class org.openstreetmap.josm.data.osm.Storage
 
forMarker(String) - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
format - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.Layer
 
format(HistoryNode) - Method in interface org.openstreetmap.josm.data.osm.history.HistoryNameFormatter
Formats a name for a HistoryNode.
format(HistoryWay) - Method in interface org.openstreetmap.josm.data.osm.history.HistoryNameFormatter
Formats a name for a HistoryWay.
format(HistoryRelation) - Method in interface org.openstreetmap.josm.data.osm.history.HistoryNameFormatter
Formats a name for a HistoryRelation.
format(Node) - Method in interface org.openstreetmap.josm.data.osm.NameFormatter
Formats a name for a Node.
format(Way) - Method in interface org.openstreetmap.josm.data.osm.NameFormatter
Formats a name for a Way.
format(Relation) - Method in interface org.openstreetmap.josm.data.osm.NameFormatter
Formats a name for a Relation.
format(Changeset) - Method in interface org.openstreetmap.josm.data.osm.NameFormatter
Formats a name for a Changeset.
format(Node) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
format(Way) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
format(Relation) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
format(Changeset) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
format(HistoryNode) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
format(HistoryWay) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
format(HistoryRelation) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
formatAsHtmlUnorderedList(Collection<? extends OsmPrimitive>, int) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Formats the given collection of primitives as an HTML unordered list.
formatAsHtmlUnorderedList(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Formats the given primitive as an HTML unordered list.
formatCheckboxTooltipText(PluginInformation) - Static method in class org.openstreetmap.josm.gui.preferences.plugin.PluginListPanel
 
formatDate(Date, int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Formats a date to be displayed to current user, based on user preferences.
formatDateTime(Date, int, int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Formats a date/time to be displayed to current user, based on user preferences.
formatErrorMessages() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
formatHooks - Static variable in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
formatMenuText(KeyStroke, String, String) - Static method in class org.openstreetmap.josm.tools.MultikeyActionsHandler
 
formatOffset() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
formatOffset() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
formatPluginLocalVersion(PluginInformation) - Static method in class org.openstreetmap.josm.gui.preferences.plugin.PluginListPanel
 
formatPluginRemoteVersion(PluginInformation) - Static method in class org.openstreetmap.josm.gui.preferences.plugin.PluginListPanel
 
formatRelation(Relation) - Method in exception org.openstreetmap.josm.actions.upload.CyclicUploadDependencyException
 
formatRelationNameAndType(Relation, StringBuilder, TaggingPreset) - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
formats - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
formats - Variable in class org.openstreetmap.josm.io.imagery.WMSImagery
 
formatter - Variable in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
 
formatText(double, String, NumberFormat) - Static method in class org.openstreetmap.josm.data.SystemOfMeasurement
 
formatTime(Date, int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Formats a time to be displayed to current user, based on user preferences.
formatTimezone() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Timezone
 
formerValidatedPrimitives - Variable in class org.openstreetmap.josm.actions.ValidateAction.ValidationTask
 
forMultiFetch - Variable in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
forNodePair(Way, Node, Node) - Static method in class org.openstreetmap.josm.data.osm.WaySegment
Determines and returns the way segment for the given way and node pair.
forOsmPrimitive(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Replies a new HistoryNode, HistoryWay or HistoryRelation from an existing OsmPrimitive.
forPreferenceSubTab(String, String, Class<? extends SubPreferenceSetting>) - Static method in class org.openstreetmap.josm.actions.PreferencesAction
Returns a new PreferenceAction opening preferences dialog directly to the given subtab, with default icon.
forPreferenceSubTab(String, String, Class<? extends SubPreferenceSetting>, String) - Static method in class org.openstreetmap.josm.actions.PreferencesAction
Returns a new PreferenceAction opening preferences dialog directly to the given subtab, with custom icon.
forPreferenceTab(String, String, Class<? extends TabPreferenceSetting>) - Static method in class org.openstreetmap.josm.actions.PreferencesAction
Returns a new PreferenceAction opening preferences dialog directly to the given tab, with default icon.
forPreferenceTab(String, String, Class<? extends TabPreferenceSetting>, String) - Static method in class org.openstreetmap.josm.actions.PreferencesAction
Returns a new PreferenceAction opening preferences dialog directly to the given tab, with custom icon.
forPrimitive(OsmPrimitive) - Static method in enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
Determines the TaggingPresetType of a given primitive.
forPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Makes this TagEditorModel specific to a given OSM primitive.
forPrimitiveType(OsmPrimitiveType) - Static method in enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
Determines the TaggingPresetType of a given primitive type.
FortMarigotEPSG - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
FortMarigotName - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
forUser(int) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Restricts the query to changesets owned by the user with id uid.
forUser(String) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Restricts the query to changesets owned by the user with user name username.
forUserId(long) - Method in class org.openstreetmap.josm.data.osm.history.History
Returns a new partial copy of this history, for the given user id
forward() - Method in class org.openstreetmap.josm.gui.help.HelpBrowserHistory
Go forward.
FORWARD_BACKWARD - Static variable in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
ForwardAction(IHelpBrowser) - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowser.ForwardAction
Constructs a new ForwardAction.
forwardScript - Static variable in class org.openstreetmap.josm.tools.Diff
Standard Forward ScriptBuilder.
ForwardScript() - Constructor for class org.openstreetmap.josm.tools.Diff.ForwardScript
 
foundMatches - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
fourthcol - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.Server
 
freezeAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
FreezeAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.FreezeAction
 
FreezeMouseListener() - Constructor for class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel.FreezeMouseListener
 
from(Date) - Method in class org.openstreetmap.josm.data.osm.history.History
Returns a new partial copy of this history, from the given date
from(long) - Method in class org.openstreetmap.josm.data.osm.history.History
Returns a new partial copy of this history, from the given version number
from - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
from(IPrimitive) - Static method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
Determines the OSM primitive type of the given object.
from(String) - Static method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
from(Tagged) - Static method in class org.openstreetmap.josm.data.osm.TagCollection
Creates a tag collection from the tags managed by a specific OsmPrimitive.
from(Map<String, String>) - Static method in class org.openstreetmap.josm.data.osm.TagCollection
Creates a tag collection from a map of key/value-pairs.
FROM_EQUALS_TO - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
FROM_VIA_NODE - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
FROM_VIA_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
fromApiTypeName(String) - Static method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
fromArray(TemplateEntry...) - Static method in class org.openstreetmap.josm.tools.template_engine.CompoundTemplateEntry
 
fromCanvas(String, T, Class<T>) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
fromCode(char) - Static method in enum org.openstreetmap.josm.actions.search.SearchAction.SearchMode
Returns the search mode matching the given character code.
fromDate(Date) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Formats a date to the XML UTC format regardless of current locale.
fromEllipsoid - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
FromGpxLayer(GpxLayer) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerAction.FromGpxLayer
Creates a new FromGpxLayer.
fromIndex(int) - Static method in enum org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper.ColorMode
 
fromLayer - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
fromLevel(int, int) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
FromMarkerLayer(MarkerLayer) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerAction.FromMarkerLayer
Converts a MarkerLayer to a OsmDataLayer.
fromName(String) - Static method in enum org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel.ProxyPolicy
Retrieves a proxy policy from its name found in preferences.
fromOtherApplication() - Method in interface org.openstreetmap.josm.Main.WindowSwitchListener
Called when the user comes from a window of another application back to JOSM.
fromPreference(String) - Static method in enum org.openstreetmap.josm.gui.io.UploadStrategy
 
fromPreferenceValue(String) - Static method in enum org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel.Policy
 
fromPrimitive(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.osm.Changeset
Creates a changeset with the data obtained from the given preset, i.e., the changeset id, user, and timestamp.
fromSemiMajorAxis - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
fromSemiMinorAxis - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
fromServer - Variable in class org.openstreetmap.josm.data.gpx.GpxData
 
fromSourceEntry(SourceEntry) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
fromSourceEntry(SourceEntry) - Static method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceEntryTableCellRenderer
 
fromString(String) - Static method in enum org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryType
Returns the imagery type from the given type string.
fromString(String) - Static method in enum org.openstreetmap.josm.data.imagery.WMTSTileSource.TransferMode
 
fromString(String) - Static method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
Parses a SimplePrimitiveId from the string s.
fromString(String) - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
fromString(String) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
fromString(String) - Static method in enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
Determines the TaggingPresetType from a given string.
fromString(String) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Parses XML date quickly, regardless of current locale.
fromTimestamp(int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Formats a date to the XML UTC format regardless of current locale.
fromWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.CentricDatum
 
fromWGS84(LatLon) - Method in interface org.openstreetmap.josm.data.projection.datum.Datum
Convert lat/lon from Ellipsoid.WGS84 to this datum.
fromWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2Datum
 
fromWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.NullDatum
 
fromWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 
fromWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.ThreeParameterDatum
 
fromXML(Reader) - Method in class org.openstreetmap.josm.data.Preferences
Loads preferences from XML reader.
FROZEN_PROP - Static variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
full - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
full - Variable in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
If true, download members for relation
full - Variable in class org.openstreetmap.josm.io.OsmServerObjectReader
true if a full download is required, i.e.
fullRel - Variable in class org.openstreetmap.josm.gui.download.DownloadObjectDialog
 
fullRelation - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
FullscreenToggleAction - Class in org.openstreetmap.josm.actions
This class toggles the full-screen mode.
FullscreenToggleAction() - Constructor for class org.openstreetmap.josm.actions.FullscreenToggleAction
Constructs a new FullscreenToggleAction.
fullscreenToggleAction - Variable in class org.openstreetmap.josm.gui.MainMenu
 
FullyAutomaticAuthorisationTask(Component) - Constructor for class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
FullyAutomaticAuthorizationUI - Class in org.openstreetmap.josm.gui.oauth
This is an UI which supports a JOSM user to get an OAuth Access Token in a fully automatic process.
FullyAutomaticAuthorizationUI(String, Executor) - Constructor for class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
Constructs a new FullyAutomaticAuthorizationUI for the given API URL.
FullyAutomaticAuthorizationUI.BackAction - Class in org.openstreetmap.josm.gui.oauth
Action to go back to step 1 in the process
FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask - Class in org.openstreetmap.josm.gui.oauth
 
FullyAutomaticAuthorizationUI.PasswordValidator - Class in org.openstreetmap.josm.gui.oauth
 
FullyAutomaticAuthorizationUI.RunAuthorisationAction - Class in org.openstreetmap.josm.gui.oauth
Starts the authorisation process
FullyAutomaticAuthorizationUI.TestAccessTokenAction - Class in org.openstreetmap.josm.gui.oauth
Action to test an access token.
FullyAutomaticPropertiesPanel - Class in org.openstreetmap.josm.gui.oauth
 
FullyAutomaticPropertiesPanel() - Constructor for class org.openstreetmap.josm.gui.oauth.FullyAutomaticPropertiesPanel
Constructs a new FullyAutomaticPropertiesPanel.
fullyIdentifyCurrentUser() - Method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetQueryTask.DownloadTask
Tries to fully identify the current JOSM user
Functions() - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
 
future - Variable in class org.openstreetmap.josm.actions.downloadtasks.PostDownloadHandler
 
fuzzyParse(String) - Static method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
Attempts to parse extract any primitive id from the string s.

G

g - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
the graphics context to which the visitor renders OSM objects
g - Variable in class org.openstreetmap.josm.data.validation.PaintVisitor
The graphics
g - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictPainter
 
gamma - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
gamma - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.GammaImageProcessor
 
gammaChange - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.GammaImageProcessor
 
GammaFilterSlider() - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.GammaFilterSlider
gammaImageProcessor - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
GammaImageProcessor() - Constructor for class org.openstreetmap.josm.gui.layer.ImageryLayer.GammaImageProcessor
 
GaussKruegerProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
 
GaussKruegerProjectionChoice() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.GaussKruegerProjectionChoice
Constructs a new GaussKruegerProjectionChoice.
GBC - Class in org.openstreetmap.josm.tools
A wrapper for GridBagConstraints which has sane default static creators and member functions to chain calling.
GBC() - Constructor for class org.openstreetmap.josm.tools.GBC
Use public static creator functions to create an GBC.
gd - Variable in class org.openstreetmap.josm.actions.FullscreenToggleAction
 
generalRules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.MapCSSKeyRules
The indexes of rules that might be applied if this tag is present and the value has no special handling.
GeneralSelector(String, Pair<Integer, Integer>, List<Condition>, Subpart) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.GeneralSelector
 
generateCertificate(String, KeyPair, int, String, String) - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Create a self-signed X.509 Certificate.
generateMixed(float, float[], float[]) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
 
generateStyles(OsmPrimitive, double, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Create the list of styles and its valid scale range for one primitive.
generateTime - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.BenchmarkData
 
generateUniqueId() - Static method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
GENERIC_TLDS - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
genericMonospacePanel(JPanel, String) - Static method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
 
GenericRelationEditor - Class in org.openstreetmap.josm.gui.dialogs.relation
This dialog is for editing relations.
GenericRelationEditor(OsmDataLayer, Relation, Collection<RelationMember>) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Creates a new relation editor for the given relation.
GenericRelationEditor.AddAbortException - Exception in org.openstreetmap.josm.gui.dialogs.relation
Exception thrown when user aborts add operation.
GenericRelationEditor.LeftButtonToolbar - Class in org.openstreetmap.josm.gui.dialogs.relation
The toolbar with the buttons on the left
GenericRelationEditor.MemberTableDblClickAdapter - Class in org.openstreetmap.josm.gui.dialogs.relation
 
GenericSessionExporter<T extends Layer> - Class in org.openstreetmap.josm.io.session
Generic superclass of OsmDataSessionExporter and GpxTracksSessionExporter layer exporters.
GenericSessionExporter(T, String, String, String) - Constructor for class org.openstreetmap.josm.io.session.GenericSessionExporter
Constructs a new GenericSessionExporter.
GenericSessionExporter.LayerSaveAction - Class in org.openstreetmap.josm.io.session
 
genericTLDsMinus - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
genericTLDsPlus - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
GeoImageLayer - Class in org.openstreetmap.josm.gui.layer.geoimage
Layer displaying geottaged pictures.
GeoImageLayer(List<ImageEntry>, GpxLayer) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Constructs a new GeoImageLayer.
GeoImageLayer(List<ImageEntry>, GpxLayer, String) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Constructs a new GeoImageLayer.
GeoImageLayer(List<ImageEntry>, GpxLayer, boolean) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Constructs a new GeoImageLayer.
GeoImageLayer(List<ImageEntry>, GpxLayer, String, boolean) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Constructs a new GeoImageLayer.
GeoImageLayer.Loader - Class in org.openstreetmap.josm.gui.layer.geoimage
Loads a set of images, while displaying a dialog that indicates what the plugin is currently doing.
GeoImageSessionExporter - Class in org.openstreetmap.josm.io.session
Session exporter for GeoImageLayer.
GeoImageSessionExporter(GeoImageLayer) - Constructor for class org.openstreetmap.josm.io.session.GeoImageSessionExporter
Constructs a new GeoImageSessionExporter.
GeoImageSessionImporter - Class in org.openstreetmap.josm.io.session
Session importer for GeoImageLayer.
GeoImageSessionImporter() - Constructor for class org.openstreetmap.josm.io.session.GeoImageSessionImporter
 
GeoJSONExporter - Class in org.openstreetmap.josm.io
 
GeoJSONExporter() - Constructor for class org.openstreetmap.josm.io.GeoJSONExporter
Constructs a new GeoJSONExporter with WGS84 projection.
GeoJSONExporter(ExtensionFileFilter, Projection) - Constructor for class org.openstreetmap.josm.io.GeoJSONExporter
 
GeoJSONExporter.CurrentProjection - Class in org.openstreetmap.josm.io
A GeoJSON exporter which obtains the current map projection when exporting (GeoJSONExporter.exportData(File, Layer)).
GeoJSONWriter - Class in org.openstreetmap.josm.io
Writes OSM data as a GeoJSON string, using JSR 353: Java API for JSON Processing (JSON-P).
GeoJSONWriter(OsmDataLayer, Projection) - Constructor for class org.openstreetmap.josm.io.GeoJSONWriter
Constructs a new GeoJSONWriter.
GeoJSONWriter.GeometryPrimitiveVisitor - Class in org.openstreetmap.josm.io
 
geometry - Variable in class org.openstreetmap.josm.gui.MainFrame
 
Geometry - Class in org.openstreetmap.josm.tools
Some tools for geometry related tasks.
Geometry() - Constructor for class org.openstreetmap.josm.tools.Geometry
 
Geometry.AreaAndPerimeter - Class in org.openstreetmap.josm.tools
Data class to hold two double values (area and perimeter of a polygon).
Geometry.MultiPolygonMembers - Class in org.openstreetmap.josm.tools
 
Geometry.PolygonIntersection - Enum in org.openstreetmap.josm.tools
 
GeometryPrimitiveVisitor(JsonObjectBuilder) - Constructor for class org.openstreetmap.josm.io.GeoJSONWriter.GeometryPrimitiveVisitor
 
geomObj - Variable in class org.openstreetmap.josm.io.GeoJSONWriter.GeometryPrimitiveVisitor
 
geoProp - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex
 
GeoPropertyIndex<T> - Class in org.openstreetmap.josm.tools
Fast index to look up properties of the earth surface.
GeoPropertyIndex(GeoPropertyIndex.GeoProperty<T>, int) - Constructor for class org.openstreetmap.josm.tools.GeoPropertyIndex
Create new GeoPropertyIndex.
GeoPropertyIndex.GeoProperty<T> - Interface in org.openstreetmap.josm.tools
A method to look up a property of the earth surface.
GeoPropertyIndex.GPLevel<T> - Class in org.openstreetmap.josm.tools
 
get(String, SearchCompiler.Match, SearchCompiler.Match, PushbackTokenizer) - Method in interface org.openstreetmap.josm.actions.search.SearchCompiler.BinaryMatchFactory
 
get(String, PushbackTokenizer) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.CoreSimpleMatchFactory
 
get(String, SearchCompiler.Match, PushbackTokenizer) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.CoreUnaryMatchFactory
 
get(String, PushbackTokenizer) - Method in interface org.openstreetmap.josm.actions.search.SearchCompiler.SimpleMatchFactory
 
get(String, SearchCompiler.Match, PushbackTokenizer) - Method in interface org.openstreetmap.josm.actions.search.SearchCompiler.UnaryMatchFactory
 
get() - Method in interface org.openstreetmap.josm.data.cache.ICachedLoaderJob
fetches object from cache, or returns null when object is not found
get() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
get() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies the conflicts as list.
get(int) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies the conflict at position idx
get(String) - Method in interface org.openstreetmap.josm.data.gpx.IWithAttributes
Returns the Object value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(String) - Method in class org.openstreetmap.josm.data.gpx.WithAttributes
Returns the Object value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(String) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Replies the value for key key.
get(String) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
get(int) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
get(int) - Method in class org.openstreetmap.josm.data.osm.history.History
Replies the history primitive at index idx.
get(long, OsmPrimitiveType, long) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
Replies the history primitive for the primitive with id id and version version.
get(String) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
get(Object) - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
get(T) - Method in class org.openstreetmap.josm.data.osm.Storage
 
get(String) - Method in class org.openstreetmap.josm.data.osm.Tag
 
get(String) - Method in interface org.openstreetmap.josm.data.osm.Tagged
Replies the value of the given key; null, if there is no value for this key
get(Object) - Method in class org.openstreetmap.josm.data.osm.TagMap
 
get() - Method in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
get() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
get(NavigatableComponent, Relation) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
Gets a multipolygon from cache.
get(NavigatableComponent, Relation, boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
Gets a multipolygon from cache.
get() - Method in class org.openstreetmap.josm.data.preferences.AbstractProperty
Replies the value of this property.
get() - Method in class org.openstreetmap.josm.data.preferences.BooleanProperty
 
get() - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
get() - Method in class org.openstreetmap.josm.data.preferences.CollectionProperty
 
get() - Method in class org.openstreetmap.josm.data.preferences.ColorProperty
 
get() - Method in class org.openstreetmap.josm.data.preferences.DoubleProperty
 
get(String) - Method in class org.openstreetmap.josm.data.Preferences
Get settings value for a certain key.
get(String, String) - Method in class org.openstreetmap.josm.data.Preferences
Get settings value for a certain key and provide default a value.
get() - Method in class org.openstreetmap.josm.data.preferences.IntegerProperty
 
get() - Method in class org.openstreetmap.josm.data.preferences.LongProperty
 
get(String...) - Method in class org.openstreetmap.josm.data.preferences.ParametrizedEnumProperty
 
get() - Method in class org.openstreetmap.josm.data.preferences.StringProperty
 
get() - Method in enum org.openstreetmap.josm.gui.conflict.ConflictColors
Returns the color.
get(int) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictListModel
 
get(String, T, Class<T>) - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
get(String, T, Class<T>, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
Get value for the given key
get(String) - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
get(double) - Method in class org.openstreetmap.josm.gui.mappaint.DividedScale
Looks up the data object for a certain scale value.
get(OsmPrimitive, double, NavigatableComponent) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Create the list of styles for one primitive.
get(String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.CSSColors
Returns the CSS color for the given key
get(List<?>, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Get the nth element of the list lst (counting starts at 0).
get(String) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.MapCSSKeyRules
 
get() - Method in interface org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.BoxProvider
get() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.SimpleBoxProvider
 
get() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage.MapImageBoxProvider
 
get() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintPrefHelper
 
get() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourcePrefHelper
Returns the list of sources.
get(String) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
replies the tag with name name; null, if no such tag exists
get(int) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
get(KeyStroke) - Method in class org.openstreetmap.josm.gui.util.RedirectInputMap
 
get(String, String) - Method in class org.openstreetmap.josm.io.Capabilities
Returns the value of configuration item in the capabilities as string value.
get(int) - Method in class org.openstreetmap.josm.tools.CompositeList
 
get(int) - Method in class org.openstreetmap.josm.tools.CopyList
 
get(LatLon) - Method in interface org.openstreetmap.josm.tools.GeoPropertyIndex.GeoProperty
Look up the property for a point.
get(BBox) - Method in interface org.openstreetmap.josm.tools.GeoPropertyIndex.GeoProperty
Look up the property for a coordinate rectangle.
get(LatLon) - Method in class org.openstreetmap.josm.tools.GeoPropertyIndex
Look up the property for a certain point.
get(LatLon) - Method in class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
 
get() - Method in class org.openstreetmap.josm.tools.ImageProvider
Execute the image request and scale result.
get(String, String) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Load an image with a given file name.
get(String) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Load an image with a given file name.
get(String, String, ImageProvider.ImageSizes) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Load an image from directory with a given file name and size.
get(String, ImageProvider.ImageSizes) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Load an image with a given file name and size.
get(OsmPrimitiveType) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Replies the icon for an OSM primitive type
get(A) - Method in class org.openstreetmap.josm.tools.MultiMap
Returns the Set associated with the given key.
get(O) - Method in interface org.openstreetmap.josm.tools.Property
Get the value of the property.
get(LatLon) - Method in class org.openstreetmap.josm.tools.RightAndLefthandTraffic.RLTrafficGeoProperty
 
get(BBox) - Method in class org.openstreetmap.josm.tools.RightAndLefthandTraffic.RLTrafficGeoProperty
 
getA() - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
Replies the first node.
getAbstractLayer() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
getAccessedUrl() - Method in exception org.openstreetmap.josm.io.OsmApiException
Replies the complete URL accessed when this error occured.
getAccessibleActionCount() - Method in class org.openstreetmap.josm.gui.bbox.SizeButton.AccessibleSizeButton
 
getAccessibleActionDescription(int) - Method in class org.openstreetmap.josm.gui.bbox.SizeButton.AccessibleSizeButton
 
getAccessibleContext() - Method in class org.openstreetmap.josm.gui.bbox.SizeButton
 
getAccessibleContext() - Method in class org.openstreetmap.josm.gui.MapScaler
 
getAccessibleContext() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
getAccessibleRole() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.AccessibleMultiSplitPane
 
getAccessToken() - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Replies the retrieved Access Token.
getAccessToken() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Replies the Access Token entered using the wizard
getAccessToken(ProgressMonitor) - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
Submits a request for an Access Token to the Access Token Endpoint Url of the OAuth Service Provider and replies the request token.
getAccessToken() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
Replies the retrieved Access Token.
getAccessToken() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Replies the access token.
getAccessTokenKey() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Replies the access token key.
getAccessTokenSecret() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Replies the access token secret.
getAccessTokenUrl() - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Gets the access token URL.
getAccountCreated() - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
getAction() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
getActionCommand() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
getActionName() - Method in interface org.openstreetmap.josm.gui.HideableButton
 
getActionName() - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
getActionParameters() - Method in interface org.openstreetmap.josm.actions.ParameterizedAction
 
getActionParameters() - Method in class org.openstreetmap.josm.actions.search.SearchAction
 
getActive() - Method in class org.openstreetmap.josm.io.session.SessionReader
 
getActiveLayer() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Replies the active layer.
getActiveLayer() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Replies the currently active layer
getActiveLayer() - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Use !Main.getLayerManager().getActiveLayer() instead.
getActiveLayer() - Method in class org.openstreetmap.josm.Main
Deprecated.
You can get the layer using the layer manager: Main.getLayerManager()
getActiveSources() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Returns the list of active sources.
getActiveUrls() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourcePrefHelper
Returns the set of active source URLs.
getAddAction() - Method in class org.openstreetmap.josm.gui.tagging.TagTable
Returns the add action.
getAddedChangesets() - Method in interface org.openstreetmap.josm.data.osm.ChangesetCacheEvent
 
getAddedChangesets() - Method in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
getAddedLayer() - Method in class org.openstreetmap.josm.gui.layer.LayerManager.LayerAddEvent
Gets the layer that was added.
getAdditionalFonts() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
Get default list of additional fonts to add to the configuration.
getAdditionalFonts() - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
getAddTagsDialog() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
getAdjacentMarker(Marker, boolean, Layer) - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
getAdjustedHeight() - Method in enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
Returns the image height in pixels to use for display
getAdjustedWidth() - Method in enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
Returns the image width in pixels to use for display
getAdvancedParameters() - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
Replies the OAuth parameters currently edited in this properties panel.
getAdvancedPropertiesPanel() - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Replies the panel for entering advanced OAuth parameters (see OAuthParameters)
getAffectedDataSet() - Method in class org.openstreetmap.josm.command.Command
Gets the data set this command affects.
getAffectedPrimitives(TreePath) - Static method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
Return primitives that are affected by some command
getAffectedPrimitives(Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
Returns the list of primitives whose filtering can be affected by change in primitive
getAffineTransform() - Method in class org.openstreetmap.josm.gui.MapViewState
Creates an affine transform that is used to convert the east/north coordinates to view coordinates.
getAffineTransform() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getAgentString() - Method in class org.openstreetmap.josm.data.Version
Returns the User-Agent string
getAgentString(boolean) - Method in class org.openstreetmap.josm.data.Version
Returns the User-Agent string, with or without OS details
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.LonLat
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.Mercator
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
 
getAlgorithmBounds() - Method in interface org.openstreetmap.josm.data.projection.proj.Proj
Return the bounds where this projection is applicable.
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.Sinusoidal
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
getAlgorithmBounds() - Method in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
 
getAll() - Method in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
getAllAvailableTestClasses() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
Gets the list of all available test classes
getAllBaseProjectionIds() - Static method in class org.openstreetmap.josm.data.projection.Projections
Get a list of ids of all registered base projections.
getAllColors() - Method in class org.openstreetmap.josm.data.Preferences
 
getAllDefaults() - Method in class org.openstreetmap.josm.data.Preferences
 
getAllExtensions() - Static method in class org.openstreetmap.josm.io.AllFormatsImporter
Builds list of all supported extensions by the registered FileImporters.
getAllHeaders() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
getAllLayers() - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
getAllLayersAsList() - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
getAllNearest(Point, Collection<OsmPrimitive>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getAllNearest(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getAllNodes(Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.data.osm.visitor.AllNodesVisitor
Replies all nodes contained by the given primitives
getAllPossiblePreferenceDirs() - Method in class org.openstreetmap.josm.data.Preferences
Returns a set of all existing directories where resources could be stored.
getAllPrefix(String) - Method in class org.openstreetmap.josm.data.Preferences
 
getAllPrefixCollectionKeys(String) - Method in class org.openstreetmap.josm.data.Preferences
 
getAllProjectionCodes() - Static method in class org.openstreetmap.josm.data.projection.Projections
Get a list of all supported projection codes.
getAllResolutions() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
getAllSelected() - Method in class org.openstreetmap.josm.data.osm.DataSet
Replies an unmodifiable collection of primitives currently selected in this dataset, including deleted ones.
getAllSettings() - Method in class org.openstreetmap.josm.data.Preferences
 
getAllTestsMap() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
Gets a map from simple names to all tests.
getAllTileSources() - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
getAlphaComposite(Color) - Static method in class org.openstreetmap.gui.jmapviewer.Style
 
getAlphaComposite() - Method in class org.openstreetmap.gui.jmapviewer.Style
 
getAlphaFloat() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
getAndCheckAssociatedStreets(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.Addresses
 
getAngle(Node, Node, Node) - Static method in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Returns oriented angle (N1N2, N1N3) in range [0; 2*Math.PI[
getAngle(EastNorth) - Method in class org.openstreetmap.josm.command.RotateCommand
Get angle between the horizontal axis and the line formed by the pivot and given point.
getAngleDelta(double, double) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
getAnglePanel() - Method in class org.openstreetmap.josm.gui.MapStatus
 
getAnonymous() - Static method in class org.openstreetmap.josm.data.osm.User
Replies the anonymous user
getAPIName() - Method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
getApiUrl() - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Replies the URL of the OSM API for which this UI is currently trying to retrieve an OAuth Access Token
getAppleCommands() - Static method in class org.openstreetmap.josm.actions.RestartAction
 
getApplicableWays(List<Way>, List<Node>) - Static method in class org.openstreetmap.josm.actions.SplitWayAction
Determine which ways to split.
getApplicableWays(List<Way>, List<Node>) - Static method in class org.openstreetmap.josm.actions.UnJoinNodeWayAction
Find ways to which the disconnect can be applied.
getApply(int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
Returns the "Apply" flag for given index.
getApplyColumn() - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
Returns the index of the "Apply" column.
getArea() - Method in class org.openstreetmap.josm.data.Bounds
 
getArea() - Method in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
Returns the bookmark area
getArea() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
Gets the maximum area in squared kilometers
getArea() - Method in class org.openstreetmap.josm.tools.Geometry.AreaAndPerimeter
 
getArea(List<Node>) - Static method in class org.openstreetmap.josm.tools.Geometry
Returns the Area of a polygon, from its list of nodes.
getAreaAndPerimeter(Projection) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
Calculate area and perimeter length in the given projection.
getAreaAndPerimeter(List<Node>) - Static method in class org.openstreetmap.josm.tools.Geometry
Calculate area and perimeter length of a polygon.
getAreaAndPerimeter(List<Node>, Projection) - Static method in class org.openstreetmap.josm.tools.Geometry
Calculate area and perimeter length of a polygon in the given projection.
getAreaElemStyle(OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Returns the first AreaElement for a given primitive.
getAreaLatLon(List<Node>) - Static method in class org.openstreetmap.josm.tools.Geometry
Returns the Area of a polygon, from its list of nodes.
getAreaText(double) - Method in class org.openstreetmap.josm.data.SystemOfMeasurement
Returns the text describing the given area in this system of measurement.
getAreaText(double, NumberFormat, double) - Method in class org.openstreetmap.josm.data.SystemOfMeasurement
Returns the text describing the given area in this system of measurement.
getArray(Preferences, String, boolean) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
getArray(String, Collection<Collection<String>>) - Method in class org.openstreetmap.josm.data.Preferences
Used to read a 2-dimensional array of strings from the preference file.
getArray(String) - Method in class org.openstreetmap.josm.data.Preferences
 
getAsSequenceCommand() - Method in class org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
 
getAssignedKey() - Method in class org.openstreetmap.josm.tools.Shortcut
 
getAssignedModifier() - Method in class org.openstreetmap.josm.tools.Shortcut
 
getAssociatedFile() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
getAssociatedFile() - Method in class org.openstreetmap.josm.gui.layer.Layer
 
getAsString() - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
getAttr() - Method in class org.openstreetmap.josm.io.GpxReader.Parser
 
getAttribute(Node, String) - Static method in class org.openstreetmap.josm.io.OsmServerUserInfoReader
 
getAttributeDouble(Attributes, String) - Method in class org.openstreetmap.josm.io.AbstractParser
 
getAttributeLong(Attributes, String) - Method in class org.openstreetmap.josm.io.AbstractParser
 
getAttributes() - Method in interface org.openstreetmap.josm.data.gpx.GpxTrack
Returns the track attributes.
getAttributes() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
getAttributes() - Method in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
getAttribution() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Returns attribution.
getAttribution() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getAttributionImage() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.Attributed
 
getAttributionImage() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
getAttributionImage() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
 
getAttributionImage() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
getAttributionImage() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getAttributionImage() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getAttributionImageURL() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.Attributed
 
getAttributionImageURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
getAttributionImageURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
 
getAttributionImageURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
getAttributionImageURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getAttributionImageURL() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getAttributionLinkURL() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.Attributed
 
getAttributionLinkURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
 
getAttributionLinkURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
getAttributionLinkURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getAttributionLinkURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.MapQuestOpenAerialTileSource
 
getAttributionLinkURL() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getAttributionLoaderCallable() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getAttributionLoaderCallable() - Method in class org.openstreetmap.josm.data.imagery.CachedAttributionBingAerialTileSource
 
getAttributionText(int, ICoordinate, ICoordinate) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.Attributed
 
getAttributionText(int, ICoordinate, ICoordinate) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
 
getAttributionText(int, ICoordinate, ICoordinate) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
getAttributionText(int, ICoordinate, ICoordinate) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getAttributionText(int, ICoordinate, ICoordinate) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.MapQuestOpenAerialTileSource
 
getAttributionText(int, ICoordinate, ICoordinate) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.MapQuestOsmTileSource
 
getAttributionText(int, ICoordinate, ICoordinate) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getAttributionUrl() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getAuthMethod() - Static method in class org.openstreetmap.josm.io.OsmApi
Returns the authentication method set in the preferences
getAuthoriseUrl() - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Gets the authorise URL.
getAuthoriseUrl(OAuthToken) - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
Builds the authorise URL for a given Request Token.
getAutocompletionKeys(String) - Static method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
For a given key k, return a list of keys which are used as keys for auto-completing values to increase the search space.
getAutoCompletionList() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
Returns the auto completion list.
getAutoCompletionList() - Method in class org.openstreetmap.josm.gui.tagging.TagCellEditor
replies the AutoCompletionList this table cell editor synchronizes with
getAutoCompletionList() - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
getAutoCompletionManager() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns the autocompletion manager, which maintains a list of used tags for autocompletion.
getAutosaveDir() - Method in class org.openstreetmap.josm.data.AutosaveTask
Replies the autosave directory.
getAvailablePlugins() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies the set of all available plugins.
getAvailablePlugins() - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
Replies information about available plugins detected by this task.
getAvailablePlugins() - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
Replies the list of plugins described in the downloaded plugin lists
getAvailableTranslations() - Static method in class org.openstreetmap.josm.tools.I18n
Get a list of all available JOSM Translations.
getB() - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
Replies the second node
getBackAlphaComposite() - Method in class org.openstreetmap.gui.jmapviewer.Style
 
getBackColor() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
getBackColor() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
getBackColor() - Method in class org.openstreetmap.gui.jmapviewer.Style
 
getBackgroundColor() - Static method in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
getBackgroundColor() - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Replies background color for downloaded areas.
getBackgroundColorOverride() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
getBackgroundColorOverride() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
 
getBase() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
getBaseBrowseUrl() - Static method in class org.openstreetmap.josm.Main
Replies the base URL for browsing information about a primitive.
getBaseIconProvider() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Return the image provider to get the base icon
getBaseProjection(String) - Static method in class org.openstreetmap.josm.data.projection.Projections
Get a base projection by id.
getBaseUrl() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
getBaseUrl() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getBaseUrl() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.CycleMap
 
getBaseUrl() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.Mapnik
 
getBaseUrl() - Method in class org.openstreetmap.josm.io.MultiFetchOverpassObjectReader
 
getBaseUrl() - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
 
getBaseUrl() - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
 
getBaseUrl(String, String) - Static method in class org.openstreetmap.josm.io.OsmApi
 
getBaseUrl() - Method in class org.openstreetmap.josm.io.OsmApi
Returns the base URL for API requests, including the negotiated version number.
getBaseUrl() - Method in class org.openstreetmap.josm.io.OsmServerReader
Return the base URL for relative URL requests
getBaseUrl() - Method in class org.openstreetmap.josm.io.OverpassDownloadReader
 
getBaseUrlWiki() - Method in class org.openstreetmap.josm.tools.WikiReader
Returns the base URL of wiki.
getBaseUserUrl() - Static method in class org.openstreetmap.josm.Main
Replies the base URL for browsing information about a user.
getBBox() - Method in class org.openstreetmap.josm.data.osm.Node
 
getBBox() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Fetch the bounding box of the primitive
getBBox() - Method in class org.openstreetmap.josm.data.osm.Relation
 
getBBox() - Method in class org.openstreetmap.josm.data.osm.Way
 
getBBox(Point, int) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getBestZoom() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getBestZoom() - Method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
getBookmarkByName(ImageryLayer, String) - Static method in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
getBoolean(String) - Method in class org.openstreetmap.josm.data.Preferences
 
getBoolean(String, boolean) - Method in class org.openstreetmap.josm.data.Preferences
 
getBoolean(String, String, boolean) - Method in class org.openstreetmap.josm.data.Preferences
 
getBottomRight() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapRectangle
 
getBottomRight() - Method in class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
getBottomRight() - Method in class org.openstreetmap.josm.data.osm.BBox
Returns the bottom-right point.
getBottomRightLat() - Method in class org.openstreetmap.josm.data.osm.BBox
Returns the latitude of bottom-right point.
getBottomRightLon() - Method in class org.openstreetmap.josm.data.osm.BBox
Returns the longitude of bottom-right point.
getBounded(LatLon) - Method in class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
 
getBoundingBox() - Method in class org.openstreetmap.josm.actions.AutoScaleAction
 
getBoundingBox() - Method in interface org.openstreetmap.josm.gui.bbox.BBoxChooser
Replies the currently selected bounding box in this BBoxChooser.
getBoundingBox() - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
getBoundingBox() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
Replies the current bounding box.
getBoundingBox() - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel
 
getBounds(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.InArea
 
getBounds(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.InDataSourceArea
 
getBounds(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.InView
 
getBounds(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.NotOutsideDataSourceArea
 
getBounds() - Method in interface org.openstreetmap.josm.data.gpx.GpxTrack
Returns the track bounds.
getBounds() - Method in interface org.openstreetmap.josm.data.gpx.GpxTrackSegment
Returns the segment bounds.
getBounds() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
getBounds() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
getBounds() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the imagery polygonial bounds.
getBounds() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getBounds() - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
 
getBounds() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
getBounds(double) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
getBounds() - Method in class org.openstreetmap.josm.data.ViewportData
Return the bounds in east-north coordinate space.
getBounds() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
Returns the bounding Rectangle for this Node.
getBounds2D(BufferedImage) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulFilter
 
getBox() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.BoxProviderResult
Returns the box.
getBox() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
Get the box in which the content should be drawn.
getBoxProvider() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
getBoxProvider() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
getBucket(Hash<K, ? super T>, K) - Method in class org.openstreetmap.josm.data.osm.Storage
Finds a bucket for given key.
getBugReportText() - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Returns the list of loaded plugins as a String to be displayed in status report.
getButton() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Gets the button from the button list that is used to display this dialog.
getButton() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
getButtonSpecs() - Static method in class org.openstreetmap.josm.actions.RestartAction
Returns default ButtonSpec instances for this action (Restart/Cancel).
getByDate(Date) - Method in class org.openstreetmap.josm.data.osm.history.History
Replies the history primitive at given date.
getById(long) - Static method in class org.openstreetmap.josm.data.osm.User
Returns the user with user id uid or null if this user doesn't exist
getByName(String) - Static method in class org.openstreetmap.josm.data.osm.User
Returns the list of users with name name or the empty list if no such users exist
getByteContent() - Method in class org.openstreetmap.josm.io.CachedFile
Get the full content of the requested resource as a byte array.
getByVersion(long) - Method in class org.openstreetmap.josm.data.osm.history.History
Replies the history primitive with version version.
getBZip2InputStream(InputStream) - Static method in class org.openstreetmap.josm.tools.Utils
Returns a Bzip2 input stream wrapping given input stream.
getCache(String) - Static method in class org.openstreetmap.josm.data.cache.JCSCacheManager
Returns configured cache object for named cache region
getCache(String, int, int, String) - Static method in class org.openstreetmap.josm.data.cache.JCSCacheManager
Returns configured cache object with defined limits of memory cache and disk cache
getCache() - Method in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
getCache(String) - Static method in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
getCache() - Static method in class org.openstreetmap.josm.gui.layer.TMSLayer
 
getCache() - Static method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
getCache() - Static method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
getCacheAttributes(int) - Static method in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
getCachedFile() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
getCachedFile() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Returns a new CachedFile to the local file containing style source (can be a text file or an archive).
getCachedFont(StyleElement.FontDescriptor) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
getCachedFont(String, int, int) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
getCacheDir() - Method in class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
 
getCacheDirectory() - Method in class org.openstreetmap.josm.data.Preferences
Get the directory where cached content of any kind should be stored.
getCacheDirectoryName() - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
getCacheDirectoryName() - Method in interface org.openstreetmap.josm.data.projection.Projection
Get a filename compatible string (for the cache directory).
getCachedTile() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
Method for getting the tile from cache only, without trying to reach remote resource
getCacheInner(String, int, int, String) - Static method in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
getCacheKey() - Method in interface org.openstreetmap.josm.data.cache.ICachedLoaderJob
returns cache entry key
getCacheKey() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
getCacheKey() - Method in class org.openstreetmap.josm.data.imagery.WMSCachedTileLoaderJob
 
getCacheName() - Method in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
getCacheName() - Method in class org.openstreetmap.josm.gui.layer.TMSLayer
 
getCacheName() - Method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
getCacheName() - Method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
getCacheSize() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileCache
Size of the cache.
getCacheSize() - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
 
getCacheSize(CacheAccess<String, BufferedImageCacheEntry>) - Static method in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel
 
getCacheStats(CacheAccess<String, BufferedImageCacheEntry>) - Static method in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel
 
getCachingStrategy() - Method in class org.openstreetmap.josm.io.CachedFile
 
getCalibratedDuration(File) - Static method in class org.openstreetmap.josm.tools.AudioUtil
Returns calibrated length of recording in seconds.
getCallingMethod(int) - Static method in class org.openstreetmap.josm.tools.bugreport.BugReport
Find the method that called us.
getCancelButtonSpec() - Static method in class org.openstreetmap.josm.actions.RestartAction
Returns a new ButtonSpec instance that do not perform this action.
getCapabilities() - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getCapabilities() - Method in class org.openstreetmap.josm.io.Capabilities.CapabilitiesParser
Returns the read capabilities.
getCapabilities() - Method in class org.openstreetmap.josm.io.OsmApi
Replies the API capabilities.
getCascade(String) - Method in class org.openstreetmap.josm.gui.mappaint.Environment
 
getCascade(String) - Method in class org.openstreetmap.josm.gui.mappaint.MultiCascade
getCellEditorValue() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeEditor
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellEditor
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberRoleCellEditor
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.history.VersionTable.RadioButtonEditor
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
getCellEditorValue() - Method in class org.openstreetmap.josm.gui.tagging.TagCellEditor
 
getCellRenderer(int, int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTable
 
getCenter() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
getCenter() - Method in class org.openstreetmap.josm.data.Bounds
 
getCenter(EastNorth) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Gets the center between two EastNorth instances.
getCenter(LatLon) - Method in class org.openstreetmap.josm.data.coor.LatLon
 
getCenter() - Method in class org.openstreetmap.josm.data.osm.BBox
 
getCenter() - Method in class org.openstreetmap.josm.data.ProjectionBounds
Returns the center east/north.
getCenter() - Method in class org.openstreetmap.josm.data.ViewportData
Return the projected coordinates of the map center
getCenter() - Method in class org.openstreetmap.josm.gui.MapViewState
Gets the center of the view.
getCenter() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Returns the current center of the viewport.
getCenter(List<Node>) - Static method in class org.openstreetmap.josm.tools.Geometry
Compute center of the circle closest to different nodes.
getCenterEastNorth() - Method in class org.openstreetmap.josm.gui.NavigatableComponent.ZoomData
 
getCenterImgCoord(Rectangle) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
getCentralMeridian() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
getCentralMeridian() - Method in interface org.openstreetmap.josm.data.projection.proj.ICentralMeridianProvider
Get the central meridian value as computed during initialization.
getCentralMeridian() - Method in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
 
getCentroid(List<Node>) - Static method in class org.openstreetmap.josm.tools.Geometry
Compute the centroid/barycenter of nodes
getChangedKey() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
If during last editProperty call user changed the key name, this key will be returned Elsewhere, returns null.
getChangedTags() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Gets a list of tags that are set by this preset.
getChangedWay() - Method in class org.openstreetmap.josm.data.osm.event.WayNodesChangedEvent
 
getChangeset() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Returns the changeset for this history primitive.
getChangeset() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
Replies the current changeset
getChangeset() - Method in class org.openstreetmap.josm.io.OsmApi
Replies the changeset data uploads are currently directed to
getChangesetById(long) - Method in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
 
getChangesetId() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getChangesetId() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
getChangesetId() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies the id of the changeset this primitive was last uploaded to.
getChangesetId() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel
Replies the changeset id entered in this panel.
getChangesetId() - Method in class org.openstreetmap.josm.gui.widgets.ChangesetIdTextField
Gets the entered changeset id.
getChangesetId() - Method in exception org.openstreetmap.josm.io.ChangesetClosedException
Replies the id of the changeset which was closed
getChangesetIds() - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
getChangesetInputStream(long, boolean, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerChangesetReader
 
getChangesetQuery() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
getChangesets() - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
getChangesets() - Method in class org.openstreetmap.josm.io.OsmChangesetParser
Returns the parsed changesets.
getChangeSetTags() - Method in class org.openstreetmap.josm.data.osm.DataSet
Replies the set of changeset tags to be applied when or if this is ever uploaded.
getChar() - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
getChar() - Method in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
getCharCount() - Method in class org.openstreetmap.josm.gui.widgets.ImageLabel
Returns the preferred char count.
getCheckbox() - Method in class org.openstreetmap.josm.actions.PreferenceToggleAction
 
getCheckedKeys() - Method in class org.openstreetmap.josm.data.validation.tests.UnclosedWays
Returns the set of checked OSM keys.
getChild(int) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
getChild() - Method in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
getChild(Object, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
 
getChild(Element, String) - Static method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
getChildContent(Element, String, String, String) - Static method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
getChildCount(Object) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
 
getChildPrimitives(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies the set of selected referers.
getChildren() - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
 
getChildren() - Method in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
 
getChildren() - Method in class org.openstreetmap.josm.command.DeleteCommand
 
getChildren() - Method in class org.openstreetmap.josm.command.PseudoCommand
Returns the subcommands of this command.
getChildren() - Method in class org.openstreetmap.josm.command.SequenceCommand
 
getChildren(Relation) - Method in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
getChildren() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
getChildren() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Split
Returns this Split node's children.
getChildren(Element, String) - Static method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
getChoosableFileFilters() - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Gets the list of user choosable file filters.
getChoosableFileFilters() - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
getChoosableFileFilters() - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
getChosenValue() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Replies the chosen value
getChunk(String, int, int) - Static method in class org.openstreetmap.josm.tools.AlphanumComparator
Returns an alphanum chunk.
getChunkSize() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
getChunkSize() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
getCircum() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Gets the "circum".
getClassesIds() - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
Returns the list of ids of all MapCSS classes referenced in the rule selectors.
getClipboardContent() - Static method in class org.openstreetmap.josm.tools.Utils
Extracts clipboard content as string.
getClipBounds() - Method in class org.openstreetmap.josm.gui.layer.MapViewGraphics
Gets the clip bounds for this graphics instance.
getClosedAt() - Method in class org.openstreetmap.josm.data.notes.Note
 
getClosedAt() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getClosedOn() - Method in exception org.openstreetmap.josm.io.ChangesetClosedException
Replies the date the changeset was closed
getCode() - Method in enum org.openstreetmap.josm.actions.search.SearchAction.SearchMode
Returns the unique character code of this mode.
getCode() - Method in class org.openstreetmap.josm.data.validation.TestError
Gets the code
getCode() - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
getCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
getCollection(Preferences, String, boolean) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
getCollection(String) - Method in interface org.openstreetmap.josm.data.gpx.IWithAttributes
Returns the Collection value to which the specified key is mapped, or null if this map contains no Collection mapping for the key.
getCollection(String) - Method in class org.openstreetmap.josm.data.gpx.WithAttributes
Returns the Collection value to which the specified key is mapped, or null if this map contains no Collection mapping for the key.
getCollection(String, Collection<String>) - Method in class org.openstreetmap.josm.data.Preferences
Get a list of values for a certain key
getCollection(String) - Method in class org.openstreetmap.josm.data.Preferences
Get a list of values for a certain key
getColor() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
getColor() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
getColor() - Method in class org.openstreetmap.gui.jmapviewer.Style
 
getColor(String, Color) - Method in class org.openstreetmap.josm.data.Preferences
Convenience method for accessing colour preferences.
getColor(Preferences.ColorKey) - Method in class org.openstreetmap.josm.data.Preferences
Returns the color for the given key.
getColor(String, String, Color) - Method in class org.openstreetmap.josm.data.Preferences
Convenience method for accessing colour preferences.
getColor() - Method in enum org.openstreetmap.josm.data.validation.Severity
Gets the associated color
getColor() - Static method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
Replies the color used to paint conflicts.
getColor() - Method in enum org.openstreetmap.josm.gui.history.TwoColumnDiff.Item.DiffItemType
 
getColor(String, boolean) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
Get the default color for gps tracks for specified layer
getColor(boolean) - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
getColor(boolean) - Method in class org.openstreetmap.josm.gui.layer.Layer
Return a Color for this layer.
getColor(boolean) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
getColor() - Static method in class org.openstreetmap.josm.gui.MapScaler
Returns the color of map scaler.
getColor(double) - Method in class org.openstreetmap.josm.tools.ColorScale
 
getColor(Number) - Method in class org.openstreetmap.josm.tools.ColorScale
 
getColorfulness() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulImageProcessor
Gets the colorfulness value.
getColorfulness() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Gets the colorfulness of this image.
getColorKey(String) - Static method in class org.openstreetmap.josm.data.preferences.ColorProperty
Replies the color key used in JOSM preferences for this property.
getColorMode(String) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
Read coloring mode for specified layer from preferences
getColorModel() - Method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
Returns a map with the colors in the table (key = color name without prefix, value = html color code).
getColorName() - Method in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
getColorName() - Method in interface org.openstreetmap.josm.data.Preferences.ColorKey
 
getColorName() - Method in class org.openstreetmap.josm.data.preferences.ColorProperty
 
getColorName(String) - Method in class org.openstreetmap.josm.data.Preferences
 
getColorName() - Method in enum org.openstreetmap.josm.gui.conflict.ConflictColors
 
getColors() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Reads the color definitions from preferences.
getColors() - Static method in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
getColors() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
getColors() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
 
getColors() - Static method in enum org.openstreetmap.josm.data.validation.Severity
 
getColors() - Static method in enum org.openstreetmap.josm.gui.conflict.ConflictColors
Loads all colors from preferences.
getColors() - Static method in class org.openstreetmap.josm.gui.MapStatus
Loads all colors from preferences.
getColumnClass(int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
getColumnClass(int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
getColumnClass(int) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
getColumnClass(int) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.ReadOnlyTableModel
 
getColumnClass(int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.correction.RoleCorrectionTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.correction.TagCorrectionTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.history.DiffTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor.ListSettingTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.ListTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.MapTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ScListModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParametersTableModel
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
 
getColumnCount() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
getColumnName(int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
getColumnName(int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
getColumnName(int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.MapTableModel
 
getColumnName(int) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ScListModel
 
getColumnNumber() - Method in exception org.openstreetmap.josm.tools.XmlParsingException
Returns the column number where the exception occured.
getColumnSelectionModel() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Replies the column selection model used by this tag editor model
getCombinedPolygons() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
Replies the list of combined polygons.
getCommand() - Method in class org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent
 
getCommand() - Method in class org.openstreetmap.josm.actions.SplitWayAction.SplitWayResult
Replies the command to be performed to split the way
getCommand() - Method in class org.openstreetmap.josm.gui.dialogs.CommandListMutableTreeNode
 
getCommandLineArgs() - Static method in class org.openstreetmap.josm.Main
Returns the command-line arguments used to run the application.
getCommands() - Static method in class org.openstreetmap.josm.actions.RestartAction
 
getCommands() - Method in class org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
 
getComment() - Method in class org.openstreetmap.josm.gui.io.ChangesetCommentModel
Replies the current changeset comment in this model.
getComments() - Method in class org.openstreetmap.josm.data.notes.Note
 
getCommentsCount() - Method in class org.openstreetmap.josm.data.osm.Changeset
Replies the number of comments for this changeset.
getCommentTimestamp() - Method in class org.openstreetmap.josm.data.notes.NoteComment
 
getCommonEntries() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Returns the common menu entries.
getComparePairListModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getCompletePrimitives(DataSet) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
Replies the set of ids of all complete, non-new primitives (i.e.
getComponent() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferencePanel
 
getComponent() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferenceScrollPane
 
getComponent() - Method in interface org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferenceTab
 
getComponent() - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
Replies the decorated text component
getComponentsBeforeHelp() - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
Let subclasses add custom components between the id input field and the help text
getComponentsBeforeHelp() - Method in class org.openstreetmap.josm.gui.download.DownloadObjectDialog
 
getComponentText(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
Returns the text representing an OSM primitive in a component.
getComponentToolTipText(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
Returns the text representing an OSM primitive in a tooltip.
getCompressedFileOutputStream(File) - Static method in enum org.openstreetmap.josm.io.Compression
Returns a compressing OutputStream for the File file.
getCompressedOutputStream(OutputStream) - Method in enum org.openstreetmap.josm.io.Compression
Returns a compressing OutputStream for out.
getConditions() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.AbstractSelector
Returns the list of conditions.
getConfirmationMessage(URL) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask
 
getConfirmationMessage(URL) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
getConfirmationMessage(URL) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
getConfirmationMessage(URL) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
getConfirmationMessage(URL) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
 
getConfirmationMessage(URL) - Method in interface org.openstreetmap.josm.actions.downloadtasks.DownloadTask
Replies the HTML-formatted confirmation message to be shown to user when the given URL needs to be confirmed before loading.
getConflictForMy(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies the conflict for the OsmPrimitive my, null if no such conflict exists.
getConflictForTheir(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies the conflict for the OsmPrimitive their, null if no such conflict exists.
getConflictResolver() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
Replies the conflict resolver component.
getConflicts() - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
replies the map of conflicts
getConflicts() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
replies the conflict collection currently held by this dialog; may be null
getConflicts() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Replies the set of conflicts currently managed in this layer.
getConnectedWayEndNodesNearOtherWay() - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
getConnectionColor() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for multiply connected nodes
getConnectionNodeSize() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns the size of multiply connected nodes
getConnectionType() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
getConsumerKey() - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Gets the consumer key.
getConsumerSecret() - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Gets the consumer secret.
getContent() - Method in class org.openstreetmap.josm.data.cache.CacheEntry
 
getContent() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpResponse
 
getContent() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getContent() - Method in class org.openstreetmap.josm.gui.Notification
 
getContent(Element) - Static method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
getContent() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
getContent() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns an input stream that reads from this HTTP connection, or, error stream if the connection failed but the server sent useful data.
getContentEncoding() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns the Content-Encoding header.
getContentLength() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns the Content-Length header.
getContentReader() - Method in class org.openstreetmap.josm.io.CachedFile
Returns CachedFile.getInputStream() wrapped in a buffered reader.
getContentReader() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns HttpClient.Response.getContent() wrapped in a buffered reader.
getContentType() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
getContentType() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
getContentType() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns the Content-Type header.
getContext() - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Replies the current context.
getContextSpecificHelpTopic(Object) - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Replies the context specific help topic configured for context.
getContinueButtonIndex() - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
Allows subclasses to specify a different continue button index.
getCookies() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Request cookies to be sent together with request
getCookies() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Return the data part of HTTP cookies header in case the service requires cookies to work
getCoor() - Method in class org.openstreetmap.josm.data.gpx.WayPoint
 
getCoor() - Method in interface org.openstreetmap.josm.data.osm.INode
Returns lat/lon coordinates of this node.
getCoor() - Method in class org.openstreetmap.josm.data.osm.Node
 
getCoor() - Method in class org.openstreetmap.josm.data.osm.NodeData
 
getCoor() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Returns the marker's coordinates.
getCoorArray(JsonArrayBuilder, LatLon) - Method in class org.openstreetmap.josm.io.GeoJSONWriter
 
getCoorArray(JsonArrayBuilder, EastNorth) - Static method in class org.openstreetmap.josm.io.GeoJSONWriter
 
getCoordinate() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapMarker
 
getCoordinate() - Method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
getCoordinates() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
getCoordinates() - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.Updater
 
getCoords() - Method in class org.openstreetmap.josm.data.osm.history.HistoryNode
Replies the coordinates.
getCopyKeyStroke() - Static method in class org.openstreetmap.josm.tools.Shortcut
Replies the platform specific key stroke for the 'Copy' command, i.e.
getCopyString(Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.CopyAction
 
getCornerAngle(EastNorth, EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.tools.Geometry
Returns angle of a corner defined with 3 point coordinates.
getCornerBounds() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewRectangle
Gets a rough estimate of the bounds by assuming lat/lon are parallel to x/y.
getCorrectionColumnName(int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
Returns the column name for columns other than "Apply".
getCorrectionColumnName(int) - Method in class org.openstreetmap.josm.gui.correction.RoleCorrectionTableModel
 
getCorrectionColumnName(int) - Method in class org.openstreetmap.josm.gui.correction.TagCorrectionTableModel
 
getCorrections() - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
Returns the list of corrections.
getCorrectionTableModel() - Method in class org.openstreetmap.josm.gui.correction.CorrectionTable
Returns correction table model.
getCorrectionValueAt(int, int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
Returns the correction value at given position.
getCorrectionValueAt(int, int) - Method in class org.openstreetmap.josm.gui.correction.RoleCorrectionTableModel
 
getCorrectionValueAt(int, int) - Method in class org.openstreetmap.josm.gui.correction.TagCorrectionTableModel
 
getCountryCode() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the ISO 3166-1-alpha-2 country code.
getCreatedAt() - Method in class org.openstreetmap.josm.data.notes.Note
 
getCreatedAt() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getCredentials(Authenticator.RequestorType, String, boolean) - Method in class org.openstreetmap.josm.io.auth.AbstractCredentialsAgent
 
getCredentials(Authenticator.RequestorType, String, boolean) - Method in interface org.openstreetmap.josm.io.auth.CredentialsAgent
Returns the credentials needed to to access host.
getCredentials(Authenticator.RequestorType, String, boolean) - Method in class org.openstreetmap.josm.io.auth.CredentialsManager
 
getCredentialsAgent() - Method in interface org.openstreetmap.josm.io.auth.CredentialsManager.CredentialsAgentFactory
 
getCredentialsAgentClass() - Method in class org.openstreetmap.josm.io.auth.CredentialsManager
Returns type of credentials agent backing this credentials manager.
getCurrentAccessibleValue() - Method in class org.openstreetmap.josm.gui.MapScaler.AccessibleMapScaler
 
getCurrentAuthorisationUI() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
getCurrentBaseNode() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Replies the current base node, after having checked it is still usable (see #11105).
getCurrentChangeset() - Method in interface org.openstreetmap.josm.gui.dialogs.changeset.ChangesetAware
Returns the current changeset.
getCurrentChangeset() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
getCurrentChangeset() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
getCurrentChangesetList() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
getCurrentChangesetListModel() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.GaussKruegerProjectionChoice
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.PuwgProjectionChoice
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
getCurrentCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
getCurrentCursor() - Method in class org.openstreetmap.josm.gui.util.CursorManager
 
getCurrentDataSet() - Static method in class org.openstreetmap.josm.actions.JosmAction
Deprecated.
Use JosmAction.getLayerManager().getEditDataSet() instead. To be removed in end of 2016.
getCurrentDataSet() - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Use MapView.getLayerManager().getEditDataSet() instead.
getCurrentDataSet() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Deprecated.
Use Main.getLayerManager().getEditDataSet() instead.
getCurrentDataSet() - Method in class org.openstreetmap.josm.Main
Deprecated.
You can get the data set using the layer manager: Main.getLayerManager()
getCurrentDirectory() - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Returns the current directory.
getCurrentDirectory() - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
getCurrentDirectory() - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
getCurrentFeedback() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel.ChangetQueryUrlValidator
 
getCurrentImage() - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
Returns the currently displayed image.
getCurrentLayer() - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
Returns the layer associated with the image.
getCurrentPointInTime() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Replies the history OSM primitive for the PointInTimeType.CURRENT_POINT_IN_TIME
getCurrentPosition() - Method in class org.openstreetmap.josm.io.OsmHistoryReader.Parser
 
getCurrentSortMethod() - Method in class org.openstreetmap.josm.data.osm.NoteData
 
getCurrentUser() - Static method in class org.openstreetmap.josm.data.osm.NoteData
 
getCurrentUser() - Static method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.HistoryPrimitiveBuilder
 
getCursor(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
works out which cursor should be displayed for most of SelectAction's features.
getCursor(String, String) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Load a cursor with a given file name, optionally decorated with an overlay image.
getCursorManager() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Gets the cursor manager that is used for this NavigatableComponent.
getCustomDataFlavor() - Method in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
Returns the custom DataFlavor associated with the encapsulated object or null if the FileDrop.TransferableObject.Fetcher constructor was used without passing a Class.
getCustomizedStroke(String) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Return s new BasicStroke object with given thickness and style
getCustomUrls(SourceEditor.SourcePrefHelper) - Static method in class org.openstreetmap.josm.actions.ShowStatusReportAction
 
getCutKeyStroke() - Static method in class org.openstreetmap.josm.tools.Shortcut
Replies the platform specific key stroke for the 'Cut' command, i.e.
getCyclicUploadDependency() - Method in exception org.openstreetmap.josm.actions.upload.CyclicUploadDependencyException
 
getData() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodePanel
 
getData() - Method in class org.openstreetmap.josm.actions.UpdateModifiedAction
 
getData() - Method in class org.openstreetmap.josm.actions.UpdateSelectionAction
Returns the data on which this action operates.
getData(String) - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
getData() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractListEditor
Returns the list of values.
getData() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor
 
getData() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor.ListSettingTableModel
 
getData() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor
 
getData() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor
 
getData() - Method in class org.openstreetmap.josm.gui.preferences.advanced.StringEditor
Returns the data.
getData() - Method in class org.openstreetmap.josm.io.CacheCustomContent
Returns the data without performing any updates
getDataClass() - Method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
getDataKey(int) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Finds the key from given row of tag editor.
getDataKeys() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
replies the keys held by the cache
getDataset() - Method in class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent
 
getDataSet() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
getDataSet() - Method in class org.openstreetmap.josm.io.AbstractReader
Replies the parsed data set
getDataSourceArea() - Method in interface org.openstreetmap.josm.data.Data
Returns the total area of downloaded data (the "yellow rectangles").
getDataSourceArea(Collection<DataSource>) - Static method in class org.openstreetmap.josm.data.DataSource
Returns the total area of downloaded data (the "yellow rectangles").
getDataSourceArea() - Method in class org.openstreetmap.josm.data.gpx.GpxData
 
getDataSourceArea() - Method in class org.openstreetmap.josm.data.osm.DataSet
 
getDataSourceBoundingBox() - Method in class org.openstreetmap.josm.data.osm.DataSet
 
getDataSourceBounds() - Method in interface org.openstreetmap.josm.data.Data
Replies the list of data source bounds.
getDataSourceBounds(Collection<DataSource>) - Static method in class org.openstreetmap.josm.data.DataSource
Replies the list of data source bounds.
getDataSourceBounds() - Method in class org.openstreetmap.josm.data.gpx.GpxData
 
getDataSourceBounds() - Method in class org.openstreetmap.josm.data.osm.DataSet
 
getDataSources() - Method in interface org.openstreetmap.josm.data.Data
Returns the collection of data sources.
getDataSources() - Method in class org.openstreetmap.josm.data.gpx.GpxData
 
getDataSources() - Method in class org.openstreetmap.josm.data.osm.DataSet
 
getDataString() - Method in class org.openstreetmap.josm.io.CacheCustomContent
Returns the data without performing any updates
getDataValues(int) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Finds the values from given row of tag editor.
getDataValues(String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
replies the auto completion values allowed for a specific key.
getDate() - Method in class org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
Replies date this comment was posted at.
getDate() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.DateValidator
 
getDate() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeValidator
 
getDate() - Method in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
getDateFormat(int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Returns the date format to be used for current user, based on user preferences.
getDateTimeFormat(int, int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Returns the date/time format to be used for current user, based on user preferences.
getDatum() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
getDatum(String) - Static method in class org.openstreetmap.josm.data.projection.Projections
Get a geodetic datum by id.
getDayOffset() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
getDecision() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
getDecision(int) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Replies the decision at position row
getDecision(Relation, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
getDecision(int) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
Returns the conflict resolution decision at the given row.
getDecisionType() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Replies the type of the resolution
getDefault() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintPrefHelper
 
getDefault() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintSourceEditor
 
getDefault() - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.PresetPrefHelper
 
getDefault() - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.TaggingPresetSourceEditor
 
getDefault() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Get the default list of entries (used when resetting the list).
getDefault() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourcePrefHelper
Returns the default sources provided by JOSM core.
getDefault() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.RulePrefHelper
 
getDefault() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor
 
getDefaultButtonAction() - Method in class org.openstreetmap.josm.gui.MapFrame
 
getDefaultCacheDirectory() - Method in interface org.openstreetmap.josm.tools.PlatformHook
Returns the platform-dependent default cache directory.
getDefaultCacheDirectory() - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
getDefaultCacheDirectory() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
getDefaultCacheDirectory() - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
getDefaultColor(String) - Method in class org.openstreetmap.josm.data.Preferences
 
getDefaultDetachedSize() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Returns the default size of the detached dialog.
getDefaultExportExtensionFileFilter(String) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Replies the default ExtensionFileFilter for a given extension
getDefaultExtension() - Method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Replies the default file extension of this file filter.
getDefaultFont() - Static method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
getDefaultFontName() - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
getDefaultFontSize() - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
getDefaultFormat() - Static method in enum org.openstreetmap.josm.data.coor.CoordinateFormat
Replies the default coordinate format to be use
getDefaultGraphics() - Method in class org.openstreetmap.josm.gui.layer.MapViewGraphics
Gets the Graphics2D you should use to paint on this graphics object.
getDefaultIconProvider() - Static method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Image provider for default icon.
getDefaultImportExtensionFileFilter(String) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Replies the default ExtensionFileFilter for a given extension
getDefaultLabel() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.StaticLabelCompositionStrategy
 
getDefaultLabelPattern() - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
getDefaultLabelTag() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.TagLookupCompositionStrategy
 
getDefaultLayerPosition() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
getDefaultLayerPosition() - Method in class org.openstreetmap.josm.gui.layer.Layer
Gets the strategy that specifies where this layer should be inserted in a layer list.
getDefaultLayerPosition() - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
getDefaultLayers() - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
getDefaultMatch() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Check
 
getDefaultMatch() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
getDefaultMatch() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Key
 
getDefaultMatch() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
Returns the default match.
getDefaultMatch() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Text
 
getDefaultMenuPos() - Method in class org.openstreetmap.josm.gui.MainMenu
 
getDefaultPrefDirectory() - Method in interface org.openstreetmap.josm.tools.PlatformHook
Returns the platform-dependent default preferences directory.
getDefaultPrefDirectory() - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
getDefaultPrefDirectory() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
getDefaultPrefDirectory() - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
getDefaultsCacheFile() - Method in class org.openstreetmap.josm.data.Preferences
Returns the cache file for default preferences.
getDefaultSegmentWidth() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns default width for ways segments
getDefaultSources() - Static method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
Returns the default list of sources.
getDefaultStyle() - Static method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
getDefaultStyle() - Static method in class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
getDefaultStyle() - Static method in class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
getDefaultStyle() - Static method in class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
getDefaultStyle() - Method in interface org.openstreetmap.josm.tools.PlatformHook
Returns the default LAF to be used on this platform to look almost as a native application.
getDefaultStyle() - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
getDefaultStyle() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
getDefaultStyle() - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
getDefaultTileSize() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
getDefaultTileSize() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getDefaultTileSize() - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getDefaultUserDataDirectory() - Method in interface org.openstreetmap.josm.tools.PlatformHook
Returns the platform-dependent default user data directory.
getDefaultUserDataDirectory() - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
getDefaultUserDataDirectory() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
getDefaultValue() - Method in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
getDefaultValue() - Method in class org.openstreetmap.josm.data.preferences.AbstractProperty
Replies the default value of this property.
getDefaultValue() - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
getDefaultValue() - Method in interface org.openstreetmap.josm.data.Preferences.ColorKey
 
getDefaultValue() - Method in enum org.openstreetmap.josm.gui.conflict.ConflictColors
 
getDefaultValue() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
Returns the preference default value.
getDefaultValueAsString() - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
getDefaultValueAsString() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
getDefaultZoomInPPD() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
getDefaultZoomInPPD() - Method in interface org.openstreetmap.josm.data.projection.Projection
The default scale factor in east/north units per pixel (NavigatableComponent.getState())).
getDefensiveDate(Date) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
getDefinedActions() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
getDegreesPerTile(int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getDelChar() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
getDeleteAction() - Method in class org.openstreetmap.josm.gui.tagging.TagTable
Returns the delete action.
getDeletedPrimitives(DataSet) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction
 
getDeleteParameters(MouseEvent, int) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
getDependencies() - Method in class org.openstreetmap.josm.io.session.AbstractSessionExporter
 
getDependencies() - Method in class org.openstreetmap.josm.io.session.GeoImageSessionExporter
 
getDependencies() - Method in class org.openstreetmap.josm.io.session.MarkerSessionExporter
 
getDependencies() - Method in interface org.openstreetmap.josm.io.session.SessionLayerExporter
Return the Layers, this Layer depends on.
getDeprecatedAndUnmaintainedPlugins() - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Returns the set of deprecated and unmaintained plugins.
getDescription() - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
getDescription() - Method in class org.openstreetmap.josm.actions.ExtensionFileFilter
 
getDescription() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the description text when existing.
getDescription() - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
getDescription() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.Descriptor
 
getDescription() - Method in class org.openstreetmap.josm.data.validation.TestError
Gets the error message
getDescription(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
Constructs a (localized) description for this deprecation check.
getDescription() - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
getDescription() - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
getDescription() - Method in interface org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
Called during preferences tab initialization to display a description in one sentence for this tab.
getDescription() - Method in class org.openstreetmap.josm.gui.util.FileFilterAllFiles
 
getDescription() - Method in class org.openstreetmap.josm.tools.MultikeyShortcutAction.MultikeyInfo
 
getDescriptionAsHtml() - Method in class org.openstreetmap.josm.plugins.PluginInformation
Replies the description as HTML document, including a link to a web page with more information, provided such a link is available.
getDescriptionForMatchingSelector(OsmPrimitive, Selector) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
Constructs a (localized) description for this deprecation check where any placeholders are replaced by values of the matched selector.
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.AddCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.ChangeCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.ChangeNodesCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.conflict.ConflictAddCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.conflict.CoordinateConflictResolveCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.conflict.ModifiedConflictResolveCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.conflict.VersionConflictResolveCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.conflict.WayNodesConflictResolverCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.DeleteCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.MoveCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.PseudoCommand
Provides a descriptive icon of this command.
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.PurgeCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.RemoveNodesCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.SequenceCommand
 
getDescriptionIcon() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
 
getDescriptionOrig() - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.AddCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.ChangeCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.ChangeNodesCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.conflict.ConflictAddCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.conflict.CoordinateConflictResolveCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.conflict.ModifiedConflictResolveCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.conflict.VersionConflictResolveCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.conflict.WayNodesConflictResolverCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.DeleteCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.MoveCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.PseudoCommand
Provides a description text representing this command.
getDescriptionText() - Method in class org.openstreetmap.josm.command.PurgeCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.RemoveNodesCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.RotateCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.ScaleCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.SelectCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.SequenceCommand
 
getDescriptionText() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
 
getDestDir() - Method in class org.openstreetmap.josm.io.CachedFile
 
getDetails() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Returns textual details about the sub grid.
getDialog() - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
getDialogReturnValue(String) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
Returns the preference value for the preference key "message." + prefKey + ".value".
getDimensionDpiAdjusted(Dimension) - Static method in class org.openstreetmap.josm.gui.util.GuiSizesHelper
Returns a resolution adapted Dimension
getDirectionalTags(Tagged) - Static method in class org.openstreetmap.josm.corrector.ReverseWayNoTagCorrector
Replies the tags that imply a semantic meaning from way direction and cannot be changed.
getDirectlyAdded() - Method in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
getDirectlyAppliedTags() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Returns the tags being directly applied (without UI element) by Key items
getDirectoryByAbbr(String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
 
getDisabled() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
getDisabledExportPanel(Layer) - Method in class org.openstreetmap.josm.actions.SessionSaveAsAction.SessionSaveAsDialog
 
getDisabledIcon(ImageIcon) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Replies the disabled (grayed) version of the specified icon.
getDisabledImage(Image) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Replies the disabled (grayed) version of the specified image.
getDisabledType() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Get binary property used internally by the filter mechanism.
getDiscardableKeys() - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Returns a list of keys which have been deemed uninteresting to the point that they can be silently removed from data which is being edited.
getDiscussion() - Method in class org.openstreetmap.josm.data.osm.Changeset
Replies the list of comments in the changeset discussion, if any.
getDiskCacheAttributes(int, String, String) - Static method in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
getDiskCacheSize() - Method in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
getDisplayedPlugins() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies the list of plugin informations to display.
getDisplayIcon() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
getDisplayIfNull() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Combo
 
getDisplayIfNull() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
getDisplayMessage() - Method in exception org.openstreetmap.josm.io.OsmApiException
Replies a message suitable to be displayed in a message dialog
getDisplayName() - Method in enum org.openstreetmap.josm.data.coor.CoordinateFormat
Replies the display name of the format
getDisplayName(NameFormatter) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getDisplayName(HistoryNameFormatter) - Method in class org.openstreetmap.josm.data.osm.history.HistoryNode
 
getDisplayName(HistoryNameFormatter) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Replies the display name of a primitive formatted by formatter
getDisplayName(HistoryNameFormatter) - Method in class org.openstreetmap.josm.data.osm.history.HistoryRelation
 
getDisplayName(HistoryNameFormatter) - Method in class org.openstreetmap.josm.data.osm.history.HistoryWay
 
getDisplayName(NameFormatter) - Method in class org.openstreetmap.josm.data.osm.Node
 
getDisplayName(NameFormatter) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies the display name of a primitive formatted by formatter
getDisplayName(NameFormatter) - Method in class org.openstreetmap.josm.data.osm.Relation
 
getDisplayName() - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
getDisplayName() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.Descriptor
 
getDisplayName(NameFormatter) - Method in class org.openstreetmap.josm.data.osm.Way
 
getDisplayName() - Method in enum org.openstreetmap.josm.gui.conflict.pair.ComparePairType
replies the display name
getDisplayName() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
 
getDisplayName() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
getDisplayName(Locale) - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies the display string used by JOSM for a given locale.
getDisplayPreference() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Returns the DisplayPreference object.
getDisplayString() - Method in class org.openstreetmap.josm.gui.preferences.SourceEntry
String to show in menus and error messages.
getDisplayTooltip() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
getDisplayType() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getDisplayType() - Method in class org.openstreetmap.josm.data.osm.Relation
 
getDisplayType() - Method in class org.openstreetmap.josm.data.osm.RelationMember
 
getDisplayType() - Method in class org.openstreetmap.josm.data.osm.Way
 
getDisplayValue(boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Returns the value to display.
getDisplayValues() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
Returns the values to display.
getDist100Pixel() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Get the distance in meter that correspond to 100 px on screen.
getDist100Pixel(boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Get the distance in meter that correspond to 100 px on screen.
getDist100PixelText() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Returns the text describing the distance in meter that correspond to 100 px on screen.
getDistance(double, double, double, double) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
Gets the distance using Spherical law of cosines.
getDistance(int, int, int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
Transform pixelspace to coordinates and get the distance.
getDistance(double, double, double, double) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
Gets the distance using Spherical law of cosines.
getDistance(double, double, double, double) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
getDistance(double, double, double, double) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getDistance() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
Gets the maximum distance in meters
getDistText(double) - Method in class org.openstreetmap.josm.data.SystemOfMeasurement
Returns the text describing the given distance in this system of measurement.
getDistText(double, NumberFormat, double) - Method in class org.openstreetmap.josm.data.SystemOfMeasurement
Returns the text describing the given distance in this system of measurement.
getDistText(double) - Static method in class org.openstreetmap.josm.gui.NavigatableComponent
Returns the text describing the given distance in the current system of measurement.
getDistText(double, NumberFormat, double) - Static method in class org.openstreetmap.josm.gui.NavigatableComponent
Returns the text describing the given distance in the current system of measurement.
getDividerPainter() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
The DividerPainter that's used to paint Dividers on this MultiSplitPane.
getDividerSize() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Returns the width of Dividers in Split rows, and the height of Dividers in Split columns.
getDocument() - Method in class org.openstreetmap.josm.io.OsmChangeBuilder
Returns XML document.
getDouble(String, double) - Method in class org.openstreetmap.josm.data.Preferences
 
getDouble(byte[], boolean) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2Util
Get a double from the first 8 bytes of a byte array, in either Big Endian or Little Endian format.
getDouble(String, String) - Method in class org.openstreetmap.josm.io.Capabilities
Returns the value of configuration item in the capabilities as double value.
getDownloadArea() - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
Replies the download area.
getDownloadArea() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
getDownloadedData() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
Replies the downloaded data.
getDownloadedId() - Method in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
Return id of really downloaded primitives.
getDownloadedPlugins() - Method in class org.openstreetmap.josm.plugins.PluginDownloadTask
Replies the list of successfully downloaded plugins.
getDownloadedPrimitives() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
Replies the set of primitive ids which have been downloaded by this task list
getDownloadExecutor() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
getDuration() - Method in class org.openstreetmap.josm.gui.Notification
 
getDurationString(long) - Static method in class org.openstreetmap.josm.tools.Utils
Returns a simple human readable (hours, minutes, seconds) string for a given duration in milliseconds.
getDx() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
getDy() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
getEarliest() - Method in class org.openstreetmap.josm.data.osm.history.History
Replies the earliest entry of this history.
getEastNorth() - Method in class org.openstreetmap.josm.command.Command.OldNodeState
Returns old east/north.
getEastNorth() - Method in class org.openstreetmap.josm.data.coor.CachedLatLon
Replies the projected east/north coordinates.
getEastNorth() - Method in class org.openstreetmap.josm.data.gpx.WayPoint
Replies the projected east/north coordinates.
getEastNorth() - Method in interface org.openstreetmap.josm.data.osm.INode
Returns east/north coordinates of this node.
getEastNorth() - Method in class org.openstreetmap.josm.data.osm.Node
Replies the projected east/north coordinates.
getEastNorth() - Method in class org.openstreetmap.josm.data.osm.NodeData
 
getEastNorth() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Returns the marker's projected coordinates.
getEastNorth() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewEastNorthPoint
 
getEastNorth() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
Gets the EastNorth coordinate of this point.
getEastNorth(int, int) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getEastNorthCoordinates() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
getEastNorthText() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
getEditDataSet() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Gets the data set of the active edit layer.
getEditLayer() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
getEditLayer() - Static method in class org.openstreetmap.josm.actions.JosmAction
Deprecated.
Use JosmAction.getLayerManager().getEditLayer() instead. To be removed in end of 2016.
getEditLayer() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Replies the current edit layer, if any
getEditLayer() - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Use !Main.getLayerManager().getEditLayer() instead. To be made private: end of 2016.
getEditLayer() - Method in class org.openstreetmap.josm.Main
Deprecated.
You can get the edit layer using the layer manager: Main.getLayerManager()
getEditor() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberRoleCellEditor
Returns the edit field for this cell editor.
getEditor(OsmDataLayer, Relation, Collection<RelationMember>) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
This is a factory method that creates an appropriate RelationEditor instance suitable for editing the relation that was passed in as an argument.
getEditor() - Method in class org.openstreetmap.josm.gui.tagging.TagCellEditor
 
getEditorComponent() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
getEditorComponent() - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox
Returns the editor component
getEditorForRelation(OsmDataLayer, Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
Replies the editor for the relation managed by layer.
getEditorPane() - Method in class org.openstreetmap.josm.gui.widgets.HtmlPanel
Replies the editor pane used internally to render the HTML text.
getEditTagDialog(int, boolean, String) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.ComparePairListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteTableModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel.PrimitiveListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.EntryListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.EntryListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.LanguageComboBoxModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel.ProjectionCodeListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.AvailableSourcesListModel
 
getElementAt(int) - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel.ResultListModel
 
getElementByTagName(Element, String) - Static method in class org.openstreetmap.josm.io.session.SessionReader
 
getElementCount() - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
 
getElements() - Method in class org.openstreetmap.gui.jmapviewer.Layer
 
getElevation(WayPoint) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
getElevation() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Returns the elevation value.
getEllipsoid() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
getEllipsoid() - Method in class org.openstreetmap.josm.data.projection.datum.AbstractDatum
 
getEllipsoid() - Method in interface org.openstreetmap.josm.data.projection.datum.Datum
 
getEllipsoid(String) - Static method in class org.openstreetmap.josm.data.projection.Projections
Get an ellipsoid by id.
getEmpty(ImageProvider.ImageSizes) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Load an empty image with a given size.
getEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.ReloadAction
 
getEnabledTests(boolean) - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
 
getEnd() - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer.Range
 
getEntries() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
getEntries() - Method in class org.openstreetmap.josm.tools.template_engine.Condition
 
getEntryInIndex(String) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
 
getEpsgCode() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
getEpsgCode() - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
getErrorBody() - Method in exception org.openstreetmap.josm.io.OsmApiException
Replies the error body.
getErrorForPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
Constructs a TestError for the given primitive, or returns null if the primitive does not give rise to an error.
getErrorForPrimitive(OsmPrimitive, Selector, Environment) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
getErrorHeader() - Method in exception org.openstreetmap.josm.io.OsmApiException
Replies the error header.
getErrorMessage() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
getErrorMessage() - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
getErrorMessage() - Method in class org.openstreetmap.josm.data.validation.routines.AbstractValidator
Replies the error message.
getErrorMessage(String, Object) - Static method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
Translates and shortens the error/warning message.
getErrorMessage(Throwable) - Static method in class org.openstreetmap.josm.Main
Returns a human-readable message of error, also usable for developers.
getErrorMessage() - Method in class org.openstreetmap.josm.tools.bugreport.BugReportSender
Returns the error message that could have occured during bug sending.
getErrorMessages() - Method in class org.openstreetmap.josm.io.DefaultProxySelector
Returns the set of current proxy error messages.
getErrorObjects() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
getErrorObjects() - Method in interface org.openstreetmap.josm.actions.downloadtasks.DownloadTask
Replies the error objects of the task.
getErrorResources() - Method in class org.openstreetmap.josm.io.DefaultProxySelector
Returns the set of current proxy resources that failed to be retrieved.
getErrors() - Method in class org.openstreetmap.josm.data.validation.Test
Gets the validation errors accumulated until this moment.
getErrors() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Returns the errors of the tree
getErrors() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Replies the collection of errors that occured with this style.
getErrorsForPrimitive(OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
Obtains all TestErrors for the OsmPrimitive p.
getErrorsForPrimitive(OsmPrimitive, boolean, Collection<Set<MapCSSTagChecker.TagCheck>>) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
 
getEtag() - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
getEulaAcceptanceRequired() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the EULA acceptance URL, if any.
getEvents() - Method in class org.openstreetmap.josm.data.osm.event.DataChangedEvent
 
getExifCoor() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
getExifGpsTime() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Returns the EXIF GPS time.
getExifImgDir() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
getExifOrientation() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Returns EXIF orientation
getExifTime() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Returns EXIF time
getExpiration() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns the Expire header.
getExpirationTime() - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
getExporters() - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Returns the list of file exporters.
getExportExtensionFileFilters() - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Replies an ordered list of enabled ExtensionFileFilters for exporting.
getExportPanel() - Method in class org.openstreetmap.josm.io.session.GenericSessionExporter
 
getExportPanel() - Method in class org.openstreetmap.josm.io.session.GeoImageSessionExporter
 
getExportPanel() - Method in class org.openstreetmap.josm.io.session.ImagerySessionExporter
 
getExportPanel() - Method in class org.openstreetmap.josm.io.session.MarkerSessionExporter
 
getExportPanel() - Method in interface org.openstreetmap.josm.io.session.SessionLayerExporter
The GUI for exporting this layer.
getExtendedUrl() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the extended URL, containing in addition of service URL, its type and min/max zoom info.
getExtension() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getExtension() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
 
getExtensions() - Method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Replies the comma-separated list of file extensions of this file filter.
getFadeColor() - Static method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
getFadeColorWithAlpha() - Static method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
getFailedPlugins() - Method in class org.openstreetmap.josm.plugins.PluginDownloadTask
Replies the list of plugins whose download has failed.
getFalseEasting() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
getFalseNorthing() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
getField(String) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Entry
 
getFile(Layer) - Method in class org.openstreetmap.josm.actions.SaveAction
 
getFile(Layer) - Method in class org.openstreetmap.josm.actions.SaveActionBase
 
getFile(Layer) - Method in class org.openstreetmap.josm.actions.SaveAsAction
 
getFile() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies the file this layer should be saved to, if SaveLayerInfo.isDoSaveToFile() is true
getFile() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Returns associated file.
getFile() - Method in class org.openstreetmap.josm.io.CachedFile
Get local file for the requested resource.
getFile(String) - Method in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
Return a File for a URI from a .jos/.joz file.
getFileChooser() - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Replies the AbstractFileChooser that has been previously created.
getFileFilter() - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Returns the currently selected file filter.
getFileFilter() - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
getFileFilter() - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
getFileFilter() - Static method in class org.openstreetmap.josm.io.GpxImporter
Returns a GPX file filter (*.gpx and *.gpx.gz files).
getFileForSave() - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Opens the file chooser dialog, then checks if filename has the given extension.
getFileName(String, int) - Static method in class org.openstreetmap.josm.data.AutosaveTask
 
getFileNamePart() - Method in class org.openstreetmap.josm.gui.preferences.SourceEntry
Extracts file part from url, e.g.: http://www.test.com/file.xml?format=text --> file.xml
getFilter(int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
getFilter() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Returns the filter list
getFilter() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
 
getFilteredItem(int) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
replies the idx-th item from the list of filtered items
getFilteredList(Collection<OsmPrimitive>, Class<T>) - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies the sub-collection of OsmPrimitives of type type present in another collection of OsmPrimitives.
getFilteredList(Collection<T>, OsmPrimitiveType) - Static method in class org.openstreetmap.josm.data.osm.PrimitiveData
 
getFilteredSet(Collection<OsmPrimitive>, Class<T>) - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies the sub-collection of OsmPrimitives of type type present in another collection of OsmPrimitives.
getFilteredSize() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
replies the number of filtered items
getFilterModel() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
This method is intendet for Plugins getting the filtermodel and using .addFilter() to add a new filter.
getFilters() - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
Returns the list of filters.
getFirst() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.Usage
 
getFirstChange() - Method in class org.openstreetmap.josm.gui.history.DiffTableModel
 
getFirstComment() - Method in class org.openstreetmap.josm.data.notes.Note
Returns the comment that was submitted by the user when creating the note
getFirstDataLayer() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
getFirstElement() - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
 
getFirstLayer() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Replies the first layer.
getFirstNode() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
Returns the first node.
getFirstNode() - Method in class org.openstreetmap.josm.data.osm.WaySegment
Returns the first node of the way segment.
getFirstSelectedLayer() - Method in class org.openstreetmap.josm.actions.AutoScaleAction
Replies the first selected layer in the layer list dialog.
getFirstUndecided(int) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
getFix() - Method in class org.openstreetmap.josm.data.validation.FixableTestError
 
getFix() - Method in class org.openstreetmap.josm.data.validation.TestError
Fixes the error with the appropriate command
getFlagsAsString() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getFlagsAsString() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
getFloat(byte[], boolean) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2Util
Get a float from the first 4 bytes of a byte array, in either Big Endian or Little Endian format.
getFloatingDividers() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
getFont() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
getFont() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
getFont() - Method in class org.openstreetmap.gui.jmapviewer.Style
 
getFont(Cascade, String) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
getFontRule(Font) - Static method in class org.openstreetmap.josm.gui.widgets.JosmEditorPane
 
getForegroundColor(Color) - Static method in class org.openstreetmap.josm.tools.ColorHelper
Determines the correct foreground color (black or white) to use for the given background, so the text will be readable.
getFormats() - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
Returns the list of supported formats.
getForView(double, double) - Method in class org.openstreetmap.josm.gui.MapViewState
Gets the MapViewPoint representation for a position in view coordinates.
getFrameForComponent(Component) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Returns the specified component's Frame without throwing exception in headless mode.
getFreeParsedTags() - Method in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
Read tags from "Free format"
getFromEllipsoid() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
getFromPreferences() - Static method in enum org.openstreetmap.josm.gui.io.UploadStrategy
Replies the upload strategy currently configured in the preferences.
getFullAgentString() - Method in class org.openstreetmap.josm.data.Version
Returns the full User-Agent string
getFullScreenInfo() - Static method in class org.openstreetmap.josm.tools.WindowGeometry
Find the size of the full virtual screen.
getGamma() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.GammaImageProcessor
Returns the currently set gamma value.
getGamma() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Returns the currently set gamma value.
getGenericColor() - Static method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
Reads generic color from preferences (usually gray)
getGenericColor() - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
getGettingStarted() - Method in class org.openstreetmap.josm.gui.MainPanel
Gets the GettingStarted panel.
getGlyphVectorsBidi(String, Font, FontRenderContext) - Static method in class org.openstreetmap.josm.tools.Utils
Convert a string to a list of GlyphVectors.
getGpsTime() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Returns the GPS time value.
getGpxData() - Method in class org.openstreetmap.josm.io.GpxReader
Replies the GPX data.
getGpxLayer() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Returns the associated GPX layer.
getGpxLayer() - Method in class org.openstreetmap.josm.io.GpxImporter.GpxImporterData
Returns the imported GPX layer.
getGroupModifier(int) - Static method in class org.openstreetmap.josm.tools.Shortcut
 
getGZipInputStream(InputStream) - Static method in class org.openstreetmap.josm.tools.Utils
Returns a Gzip input stream wrapping given input stream.
getHandlerInfoAsJSON(String) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
 
getHandlersInfoAsJSON() - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
 
getHashCode(K) - Method in interface org.openstreetmap.josm.data.osm.Hash
Get hashcode for given instance, based on some inner state of the instance.
getHashCode(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.Storage.PrimitiveIdHash
 
getHashCode(Object) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode.NodeHash
 
getHeader(String) - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
getHeaderField(String) - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns the value of the named header field.
getHeaderFields() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns an unmodifiable Map mapping header keys to a List of header values.
getHeaders() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TemplatedTileSource
 
getHeaders() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
getHeaders() - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getHeaders() - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getHeaders(T) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getHeaders(TemplatedWMSTileSource) - Method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
getHeadNode() - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Walking through JoinAreasAction.WayInPolygon segments, head node is the current position
getHeight() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
getHelpAction() - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Replies the global help action, if available.
getHelpTopic() - Method in class org.openstreetmap.josm.gui.Notification
 
getHelpTopicEditUrl(String) - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Replies the URL to the edit page for the absolute help topic.
getHelpTopicPrefix(LanguageInfo.LocaleType) - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Replies the help topic prefix for the given locale.
getHelpTopicUrl(String) - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Replies the URL on the wiki for an absolute help topic.
getHiddenType() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Get binary property used internally by the filter mechanism.
getHighlightColor() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for hightlighted objects
getHighlightColor(Color) - Static method in class org.openstreetmap.josm.data.validation.PaintVisitor
Gets the color to draw highlight markers with.
getHighlighted() - Method in class org.openstreetmap.josm.data.validation.TestError
Returns The primitives or way segments to be highlighted
getHighlightedVirtualNodes() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns an unmodifiable collection of *WaySegments* whose virtual nodes should be highlighted.
getHighlightedWaySegments() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns an unmodifiable collection of WaySegments that should be highlighted.
getHighlightUpdateCount() - Method in class org.openstreetmap.josm.data.osm.DataSet
This method can be used to detect changes in highlight state of primitives.
getHint() - Method in class org.openstreetmap.josm.gui.widgets.JosmTextField
Replies the hint displayed when no text has been entered.
getHistory(long, OsmPrimitiveType) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
Replies the history for a given primitive with id id and type type.
getHistory(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
Replies the history for a primitive with id id.
getHistory() - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
 
getHistory() - Method in interface org.openstreetmap.josm.gui.help.IHelpBrowser
Replies the browser history.
getHistory() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowser
replies the History currently displayed by this browser
getHistory() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
replies the history managed by this model
getHistory() - Method in class org.openstreetmap.josm.gui.widgets.HistoryComboBox
Returns the items as strings
getHistoryBrowser() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
Replies the history browser.
getHome() - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
getHomeZoom() - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
getHost() - Method in class org.openstreetmap.josm.io.OsmApi
Replies the host name of the server URL.
getHours() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Timezone
 
getHtmlMessage() - Method in exception org.openstreetmap.josm.data.osm.DataIntegrityProblemException
 
getHttpAccept() - Method in class org.openstreetmap.josm.io.CachedFile
 
getHttpProxyCredentialDialog(String, String, String, String) - Static method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
getIcon() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the entry icon.
getIcon() - Method in enum org.openstreetmap.josm.data.validation.Severity
Gets the associated icon
getIcon() - Method in class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
Gets the icon of the items
getIcon() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.ColorfulnessSlider
 
getIcon() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
getIcon() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.GammaFilterSlider
 
getIcon() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.OpacitySlider
 
getIcon() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.SharpnessSlider
 
getIcon() - Method in interface org.openstreetmap.josm.gui.HideableButton
 
getIcon() - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
getIcon() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
getIcon() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
getIcon() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
getIcon() - Method in class org.openstreetmap.josm.gui.layer.Layer
Return a representative small image for this layer.
getIcon() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
Return a static icon.
getIcon() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
getIcon() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
getIcon() - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
Return a static icon.
getIcon(MapPaintStyles.IconReference, int, int) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
Return scaled icon.
getIcon() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Image for source icon.
getIcon() - Method in class org.openstreetmap.josm.gui.Notification
 
getIcon() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
getIcon() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Returns the entry icon, if any.
getIcon() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Label
Returns the label icon, if any.
getIcon() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Returns the preset icon.
getIconHeight() - Method in enum org.openstreetmap.josm.gui.MenuScroller.MenuIcon
 
getIconName() - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
getIconName() - Method in interface org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
Called during preferences dialog initialization to display the preferences tab with the returned icon.
getIconName() - Method in enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
Replies the SVG icon name.
getIconPaths() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
getIconProvider(MapPaintStyles.IconReference, boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
Image provider for icon.
getIconProvider() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Image provider for source icon.
getIconSourceDirs(StyleSource) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
getIconWidth() - Method in enum org.openstreetmap.josm.gui.MenuScroller.MenuIcon
 
getId() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
A unique id for this tile source.
getId() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getId() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Request ID of the tile source.
getId() - Method in class org.openstreetmap.josm.data.notes.Note
 
getId() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getId() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getId() - Method in class org.openstreetmap.josm.data.osm.history.History
Replies the primitive id for this history.
getId() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
getId() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies the id of this primitive.
getId() - Method in class org.openstreetmap.josm.data.osm.User
Replies the user id.
getId() - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
getId(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Subpart.ExpressionSubpart
 
getId(Environment) - Method in interface org.openstreetmap.josm.gui.mappaint.mapcss.Subpart
 
getId(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Subpart.StringSubpart
 
getId() - Method in class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
 
getId() - Method in interface org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice
Get a unique id for the projection choice.
getId() - Method in class org.openstreetmap.josm.gui.progress.ProgressTaskId
 
getIds() - Method in class org.openstreetmap.josm.gui.widgets.OsmIdTextField
Get entered ID list - supports "1,2,3" "1 2 ,3" or even "1 2 3 v2 6 v8"
getIfAvailable(String, String) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Load an image with a given file name, but do not throw an exception when the image cannot be found.
getIfAvailable(String) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Load an image with a given file name, but do not throw an exception when the image cannot be found.
getIfAvailableDataUrl(String) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Internal implementation of the image request for inline images (data: urls).
getIfAvailableHttp(String, ImageProvider.ImageType) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Internal implementation of the image request for URL's.
getIfAvailableImpl(Collection<ClassLoader>) - Method in class org.openstreetmap.josm.tools.ImageProvider
Internal implementation of the image request.
getIfAvailableLocalURL(URL, ImageProvider.ImageType) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Internal implementation of the image request for local images.
getIfAvailableWiki(String, ImageProvider.ImageType) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Internal implementation of the image request for wiki images.
getIfAvailableZip(String, File, String, ImageProvider.ImageType) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Internal implementation of the image request for images in Zip archives.
getIgnoreCase(String) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getIgnoredTags() - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
Returns the list of ignored tags.
getIgnoreGroup() - Method in class org.openstreetmap.josm.data.validation.TestError
 
getIgnoreState() - Method in class org.openstreetmap.josm.data.validation.TestError
Returns the ignore state for this error.
getIgnoreSubGroup() - Method in class org.openstreetmap.josm.data.validation.TestError
 
getImage() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
getImage() - Method in class org.openstreetmap.josm.data.cache.BufferedImageCacheEntry
Returns BufferedImage from for the content.
getImage(boolean) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
Get the image associated with this MapImage object.
getImage() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
getImage() - Method in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
getImageDimension() - Method in enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
Returns the image size as dimension
getImageIcon() - Method in class org.openstreetmap.josm.tools.ImageResource
Returns the image icon at default dimension.
getImageIcon(Dimension) - Method in class org.openstreetmap.josm.tools.ImageResource
Get an ImageIcon object for the image of this resource
getImageIconBounded(Dimension) - Method in class org.openstreetmap.josm.tools.ImageResource
Get image icon with a certain maximum size.
getImageProcessors() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
This method gets all ImageProcessors of the layer
getImageryBlacklist() - Method in class org.openstreetmap.josm.io.Capabilities
Returns the full list of imagery blacklist regular expressions.
getImageryInfo() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
getImageryInfo() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddTMSLayerPanel
 
getImageryInfo() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
getImageryInfo() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddWMTSLayerPanel
 
getImageryLayersSites() - Static method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
Returns the list of imagery layers sites.
getImageryName() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
getImageryPreference() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Returns the ImageryPreference object.
getImageryRawUrl() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
getImageryType() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the imagery type.
getImages() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Get list of images in layer.
getImageUrl(String, String, Collection<ClassLoader>) - Static method in class org.openstreetmap.josm.tools.ImageProvider
 
getImageUrl(String, Collection<String>, Collection<ClassLoader>) - Static method in class org.openstreetmap.josm.tools.ImageProvider
 
getImgUrlFromWikiInfoPage(String, String) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Reads the wiki page on a certain file in html format in order to find the real image URL.
getImpl(OsmPrimitive, double, NavigatableComponent) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Create the list of styles and its valid scale range for one primitive.
getImporter() - Method in class org.openstreetmap.josm.io.session.SessionReader.LayerDependency
 
getImporters() - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Returns the list of file importers.
getImportExtensionFileFilters() - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Replies an ordered list of ExtensionFileFilters for importing.
getInactiveColor() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for inactive objects
getInBackground(ImageProvider.ImageCallback) - Method in class org.openstreetmap.josm.tools.ImageProvider
Load the image in a background thread.
getInBackground(ImageProvider.ImageResourceCallback) - Method in class org.openstreetmap.josm.tools.ImageProvider
Load the image in a background thread.
getIncomingData() - Method in exception org.openstreetmap.josm.io.imagery.WMSImagery.WMSGetCapabilitiesException
Returns the answer from WMS server.
getIncompleteMemberPrimitives() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies the set of incomplete primitives
getIncompleteMembers() - Method in class org.openstreetmap.josm.data.osm.Relation
Replies a collection with the incomplete children this relation refers to.
getIndex(int) - Method in class org.openstreetmap.josm.data.osm.BBox
 
getIndex() - Method in class org.openstreetmap.josm.gui.dialogs.CommandListMutableTreeNode
 
getIndex() - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.Scale
Get index of this scale in a NativeScaleLayer.ScaleList
getIndex(boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.StyleCache
 
getIndex() - Method in class org.openstreetmap.josm.io.session.SessionReader.LayerDependency
 
getIndex(int) - Method in class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyKeyEventDispatcher
 
getIndex() - Method in class org.openstreetmap.josm.tools.MultikeyShortcutAction.MultikeyInfo
 
getIndexForRelationChild(Relation, Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
Replies the index of a particular child with respect to its parent.
getIndexOf(Object) - Method in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
 
getIndexOfChild(Object, Object) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
 
getInet4Address() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
Returns the IPv4 address used for remote control.
getInet6Address() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
Returns the IPv6 address used for remote control.
getInfo() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Returns imagery info.
getInfoArray() - Method in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
getInfoComponent() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
getInfoComponent() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
getInfoComponent() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
getInfoComponent() - Method in class org.openstreetmap.josm.gui.layer.Layer
 
getInfoComponent() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
getInfoComponent() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
getInfoComponent() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
getInfoComponent() - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
getInfoPanel() - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Returns the list of loaded plugins as a JPanel to be displayed in About dialog.
getInfoText(Date, long, boolean) - Method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
getInit(String) - Static method in class org.openstreetmap.josm.data.projection.Projections
Get the projection definition string for the given code.
getInitialDirectory() - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Replies the initial directory used to construct the AbstractFileChooser.
getInitialIconPathsList() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintSourceEditor
 
getInitialIconPathsList() - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.TaggingPresetSourceEditor
 
getInitialIconPathsList() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Load the list of configured icon paths.
getInitialIconPathsList() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor
 
getInitialSourcesList() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintSourceEditor
 
getInitialSourcesList() - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.TaggingPresetSourceEditor
 
getInitialSourcesList() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Load the list of source entries that the user has configured.
getInitialSourcesList() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor
 
getInnerPolygons() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
Replies the list of inner polygons.
getInners() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
getInnerWays() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
Replies the list of inner ways.
getInProgressSelection() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Get selected primitives, while draw action is in progress.
getInProgressSelection() - Method in class org.openstreetmap.josm.Main
Replies the current selected primitives, from a end-user point of view.
getInputContext() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
 
getInputStream() - Method in class org.openstreetmap.josm.io.CachedFile
Get InputStream to the requested resource.
getInputStream(String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Open a connection to the given url and return a reader on the input stream from that connection.
getInputStream(String, ProgressMonitor, String) - Method in class org.openstreetmap.josm.io.OsmServerReader
Open a connection to the given url and return a reader on the input stream from that connection.
getInputStream(String) - Method in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
Return an InputStream for a URI from a .jos/.joz file.
getInputStreamRaw(String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Open a connection to the given url and return a reader on the input stream from that connection.
getInputStreamRaw(String, ProgressMonitor, String) - Method in class org.openstreetmap.josm.io.OsmServerReader
Open a connection to the given url and return a reader on the input stream from that connection.
getInputStreamRaw(String, ProgressMonitor, String, boolean) - Method in class org.openstreetmap.josm.io.OsmServerReader
Open a connection to the given url and return a reader on the input stream from that connection.
getInputStreamRaw(String, ProgressMonitor, String, boolean) - Method in class org.openstreetmap.josm.io.OverpassDownloadReader
 
getInputText() - Method in class org.openstreetmap.josm.gui.NoteInputDialog
Get the content of the text area
getInsertionIndexForGroup(JMenu, int) - Static method in class org.openstreetmap.josm.gui.MainMenu
Finds the correct insertion index for a given group and adds separators if necessary
getInsets() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfoTable
 
getInstalledFonts() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
Get a list of fonts that are installed on the system.
getInstalledFonts() - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
getInstance() - Static method in class org.openstreetmap.josm.actions.ExpertToggleAction
Replies the unique instance of this action.
getInstance() - Static method in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
getInstance() - Static method in class org.openstreetmap.josm.actions.SaveAction
 
getInstance() - Static method in class org.openstreetmap.josm.actions.SaveAsAction
 
getInstance() - Static method in class org.openstreetmap.josm.data.osm.ChangesetCache
Replies the unique instance of the cache
getInstance() - Static method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
Replies the unique instance.
getInstance() - Static method in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
getInstance() - Static method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
Replies the unique instance of the history data set
getInstance() - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
Replies the unique instance
getInstance() - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
Replies the unique instance.
getInstance() - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Returns the singleton instance of this validator.
getInstance(boolean) - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Returns the singleton instance of this validator, with local validation as required.
getInstance() - Static method in class org.openstreetmap.josm.data.validation.routines.EmailValidator
Returns the Singleton instance of this validator.
getInstance(boolean, boolean) - Static method in class org.openstreetmap.josm.data.validation.routines.EmailValidator
Returns the Singleton instance of this validator, with local validation as required.
getInstance(boolean) - Static method in class org.openstreetmap.josm.data.validation.routines.EmailValidator
Returns the Singleton instance of this validator, with local validation as required.
getInstance() - Static method in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
Returns the singleton instance of this validator.
getInstance() - Static method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Returns the singleton instance of this class with default schemes and options.
getInstance() - Static method in class org.openstreetmap.josm.data.Version
Replies the unique instance of the version information
getInstance() - Static method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
getInstance() - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Replies the unique instance of this formatter
getInstance() - Static method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Replies the unique instance of the changeset cache manager
getInstance() - Static method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
Replies the unique instance of this dialog
getInstance() - Static method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Replies the instance of the dialog
getInstance() - Static method in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog
Returns the unique instance of MenuItemSearchDialog.
getInstance() - Static method in class org.openstreetmap.josm.gui.download.DownloadDialog
Replies the unique instance of the download dialog
getInstance() - Static method in class org.openstreetmap.josm.gui.help.HelpBrowser
Replies the unique instance of the help browser
getInstance() - Static method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
Replies the unique instance.
getInstance() - Static method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Replies the unique instance of the JOSM user identity manager
getInstance() - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
Replies the unique instance of this dialog
getInstance() - Static method in class org.openstreetmap.josm.gui.NotificationManager
 
getInstance() - Static method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Replies the unique instance.
getInstance() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetNameTemplateList
Replies the unique instance.
getInstance() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchDialog
Returns the unique instance of TaggingPresetSearchDialog.
getInstance() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog
Returns the unique instance of TaggingPresetSearchPrimitiveDialog.
getInstance() - Static method in class org.openstreetmap.josm.gui.util.FileFilterAllFiles
Replies the unique instance.
getInstance() - Static method in class org.openstreetmap.josm.io.auth.CredentialsManager
Replies the single credential agent used in JOSM
getInstance() - Static method in class org.openstreetmap.josm.io.auth.DefaultAuthenticator
Returns the unique instance
getInstance() - Static method in class org.openstreetmap.josm.Main.MasterWindowListener
 
getInstance() - Static method in class org.openstreetmap.josm.tools.AlphanumComparator
Replies the unique instance.
getInstance() - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Returns the singleton object, and if this is the first time, creates it along with the thread to support audio
getInstance() - Static method in class org.openstreetmap.josm.tools.MultikeyActionsHandler
Replies the unique instance of this class.
getInstance() - Static method in class org.openstreetmap.josm.tools.OverpassTurboQueryWizard
Replies the unique instance of this class.
getInt(byte[], boolean) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2Util
Get an int from the first 4 bytes of a byte array, in either Big Endian or Little Endian format.
getIntBE(byte[], int) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2Util
Get a Big Endian int from four bytes of a byte array
getInteger(String, int) - Method in class org.openstreetmap.josm.data.Preferences
 
getInteger(String, String, int) - Method in class org.openstreetmap.josm.data.Preferences
 
getInterestingTags() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
getInternPoolSize() - Static method in class org.openstreetmap.josm.gui.mappaint.StyleCache
Get the size of the intern pool.
getInterval() - Method in class org.openstreetmap.josm.gui.MenuScroller
Returns the scroll interval in milliseconds
getIntLE(byte[], int) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2Util
Get a Little Endian int from four bytes of a byte array
getInView() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
Get this point in view coordinates.
getInViewX() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewEastNorthPoint
 
getInViewX() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
 
getInViewX() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewViewPoint
 
getInViewY() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewEastNorthPoint
 
getInViewY() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
 
getInViewY() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewViewPoint
 
getInvolvedLines(Node, List<Way>) - Static method in class org.openstreetmap.josm.actions.AlignInLineAction
Get lines useful to do alignment of a single node
getInWindow() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
Convert this point to window coordinates.
getItem() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
getItemCount() - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
getItems() - Method in class org.openstreetmap.josm.gui.widgets.EditableList
 
getJavaLocaleCode(String) - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies the locale code used by Java for a given locale.
getJavaPackageDetails() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
Get the Java package name including detailed version.
getJavaRuntime() - Static method in class org.openstreetmap.josm.actions.RestartAction
 
getJoinedValues(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the concatenation of all tag values (concatenated by a semicolon)
getJOSMLocaleCode() - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies the JOSM locale code for the default locale.
getJOSMLocaleCode(Locale) - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies the locale code used by JOSM for a given locale.
getJOSMSelectionSummary() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Replies a summary of the current JOSM selection
getJosmTempDir() - Static method in class org.openstreetmap.josm.tools.Utils
Returns the JOSM temp directory.
getJOSMTicketURL() - Static method in class org.openstreetmap.josm.tools.bugreport.BugReportSender
 
getJOSMWebsite() - Static method in class org.openstreetmap.josm.Main
Returns the JOSM website URL.
getKey() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
getKey() - Method in class org.openstreetmap.josm.data.oauth.OAuthToken
Replies the token key
getKey() - Method in class org.openstreetmap.josm.data.osm.Tag
Replies the key of the tag.
getKey() - Method in class org.openstreetmap.josm.data.preferences.AbstractProperty
Replies the property key.
getKey() - Method in class org.openstreetmap.josm.data.Preferences.DefaultPreferenceChangeEvent
 
getKey(String...) - Method in class org.openstreetmap.josm.data.preferences.EnumProperty
 
getKey(String...) - Method in class org.openstreetmap.josm.data.preferences.ParametrizedEnumProperty
 
getKey() - Method in interface org.openstreetmap.josm.data.Preferences.PreferenceChangeEvent
Returns the preference key.
getKey() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
 
getKey() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Replies the key of the tag to be resolved by this resolution
getKey(int) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
Returns the OSM key at the given row.
getKey() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
Returns the preference key.
getKeys() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Replies the map of key/value pairs.
getKeys() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getKeys() - Method in class org.openstreetmap.josm.data.osm.Tag
 
getKeys() - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the set of keys of this tag collection.
getKeys() - Method in interface org.openstreetmap.josm.data.osm.Tagged
Replies the map of key/value pairs.
getKeys() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Returns the currently cached tag keys.
getKeys() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
replies the list of keys of the tags managed by this model
getKeyStroke() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.HelpAction
 
getKeyStroke() - Method in class org.openstreetmap.josm.tools.Shortcut
Use this to register the shortcut with Swing
getKeysWithConflicts() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
Returns the set of keys in conflict.
getKeysWithMultipleValues() - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the set of keys which have at least 2 matching tags.
getKeyText() - Method in class org.openstreetmap.josm.tools.Shortcut
Returns a human readable text for the shortcut.
getKeyTooltipText() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
 
getKeywords() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.CoreSimpleMatchFactory
 
getKeywords() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.CoreUnaryMatchFactory
 
getKeywords() - Method in interface org.openstreetmap.josm.actions.search.SearchCompiler.MatchFactory
 
getLabel() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodePanel
 
getLabel() - Method in enum org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.NotShowAgain
 
getLabel() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.ColorfulnessSlider
 
getLabel() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
getLabel() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.GammaFilterSlider
 
getLabel() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.OpacitySlider
 
getLabel() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.SharpnessSlider
 
getLanesCount(String) - Static method in class org.openstreetmap.josm.data.validation.tests.Lanes
 
getLanguageCodeManifest() - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies the language prefix for use in manifests (with an underscore appended).
getLanguageCodes(Locale) - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies a list of language codes for local names.
getLanguageCodeXML() - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies the language prefix for use in XML elements (with a dot appended).
getLanguages() - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
getLast() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader.HashSetWithLast
Returns the last inserted element.
getLastChangesetCommentFromHistory() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
Returns the last changeset comment from history.
getLastChangesetSourceFromHistory() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
Returns the last changeset source from history.
getLastChangesetTagFromHistory(String, List<String>) - Static method in class org.openstreetmap.josm.gui.io.UploadDialog
 
getLastCommand() - Static method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Obtain command in undoRedo stack to "continue" when dragging
getLastCommand() - Method in class org.openstreetmap.josm.command.SequenceCommand
Returns the last command.
getLastElement() - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
 
getLastErrorAndWarnings() - Static method in class org.openstreetmap.josm.Main
Replies the first lines of last 5 error and warning messages, used for bug reports
getLastException() - Method in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
getLastException() - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
Returns the last exception that occured during loading, if any.
getLastException() - Method in class org.openstreetmap.josm.gui.io.AbstractIOTask
Replies the last exception caught
getLastException() - Method in class org.openstreetmap.josm.plugins.PluginDownloadTask
Replies the last exception that occured during download, or null.
getLastIndexOfListBefore(List<ImageEntry>, long) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
getLastMapMode(Layer) - Method in class org.openstreetmap.josm.gui.MapFrame
 
getLastModification() - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
getLastModified() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns the Last-Modified header.
getLastMultikeyAction() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.AbstractFilterAction
 
getLastMultikeyAction() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
getLastMultikeyAction() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
getLastMultikeyAction() - Method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
getLastMultikeyAction() - Method in interface org.openstreetmap.josm.tools.MultikeyShortcutAction
 
getLastNode() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
Returns the last node.
getLastRelation() - Static method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
Returns the last relation.
getLat() - Method in class org.openstreetmap.gui.jmapviewer.Coordinate
 
getLat() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.ICoordinate
 
getLat() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapMarker
 
getLat() - Method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
getLatAccuracyDegrees() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for latitude accuracy
getLatAccuracyMetres() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for latitude accuracy
getLatAccuracySeconds() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for latitude accuracy
getLatDegrees() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for latitude value
getLatest() - Method in class org.openstreetmap.josm.data.osm.history.History
Replies the latest entry of this history.
getLatest() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
getLatLon() - Method in class org.openstreetmap.josm.command.Command.OldNodeState
Returns old lat/lon.
getLatLon() - Method in class org.openstreetmap.josm.data.notes.Note
 
getLatLon(Object) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode.NodeHash
 
getLatLon() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
Gets the current position in LatLon coordinates according to the current projection.
getLatLon(int, int) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getLatLon(double, double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getLatLonBounds(Rectangle) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getLatLonBoundsBox(ProjectionBounds) - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
getLatLonBoundsBox(ProjectionBounds) - Method in interface org.openstreetmap.josm.data.projection.Projection
Find lat/lon-box containing all the area of a given rectangle in east/north space.
getLatLonBoundsBox() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewRectangle
Gets the real bounds that enclose this rectangle.
getLatLonCoordinates() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
getLatLonOfTile(double, double, double) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
 
getLatLonText() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
getLatOffset(double, double, double, boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Calculates the position on the map of a given coordinate
getLatSeconds() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for latitude value
getLatShiftDegrees() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for latitude shift value
getLatShiftSeconds() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for latitude shift value
getLayer() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
getLayer() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
getLayer() - Method in class org.openstreetmap.josm.actions.GpxExportAction
Get the layer to export.
getLayer() - Method in class org.openstreetmap.josm.command.Command
Replies the layer this command is (or was) applied to.
getLayer(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
getLayer(int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Replies the layer at position index
getLayer() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
Replies the OsmDataLayer this editor is related to
getLayer() - Method in interface org.openstreetmap.josm.gui.dialogs.relation.IRelationEditor
Replies the OsmDataLayer in whose context this relation editor is open
getLayer() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Returns the data layer.
getLayer() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
getLayer() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser
 
getLayer() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
getLayer() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies the layer this info objects holds information for
getLayer() - Method in class org.openstreetmap.josm.gui.layer.MapViewPaintable.PaintableInvalidationEvent
Gets the layer that was invalidated.
getLayer() - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
Returns the data layer.
getLayer() - Method in class org.openstreetmap.josm.io.OsmImporter.OsmImporterData
 
getLayer() - Method in class org.openstreetmap.josm.io.session.SessionReader.LayerDependency
 
getLayerDependencies() - Method in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
Dependencies - maps the layer index to the importer of the given layer.
getLayerForIndex(int) - Static method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Returns the layer at given index, or null.
getLayerIndex() - Method in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
Index of the layer that is currently imported.
getLayerIndex() - Method in class org.openstreetmap.josm.io.session.SessionWriter.ExportSupport
Get the index of the layer that is currently exported.
getLayerInfo(Layer) - Static method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Returns info about layer.
getLayerInfoByClass(Class<?>) - Static method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Returns a list of info on all layers of a given class.
getLayerInformationForSourceTag() - Method in class org.openstreetmap.josm.gui.MapView
Get a string representation of all layers suitable for the source changeset tag.
getLayerListEntries() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getLayerManager() - Method in class org.openstreetmap.josm.actions.JosmAction
Gets the layer manager used for this action.
getLayerManager() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Gets the layer manager this dialog is for.
getLayerManager() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
The layer manager this model is for.
getLayerManager() - Method in class org.openstreetmap.josm.gui.MapView
Returns the layer manager.
getLayerManager() - Static method in class org.openstreetmap.josm.Main
Returns the main layer manager that is used by the map view.
getLayerName() - Method in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
Name of the layer that is currently imported.
getLayerPos(Layer) - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Access the layer list using Main.getLayerManager() instead.
getLayers() - Method in class org.openstreetmap.gui.jmapviewer.LayerGroup
 
getLayers() - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
getLayers(String, String) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getLayers() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Replies the list of layers currently managed by MapView.
getLayers() - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Gets an unmodifiable list of all layers that are currently in this manager.
getLayers() - Method in class org.openstreetmap.josm.gui.mappaint.MultiCascade
 
getLayers() - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
Returns the list of layers.
getLayers() - Method in class org.openstreetmap.josm.io.session.SessionReader
 
getLayersOfType(Class<T>) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Replies an unmodifiable list of layers of a certain type.
getLayersOfType(Class<T>) - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
getLayersToSave() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getLayersToUpload() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getLayersWithConflictsAndUploadRequest() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getLayersWithIllegalFilesAndSaveRequest() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getLayersWithoutFilesAndSaveRequest() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getLayerTree() - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
Returns the JTree.
getLength() - Method in class org.openstreetmap.josm.data.osm.Way
Replies the length of the way, in metres, as computed by LatLon.greatCircleDistance(org.openstreetmap.josm.data.coor.LatLon).
getLevenshteinDistance(String, String) - Static method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
Compute Levenshtein distance
getLhs() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.AbstractBinaryMatch
Returns left hand side.
getLineLineIntersection(EastNorth, EastNorth, EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.tools.Geometry
Finds the intersection of two lines of infinite length.
getLineNumber() - Method in exception org.openstreetmap.josm.tools.XmlParsingException
Returns the line number where the exception occured.
getLinesIterable(boolean[]) - Method in class org.openstreetmap.josm.data.gpx.GpxData
Iterate over all track segments and over all routes.
getList(Object) - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
 
getList() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
 
getList() - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox
 
getListCellRenderer() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class org.openstreetmap.josm.actions.AbstractMergeAction.LayerListCellRenderer
 
getListCellRendererComponent(JList<? extends ComparePairType>, ComparePairType, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.ComparePairListCellRenderer
 
getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor.EditorCellRenderer
 
getListCellRendererComponent(JList<? extends RelationMemberConflictDecisionType>, RelationMemberConflictDecisionType, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionRenderer
 
getListCellRendererComponent(JList<? extends Changeset>, Changeset, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListCellRenderer
 
getListCellRendererComponent(JList<? extends JMenuItem>, JMenuItem, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog.CellRenderer
 
getListCellRendererComponent(JList<? extends Note>, Note, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteRenderer
 
getListCellRendererComponent(JList<? extends BookmarkList.Bookmark>, BookmarkList.Bookmark, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.download.BookmarkList.BookmarkCellRenderer
 
getListCellRendererComponent(JList<? extends Changeset>, Changeset, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.io.ChangesetCellRenderer
 
getListCellRendererComponent(JList<? extends AuthorizationProcedure>, AuthorizationProcedure, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.oauth.AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer
 
getListCellRendererComponent(JList<? extends OsmPrimitive>, OsmPrimitive, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
Adapter method supporting the ListCellRenderer interface.
getListCellRendererComponent(JList<? extends Locale>, Locale, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.LanguageCellRenderer
 
getListCellRendererComponent(JList<? extends SourceEditor.ExtendedSourceEntry>, SourceEditor.ExtendedSourceEntry, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceEntryListCellRenderer
 
getListCellRendererComponent(JList<? extends AutoCompletionListItem>, AutoCompletionListItem, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompleteListCellRenderer
 
getListCellRendererComponent(JList<? extends ComboMultiSelect.PresetListEntry>, ComboMultiSelect.PresetListEntry, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.Renderer
 
getListCellRendererComponent(JList<? extends TaggingPreset>, TaggingPreset, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.ResultListCellRenderer
 
getListDisplay() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Returns HTML formatted contents.
getListeners() - Method in class org.openstreetmap.josm.gui.util.CellEditorSupport
 
getListMergeModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
getListOfStructs(Preferences, String, boolean) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
getListOfStructs(String, Collection<Map<String, String>>) - Method in class org.openstreetmap.josm.data.Preferences
 
getListOfStructs(String, Class<T>) - Method in class org.openstreetmap.josm.data.Preferences
Get a list of hashes which are represented by a struct-like class.
getListOfStructs(String, Collection<T>, Class<T>) - Method in class org.openstreetmap.josm.data.Preferences
same as above, but returns def if nothing was found
getLoadedTileImage(Tile) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Returns the image for the given tile image is loaded.
getLoader(TileLoaderListener, ICacheAccess<String, BufferedImageCacheEntry>, int, int, Map<String, String>) - Method in class org.openstreetmap.josm.data.imagery.CachedTileLoaderFactory
 
getLoadingMessage(PrimitiveId) - Static method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
getLocalCalendar() - Static method in class org.openstreetmap.josm.tools.date.DateUtils
 
getLocale(String) - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies the locale used by Java for a given language code.
getLocaleName() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
getLocaleText(String, String, String) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
 
getLocalName() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getLocalName() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Replies the a localized name for this primitive given by the value of the tags (in this order) name:lang_COUNTRY_Variant of the current locale name:lang_COUNTRY of the current locale name:lang of the current locale name of the current locale null, if no such tag exists
getLocalName() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies a localized name for this primitive given by the value of the name tags accessed from very specific (language variant) to more generic (default name).
getLocalRequiredPlugins() - Method in class org.openstreetmap.josm.plugins.PluginInformation
Replies the list of plugins required by the local instance of this plugin.
getLocalSourceDir() - Method in class org.openstreetmap.josm.gui.preferences.SourceEntry
Return the source directory, only for local files.
getLocName() - Method in enum org.openstreetmap.josm.io.OnlineResource
Replies the localized name.
getLog() - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Returns the log.
getLogger(String) - Method in class org.openstreetmap.gui.jmapviewer.FeatureAdapter.DefaultLoggingAdapter
 
getLogger(String) - Static method in class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
getLogger(String) - Method in interface org.openstreetmap.gui.jmapviewer.FeatureAdapter.LoggingAdapter
 
getLon() - Method in class org.openstreetmap.gui.jmapviewer.Coordinate
 
getLon() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.ICoordinate
 
getLon() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapMarker
 
getLon() - Method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
getLonAccuracyDegrees() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for longitude accuracy
getLonAccuracyMetres() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for longitude accuracy
getLonAccuracySeconds() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for longitude accuracy
getLong(String, long) - Method in class org.openstreetmap.josm.data.Preferences
 
getLong(String, String) - Method in class org.openstreetmap.josm.io.Capabilities
Returns the value of configuration item in the capabilities as long value.
getLong(String) - Method in class org.openstreetmap.josm.io.OsmReader
 
getLongAttr(String) - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
Utility for conversion from String to int, with default to 0, in case of any errors
getLongestSegmentLength() - Method in class org.openstreetmap.josm.data.osm.Way
Replies the length of the longest segment of the way, in metres, as computed by LatLon.greatCircleDistance(org.openstreetmap.josm.data.coor.LatLon).
getLongText() - Method in class org.openstreetmap.josm.tools.Shortcut
 
getLonPositiveEastDegrees() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for longitude value, positive values in east direction
getLonPositiveWestSeconds() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for longitude value, positive values in west direction
getLonShiftPositiveEastDegrees() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for longitude shift value, positive values in east direction
getLonShiftPositiveWestSeconds() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for longitude shift value, positive values in west direction
getLower() - Method in class org.openstreetmap.josm.gui.mappaint.Range
 
getMandatoryAttributeBoolean(Attributes, String) - Method in class org.openstreetmap.josm.io.AbstractParser
 
getMandatoryAttributeLong(Attributes, String) - Method in class org.openstreetmap.josm.io.AbstractParser
 
getMandatoryAttributeString(Attributes, String) - Method in class org.openstreetmap.josm.io.AbstractParser
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.OpenFileHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
getMandatoryParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
 
getMapMarkerList() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Returns the list of MapMarkers.
getMapMarkersVisible() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Determines whether MapMarkers are painted or not.
getMapNameToValue() - Static method in class org.openstreetmap.josm.data.validation.util.Entities
 
getMapNavigationComponents(MapView) - Static method in class org.openstreetmap.josm.gui.MapView
Adds the map navigation components to a
getMapPolygonList() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Returns the list of MapPolygons.
getMapPosition(double, double, boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Calculates the position on the map of a given coordinate
getMapPosition(double, double) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Calculates the position on the map of a given coordinate
getMapPosition(Coordinate) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Calculates the position on the map of a given coordinate
getMapPosition(ICoordinate, boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Calculates the position on the map of a given coordinate
getMapPreference() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Returns the MapPreference object.
getMapRectangleList() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Returns the list of MapRectangles.
getMapRendererDescriptors() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
Replies the (unmodifiable) list of map renderer descriptors.
getMapsFor(DataSet) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
getMapView() - Method in class org.openstreetmap.josm.gui.layer.MapViewGraphics
Gets the MapView that is the base to this draw call.
getMapView() - Method in class org.openstreetmap.josm.gui.layer.MapViewPaintable.MapViewEvent
Gets the map view.
getMarkerLayer() - Method in class org.openstreetmap.josm.io.GpxImporter.GpxImporterData
Returns the imported marker layer.
getMarkerStyle() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapMarker
 
getMarkerStyle() - Method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
getMatch() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Not
 
getMatch() - Method in class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
Returns the compiled search
getMatches(Matcher) - Static method in class org.openstreetmap.josm.tools.Utils
Returns a list of capture groups if Matcher.matches(), or null.
getMatchingPresets(Collection<TaggingPresetType>, Map<String, String>, boolean) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
Replies a new collection of all presets matching the parameters.
getMatchingPresets(OsmPrimitive) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
Replies a new collection of all presets matching the given preset.
getMatchingPresets(String, boolean, boolean, Set<TaggingPresetType>, Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassifications
 
getMatchingPresets(String[], String[], boolean, boolean, Set<TaggingPresetType>, Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassifications
 
getMax() - Method in class org.openstreetmap.josm.data.Bounds
 
getMax() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getMax() - Method in class org.openstreetmap.josm.data.ProjectionBounds
Returns the max east/north.
getMaxAge() - Method in class org.openstreetmap.josm.io.CachedFile
Returns maximum age of cache file.
getMaxChangesetSize() - Method in class org.openstreetmap.josm.io.Capabilities
Returns the max number of objects in a changeset.
getMaxDimensionOnScreen(JComponent) - Static method in class org.openstreetmap.josm.tools.WindowGeometry
Computes the maximum dimension for a component to fit in screen displaying component.
getMaximumAccessibleValue() - Method in class org.openstreetmap.josm.gui.MapScaler.AccessibleMapScaler
 
getMaximumScreenSize() - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Gets the size of the screen.
getMaxLat() - Method in class org.openstreetmap.josm.data.Bounds
Returns max latitude of bounds.
getMaxLat() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Get maximum latitude value
getMaxLon() - Method in class org.openstreetmap.josm.data.Bounds
Returns max longitude of bounds.
getMaxLon() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Get maximum longitude value
getMaxPixels(int) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
Returns the absolut number of pixels in y or x, defined as: 2^Zoomlevel * tileSize where tileSize is the width of a tile in pixels
getMaxProjectionBounds() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getMaxRetries() - Method in class org.openstreetmap.josm.io.OsmApi
Replies the max.
getMaxScale() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Get a max scale for projection that describes world in 1/512 of the projection unit
getMaxWayNodes() - Method in class org.openstreetmap.josm.io.Capabilities
Returns the max number of nodes in a way.
getMaxZoom() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
Specifies the maximum zoom value.
getMaxZoom() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
 
getMaxZoom() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getMaxZoom() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getMaxZoom() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.CycleMap
 
getMaxZoom() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Request supported maximum zoom level
getMaxZoom() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
getMaxZoom() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the maximum zoom level.
getMaxZoom() - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getMaxZoomLvl(TileSource) - Static method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getMaxZoomLvl() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getMember(int) - Method in class org.openstreetmap.josm.data.osm.Relation
 
getMember() - Method in class org.openstreetmap.josm.data.osm.RelationMember
Returns the relation member.
getMemberId(int) - Method in interface org.openstreetmap.josm.data.osm.IRelation
Returns id of the member at given index.
getMemberId(int) - Method in class org.openstreetmap.josm.data.osm.Relation
 
getMemberId(int) - Method in class org.openstreetmap.josm.data.osm.RelationData
 
getMemberId() - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
Get member id.
getMemberPrimitives() - Method in class org.openstreetmap.josm.data.osm.Relation
Replies the set of OsmPrimitives referred to by at least one member of this relation
getMemberPrimitives(Class<T>) - Method in class org.openstreetmap.josm.data.osm.Relation
 
getMemberPrimitivesList() - Method in class org.openstreetmap.josm.data.osm.Relation
 
getMemberRoles() - Method in class org.openstreetmap.josm.data.osm.Relation
Returns the set of roles used in this relation.
getMemberRoles() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Replies the list of member roles
getMembers() - Method in class org.openstreetmap.josm.data.osm.history.HistoryRelation
replies an immutable list of members of this relation
getMembers() - Method in class org.openstreetmap.josm.data.osm.Relation
 
getMembers() - Method in class org.openstreetmap.josm.data.osm.RelationData
 
getMembersCount() - Method in interface org.openstreetmap.josm.data.osm.IRelation
Returns the number of members.
getMembersCount() - Method in class org.openstreetmap.josm.data.osm.Relation
 
getMembersCount() - Method in class org.openstreetmap.josm.data.osm.RelationData
 
getMembersFor(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.osm.Relation
Obtains all members with member.member == primitive
getMembersForCurrentSelection(Relation) - Static method in class org.openstreetmap.josm.actions.relation.EditRelationAction
Returns the set of currently selected relation members for the given relation.
getMembersForCurrentSelection(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.EditAction
 
getMembershipPopupMenuHandler() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Replies the membership popup menu handler.
getMemberTableModel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
getMemberType(int) - Method in interface org.openstreetmap.josm.data.osm.IRelation
Returns type of the member at given index.
getMemberType(int) - Method in class org.openstreetmap.josm.data.osm.Relation
 
getMemberType(int) - Method in class org.openstreetmap.josm.data.osm.RelationData
 
getMemberType() - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
Get member type.
getMenu() - Method in class org.openstreetmap.josm.gui.MainFrame
Gets the main menu used for this window.
getMenu() - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
getMenuEntries() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getMenuEntries() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
getMenuEntries() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
getMenuEntries() - Method in class org.openstreetmap.josm.gui.layer.Layer
Returns list of actions.
getMenuEntries() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
getMenuEntries() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
getMenuEntries() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
getMenuEntries() - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
getMenuEntries() - Method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
getMenuName() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getMenuShortcutKeyMaskEx() - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Returns extended modifier key used as the appropriate accelerator key for menu shortcuts.
getMergedCoords() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies the coordinates of the merged OsmPrimitive.
getMergedDeletedState() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
Replies deleted state of combined dataset
getMergedDeletedState(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
getMergeDecision() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
 
getMergedEntries() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getMergedEntriesSize() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getMergedMap() - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
getMergedSelectionModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getMergedTableModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getMergeTarget(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
 
getMessage() - Method in exception org.openstreetmap.josm.actions.upload.CyclicUploadDependencyException
 
getMessage() - Method in class org.openstreetmap.josm.data.validation.TestError
Gets the error message
getMessage(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
Constructs a (localized) message for this deprecation check.
getMessage() - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest.OpeningHoursTestError
Returns the error message.
getMessage() - Method in exception org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException
 
getMessage() - Method in exception org.openstreetmap.josm.io.OsmApiException
 
getMessage() - Method in exception org.openstreetmap.josm.io.XmlStreamParsingException
 
getMessage() - Method in exception org.openstreetmap.josm.tools.XmlParsingException
 
getMessagePayload() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
getMetaBounds() - Method in class org.openstreetmap.josm.data.gpx.GpxData
Returns the bounds defining the extend of this data, as read in metadata, if any.
getMetadata(Map<String, List<String>>) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
Extracts metadata about the tile based on HTTP headers
getMetadata() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
getMetadata(Map<String, List<String>>) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getMetadata() - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
Returns an unmodifiable Map containing all metadata.
getMetadataHeaders() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Request metadata headers
getMeterPerPixel() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Gets the meter per pixel.
getMetersPerUnit() - Method in class org.openstreetmap.josm.data.projection.CustomProjection
Factor to convert units of east/north coordinates to meters.
getMetersPerUnit() - Method in interface org.openstreetmap.josm.data.projection.Projection
Get the number of meters per unit of this projection.
getMethod() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
getMethod(String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClassCondition
 
getMethod(String) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Entry
 
getMilliseconds() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
getMin() - Method in class org.openstreetmap.josm.data.Bounds
 
getMin() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getMin() - Method in class org.openstreetmap.josm.data.ProjectionBounds
Returns the min east/north.
getMinimumAccessibleValue() - Method in class org.openstreetmap.josm.gui.MapScaler.AccessibleMapScaler
 
getMinimumSize() - Method in class org.openstreetmap.josm.gui.widgets.ImageLabel
 
getMinLat() - Method in class org.openstreetmap.josm.data.Bounds
Returns min latitude of bounds.
getMinLat() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Get minimum latitude value
getMinLon() - Method in class org.openstreetmap.josm.data.Bounds
Returns min longitude of bounds.
getMinLon() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Get minimum longitude value
getMinMaxTimeForAllTracks() - Method in class org.openstreetmap.josm.data.gpx.GpxData
Returns minimum and maximum timestamps for all tracks Warning: there are lot of track with broken timestamps, so we just ingore points from future and from year before 1970 in this method works correctly @since 5815
getMinMaxTimeForTrack(GpxTrack) - Static method in class org.openstreetmap.josm.data.gpx.GpxData
returns minimum and maximum timestamps in the track
getMinZoom() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
Specifies the minimum zoom value.
getMinZoom() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getMinZoom() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Request supported minimum zoom level
getMinZoom() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
getMinZoom() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the minimum zoom level.
getMinZoomLvl(TileSource) - Static method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getMinZoomLvl() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getMinZoomLvl() - Method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
getMirrors() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the mirror entries.
getMissingPrimitives() - Method in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
Replies the set of ids of all primitives for which a fetch request to the server was submitted but which are not available from the server (the server replied a return code of 404)
getMissingPrimitives() - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
replies the set of ids of all primitives for which a fetch request to the server was submitted but which are not available from the server (the server replied a return code of 404)
getMnemonic() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
getMode() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Returns the current select mode.
getMode() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.AddNoteAction
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
getModeHelpText() - Method in class org.openstreetmap.josm.actions.mapmode.ZoomAction
 
getModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
getModel(JTable) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer
replies the model
getModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
Returns properties merge model.
getModel(JTable) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
replies the model
getModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
replies the model used by this tag merger
getModel() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
getModel() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver
Replies the model used by this dialog
getModel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
Replies the changeset content model
getModel() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
Replies the data model used in this dialog
getModel() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Returns the layer list model.
getModel(JTable) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableCellRenderer
replies the model
getModel(JTable) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableCellRenderer
 
getModel() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowser
replies the model used by this browser
getModel() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
getModel() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
Replies the tag editor model used by this panel.
getModel() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Return the root of the tree of Split, Leaf, and Divider nodes that define this layout.
getModeShortcut(String) - Static method in class org.openstreetmap.josm.actions.AutoScaleAction
 
getModificationType() - Method in interface org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetDataSetEntry
 
getModificationType() - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultChangesetDataSetEntry
 
getModificationType(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
Replies the modification type for the object with id id.
getModificationType() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel.ChangesetContentEntry
 
getModifiedPrimitives(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction
 
getModifiedRelations(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Replies the set of relations which have to be modified according to the decisions managed by this model.
getMonospacedFont(JComponent) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Gets the font used to display monospaced text in a component, if possible.
getMOTD() - Method in class org.openstreetmap.josm.gui.GettingStarted
 
getMovementMouseButton() - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
getMultikeyCombinations() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.AbstractFilterAction
 
getMultikeyCombinations() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
getMultikeyCombinations() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
getMultikeyCombinations() - Method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
getMultikeyCombinations() - Method in interface org.openstreetmap.josm.tools.MultikeyShortcutAction
 
getMultikeyShortcut() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.EnableFilterAction
 
getMultikeyShortcut() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.HidingFilterAction
 
getMultikeyShortcut() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
getMultikeyShortcut() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
getMultikeyShortcut() - Method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
getMultikeyShortcut() - Method in interface org.openstreetmap.josm.tools.MultikeyShortcutAction
 
getMultiLayerAction(List<Layer>) - Method in class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
 
getMultiLayerAction(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.CustomizeColor
 
getMultiLayerAction(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.gpx.CustomizeDrawingAction
 
getMultiLayerAction(List<Layer>) - Method in interface org.openstreetmap.josm.gui.layer.Layer.MultiLayerAction
Returns the action for a given list of layers.
getMultipolygonRoleMatcher() - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
getMultiSplitLayout() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
A convenience method that returns the layout manager cast to MultiSplitLayout.
getMy() - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
getMyConflictParties() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies the set of OsmPrimitive which participate in the role of "my" in the conflicts managed by this collection.
getMyCoords() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies the coordinates of my OsmPrimitive.
getMyDeletedState() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
Replies deleted state of local dataset
getMyEntries() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getMyEntriesSize() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getMyPrimitive(T) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Replies primitive from my dataset referenced by entry
getMyPrimitive() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
getMyPrimitive(RelationMember) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListMergeModel
 
getMyPrimitiveById(PrimitiveId) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getMyReferrers() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
Returns local referrers
getMySelectionModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getMyTableModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getMyTagValue() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
 
getName() - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
getName() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
getName() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
A tile layer name as displayed to the user.
getName() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
getName() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getName() - Method in enum org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource.ScanexLayer
 
getName() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Request name of the tile source
getName() - Method in class org.openstreetmap.josm.actions.ActionParameter
 
getName(boolean) - Static method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
 
getName() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getName() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getName() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Replies the name of this primitive.
getName() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies the name of this primitive.
getName() - Method in class org.openstreetmap.josm.data.osm.User
Replies the user name
getName() - Method in class org.openstreetmap.josm.data.projection.datum.AbstractDatum
 
getName() - Method in interface org.openstreetmap.josm.data.projection.datum.Datum
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.LonLat
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.Mercator
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
 
getName() - Method in interface org.openstreetmap.josm.data.projection.proj.Proj
Replies a human readable name of this projection.
getName() - Method in class org.openstreetmap.josm.data.projection.proj.Sinusoidal
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
getName() - Method in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
 
getName() - Method in class org.openstreetmap.josm.data.validation.Test
Returns the test name.
getName() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Replies the name of this toggle dialog
getName() - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserInfo
 
getName() - Method in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
Returns the bookmark name
getName() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies the name of the layer
getName() - Method in class org.openstreetmap.josm.gui.layer.Layer
Replies the name of the layer
getName() - Method in enum org.openstreetmap.josm.gui.MainApplication.Option
Replies the option name
getName(String) - Static method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
getName() - Method in enum org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel.ProxyPolicy
Replies the policy name, to be stored in proxy preferences.
getName() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
getName() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Returns the translated name of this preset, prefixed with the group names it belongs to.
getName() - Method in enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
Replies the name, as used in XML presets.
getName() - Method in class org.openstreetmap.josm.gui.tagging.TagModel
returns the tag name (key).
getName() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Leaf
Return the Leaf's name.
getName() - Method in class org.openstreetmap.josm.io.CachedFile
 
getName() - Method in class org.openstreetmap.josm.io.remotecontrol.DNSName
Return the actual name value of the GeneralName.
getName() - Method in class org.openstreetmap.josm.plugins.PluginInformation
Replies the name of the plugin.
getNameAndId(String, long) - Static method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
getNameComplementTags() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
Replies an unmodifiable list of the name complement tags used to compose the label.
getNamedOsmBoolean(String) - Static method in class org.openstreetmap.josm.data.osm.OsmUtils
 
getNameLabelCharacterCount(Component) - Static method in class org.openstreetmap.josm.gui.MapStatus
 
getNames() - Method in class org.openstreetmap.josm.data.osm.User
Returns the list of user names
getNameTags() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
Replies an unmodifiable list of the name tags used to compose the label.
getNameTagValue(IRelation, String) - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
getNamingtagsForRelations() - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Replies the list of naming tags used in relations.
getNativeScaleLayer() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Deprecated.
Deprecated since it is unused in JOSM and does not really belong here. Can be removed soon (August 2016). You can directly query MapView.
getNativeScaleLayer() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Replies the layer which scale is set to.
getNativeScales() - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Get native scales of tile source.
getNativeScales() - Method in interface org.openstreetmap.josm.gui.layer.NativeScaleLayer
Get native scales of this layer.
getNativeScales() - Method in class org.openstreetmap.josm.gui.layer.TMSLayer
 
getNativeScales() - Method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
getNavigationComponentActionMap() - Method in class org.openstreetmap.josm.gui.download.SlippyMapChooser
Returns the action map of the underlying navigation component.
getNear() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
Gets the "download near" choosen value
getNearestAngle(double) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
getNearestNode(Point, Predicate<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* depends on the current map selection state IF use_selected is true.
getNearestNode(Point, Predicate<OsmPrimitive>, boolean, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* depends on the current map selection state IF use_selected is true If more than one node within node.snap-distance pixels is found, the nearest node selected is returned IF use_selected is true.
getNearestNode(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
getNearestNodeOrWay(Point, Predicate<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* depends on the current map selection state IF use_selected is true.
getNearestNodes(Point, Collection<Node>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getNearestNodes(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getNearestNodesImpl(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getNearestNodesOrWays(Point, Collection<OsmPrimitive>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getNearestNodesOrWays(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getNearestWay(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* depends on the current map selection state.
getNearestWays(Point, Collection<Way>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getNearestWays(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getNearestWaySegment(Point, Predicate<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* depends on the current map selection state IF use_selected is true.
getNearestWaySegment(Point, Predicate<OsmPrimitive>, boolean, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* depends on the current map selection state IF use_selected is true.
getNearestWaySegment(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
getNearestWaySegments(Point, Collection<WaySegment>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The result *order* depends on the current map selection state.
getNearestWaySegments(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The result *order* depends on the current map selection state.
getNearestWaySegmentsImpl(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
The *result* does not depend on the current map selection state, neither does the result *order*.
getNeighbours(Node) - Method in class org.openstreetmap.josm.data.osm.Way
Return nodes adjacent to node
getNestedException(Exception, Class<T>) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
Replies the first nested exception of type nestedClass (including the root exception e) or null, if no such exception is found.
getNetworkErrors() - Static method in class org.openstreetmap.josm.Main
Returns the network errors that occured until now.
getNewChangesetId() - Method in class org.openstreetmap.josm.data.osm.event.ChangesetIdChangedEvent
 
getNewLayerFile(AutosaveTask.AutosaveLayerInfo, Date, int) - Method in class org.openstreetmap.josm.data.AutosaveTask
 
getNewlyActivatedPluginNames() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies the set of plugin names which have been added by the user to the set of activated plugins.
getNewlyActivatedPlugins() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
Replies the list of plugins which have been added by the user to the set of activated plugins
getNewlyActivatedPlugins() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies the set of plugins which have been added by the user to the set of activated plugins.
getNewlyDeactivatedPlugins() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies the set of plugins which have been removed by the user from the set of deactivated plugins.
getNewOffsetMenu() - Method in class org.openstreetmap.josm.gui.ImageryMenu
 
getNewSelection() - Method in class org.openstreetmap.josm.actions.SplitWayAction.SplitWayResult
Replies the new list of selected primitives ids
getNewThreadPoolExecutor(String, int) - Static method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
getNewThreadPoolExecutor(String) - Static method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
getNewValue() - Method in class org.openstreetmap.josm.data.Preferences.DefaultPreferenceChangeEvent
 
getNewValue() - Method in interface org.openstreetmap.josm.data.Preferences.PreferenceChangeEvent
Returns the new preference value.
getNewWay() - Method in class org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
 
getNewWays() - Method in class org.openstreetmap.josm.actions.SplitWayAction.SplitWayResult
Replies the resulting new ways
getNext() - Method in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
getNextIn(NativeScaleLayer.Scale, double) - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
 
getNextLocalUid() - Static method in class org.openstreetmap.josm.data.osm.User
 
getNextNode(int) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Gets a node from selected way after given index.
getNextNodeIndex(int) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Gets a node index from selected way after given index.
getNextOut(NativeScaleLayer.Scale, double) - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
 
getNoDataColor() - Method in class org.openstreetmap.josm.tools.ColorScale
 
getNode(long) - Method in class org.openstreetmap.josm.data.osm.DatasetFactory
 
getNode() - Method in class org.openstreetmap.josm.data.osm.event.NodeMovedEvent
 
getNode() - Method in class org.openstreetmap.josm.data.osm.RelationMember
Returns the relation member as a node.
getNode(int) - Method in class org.openstreetmap.josm.data.osm.Way
Replies the node at position index.
getNode() - Method in class org.openstreetmap.josm.data.validation.tests.PowerLines.PowerLineError
 
getNode() - Method in exception org.openstreetmap.josm.gui.widgets.MultiSplitLayout.InvalidLayoutException
 
getNodeColor() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for nodes
getNodeComparator() - Method in interface org.openstreetmap.josm.data.osm.NameFormatter
 
getNodeComparator() - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
getNodeConflicts() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Returns the list of conflicts involving nodes.
getNodeCount() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
getNodeForCommand(PseudoCommand, int) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
Wraps a command in a CommandListMutableTreeNode.
getNodeIcon(Tag) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
getNodeIcon(Tag, boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
Returns the node icon that would be displayed for the given tag.
getNodeId(int) - Method in class org.openstreetmap.josm.data.osm.history.HistoryWay
replies the idx-th node id in the list of node ids of this way
getNodeId(int) - Method in interface org.openstreetmap.josm.data.osm.IWay
Returns id of the node at given index.
getNodeId(int) - Method in class org.openstreetmap.josm.data.osm.Way
 
getNodeId(int) - Method in class org.openstreetmap.josm.data.osm.WayData
 
getNodeListTableModel(PointInTimeType) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Replies the node list table model for the respective point in time.
getNodePairs(boolean) - Method in class org.openstreetmap.josm.data.osm.Way
Replies the ordered List of chunks of this way.
getNodes() - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
getNodes() - Method in class org.openstreetmap.josm.actions.JoinAreasAction.AssembledPolygon
 
getNodes() - Method in class org.openstreetmap.josm.data.osm.DataSet
Replies an unmodifiable collection of nodes in this dataset
getNodes() - Method in class org.openstreetmap.josm.data.osm.history.HistoryWay
replies an immutable list of the ways node ids
getNodes() - Method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygon
Builds a list of nodes for this polygon.
getNodes() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
Replies the list of nodes.
getNodes() - Method in class org.openstreetmap.josm.data.osm.Way
You can modify returned list but changes will not be propagated back to the Way.
getNodes() - Method in class org.openstreetmap.josm.data.osm.WayData
 
getNodesBounds(List<Node>) - Static method in class org.openstreetmap.josm.tools.Geometry
 
getNodesCenter() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
Get the center of the nodes under modification.
getNodesCount() - Method in interface org.openstreetmap.josm.data.osm.IWay
Replies the number of nodes in this way.
getNodesCount() - Method in class org.openstreetmap.josm.data.osm.Way
 
getNodesCount() - Method in class org.openstreetmap.josm.data.osm.WayData
 
getNoIcon_Icon(StyleSource) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
No icon with the given name was found, show a dummy icon instead
getNormalizedApiUrl() - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
Removes leading and trailing whitespace from the API URL and removes trailing '/'.
getNormalUniVector() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
getNorthWestLatLonOfTile(Point, int) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
Replies lat/lon of the north/west-corner of a tile at a specific zoom level
getNoteAction() - Method in class org.openstreetmap.josm.data.notes.NoteComment
 
getNoteData() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
Returns the note data store being used by this layer
getNotes() - Method in class org.openstreetmap.josm.data.osm.NoteData
Returns the notes stored in this layer
getNoTileChecksums() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Checkusm for empty tiles for servers delivering such tile types
getNoTileChecksums() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getNoTileHeaders() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Request header information for empty tiles for servers delivering such tile types
getNoTileHeaders() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getNotShowAgain() - Method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.MessagePanel
 
getNotSortableMembers() - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
getNTV2Grid(String) - Static method in class org.openstreetmap.josm.data.projection.Projections
Get a NTV2 grid database by id.
getNullInstance() - Method in class org.openstreetmap.josm.data.preferences.ListListSetting
 
getNullInstance() - Method in class org.openstreetmap.josm.data.preferences.ListSetting
 
getNullInstance() - Method in class org.openstreetmap.josm.data.preferences.MapListSetting
 
getNullInstance() - Method in interface org.openstreetmap.josm.data.preferences.Setting
Returns a setting whose value is null.
getNullInstance() - Method in class org.openstreetmap.josm.data.preferences.StringSetting
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.AreaSize
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.ChangesetId
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Id
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.NodeCountRange
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.RangeMatch
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.TagCountRange
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.TimestampRange
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Version
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.WayCountRange
 
getNumber(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.WayLength
 
getNumberOfCoordinates() - Method in class org.openstreetmap.josm.io.NmeaReader
 
getNumCancel() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getNumConflicts() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Replies the current number of conflicts
getNumConflicts() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
getNumDataLayers() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
getNumDecidedConflicts() - Method in class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
replies the number of decided conflicts
getNumDecisions() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Replies the number of decisions managed by this model
getNumDecisions() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
getNumFailed() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getNumKeys() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getNumLayers() - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Use Main.getLayerManager().getLayers().size() instead.
getNumMembers() - Method in class org.openstreetmap.josm.data.osm.history.HistoryRelation
replies the number of members
getNumMembersWithPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies the number of members which refer to a particular primitive
getNumNodes() - Method in class org.openstreetmap.josm.data.osm.history.HistoryWay
replies the number of nodes in this way
getNumObjectsToDelete() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
getNumObjectsToUpload() - Method in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
Replies the number of objects to upload
getNumParentRelations() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
getNumRelationChildren(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
Replies the number of children of type relation for a particular relation parent
getNumRequests(int) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
getNumResolvedConflicts() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
getNumResolverTabs() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
getNumTagsFor(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the number of tags with key key
getNumVersions() - Method in class org.openstreetmap.josm.data.osm.history.History
Replies the number of versions.
getOAuthParameters() - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Replies the current set of advanced OAuth parameters in this UI
getOAuthParameters() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Replies the current OAuth parameters.
getObject() - Method in interface org.openstreetmap.josm.gui.FileDrop.TransferableObject.Fetcher
Return the object being encapsulated in the FileDrop.TransferableObject.
getObjectsNumber() - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
Returns the number of objects that will effectively be modified, before the command is executed.
getObjectsToDelete() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
getOfflineResources() - Static method in class org.openstreetmap.josm.Main
Replies the set of online resources currently offline.
getOffsetMenuItem() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
getOffsetMenuItem(JComponent) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
getOldChangesetId() - Method in class org.openstreetmap.josm.data.osm.event.ChangesetIdChangedEvent
 
getOldValue() - Method in class org.openstreetmap.josm.data.Preferences.DefaultPreferenceChangeEvent
 
getOldValue() - Method in interface org.openstreetmap.josm.data.Preferences.PreferenceChangeEvent
Returns the old preference value.
getOnlinePluginSites() - Method in class org.openstreetmap.josm.data.Preferences
Returns the list of plugin sites available according to offline mode settings.
getOnScreen() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
Convert this point to screen coordinates.
getOpacity() - Method in class org.openstreetmap.josm.gui.layer.Layer
Gets the opacity of the layer, in range 0...1
getOpenChangesets() - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
Replies the list of open changesets.
getOpenChangesetsForCurrentUser() - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
If the current user is known, the open changesets for the current user are returned.
getOpenEnds() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
Returns the start and end node of non-closed rings.
getOperand() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.UnaryMatch
 
getOppositeEntries() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
replies the opposite list of entries with respect to the current ComparePairType
getOppositePrimitive() - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.Updater
 
getOppositeRole(ListRole) - Method in enum org.openstreetmap.josm.gui.conflict.pair.ComparePairType
replies the opposite role of role participating in this comparison pair
getOppositeValue(String) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
getOptionalParams() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
 
getOrCreateCascade(String) - Method in class org.openstreetmap.josm.gui.mappaint.MultiCascade
Return the cascade with the given name.
getOrCreateTile(int, int, int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getOrderedNodes(Way) - Static method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
Replies the ordered list of nodes of way w such as it is easier to find duplicated ways.
getOrig(OsmPrimitive) - Method in class org.openstreetmap.josm.command.Command
Lets other commands access the original version of the object.
getOriginalKeys() - Method in class org.openstreetmap.josm.data.osm.event.TagsChangedEvent
 
getOriginalName() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the entry name.
getOriginalPrimitive() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
getOriginalWay() - Method in class org.openstreetmap.josm.actions.SplitWayAction.SplitWayResult
Replies the original way being split
getOSDescription() - Method in interface org.openstreetmap.josm.tools.PlatformHook
Returns a detailed OS description (at least family + version).
getOSDescription() - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
getOSDescription() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
getOSDescription() - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
getOsmApi(String) - Static method in class org.openstreetmap.josm.io.OsmApi
Replies the OsmApi for a given server URL
getOsmApi() - Static method in class org.openstreetmap.josm.io.OsmApi
Replies the OsmApi for the URL given by the preference osm-server.url
getOsmApiCredentialDialog(String, String, String, String) - Static method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
getOsmBoolean(String) - Static method in class org.openstreetmap.josm.data.osm.OsmUtils
 
getOsmClass() - Method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
getOsmIds() - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
Gets the requested OSM object IDs.
getOsmLoginUrl() - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Gets the URL used to login users on the website (for automatic mode).
getOsmLogoutUrl() - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Gets the URL used to logout users on the website (for automatic mode).
getOsmPassword() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
getOsmPrimitiveListModel() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveList
 
getOsmPrimitivesTableModel() - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
Returns the table model.
getOsmPrimitiveType(char) - Static method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
getOsmUserName() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
getOSMWebsite() - Static method in class org.openstreetmap.josm.Main
Returns the OSM website URL.
getOutboundPairs(CombineWayAction.NodePair) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
getOutboundPairs(Node) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
getOuterPolygons() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
Replies the list of outer polygons.
getOuterWays() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
Replies the list of outer ways.
getOutputStream(File) - Static method in class org.openstreetmap.josm.io.OsmExporter
 
getOutputStreamZip(String) - Method in class org.openstreetmap.josm.io.session.SessionWriter.ExportSupport
Create a file inside the zip archive.
getOutsideColor() - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Replies background color for non-downloaded areas.
getOverpassQuery() - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
getOverpassServer() - Static method in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
Returns the URL of the currently selected Overpass server.
getP1() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.LineClip
 
getP2() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.LineClip
 
getPackageDetails(String...) - Static method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
Get the package name including detailed version.
getPadded(OsmPrimitive, Dimension) - Static method in class org.openstreetmap.josm.tools.ImageProvider
 
getPanel() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
 
getParam(int) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParametersTableModel
 
getParameters() - Method in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
getParameters() - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
getParameters() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
getParametrizedAction() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
getParent() - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
getParent() - Method in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
getParent() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage.MapImageBoxProvider
 
getParent() - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
getParentDialog() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
replies the parent dialog this browser is embedded in
getParentDialog() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree
replies the parent dialog this tree is embedded in.
getParentRelations(Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies the set of referring relations
getParentRelations() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
getParents() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
getParentSubGridName() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
getParserChecksumErrors() - Method in class org.openstreetmap.josm.io.NmeaReader
 
getParserMalformed() - Method in class org.openstreetmap.josm.io.NmeaReader
 
getParserUnknown() - Method in class org.openstreetmap.josm.io.NmeaReader
 
getParserZeroCoordinates() - Method in class org.openstreetmap.josm.io.NmeaReader
 
getParticipatingPrimitives() - Method in class org.openstreetmap.josm.command.AddCommand
 
getParticipatingPrimitives() - Method in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
getParticipatingPrimitives() - Method in class org.openstreetmap.josm.command.Command
Return the primitives that take part in this command.
getParticipatingPrimitives() - Method in class org.openstreetmap.josm.command.DeleteCommand
 
getParticipatingPrimitives() - Method in class org.openstreetmap.josm.command.MoveCommand
 
getParticipatingPrimitives() - Method in class org.openstreetmap.josm.command.PseudoCommand
Return the primitives that take part in this command.
getParticipatingPrimitives() - Method in class org.openstreetmap.josm.command.PurgeCommand
 
getParticipatingPrimitives() - Method in class org.openstreetmap.josm.command.SequenceCommand
 
getParticipatingPrimitives() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
 
getParticipatingRoles() - Method in enum org.openstreetmap.josm.gui.conflict.pair.ComparePairType
replies the pair of ListRoles participating in this comparison pair
getPassword() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
getPassword() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
getPassword() - Method in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
Replies the password
getPasswordAuthentication() - Method in class org.openstreetmap.josm.io.auth.DefaultAuthenticator
Called by the Java HTTP stack when either the OSM API server or a proxy requires authentication.
getPasteAction() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
Returns the paste action.
getPasteAction() - Method in class org.openstreetmap.josm.gui.tagging.TagTable
Returns the paste action.
getPasteKeyStroke() - Static method in class org.openstreetmap.josm.tools.Shortcut
Replies the platform specific key stroke for the 'Paste' command, i.e.
getPath(Way) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
getPattern(String) - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData.CheckerElement
 
getPatternFor(String) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
getPatternFor(String, boolean) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesUrlBoundsTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesUrlIdTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeCompressedTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmCompressedTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmIdTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmUrlTask
 
getPatterns() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
 
getPatterns() - Method in interface org.openstreetmap.josm.actions.downloadtasks.DownloadTask
Returns regular expressions that match the URLs
getPerimeter() - Method in class org.openstreetmap.josm.tools.Geometry.AreaAndPerimeter
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.OpenFileHandler
 
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Get a specific message to ask the user for permission for the operation requested via remote control.
getPermissionMessage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.OpenFileHandler
 
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Get a PermissionPref object containing the name of a special permission preference to individually allow the requested operation and an error message to be displayed when a disabled operation is requested.
getPermissionPref() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
 
getPermissionPrefs() - Static method in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
getPFClip(Way, double) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
getPFClip(Multipolygon.PolyData, double) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
getPFDisplacedEndPoint(EastNorth, EastNorth, EastNorth, double) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Get the point to add to the clipping area for partial fill of unclosed polygons.
getPhotoUnderMouse(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Returns the image that matches the position of the mouse event.
getPidFile(File) - Method in class org.openstreetmap.josm.data.AutosaveTask
 
getPixelDensity() - Static method in class org.openstreetmap.josm.gui.util.GuiSizesHelper
Returns coefficient of monitor pixel density.
getPixelPerDegree() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getPlugin(String) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Returns the plugin of the specified name.
getPluginCausingException(Throwable) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Replies the plugin which most likely threw the exception ex.
getPluginClassLoader() - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Get the class loader for loading plugin code.
getPluginDir() - Method in class org.openstreetmap.josm.plugins.Plugin
 
getPluginInformation(String) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies the plugin info with the name name.
getPluginInformation() - Method in class org.openstreetmap.josm.plugins.Plugin
Replies the plugin information object for this plugin
getPluginLocations() - Static method in class org.openstreetmap.josm.plugins.PluginInformation
Returns all possible plugin locations.
getPluginPreference() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Returns the PluginPreference object.
getPluginResourceClassLoader() - Method in class org.openstreetmap.josm.plugins.Plugin
Get a class loader for loading resources from the plugin jar.
getPluginsDirectory() - Method in class org.openstreetmap.josm.data.Preferences
Returns the user plugin directory.
getPluginSites() - Method in class org.openstreetmap.josm.data.Preferences
Replies the collection of plugin site URLs from where plugin lists can be downloaded.
getPluginsScheduledForUpdateOrDownload() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
Replies the set of plugins waiting for update or download
getPluginsScheduledForUpdateOrDownload() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies the set of plugins waiting for update or download.
getPoint(EastNorth) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getPoint(LatLon) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getPoint(Node) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getPoint2D(Point2D, Point2D) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulFilter
 
getPoint2D(EastNorth) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Return the point on the screen where this Coordinate would be.
getPoint2D(LatLon) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getPoint2D(Node) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getPointAlong(int, int, ProjectionBounds) - Static method in class org.openstreetmap.josm.data.projection.CustomProjection
 
getPointFor(EastNorth) - Method in class org.openstreetmap.josm.gui.MapViewState
Gets the MapViewState.MapViewPoint for the given EastNorth coordinate.
getPointInTime(PointInTimeType) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
replies the history OSM primitive for a given point in time
getPointInTimeType() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
getPoints() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapPolygon
 
getPoints() - Method in class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
getPoints() - Method in class org.openstreetmap.josm.data.imagery.Shape
 
getPole(CustomProjection.Polarity) - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
getPolicy() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
getPolygonIntersection(GeneralPath, List<Node>) - Static method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
getPopUpMenu() - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
Replies the popup menu for this table
getPopupMenuHandler() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
Replies the popup menu handler.
getPopupMenuHandler() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
Replies the popup menu handler.
getPopupMenuHandler() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
Replies the popup menu handler.
getPopupMenuHandler() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Replies the popup menu handler.
getPos() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
getPos() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Returns the position value.
getPosition() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Calculates the latitude/longitude coordinate of the center of the currently displayed map area.
getPosition(Point) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Converts the relative pixel coordinate (regarding the top left corner of the displayed map) into a latitude / longitude coordinate
getPosition(int, int) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Converts the relative pixel coordinate (regarding the top left corner of the displayed map) into a latitude / longitude coordinate
getPosition() - Method in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
getPosition(LayerManager) - Method in class org.openstreetmap.josm.gui.layer.LayerPositionStrategy
Gets the position where the layer should be inserted
getPosition() - Method in class org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
 
getPositionListString(List<Integer>) - Static method in class org.openstreetmap.josm.tools.Utils
Returns a human readable representation of a list of positions.
getPositionString() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
getPossibleMergeTargets(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Replies a list of layers which are possible merge targets for source
getPossibleValues(Set<String>) - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
getPostLayerTask() - Method in class org.openstreetmap.josm.io.GpxImporter.GpxImporterData
Returns the task to run after GPX and/or marker layer has been added to MapView.
getPostLayerTask() - Method in class org.openstreetmap.josm.io.OsmImporter.OsmImporterData
 
getPostLoadTasks() - Method in class org.openstreetmap.josm.io.session.SessionReader
 
getPPD() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
getPreferenceCached(String, String) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Looks up a preference value and ensures the style cache is invalidated as soon as this preference value is changed by the user.
getPreferenceEntry() - Method in class org.openstreetmap.josm.data.osm.Filter
Returns a new preference entry for this filter.
getPreferenceFile() - Method in class org.openstreetmap.josm.data.Preferences
Returns the user preferences file (preferences.xml).
getPreferenceKey() - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
getPreferencePanel(ActionListener) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
getPreferencePanel(ActionListener) - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
getPreferencePanel(ActionListener) - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice
 
getPreferencePanel(ActionListener) - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice
 
getPreferencePanel(ActionListener) - Method in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
 
getPreferencePanel(ActionListener) - Method in interface org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice
Generate and provide the GUI.
getPreferencePanel(ActionListener) - Method in class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
 
getPreferencePanel(ActionListener) - Method in class org.openstreetmap.josm.gui.preferences.projection.SwissGridProjectionChoice
 
getPreferencePanel(ActionListener) - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
getPreferencePrefix() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Replies the prefix for the preference settings of this dialog.
getPreferences(JPanel) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
getPreferences(JPanel) - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
getPreferences(JPanel) - Method in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
 
getPreferences(JPanel) - Method in interface org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice
Extract preferences from the GUI.
getPreferences(JPanel) - Method in class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
 
getPreferences(JPanel) - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
getPreferencesDecorationPanel() - Method in interface org.openstreetmap.josm.io.auth.CredentialsAgent
Provide a Panel that is shown below the API password / username fields in the JOSM Preferences.
getPreferencesDecorationPanel() - Method in class org.openstreetmap.josm.io.auth.CredentialsManager
 
getPreferencesDecorationPanel() - Method in class org.openstreetmap.josm.io.auth.JosmPreferencesCredentialAgent
 
getPreferencesDirectory() - Method in class org.openstreetmap.josm.data.Preferences
Returns the user defined preferences directory, containing the preferences.xml file
getPreferenceSetting() - Method in class org.openstreetmap.josm.plugins.Plugin
Called in the preferences dialog to create a preferences page for the plugin, if any available.
getPreferenceSetting() - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
getPreferenceSetting() - Method in class org.openstreetmap.josm.plugins.PluginProxy
 
getPreferencesFromCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
getPreferencesFromCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
getPreferencesFromCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.GaussKruegerProjectionChoice
 
getPreferencesFromCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice
 
getPreferencesFromCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice
 
getPreferencesFromCode(String) - Method in interface org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice
Get Preferences from projection code.
getPreferencesFromCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.PuwgProjectionChoice
 
getPreferencesFromCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
 
getPreferencesFromCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
getPreferencesFromCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
getPreferencesValue() - Method in enum org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel.Policy
 
getPreferenceValue() - Method in enum org.openstreetmap.josm.gui.io.UploadStrategy
Replies the value which is written to the preferences for a specific upload strategy
getPreferredFormats() - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
getPreferredFullWidthSize() - Method in class org.openstreetmap.josm.gui.widgets.JosmTable
 
getPreferredHeight() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Returns the preferred height of this dialog.
getPreferredScrollableViewportSize() - Method in class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
 
getPreferredSize() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
getPreferredSize() - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
getPreferredSize() - Method in class org.openstreetmap.josm.gui.widgets.ImageLabel
 
getPreferredSize() - Method in class org.openstreetmap.josm.gui.widgets.JMultilineLabel
Tries to determine a suitable height for the given contents and return that dimension.
getPreferredSpan(int) - Method in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
getPrefKey(URL, String) - Static method in class org.openstreetmap.josm.io.CachedFile
Get preference key to store the location and age of the cached file.
getPrefName() - Method in class org.openstreetmap.josm.gui.preferences.SourceEntry
the name / identifier that should be used to save custom color values and similar stuff to the preference file
getPresetKeys() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
getPresetSources() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Returns the set of preset source URLs.
getPresetValues(String) - Static method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
getPrettifiedValue() - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest.OpeningHoursTestError
Returns the prettified value.
getPreviousActiveLayer() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeEvent
Gets the active layer that was previously used.
getPreviousEditDataSet() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeEvent
Gets the data set that was previously used.
getPreviousEditLayer() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeEvent
Gets the edit layer that was previously used.
getPreviousNode(int) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Gets a node from selected way before given index.
getPreviousNodeIndex(int) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Gets a node index from selected way before given index.
getPrevNode() - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Node just before head node.
getPrimeMeridians() - Static method in class org.openstreetmap.josm.data.projection.CustomProjection
 
getPrimitive() - Method in interface org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetDataSetEntry
 
getPrimitive() - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultChangesetDataSetEntry
 
getPrimitive(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
Replies the HistoryOsmPrimitive with id id from this dataset.
getPrimitive() - Method in class org.openstreetmap.josm.data.osm.event.TagsChangedEvent
 
getPrimitive() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel.ChangesetContentEntry
 
getPrimitive(int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
Replies the primitive at row row in this model
getPrimitive() - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.Updater
 
getPrimitive(int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
getPrimitive() - Method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
getPrimitive(OsmPrimitiveType, long) - Method in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
getPrimitiveActions() - Method in class org.openstreetmap.josm.gui.PopupMenuHandler
Returns all enabled primitive actions.
getPrimitiveById(long, OsmPrimitiveType) - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns a primitive with a given id from the data set.
getPrimitiveById(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns a primitive with a given id from the data set.
getPrimitiveByIdChecked(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.DataSet
Show message and stack trace in log in case primitive is not found
getPrimitiveData() - Method in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable.Data
Returns the contained PrimitiveData
getPrimitiveData() - Method in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable
 
getPrimitiveId() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getPrimitiveId() - Method in class org.openstreetmap.josm.data.osm.history.History
Replies the primitive id for this history.
getPrimitiveId() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
getPrimitiveId() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies the unique primitive id for this primitive
getPrimitiveId() - Method in exception org.openstreetmap.josm.io.OsmApiPrimitiveGoneException
Replies the id of the primitive this exception was thrown for.
getPrimitiveInLayer(int, OsmDataLayer) - Method in class org.openstreetmap.josm.gui.conflict.pair.PairTable
 
getPrimitiveInLayer(int, OsmDataLayer) - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
Returns primitive at the specified row.
getPrimitiveListModel() - Method in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel.PrimitiveList
 
getPrimitiveName(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
 
getPrimitives() - Method in class org.openstreetmap.josm.data.APIDataSet
Replies all primitives
getPrimitives(Predicate<? super OsmPrimitive>) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent
Returns list of primitives modified by this event.
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.ChangesetIdChangedEvent
 
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.DataChangedEvent
 
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.NodeMovedEvent
 
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.PrimitiveFlagsChangedEvent
 
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.PrimitivesAddedEvent
 
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.PrimitivesRemovedEvent
 
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.RelationMembersChangedEvent
 
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.TagsChangedEvent
 
getPrimitives() - Method in class org.openstreetmap.josm.data.osm.event.WayNodesChangedEvent
 
getPrimitives() - Method in class org.openstreetmap.josm.data.validation.TestError
Gets the list of primitives affected by this error
getPrimitives(int[]) - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveListModel
 
getPrimitives(OsmPrimitive) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.AndSet
 
getPrimitives(OsmPrimitive) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ChildSet
 
getPrimitives(OsmPrimitive) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ContextProvider
 
getPrimitives(OsmPrimitive) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.OrSet
 
getPrimitives(OsmPrimitive) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ParentSet
 
getPrimitivesByModificationType(ChangesetDataSet.ChangesetModificationType) - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
Replies the set of primitives with a specific modification type
getPrimitivesToAdd() - Method in class org.openstreetmap.josm.data.APIDataSet
Replies the primitives which should be added to the OSM database
getPrimitivesToCheckForParents() - Method in class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
Replies the collection of deleted OSM primitives for which we have to check whether there are dangling references on the server.
getPrimitivesToDelete() - Method in class org.openstreetmap.josm.data.APIDataSet
Replies the primitives which should be deleted in the OSM database
getPrimitivesToUpdate() - Method in class org.openstreetmap.josm.data.APIDataSet
Replies the primitives which should be updated in the OSM database
getPrimitiveToZoom() - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.ZoomToNodeAction
 
getPrimitiveType() - Method in exception org.openstreetmap.josm.io.OsmApiPrimitiveGoneException
Replies the type of the primitive this exception was thrown for.
getPriority() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
Returns the priority.
getPriority() - Method in class org.openstreetmap.josm.io.FileImporter
If multiple files (with multiple file formats) are selected, they are opened in the order of their priorities.
getPriority() - Method in class org.openstreetmap.josm.io.JpgImporter
Needs to be the last, to avoid problems.
getPrivileges() - Method in class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel
Replies the currently entered privileges
getProcessedPrimitives() - Method in class org.openstreetmap.josm.io.OsmServerWriter
Replies the collection of successfully processed primitives
getProfileMenu() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
getProgressMonitor() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
Relies the progress monitor.
getProgressMonitor() - Method in class org.openstreetmap.josm.gui.SplashScreen
Returns the progress monitor.
getProgressTaskId() - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
getProgressTaskId() - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
getProgressTaskId() - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
getProgressTaskId() - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Returns the task ID of the progress dialog Should be used only by PleaseWaitRunnable
getProgressTaskId() - Method in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
getProgressTaskId() - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
getProj() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
Replies the projection (in the narrow sense)
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.datum.AbstractDatum
 
getProj4Id() - Method in interface org.openstreetmap.josm.data.projection.datum.Datum
Replies the Proj.4 identifier.
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.LonLat
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.Mercator
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
 
getProj4Id() - Method in interface org.openstreetmap.josm.data.projection.proj.Proj
Replies the Proj.4 identifier.
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.Sinusoidal
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
getProj4Id() - Method in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
 
getProjection() - Method in class org.openstreetmap.josm.gui.MapViewState
Gets the current projection used for the MapView.
getProjection() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getProjection() - Method in class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
 
getProjection() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
getProjection() - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
getProjection() - Method in interface org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice
Get the projection that matches the internal state.
getProjection() - Static method in class org.openstreetmap.josm.Main
Replies the current projection.
getProjectionBounds() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewRectangle
Gets the projection bounds for this rectangle.
getProjectionBounds() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getProjectionBounds(Rectangle) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getProjectionByCode(String) - Static method in class org.openstreetmap.josm.data.projection.Projections
Get a projection by code.
getProjectionChoices() - Static method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.GaussKruegerProjectionChoice
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.PuwgProjectionChoice
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
getProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
getProjections() - Method in class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
getProperty() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
getPropertyChangeListeners() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Replies list of property change listeners.
getPropertyPopupMenuHandler() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Replies the tag popup menu handler.
getProvidersPanel() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
Returns the imagery providers panel.
getQueryString() - Method in class org.openstreetmap.josm.io.ChangesetQuery
Replies the query string to be used in a query URL for the OSM API.
getRadius() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapMarker
 
getRadius(MapMarker, Point) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Calculates the position on the map of a given coordinate
getRadius() - Method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
getRange() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
 
getRange() - Method in interface org.openstreetmap.josm.gui.mappaint.mapcss.Selector
 
getRange() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.LinkSelector
 
getRange() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
getRawName() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Returns the non translated name of this preset, prefixed with the (non translated) group names it belongs to.
getRawTimestamp() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getRawTimestamp() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Time of last modification to this object.
getReadLock() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns the lock used for reading.
getReadNumber() - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
getRealBounds() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
getRealNodesCount() - Method in class org.openstreetmap.josm.data.osm.Way
Replies the real number of nodes in this way (full number of nodes minus one if this way is closed)
getRealValue() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
getReasonPhrase() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpResponse
 
getRecentRelations() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Returns list of recently closed relations or null if none.
getRecentRelationsOnActiveLayer() - Static method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
Returns the list of recent relations on active layer.
getRectangle() - Method in class org.openstreetmap.josm.tools.WindowGeometry
Replies the size and position specified by the geometry
getReferenced() - Method in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
getReferencePointInTime() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Replies the history OSM primitive for the PointInTimeType.REFERENCE_POINT_IN_TIME
getReferredPrimitive(int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
getReferredPrimitive(int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
getReferredPrimitive(int) - Method in interface org.openstreetmap.josm.gui.widgets.OsmPrimitivesTableModel
 
getReferrer(Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies the collection of referring primitives for the primitives in primitives.
getReferrers(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Find primitives that reference this primitive.
getReferrers() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
getReferringPrimitives(ProgressMonitor, String, String) - Method in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
 
getReferringRelations(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
Reads referring relations from the API server and replies them in a DataSet
getReferringWays(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
Reads referring ways from the API server and replies them in a DataSet
getRegisteredActionShortcut(Shortcut) - Static method in class org.openstreetmap.josm.Main
Replies the registered action for the given shortcut
getRelation(long) - Method in class org.openstreetmap.josm.data.osm.DatasetFactory
 
getRelation() - Method in class org.openstreetmap.josm.data.osm.event.RelationMembersChangedEvent
 
getRelation() - Method in class org.openstreetmap.josm.data.osm.RelationMember
Returns the relation member as a relation.
getRelation() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
getRelation() - Method in interface org.openstreetmap.josm.gui.dialogs.relation.IRelationEditor
Replies the currently edited relation
getRelation() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
 
getRelation() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
getRelationChildByIdx(Relation, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
Replies the i-th child of type relation for a particular relation parent.
getRelationComparator() - Method in interface org.openstreetmap.josm.data.osm.NameFormatter
 
getRelationComparator() - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
getRelationConflicts() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Returns the list of conflicts involving nodes.
getRelationDialogManager() - Static method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
Replies the singleton RelationDialogManager
getRelationMember(int) - Method in class org.openstreetmap.josm.data.osm.history.HistoryRelation
replies the idx-th member
getRelationMemberConflictResolverModel() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Replies the relation membership conflict resolver model.
getRelationMemberData() - Method in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable.Data
Returns the contained RelationMemberData
getRelationMemberData() - Method in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable
 
getRelationMemberForPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
getRelationMemberTableModel(PointInTimeType) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Replies the relation member table model for the respective point in time.
getRelationName(IRelation) - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
getRelations(Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.relation.AbstractRelationAction
 
getRelations() - Method in class org.openstreetmap.josm.data.osm.DataSet
Replies an unmodifiable collection of relations in this dataset
getRelationSelectedColor() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for selected relations
getRelationSelectedColor(int) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for selected relations with a given alpha
getRelationSnapshot() - Method in interface org.openstreetmap.josm.gui.dialogs.relation.IRelationEditor
Replies the state of the edited relation when the editor has been launched.
getRelationSnapshot() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
getRelationToChildReferences(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.osm.RelationToChildReference
Replies a set of all RelationToChildReferences for a given child primitive.
getRelationToChildReferences(Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.data.osm.RelationToChildReference
Replies a set of all RelationToChildReferences for a collection of child primitives
getRelationTypeName(IRelation) - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
getReleaseAttributes() - Method in class org.openstreetmap.josm.data.Version
Replies a text with the release attributes
getRemoteControlDir() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
Returns the remote control directory.
getRemovedChangesets() - Method in interface org.openstreetmap.josm.data.osm.ChangesetCacheEvent
 
getRemovedChangesets() - Method in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
getRemovedLayer() - Method in class org.openstreetmap.josm.gui.layer.LayerManager.LayerRemoveEvent
Gets the layer that is about to be removed.
getRenderer() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.Descriptor
 
getRenderingHints() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulFilter
 
getReportHeader() - Static method in class org.openstreetmap.josm.actions.ShowStatusReportAction
Replies the report header (software and system info)
getRequest(String, boolean) - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
getRequest(AbstractProgressMonitor) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
getRequestForBbox(double, double, double, double) - Method in class org.openstreetmap.josm.io.BoundingBoxDownloader
Builds the request part for the bounding box.
getRequestForBbox(double, double, double, double) - Method in class org.openstreetmap.josm.io.OverpassDownloadReader
 
getRequestHeader(String) - Method in class org.openstreetmap.josm.tools.HttpClient
Returns the set value for the given header.
getRequestMethod() - Method in class org.openstreetmap.josm.tools.HttpClient
Returns the request method set for this connection.
getRequestMethod() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns the request method.
getRequestParameter(URI) - Static method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Returns the request parameters.
getRequestToken(ProgressMonitor) - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
Submits a request for a Request Token to the Request Token Endpoint Url of the OAuth Service Provider and replies the request token.
getRequestToken() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
Replies the request token.
getRequestTokenUrl() - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Gets the request token URL.
getRequestUrl() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
getRequiredPlugins(String) - Static method in class org.openstreetmap.josm.plugins.PluginInformation
 
getRequiredPlugins() - Method in class org.openstreetmap.josm.plugins.PluginInformation
Replies the list of plugins required by the up-to-date version of this plugin.
getResolution() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Replies a tag representing the current resolution.
getResolution() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
Returns conflict resolution.
getResolution(OsmPrimitiveType) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
getResolution() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
getResolver(int) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
getResource() - Method in class org.openstreetmap.josm.tools.ImageProvider
Execute the image request.
getResourceClassLoaders() - Static method in class org.openstreetmap.josm.plugins.PluginHandler
 
getResponse() - Method in class org.openstreetmap.josm.tools.HttpClient
Returns the HTTP response which is set only after calling HttpClient.connect().
getResponseCode() - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
getResponseCode() - Method in exception org.openstreetmap.josm.gui.help.HelpContentReaderException
Replies the HTTP response code related to the wiki access exception.
getResponseCode() - Method in exception org.openstreetmap.josm.io.OsmApiException
Replies the HTTP response code.
getResponseCode() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Gets the response code from this HTTP connection.
getResponseMessage() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Gets the response message from this HTTP connection.
getRestartButtonSpec() - Static method in class org.openstreetmap.josm.actions.RestartAction
Returns a new ButtonSpec instance that performs this action.
getRestoreOrientationTransform(int, int, int) - Static method in class org.openstreetmap.josm.tools.ExifReader
Returns a Transform that fixes the image orientation.
getResult() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NameFinderResultParser
 
getResult() - Method in exception org.openstreetmap.josm.tools.ImageProvider.SAXReturnException
 
getReverseCommand() - Method in class org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
 
getRhs() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.AbstractBinaryMatch
Returns right hand side.
getRole(int) - Method in interface org.openstreetmap.josm.data.osm.IRelation
Returns role of the member at given index.
getRole(int) - Method in class org.openstreetmap.josm.data.osm.Relation
 
getRole(int) - Method in class org.openstreetmap.josm.data.osm.RelationData
 
getRole() - Method in class org.openstreetmap.josm.data.osm.RelationMember
Returns the role of this relation member.
getRole() - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
Get member role.
getRole() - Method in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
getRole() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
getRole() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
getRole() - Method in class org.openstreetmap.josm.gui.mappaint.Environment
 
getRoleCache() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
getRoleCorrections(Way) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
getRoleString() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
getRoot() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
 
getRoot() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Returns the root node model.
getRootCause(Throwable) - Static method in class org.openstreetmap.josm.tools.Utils
Returns the root cause of a throwable object.
getRootKeystore() - Static method in class org.openstreetmap.josm.tools.PlatformHookWindows
Loads Windows-ROOT keystore.
getRotationAngle(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.util.RotationAngle
Calculates the rotation angle depending on the primitive to displayed.
getRoundedToOsmPrecision() - Method in class org.openstreetmap.josm.data.coor.LatLon
Replies a clone of this lat LatLon, rounded to OSM precisions, i.e.
getRow(int) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
getRow(int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryDefaultLayerTableModel
Returns the imagery info at the given row number.
getRow(int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel
Returns the imagery info at the given row number.
getRow(int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.history.DiffTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor.ListSettingTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.ListTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.MapTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.AllSettingsTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryDefaultLayerTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ScListModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParametersTableModel
 
getRowCount() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
 
getRowCount() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
getRowSelectionModel() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Replies the row selection model used by this tag editor model
getRuleCandidates(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
Get a subset of all rules that might match the primitive.
getSafeActionValue(String) - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
getSafeLayerInfo() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getSavedDownloadBounds() - Static method in class org.openstreetmap.josm.gui.download.DownloadDialog
Returns the previously saved bounding box from preferences.
getSaveLayerInfo(AbstractModifiableLayer) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getSaveState() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies the save state of SaveLayerInfo.getLayer().
getSaveUsernameAndPasswordCheckboxText() - Method in class org.openstreetmap.josm.io.auth.AbstractCredentialsAgent
Provide the text for a checkbox that offers to save the username and password that has been entered by the user.
getSaveUsernameAndPasswordCheckboxText() - Method in class org.openstreetmap.josm.io.auth.JosmPreferencesCredentialAgent
 
getScale() - Method in class org.openstreetmap.josm.data.ViewportData
Return the scale factor in east-/north-units per pixel.
getScale() - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.Scale
 
getScale() - Method in class org.openstreetmap.josm.gui.MapViewState
The scale in east/north units per pixel.
getScale() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Returns the current scale.
getScale() - Method in class org.openstreetmap.josm.gui.NavigatableComponent.ZoomData
 
getScaledIcon() - Method in class org.openstreetmap.josm.plugins.PluginInformation
Replies the plugin icon, scaled to LARGE_ICON size.
getScaleFactor() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
getScaleFactor() - Method in interface org.openstreetmap.josm.data.projection.proj.IScaleFactorProvider
Get the scale factor.
getScaleFactor() - Method in class org.openstreetmap.josm.data.projection.proj.Mercator
 
getScaleFactor(int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Returns average number of screen pixels per tile pixel for current mapview
getScreenDPI() - Static method in class org.openstreetmap.josm.gui.util.GuiSizesHelper
Request the screen resolution (cached)
getScreenInfo(String) - Static method in class org.openstreetmap.josm.tools.WindowGeometry
Find the size and position of the screen for given coordinates.
getScreenInfo(Rectangle) - Static method in class org.openstreetmap.josm.tools.WindowGeometry
Find the size and position of the screen for given coordinates.
getScreenSize() - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Gets the size of the screen.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
 
getScrollableTracksViewportHeight() - Method in class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
 
getScrollableTracksViewportWidth() - Method in class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
 
getSearchExpressionHistory() - Static method in class org.openstreetmap.josm.actions.search.SearchAction
 
getSearchHistory() - Static method in class org.openstreetmap.josm.actions.search.SearchAction
 
getSecondNode() - Method in class org.openstreetmap.josm.data.osm.WaySegment
Returns the second (last) node of the way segment.
getSeconds() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
getSecret() - Method in class org.openstreetmap.josm.data.oauth.OAuthToken
Replies the token secret
getSegmentAngle(EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.tools.Geometry
Returns angle of a segment defined with 2 point coordinates.
getSegmentCells(Node, Node, double) - Static method in class org.openstreetmap.josm.data.validation.util.ValUtil
Returns the coordinates of all cells in a grid that a line between 2 nodes intersects with.
getSegmentCells(EastNorth, EastNorth, double) - Static method in class org.openstreetmap.josm.data.validation.util.ValUtil
Returns the coordinates of all cells in a grid that a line between 2 nodes intersects with.
getSegments() - Method in interface org.openstreetmap.josm.data.gpx.GpxTrack
Returns the track segments.
getSegments() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
getSegments(EastNorth, EastNorth) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
Returns all the cells this segment crosses.
getSegmentSegmentIntersection(EastNorth, EastNorth, EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.tools.Geometry
Finds the intersection of two line segments.
getSelectablePrimitives() - Method in class org.openstreetmap.josm.data.validation.TestError
Gets the list of primitives affected by this error and are selectable
getSelected() - Method in class org.openstreetmap.josm.data.osm.DataSet
Replies an unmodifiable collection of primitives currently selected in this dataset, except deleted ones.
getSelected() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
getSelected() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Replies the collection of OSM primitives currently selected in the view of this model
getSelected() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.AvailableSourcesListModel
 
getSelectedChangeset() - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
Replies the currently selected changeset.
getSelectedChangesetIds() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
Replies a set of ids of the selected changesets
getSelectedChangesetIds() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
getSelectedChangesets() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
Replies the list of selected changesets
getSelectedChangesets() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
getSelectedChangesets() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
Replies a collection with the changesets the user selected.
getSelectedChildPrimitives() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies the set of selected referers.
getSelectedColor() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for selected objects (nodes and ways)
getSelectedColor(int) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for selected objects (nodes and ways) with a given alpha
getSelectedComparator() - Method in class org.openstreetmap.josm.gui.NoteSortDialog
 
getSelectedComparePair() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.ComparePairListModel
 
getSelectedConflict() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
returns the first selected item of the conflicts list
getSelectedDownloadArea() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Replies the currently selected download area.
getSelectedError() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Replies the currently selected error, or null.
getSelectedFile() - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Returns the selected file.
getSelectedFile() - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
getSelectedFile() - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
getSelectedFiles() - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Returns a list of selected files if the file chooser is set to allow multiple selection.
getSelectedFiles() - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
getSelectedFiles() - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
getSelectedIncompleteMemberPrimitives() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies the set of selected incomplete primitives
getSelectedIndices() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
getSelectedItem() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.ComparePairListModel
 
getSelectedItem() - Method in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog.Selector
 
getSelectedItem() - Method in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
 
getSelectedItem() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Combo
 
getSelectedItem() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.ConcatenatingJList
 
getSelectedItem() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
getSelectedItem() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.MultiSelect
 
getSelectedItems() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
The list of currently selected rows
getSelectedLayer() - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource.SelectLayerDialog
 
getSelectedLayers() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Replies the list of currently selected layers.
getSelectedLayers() - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
Returns the list of selected layers.
getSelectedMembers() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Get the currently selected relation members
getSelectedMembershipRelation() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Returns the selected relation membership.
getSelectedMultipolygonRelation() - Method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
 
getSelectedMultipolygonRelation(Collection<Way>, Collection<Relation>) - Static method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
 
getSelectedNodes() - Method in class org.openstreetmap.josm.actions.CopyCoordinatesAction
 
getSelectedNodes() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns selected nodes.
getSelectedNodesAndWays() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns selected nodes and ways.
getSelectedNodeSize() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns the size of selected nodes
getSelectedNote() - Method in class org.openstreetmap.josm.data.osm.NoteData
Returns the currently selected note
getSelectedNote() - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog
Returns the currently selected note, if any.
getSelectedObjects(boolean) - Method in class org.openstreetmap.josm.gui.SelectionManager
Return a list of all objects in the active/last selection, respecting the different modifier.
getSelectedObjects() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
getSelectedOpenChangesets() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
Replies the selected open changesets
getSelectedPluginNames() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies the list of selected plugin information objects
getSelectedPlugins() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies the list of selected plugin information objects
getSelectedPreset() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
Determines, which preset is selected at the moment.
getSelectedPresetAndUpdateClassification() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
Determines, which preset is selected at the moment.
getSelectedPrimitives() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
 
getSelectedPrimitives() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
Replies the selected OSM primitives.
getSelectedPrimitives() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
getSelectedProperty() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Returns the selected tag.
getSelectedQuery() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
getSelectedRelations() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns selected relations.
getSelectedRelations() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
Replies the list of selected relations.
getSelectedRelations() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
Replies the list of selected relations.
getSelectedRows() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Replies a the list of indices of the selected rows.
getSelectedSearchResult() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableModel
 
getSelectedUsers(int[]) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserTableModel
 
getSelectedWays() - Method in class org.openstreetmap.josm.data.osm.DataSet
Returns selected ways.
getSelection() - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
getSelection() - Method in interface org.openstreetmap.josm.gui.tagging.presets.TaggingPresetHandler
 
getSelectionHistory() - Method in class org.openstreetmap.josm.data.osm.DataSet
Replies the history of JOSM selections
getSelectionHistory() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Replies the history of JOSM selections
getSelectionModel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
getSelectionModel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
Replies the selection model
getSelectionModel() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
getSelectionRectangle() - Method in class org.openstreetmap.josm.gui.SelectionManager
Calculate and return the current selection rectangle
getSemaphore(JCSCachedTileLoaderJob<?, ?>) - Method in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
getSeparator() - Static method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
getServerKey() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
getServerKey() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
For TMS use BaseURL as settings discovery, so for different paths, we will have different settings (useful for developer servers)
getServerPreference() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Returns the ServerAccessPreference object.
getServerProjections() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Get the projections supported by the server.
getServerUrl(String) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
Gets a server URL in the preferences dialog.
getServerUrl() - Method in class org.openstreetmap.josm.io.OsmApi
Returns the server URL
getServerUrlFromPref() - Static method in class org.openstreetmap.josm.io.OsmApi
 
getServiceUrl() - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
Returns the service URL.
getSessionLayerExporter(Layer) - Static method in class org.openstreetmap.josm.io.session.SessionWriter
Returns the session layer exporter for the given layer.
getSessionLayerImporter(String) - Static method in class org.openstreetmap.josm.io.session.SessionReader
Returns the session layer importer for the given layer type.
getSetting(String, Setting<?>) - Method in class org.openstreetmap.josm.data.Preferences
 
getSetting(String, T, Class<T>) - Method in class org.openstreetmap.josm.data.Preferences
Get settings value for a certain key and provide default a value.
getSetting(Class<? extends T>) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
getSettings(boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Reads all the settings from preferences.
getSettings(boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
getSettings(boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
 
getSettings() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
Return the parsed preferences as a settings map
getSettings() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
getSeverity() - Method in class org.openstreetmap.josm.data.validation.TestError
Gets the severity of this error
getSeverity() - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
getSeverity() - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest.OpeningHoursTestError
Returns the error severity.
getSeverity() - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
getShapes() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryBounds
Returns the list of shapes defining this bounds.
getSharpenLevel() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Gets the current sharpen level.
getSharpenLevel() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
Gets the current sharpen level.
getShiftedCoord(EastNorth) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getShiftedLatDegrees() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for already shifted latitude value
getShiftedLatLon(EastNorth) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getShiftedLatSeconds() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for already shifted latitude value
getShiftedLonPositiveEastDegrees() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for shifted longitude value, positive values in east direction
getShiftedLonPositiveWestSeconds() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data access function for shifted longitude value, positive values in west direction
getShiftFile() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileWrapper
Returns the actual NTV2GridShiftFile behind this wrapper.
getShortcut() - Method in class org.openstreetmap.josm.actions.JosmAction
Returns the shortcut for this action.
getShortcut() - Method in class org.openstreetmap.josm.tools.MultikeyShortcutAction.MultikeyInfo
 
getShortcutPreference() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Returns the ShortcutPreference object.
getShortDescription(boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Returns the short description to display.
getShortText() - Method in class org.openstreetmap.josm.tools.Shortcut
 
getShowIconsDistance() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns the distance at which icons should be drawn
getShowNamesDistance() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns the distance at which names should be drawn
getSize() - Method in class org.openstreetmap.josm.data.APIDataSet
Replies the number of objects to upload
getSize() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.ComparePairListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteTableModel
 
getSize() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
 
getSize() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
 
getSize() - Method in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel.PrimitiveListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.EntryListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.EntryListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.LanguageComboBoxModel
 
getSize() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel.ProjectionCodeListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.AvailableSourcesListModel
 
getSize() - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel.ResultListModel
 
getSize() - Method in class org.openstreetmap.josm.tools.WindowGeometry
Replies the size specified by the geometry
getSizeDpiAdjusted(int) - Static method in class org.openstreetmap.josm.gui.util.GuiSizesHelper
Returns a resolution adapted size
getSizeDpiAdjusted(float) - Static method in class org.openstreetmap.josm.gui.util.GuiSizesHelper
Returns a resolution adapted size
getSizeDpiAdjusted(double) - Static method in class org.openstreetmap.josm.gui.util.GuiSizesHelper
Returns a resolution adapted size
getSizeString(int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ShowTileInfoAction
 
getSizeString(long, Locale) - Static method in class org.openstreetmap.josm.tools.Utils
Returns a human readable representation (B, kB, MB, ...) for the given number of byes.
getSmallestSurroundingObject(EastNorth) - Static method in class org.openstreetmap.josm.actions.SelectByInternalPointAction
Returns the smallest surrounding polygon/multipolygon which contains the internal point.
getSnapPoint(EastNorth) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
getSnapScale(double, boolean) - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
Get a scale from this ScaleList or a new scale if zoomed outside.
getSnapScale(double, double, boolean) - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
Get a scale from this ScaleList or a new scale if zoomed outside.
getSort(StyleSource) - Static method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
 
getSortedImgList() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
getSortedImgList(boolean, boolean) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
Returns a list of images that fulfill the given criteria.
getSortedNotes() - Method in class org.openstreetmap.josm.data.osm.NoteData
Returns the notes stored in this layer sorted according to NoteData.comparator
getSource() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
getSource() - Method in interface org.openstreetmap.josm.data.osm.ChangesetCacheEvent
 
getSource() - Method in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
getSource() - Method in class org.openstreetmap.josm.gui.layer.LayerManager.LayerManagerEvent
 
getSource() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeEvent
 
getSource() - Method in exception org.openstreetmap.josm.io.ChangesetClosedException
Replies the source where the exception was thrown
getSourceActions(JComponent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTransferHandler
 
getSourceActions(JComponent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionTransferHandler
 
getSourceActions(JComponent) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.SelectedListTransferHandler
 
getSourceIconProvider() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Image provider for source icon.
getSourceInputStream() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
getSourceInputStream() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Returns a new InputStream to the style source.
getSourceLayer() - Method in class org.openstreetmap.josm.actions.MergeLayerAction
 
getSourcePrimitivesByType(OsmPrimitiveType) - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Replies all primitives of type type in the current selection.
getSources() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
getSources() - Method in interface org.openstreetmap.josm.gui.preferences.SourceProvider
 
getSourceStatistics() - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
 
getSourceTagsByType(OsmPrimitiveType) - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Replies the collection of tags for all primitives of type type in the current selection
getSpecialName() - Method in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
getSpecialName() - Method in interface org.openstreetmap.josm.data.Preferences.ColorKey
 
getSpecialName() - Method in class org.openstreetmap.josm.data.preferences.ColorProperty
 
getSpecialName() - Method in enum org.openstreetmap.josm.gui.conflict.ConflictColors
 
getSpeed() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Returns the speed value.
getStandardTooltipText() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.DateValidator
 
getStandardTooltipText() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeValidator
 
getStandardTooltipTextAsHtml() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.DateValidator
 
getStandardTooltipTextAsHtml() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeValidator
 
getStart() - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer.Range
 
getState() - Method in class org.openstreetmap.josm.data.notes.Note
 
getState() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Gets the current view state.
getState() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox
Return the current state, which is determined by the selection status of the model.
getState() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
The current state is embedded in the selection / armed state of the model.
getStats() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
getStatus() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
getStatusCode() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpResponse
 
getStopName(OsmPrimitive) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.PublicTransportRoleStopPlatformSorter
 
getStr(SourceEditor.I18nString) - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintSourceEditor
 
getStr(SourceEditor.I18nString) - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.TaggingPresetSourceEditor
 
getStr(SourceEditor.I18nString) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Provide the GUI strings.
getStr(SourceEditor.I18nString) - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor
 
getStrategy() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
Replies the upload strategy
getStream(URL) - Method in class org.openstreetmap.josm.gui.widgets.JosmEditorPane
 
getString(boolean) - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
getString() - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.AreaSize
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.ChangesetId
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Id
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.NodeCountRange
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.RangeMatch
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.TagCountRange
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.TimestampRange
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Version
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.WayCountRange
 
getString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.WayLength
 
getString(String) - Method in interface org.openstreetmap.josm.data.gpx.IWithAttributes
Returns the String value to which the specified key is mapped, or null if this map contains no String mapping for the key.
getString(String) - Method in class org.openstreetmap.josm.data.gpx.WithAttributes
Returns the String value to which the specified key is mapped, or null if this map contains no String mapping for the key.
getString(OsmPrimitive, String) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.AbstractCopyAction
 
getString(OsmPrimitive, String) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.CopyAllKeyValueAction
 
getString(OsmPrimitive, String) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.CopyKeyValueAction
 
getString(OsmPrimitive, String) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.CopyValueAction
 
getString(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
Replies the label to be rendered for the primitive osm.
getStringData() - Method in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable
 
getStringData() - Method in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable
 
getStringPref(String, String) - Static method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
getStrippedApiUrl() - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
Returns the entered API URL, stripped of leading and trailing white characters.
getStroke() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
getStroke() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
getStroke() - Method in class org.openstreetmap.gui.jmapviewer.Style
 
getStyle() - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
getStyle() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
getStyle() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
getStyleAssigned() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
getStyleAssigned() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
getStyleCacheWithRange(OsmPrimitive, double, NavigatableComponent) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Create the list of styles and its valid scale range for one primitive.
getStyles() - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
Returns the ElemStyles instance.
getStyleSheet() - Method in class org.openstreetmap.josm.gui.widgets.JosmHTMLEditorKit
Get the set of styles currently being used to render the HTML elements.
getStyleSources() - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
getSubGrid(NTV2SubGrid[], double, double) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
Find the finest SubGrid containing the coordinate, specified in Positive West Seconds
getSubGridCount() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
getSubGridForCoord(double, double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Tests if a specified coordinate is within this Sub Grid or one of its Sub Grids.
getSubGridName() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Get the name of the sub grid
getSubGridName() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
getSubpart() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
 
getSubpart() - Method in interface org.openstreetmap.josm.gui.mappaint.mapcss.Selector
 
getSubpart() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.LinkSelector
 
getSubpart() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
getSubprojectionPreference(ProjectionChoice) - Static method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
getSubTab(SubPreferenceSetting) - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
getSubTab(SubPreferenceSetting) - Method in interface org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
Returns the tab component related to the specified sub preference settings
getSuccessfullyOpenedFiles() - Method in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
Replies the list of files that have been successfully opened.
getSummedValues(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the sum of all numeric tag values.
getSupportedProjections() - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getSurroundingObjects(EastNorth) - Static method in class org.openstreetmap.josm.actions.SelectByInternalPointAction
Returns the surrounding polygons/multipolygons ordered by their area size (from small to large) which contain the internal point.
getSvgUniverse() - Static method in class org.openstreetmap.josm.tools.ImageProvider
 
getSystemOfMeasurement() - Static method in class org.openstreetmap.josm.data.SystemOfMeasurement
Returns the current global system of measurement.
getSystemSelection() - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Gets the singleton instance of the system selection as a Clipboard object.
getTabbedPane() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
Replies the preferences tabbed pane.
getTableCellEditor() - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerNameCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberRoleCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.history.VersionTable.RadioButtonEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.SettingCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.openstreetmap.josm.gui.tagging.TagCellEditor
replies the table cell editor
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfoRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTable.BoldRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.BooleanRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.StringRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.ActiveLayerCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerNameCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.NativeScaleLayerCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MyCheckBoxRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StyleSourceRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableMemberCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableRoleCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.history.NodeListTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.history.RelationMemberListTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.history.TagTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.history.VersionTable.AlignedRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.history.VersionTable.RadioButtonRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
renderer used while not editing the file path
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.io.SaveLayersTableColumnModel.RecommendedActionsTableCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
Adapter method supporting the TableCellRenderer interface.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.SettingCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryNameTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryURLTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ShortcutTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceEntryTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.tagging.TagCellRenderer
replies the cell renderer component for a specific cell
getTableForCache(CacheAccess<String, BufferedImageCacheEntry>, TableModel) - Static method in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel
 
getTableModel(CacheAccess<String, BufferedImageCacheEntry>) - Static method in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel
 
getTabPane() - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
Get the inner tab pane, if any.
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
 
getTabPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferencePanel
 
getTabPreferenceSetting() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferenceScrollPane
 
getTabPreferenceSetting() - Method in interface org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferenceTab
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in interface org.openstreetmap.josm.gui.preferences.SubPreferenceSetting
Returns the preference setting (displayed in the specified preferences tab pane) that contains this preference setting.
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference
 
getTabPreferenceSetting(PreferenceTabbedPane) - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
 
getTagCache() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
getTagCheckDependencies(Collection<MapCSSTagChecker.TagCheck>) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
Returns the set of tagchecks on which this check depends on.
getTagCollection() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Replies the tags in this tag editor model as TagCollection.
getTagConflictResolverModel() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Replies the tag conflict resolver model.
getTagCorrectionCommands() - Method in class org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
 
getTagCorrections(Tagged) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
getTagEditorValue(String) - Method in class org.openstreetmap.josm.gui.io.TagSettingsPanel
 
getTaggedColor() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for tagged nodes
getTaggedConnectionColor() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns color for tagged and multiply connected nodes
getTaggedNodeSize() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns the size of tagged nodes
getTaggingPresets() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
Replies a new collection containing all tagging presets.
getTaggingPresetTypes() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Returns the list of tagging presets types to consider when updating the presets list panel.
getTags() - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
Returns the tags to set (key/value pairs).
getTags() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
getTags(boolean) - Method in interface org.openstreetmap.josm.gui.io.IUploadDialog
Replies the map with the current tags in the tag editor model.
getTags(boolean) - Method in class org.openstreetmap.josm.gui.io.TagSettingsPanel
Replies the map with the current tags in the tag editor model.
getTags(boolean) - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
getTags() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Returns tags, without empty ones.
getTags(boolean) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Returns tags.
getTagsArray() - Method in class org.openstreetmap.josm.data.osm.TagMap
Gets the backing tags array.
getTagsFor(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies a tag collection with the tags for a given key.
getTagsFor(Collection<String>) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies a tag collection with all tags whose key is equal to one of the keys in keys.
getTagTableModel(PointInTimeType) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Replies the tag table model for the respective point in time.
getTagTableModel(JTable) - Method in class org.openstreetmap.josm.gui.history.TagTableCellRenderer
 
getTarget() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.SelectionBasedAction
 
getTargetDataSet() - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
replies my dataset
getTargetPrimitmive() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Replies the target primitive the collection of primitives is merged or combined to.
getTargetStatistics() - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
 
getTargetWay(Collection<Way>) - Static method in class org.openstreetmap.josm.actions.CombineWayAction
 
getTaskName() - Method in class org.openstreetmap.josm.io.BoundingBoxDownloader
Returns the name of the download task to be displayed in the ProgressMonitor.
getTaskName() - Method in class org.openstreetmap.josm.io.OverpassDownloadReader
 
getTemplateKeys() - Method in class org.openstreetmap.josm.data.gpx.WayPoint
 
getTemplateKeys() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
getTemplateKeys() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
getTemplateKeys() - Method in interface org.openstreetmap.josm.tools.template_engine.TemplateEngineDataProvider
 
getTemplateValue(String, boolean) - Method in class org.openstreetmap.josm.data.gpx.WayPoint
 
getTemplateValue(String, boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
getTemplateValue(String, boolean) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
getTemplateValue(String, boolean) - Method in interface org.openstreetmap.josm.tools.template_engine.TemplateEngineDataProvider
 
getTemporaryLayers() - Method in class org.openstreetmap.josm.gui.MapView
Gets a list of temporary layers.
getTerminalNodes() - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
getTermsOfUseText() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.Attributed
 
getTermsOfUseText() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
 
getTermsOfUseText() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
getTermsOfUseText() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getTermsOfUseText() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getTermsOfUseURL() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.Attributed
 
getTermsOfUseURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
getTermsOfUseURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
 
getTermsOfUseURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
getTermsOfUseURL() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getTermsOfUseURL() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getTest(Class<T>) - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
Returns the instance of the given test class.
getTester() - Method in class org.openstreetmap.josm.data.validation.TestError
Gets the tester that raised this error
getTestError(OsmPrimitive, String) - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest.OpeningHoursTestError
Returns the real test error given to JOSM validator.
getTestError(Way) - Method in class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
Returns the test error of the given way, if any.
getTests() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
 
getText() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
getText() - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
getText() - Method in class org.openstreetmap.josm.data.notes.NoteComment
 
getText() - Method in class org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
Replies comment text.
getText() - Method in class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
Gets the name of the items
getText() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Returns the Text which should be displayed, depending on chosen preference
getText() - Method in class org.openstreetmap.josm.gui.widgets.HistoryComboBox
Returns the text contained in this component
gettext(String, String, boolean) - Static method in class org.openstreetmap.josm.tools.I18n
 
gettext(String, String) - Static method in class org.openstreetmap.josm.tools.I18n
 
getText() - Method in class org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
 
gettext_lazy(String, String) - Static method in class org.openstreetmap.josm.tools.I18n
 
gettextn(String, String, String, long) - Static method in class org.openstreetmap.josm.tools.I18n
 
getTextTemplate() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
getTextTemplate() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
getTheir() - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
getTheirConflictParties() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies the set of OsmPrimitive which participate in the role of "their" in the conflicts managed by this collection.
getTheirCoords() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies the coordinates of their OsmPrimitive.
getTheirDeletedState() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
Replies deleted state of Server dataset
getTheirEntries() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getTheirEntriesSize() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getTheirReferrers() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
Returns server referrers
getTheirSelectionModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getTheirTableModel() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
getTheirTagValue() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
 
getThumbnail() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Returns the thumbnail.
getTicks() - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
getTicks() - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
getTicks() - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Get the current number of work units
getTicks() - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
getTicksCount() - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
getTicksCount() - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
getTicksCount() - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Get the total number of work units
getTicksCount() - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
getTile(TileSource, int, int, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileCache
Retrieves a tile from the cache if present, otherwise null will be returned.
getTile() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileJob
Function to return the tile associated with the job
getTile(TileSource, int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
 
getTile() - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader.OsmTileJob
 
getTile(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.TileController
retrieves a tile from the cache.
getTile() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
getTile(int, int, int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Returns tile at given position.
getTile() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileHolder
 
getTileBounds() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressValidator
 
getTileCache() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Return tile information caching class
getTileCache() - Method in class org.openstreetmap.gui.jmapviewer.TileController
 
getTileCacheDir() - Static method in class org.openstreetmap.josm.data.imagery.CachedTileLoaderFactory
 
getTileController() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Returns the tile controller.
getTileCount() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileCache
 
getTileCount() - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
 
getTileDistanceComparator() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
getTileEastNorth(int, int, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getTileForPixelpos(int, int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Returns tile for a pixel position.
getTileId(int, int, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
Creates tile identifier that is unique among all tile sources, but the same tile will always get the same identifier.
getTileId(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getTileId(int, int, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getTileId(int, int, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTileIndex() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileCoordinateValidator
 
getTileKey(TileSource, int, int, int) - Static method in class org.openstreetmap.gui.jmapviewer.Tile
 
getTileLayerSource() - Method in class org.openstreetmap.gui.jmapviewer.TileController
 
getTileLoader() - Method in class org.openstreetmap.gui.jmapviewer.TileController
 
getTileLoader() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
 
getTileLoaderClass() - Method in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
getTileLoaderClass() - Method in class org.openstreetmap.josm.gui.layer.TMSLayer
 
getTileLoaderClass() - Method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
getTileLoaderClass() - Method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
getTileLoaderFactory() - Method in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
getTileLoaderFactory(String, Class<? extends TileLoader>) - Static method in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
Returns tile loader factory for cache region and specified TileLoader class
getTileLoaderFactory() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getTileMatrix(int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTileMax(int) - Static method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getTileOfLatLon(double, double, double) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
 
getTilePath(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getTilePath(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
 
getTileSet(int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
 
getTileSetInfo(int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
 
getTileSetInfo(AbstractTileSourceLayer<S>.TileSet) - Static method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getTileSize() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
Specifies how large each tile is.
getTileSize() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getTileSize() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Request tile size of this tile source
getTileSize() - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTileSource() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
getTileSource() - Method in class org.openstreetmap.gui.jmapviewer.TileController
 
getTileSource(ImageryInfo) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getTileSource(ImageryInfo) - Method in class org.openstreetmap.josm.gui.layer.TMSLayer
Creates and returns a new TileSource instance depending on the ImageryInfo.ImageryType of the passed ImageryInfo object.
getTileSource(ImageryInfo) - Method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
getTileSource(ImageryInfo) - Method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
getTileSources() - Method in interface org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser.TileSourceProvider
 
getTileSources() - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser.TMSTileSourceProvider
 
getTileSourceStatic(ImageryInfo) - Static method in class org.openstreetmap.josm.gui.layer.TMSLayer
Creates and returns a new TileSource instance depending on the ImageryInfo.ImageryType of the passed ImageryInfo object.
getTileSourceStatic(ImageryInfo, Runnable) - Static method in class org.openstreetmap.josm.gui.layer.TMSLayer
Creates and returns a new TileSource instance depending on the ImageryInfo.ImageryType of the passed ImageryInfo object.
getTileUrl(int, int, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
Constructs the tile url.
getTileUrl(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getTileUrl(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
getTileUrl(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
getTileUrl(int, int, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getTileUrl(int, int, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTileXMax(int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
getTileXMax(int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getTileXMax(int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getTileXMax(int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTileXMax(int, Projection) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTileXMin(int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
getTileXMin(int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getTileXMin(int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getTileXMin(int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTileYMax(int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
getTileYMax(int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getTileYMax(int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getTileYMax(int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTileYMax(int, Projection) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTileYMin(int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
getTileYMin(int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
getTileYMin(int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
getTileYMin(int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
getTime() - Method in class org.openstreetmap.josm.data.gpx.WayPoint
 
getTime() - Method in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
getTime() - Method in interface org.openstreetmap.josm.data.preferences.Setting
Get the time for this setting.
getTime() - Method in class org.openstreetmap.josm.data.Version
Replies the build date as string
getTimeFormat(int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Returns the time format to be used for current user, based on user preferences.
getTimespanForTrack(GpxTrack) - Static method in class org.openstreetmap.josm.gui.layer.GpxLayer
Returns a human readable string that shows the timespan of the given track
getTimestamp() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getTimestamp() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
getTimestamp() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Time of last modification to this object.
GettingStarted - Class in org.openstreetmap.josm.gui
 
GettingStarted() - Constructor for class org.openstreetmap.josm.gui.GettingStarted
Initializes getting the MOTD as well as enabling the FileDrop Listener.
gettingStarted - Variable in class org.openstreetmap.josm.gui.MainPanel
 
gettingStarted - Variable in class org.openstreetmap.josm.Main
Deprecated.
Do not access this. It will be removed soon. You should not need to access the GettingStarted panel.
GettingStarted.LinkGeneral - Class in org.openstreetmap.josm.gui
 
GettingStarted.MotdContent - Class in org.openstreetmap.josm.gui
Grabs current MOTD from cache or webpage and parses it.
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesUrlBoundsTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesUrlIdTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeCompressedTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmCompressedTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmIdTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmUrlTask
 
getTitle() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
 
getTitle() - Method in interface org.openstreetmap.josm.actions.downloadtasks.DownloadTask
Returns human-readable description of the task
getTitle() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar
 
getTitle() - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
getTitle() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog
 
getTitle() - Method in interface org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
Called during preferences tab initialization to display its title.
getTitleFont() - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Gets the font used to display JOSM title in about dialog and splash screen.
getTitleForSourceEntry(SourceEntry) - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintSourceEditor
 
getTitleForSourceEntry(SourceEntry) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
getTitleForSourceEntry(SourceEntry) - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor
 
getTitleFromSourceEntry(SourceEntry) - Static method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
Returns title from a source entry.
getTLDEntries(DomainValidator.ArrayType) - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Get a copy of the internal array.
getTmp() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Get temporary variable that is used for real time parameter adjustments.
getTmsUrl() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddTMSLayerPanel
 
getToEllipsoid() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
getToggleAction() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Replies the action to toggle the visible state of this toggle dialog
getToggleDialog(Class<T>) - Method in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
Replies the instance of a toggle dialog of type type managed by this map frame
getToggleDialog(Class<T>) - Method in class org.openstreetmap.josm.gui.MapFrame
Replies the instance of a toggle dialog of type type managed by this map frame
getToMeter() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
Get the factor that converts meters to intended units of east/north coordinates.
getToolbarName() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
getToolbarString() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Gets a string describing this preset that can be used for the toolbar
getToolString() - Static method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
getTooltip() - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
Returns tooltip.
getTooltip() - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
getTooltip() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
Returns a tooltip containing available metadata.
getTooltip() - Method in interface org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
Called during preferences dialog initialization to display the preferences tab with the returned tooltip.
getToolTip() - Method in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.ExistingValues
 
getToolTipText(MouseEvent) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
getToolTipText() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns a tool tip text for display.
getToolTipText(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
 
getToolTipText() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getToolTipText() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
getToolTipText() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
getToolTipText() - Method in class org.openstreetmap.josm.gui.layer.Layer
 
getToolTipText() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
getToolTipText() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
getToolTipText() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
getToolTipText() - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
getToolTipText() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Return text to display as ToolTip.
getTopFixedCount() - Method in class org.openstreetmap.josm.gui.MenuScroller
Returns the number of items fixed at the top of the menu or popup menu.
getTopLeft() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapRectangle
 
getTopLeft() - Method in class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
getTopLeft() - Method in class org.openstreetmap.josm.data.osm.BBox
Returns the top-left point.
getTopLeft() - Method in class org.openstreetmap.josm.tools.WindowGeometry
Replies the top left point for the geometry
getTopLeftCoordinates() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBoundsMapView
 
getTopLeftLat() - Method in class org.openstreetmap.josm.data.osm.BBox
Returns the latitude of top-left point.
getTopLeftLon() - Method in class org.openstreetmap.josm.data.osm.BBox
Returns the longitude of top-left point.
getTopPanel(Class<T>) - Method in class org.openstreetmap.josm.gui.MapFrame
Find panel on top of MapView by class
getTotalCount() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
 
getTotalNumberOfChanges() - Method in class org.openstreetmap.josm.tools.Diff.Change
Returns the number of insertions and deletions of this change as well as (recursively) the changes linked via Diff.Change.link.
getTransferableContent(Clipboard) - Static method in class org.openstreetmap.josm.tools.Utils
Extracts clipboard content as Transferable object.
getTransferData(DataFlavor) - Method in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable
 
getTransferData(DataFlavor) - Method in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable
 
getTransferData(DataFlavor) - Method in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
Returns the data encapsulated in this FileDrop.TransferableObject.
getTransferData(DataFlavor) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.ActionTransferable
 
getTransferDataFlavors() - Method in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable
 
getTransferDataFlavors() - Method in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable
 
getTransferDataFlavors() - Method in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
Returns a two- or three-element array containing first the custom data flavor, if one was created in the constructors, second the default FileDrop.TransferableObject.DATA_FLAVOR associated with FileDrop.TransferableObject, and third the DataFlavor.stringFlavor.
getTransferDataFlavors() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.ActionTransferable
 
getTransferMode(XMLStreamReader) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Parses Operation[@name='GetTile']/DCP/HTTP/Get section.
getTransformedNodes() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
Get the nodes with the current transformation applied.
getTranslationAdapter() - Static method in class org.openstreetmap.josm.tools.I18n
 
getTranslationFile(String) - Static method in class org.openstreetmap.josm.tools.I18n
 
getTransparentColor(ColorModel, ImageReader) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Returns the TransparentColor defined in image reader metadata.
getTree() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeEditor
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.CommandCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreeRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree.LayerTreeCellRenderer
 
getTreeRootNode() - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
Returns the root node.
getType() - Method in class org.openstreetmap.josm.actions.ActionParameter
 
getType() - Method in class org.openstreetmap.josm.actions.ActionParameter.SearchSettingsActionParameter
 
getType() - Method in class org.openstreetmap.josm.actions.ActionParameter.StringActionParameter
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.ChangesetIdChangedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.DataChangedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.NodeMovedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.PrimitiveFlagsChangedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.PrimitivesAddedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.PrimitivesRemovedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.RelationMembersChangedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.TagsChangedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.event.WayNodesChangedEvent
 
getType() - Method in class org.openstreetmap.josm.data.osm.history.History
Replies the primitive type for this history.
getType() - Method in class org.openstreetmap.josm.data.osm.history.HistoryNode
 
getType() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
getType() - Method in class org.openstreetmap.josm.data.osm.history.HistoryRelation
replies the type, i.e.
getType() - Method in class org.openstreetmap.josm.data.osm.history.HistoryWay
replies the ways type, i.e.
getType() - Method in class org.openstreetmap.josm.data.osm.Node
 
getType() - Method in class org.openstreetmap.josm.data.osm.NodeData
 
getType() - Method in interface org.openstreetmap.josm.data.osm.PrimitiveId
Gets the type of object represented by this object.
getType() - Method in class org.openstreetmap.josm.data.osm.Relation
 
getType() - Method in class org.openstreetmap.josm.data.osm.RelationData
 
getType() - Method in class org.openstreetmap.josm.data.osm.RelationMember
PrimitiveId implementation.
getType() - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
PrimitiveId implementation.
getType() - Method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
getType() - Method in class org.openstreetmap.josm.data.osm.Way
 
getType() - Method in class org.openstreetmap.josm.data.osm.WayData
 
getType(String) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
 
getType() - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitiveTypesComboBox
Replies the currently selected OsmPrimitiveType.
getType() - Method in enum org.openstreetmap.josm.io.NmeaReader.NMEA_TYPE
 
getType() - Method in class org.openstreetmap.josm.io.remotecontrol.DNSName
Return the type of the GeneralName.
getType() - Method in class org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
 
getTypesInSelection() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
getTypesToDelete() - Method in class org.openstreetmap.josm.command.DeleteCommand
 
getTypeString() - Method in enum org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryType
Returns the unique string identifying this type.
getTypeString() - Method in enum org.openstreetmap.josm.data.imagery.WMTSTileSource.TransferMode
 
getUid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UidInputFieldValidator
 
getUncompressedFileInputStream(File) - Static method in enum org.openstreetmap.josm.io.Compression
Returns an un-compressing InputStream for the File file.
getUncompressedInputStream(InputStream) - Method in enum org.openstreetmap.josm.io.Compression
Returns an un-compressing InputStream for in.
getUnexpectedToken() - Method in exception org.openstreetmap.josm.tools.template_engine.ParseError
 
getUninterestingKeys() - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Returns a list of "uninteresting" keys that do not make an object "tagged".
getUniqueId(ImageryInfo) - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
Get unique id for ImageryInfo.
getUniqueId() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Gets a unique id representing this object.
getUniqueId() - Method in interface org.openstreetmap.josm.data.osm.PrimitiveId
Gets a unique id representing this object (the OSM server id for OSM objects)
getUniqueId() - Method in class org.openstreetmap.josm.data.osm.RelationMember
PrimitiveId implementation.
getUniqueId() - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
PrimitiveId implementation.
getUniqueId() - Method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
getUnitsToMeters() - Static method in class org.openstreetmap.josm.data.projection.CustomProjection
 
getUnmodifiableList() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
 
getUnreadMessages() - Method in class org.openstreetmap.josm.data.osm.UserInfo
Replies the number of unread messages
getUnsavedLayersFiles() - Method in class org.openstreetmap.josm.data.AutosaveTask
Replies the list of .osm files still present in autosave dir, that are not currently managed by another instance of JOSM.
getUnselectedNodeSize() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns the size of unselected nodes
getUnspecifiedChunkSize() - Static method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
getUpdateCount() - Method in interface org.openstreetmap.josm.data.gpx.GpxTrack
Returns the number of times this track has been changed.
getUpdateCount() - Method in interface org.openstreetmap.josm.data.gpx.GpxTrackSegment
Returns the number of times this track has been changed
getUpdateCount() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
getUpdateCount() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
getUpdateCount() - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
getUpdateCount() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Returns a value to check if tree has been rebuild
getUpdatedChangesets() - Method in interface org.openstreetmap.josm.data.osm.ChangesetCacheEvent
 
getUpdatedChangesets() - Method in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
getUpdateSites() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.PluginConfigurationSitesPanel
 
getUploadComment() - Method in interface org.openstreetmap.josm.gui.io.IUploadDialog
Returns the current value for the upload comment
getUploadComment() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
getUploadDialog() - Static method in class org.openstreetmap.josm.gui.io.UploadDialog
Replies the unique instance of the upload dialog
getUploadDialog() - Method in class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Returns the upload dialog for this layer.
getUploadDialog() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
getUploadDialog() - Method in interface org.openstreetmap.josm.gui.layer.UploadToServer
Returns the upload dialog for this layer.
getUploadParameterSummaryPanel() - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
getUploadSource() - Method in interface org.openstreetmap.josm.gui.io.IUploadDialog
Returns the current value for the changeset source
getUploadSource() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
getUploadState() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies the upload state of SaveLayerInfo.getLayer().
getUploadStrategy() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
getUploadStrategySpecification() - Method in interface org.openstreetmap.josm.gui.io.IUploadDialog
Replies the UploadStrategySpecification the user entered in the dialog.
getUploadStrategySpecification() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
getUploadStrategySpecification() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
getUpper() - Method in class org.openstreetmap.josm.gui.mappaint.Range
 
getUri() - Method in enum org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource.ScanexLayer
 
getUrl() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
getUrl() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Request URL of the tile source
getUrl() - Method in interface org.openstreetmap.josm.data.cache.ICachedLoaderJob
method to get download URL for Job
getUrl() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
getUrl() - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
 
getUrl() - Method in interface org.openstreetmap.josm.gui.help.IHelpBrowser
Replies the current URL.
getURL() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog
 
getUrl() - Method in exception org.openstreetmap.josm.io.OsmTransferException
Gets the URL related to this error.
getURL() - Method in class org.openstreetmap.josm.tools.HttpClient
Returns the URL set for this connection.
getURL() - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Returns the URL.
getURL(Bounds) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
Return OSM URL for given area.
getURL(LatLon, int) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
Return OSM URL for given position and zoom.
getURL(double, double, int) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
Return OSM URL for given lat/lon and zoom.
getUrlFragment(HyperlinkEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.HyperlinkHandler
Checks whether the hyperlink event originated on a <a ...> element with a relative href consisting of a URL fragment only, i.e.
getUrlFromException(OsmApiException) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
 
getUrlNoException() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.OpenFileHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
getUsage() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
 
getUsageAsHtml() - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Reports HTML message with the description of all available commands
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
 
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
getUsageExamples(String) - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.OpenFileHandler
 
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
getUsageExamples(String) - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Returns usage examples for the given command.
getUsageExamples() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
 
getUser() - Method in class org.openstreetmap.josm.data.notes.NoteComment
 
getUser() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getUser() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
getUser() - Method in class org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
Replies the user who posted the comment.
getUser() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
getUser() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies the user who has last touched this object.
getUserAction() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
getUserDataDirectory() - Method in class org.openstreetmap.josm.data.Preferences
Returns the user data directory, containing autosave, plugins, etc.
getUserDetails() - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
getUserId() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Replies the user id of the current JOSM user.
getUserInfo() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Replies verified additional information about the current user if the user is JosmUserIdentityManager.isFullyIdentified().
getUserInput() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Returns a number when the tag key / value has been entered by the user before.
getUserInputKeys() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
getUserInputValues(String) - Static method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
getUserName() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
getUsername() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
getUserName() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Replies the user name of the current JOSM user.
getUsername() - Method in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
Replies the user name
getUsername() - Method in class org.openstreetmap.josm.io.auth.CredentialsManager
Returns the username for OSM API
getUsername(String) - Method in class org.openstreetmap.josm.io.auth.CredentialsManager
Returns the username for a given host
getUserName() - Method in class org.openstreetmap.josm.io.ChangesetQuery
Replies the user name which this query is restricted to.
getUserUrl(String) - Static method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
getUseStrokesDistance() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Returns the distance at which strokes should be used
getUsingCorner(Point) - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
 
getValidatedTagsFromText(String) - Static method in class org.openstreetmap.josm.tools.TextTagParser
 
getValidatorDir() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
Returns the validator directory.
getValidatorName() - Method in class org.openstreetmap.josm.data.validation.routines.AbstractValidator
Returns the name of this validator
getValidatorName() - Method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
getValidatorName() - Method in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
getValidatorName() - Method in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
 
getValidatorName() - Method in class org.openstreetmap.josm.data.validation.routines.RegexValidator
 
getValidatorName() - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
getValidatorPreference() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Returns the ValidatorPreference object.
getValidCount(long) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
Return either argument, the highest possible value or the lowest allowed value
getValue(String) - Method in class org.openstreetmap.gui.jmapviewer.Tile
returns the metadata of the Tile
getValue(String) - Method in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
getValue() - Method in class org.openstreetmap.josm.data.osm.Tag
Replies the value of the tag.
getValue() - Method in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
getValue() - Method in interface org.openstreetmap.josm.data.preferences.Setting
Returns the value of this setting.
getValue() - Method in interface org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.IEditTagDialog
 
getValue() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Retrieve the user choice after the dialog has been closed.
getValue(String) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
getValue() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting
 
getValue() - Method in interface org.openstreetmap.josm.gui.mappaint.StyleSetting
 
getValue() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
Returns the preference value.
getValue() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
Returns the value.
getValue() - Method in enum org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.MatchType
Replies the associated textual value.
getValue(Component) - Static method in class org.openstreetmap.josm.gui.tagging.presets.items.Text
 
getValue() - Method in class org.openstreetmap.josm.gui.tagging.TagModel
returns the value(s) as string
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.history.DiffTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor.ListSettingTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.ListTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.MapTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.AllSettingsTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryDefaultLayerTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ScListModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParametersTableModel
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
 
getValueAt(int, int) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
getValueCount() - Method in class org.openstreetmap.josm.gui.tagging.TagModel
returns the number of values
getValueForClass(Class<?>, String) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
getValues() - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the set of values in this tag collection
getValues(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the set of values for a given key.
getValues() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Replies the list of possible, non empty values
getValues(String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Returns the currently cached tag values for a given tag key.
getValues(List<String>) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Returns the currently cached tag values for a given list of tag keys.
getValues() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Check
 
getValues() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
getValues() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Key
 
getValues() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
Returns the list of values.
getValues() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Text
 
getValues() - Method in class org.openstreetmap.josm.gui.tagging.TagModel
returns the list of values
getValues(A) - Method in class org.openstreetmap.josm.tools.MultiMap
Like get, but returns an empty Set if nothing has been mapped to the key.
getVersion() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
getVersion() - Method in class org.openstreetmap.josm.data.osm.DataSet
Replies the API version this dataset was created from.
getVersion() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
getVersion() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies the version number as returned by the API.
getVersion() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
Return the version from the XML root element.
getVersion() - Method in class org.openstreetmap.josm.data.Version
Replies the JOSM version.
getVersion() - Method in class org.openstreetmap.josm.io.OsmApi
Replies the OSM protocol version we use to talk to the server.
getVersionString() - Method in class org.openstreetmap.josm.data.Version
Replies the version string.
getVersionTableModel() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Replies the table model to be used in a JTable which shows the list of versions in this history.
getVersionTableModel() - Method in class org.openstreetmap.josm.gui.history.VersionTable
 
getVerticalScrollPane() - Method in class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
Returns a vertical scrollable JScrollPane containing this panel.
getViewArea() - Method in class org.openstreetmap.josm.gui.MapViewState
Gets a rectangle representing the whole view area.
getViewArea(Rectangle) - Method in class org.openstreetmap.josm.gui.MapViewState
Gets a rectangle of the view as map view area.
getViewer() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
getViewFactory() - Method in class org.openstreetmap.josm.gui.widgets.JosmHTMLEditorKit
 
getViewHeight() - Method in class org.openstreetmap.josm.gui.MapViewState
Gets the height of the view on the Screen;
getViewID() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Return a ID which is unique as long as viewport dimensions are the same
getViewport() - Method in class org.openstreetmap.josm.io.session.SessionReader
Return the viewport (map position and scale).
getViewPosition() - Method in class org.openstreetmap.josm.gui.ScrollViewport
 
getViewProjectionBounds() - Method in class org.openstreetmap.josm.gui.layer.Layer
Gets the ProjectionBounds for this layer to be visible to the user.
getViewProjectionBounds() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
getViewRect() - Method in class org.openstreetmap.josm.gui.ScrollViewport
 
getViewSize() - Method in class org.openstreetmap.josm.gui.ScrollViewport
 
getViewWidth() - Method in class org.openstreetmap.josm.gui.MapViewState
Gets the width of the view on the Screen;
getVirtualHeight() - Method in enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
Returns the image height in virtual pixels
getVirtualScreenBounds() - Static method in class org.openstreetmap.josm.tools.WindowGeometry
Computes the virtual bounds of graphics environment, as an union of all screen bounds.
getVirtualWidth() - Method in enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
Returns the image width in virtual pixels
getVisibleLayersInZOrder() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Creates a list of the visible layers in Z-Order, the layer with the lowest Z-Order first, layer with the highest Z-Order last.
getVisibleLayersInZOrder() - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Access the layer list using Main.getLayerManager() instead.
getVisibleRelation(int) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
getVisibleRelationIndex(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
getVisibleRelations() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
getVisibleTileSet() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
getWarnings() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Replies the collection of warnings that occured with this style.
getWay(long) - Method in class org.openstreetmap.josm.data.osm.DatasetFactory
 
getWay() - Method in class org.openstreetmap.josm.data.osm.RelationMember
Returns the relation member as a way.
getWayComparator() - Method in interface org.openstreetmap.josm.data.osm.NameFormatter
 
getWayComparator() - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
getWayConflicts() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Returns the list of conflicts involving nodes.
getWayConnection(int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
getWayEndNodesNearOtherHighway() - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
getWayEndNodesNearOtherWay() - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
getWayForNode(Node) - Static method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
getWayIds() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
Replies the list of way IDs.
getWayNodesNearOtherWay() - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
getWayPoints() - Method in interface org.openstreetmap.josm.data.gpx.GpxTrackSegment
Returns the segment waypoints.
getWayPoints() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
getWays() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
getWays() - Method in class org.openstreetmap.josm.data.osm.DataSet
Replies an unmodifiable collection of ways in this dataset
getWaySegments(Way) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
getWaysInCell(Way, Map<Point2D, List<Way>>) - Static method in class org.openstreetmap.josm.data.validation.util.ValUtil
Returns the start and end cells of a way.
getWebStartPackageDetails() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
Get the Web Start package name including detailed version.
getWeight() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
Value between 0.0 and 1.0 used to compute how much space to add to this sibling when the layout grows or how much to reduce when the layout shrinks.
getWidth() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
getWidth(Cascade, String, Float) - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
Get a property value of type Width
getWikiBaseHelpUrl() - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Replies the base wiki URL for help pages
getWikiBaseUrl() - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Replies the base wiki URL.
getWikiLanguagePrefix(LanguageInfo.LocaleType) - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies the wiki language prefix for the given locale.
getWikiLanguagePrefix() - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Replies the wiki language prefix for the current locale.
getWindowAncestorFor(EventObject) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Returns the first Window ancestor of event source, or null if event source is not a component contained inside a Window.
getWindowParent() - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
getWindowParent() - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
getWindowParent() - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
getWindowParent() - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Return the parent windows of progress dialog
getWindowParent() - Method in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
getWindowParent() - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
getWithRange(double) - Method in class org.openstreetmap.josm.gui.mappaint.DividedScale
Looks up the data object for a certain scale value and additionally returns the scale range where the object is valid.
getWithRange(double, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.StyleCache
 
getWMSLayerInfo() - Method in class org.openstreetmap.josm.actions.AddImageryLayerAction
 
getWmsUrl() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
getWorkInProgressKeys() - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Returns a list of "work in progress" keys that do not make an object "tagged" but "annotated".
getWorldBoundsBoxEastNorth() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
getWorldBoundsBoxEastNorth() - Method in interface org.openstreetmap.josm.data.projection.Projection
Get an approximate EastNorth box around the lat/lon world bounds.
getWorldBoundsLatLon() - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
getWorldBoundsLatLon() - Method in interface org.openstreetmap.josm.data.projection.Projection
Get the bounds of the world.
getX() - Method in class org.openstreetmap.gui.jmapviewer.TileXY
 
getX() - Method in class org.openstreetmap.josm.data.coor.Coordinate
 
getXIndex() - Method in class org.openstreetmap.gui.jmapviewer.TileXY
 
getXMLBase() - Static method in class org.openstreetmap.josm.Main
Returns the JOSM XML URL.
getXtile() - Method in class org.openstreetmap.gui.jmapviewer.Tile
Returns the X coordinate.
getY() - Method in class org.openstreetmap.gui.jmapviewer.TileXY
 
getY() - Method in class org.openstreetmap.josm.data.coor.Coordinate
 
getYIndex() - Method in class org.openstreetmap.gui.jmapviewer.TileXY
 
getYtile() - Method in class org.openstreetmap.gui.jmapviewer.Tile
Returns the Y coordinate.
getZipEntryDirName() - Method in class org.openstreetmap.josm.gui.preferences.SourceEntry
Returns the parent directory of the resource inside the zip file.
getZipIcons() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
 
getZipInputStream(ZipFile) - Static method in class org.openstreetmap.josm.io.session.SessionReader
 
getZipInputStream(InputStream) - Static method in class org.openstreetmap.josm.tools.Utils
Returns a Zip input stream wrapping given input stream.
getZoom() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
getZoom() - Method in class org.openstreetmap.gui.jmapviewer.Tile
Returns the zoom level.
getZoom(Bounds) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
Return OSM Zoom level for a given area
getZoomButtonStyle() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Returns the zoom controls apparence style (horizontal/vertical).
getZoomControlsVisible() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Determines whether zoom controls are displayed or not.
giveUserFeedback(MouseEvent, int) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
Gives the user feedback for the action he/she is about to do.
giveUserFeedback(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
Gives the user feedback for the action he/she is about to do.
giveUserFeedback(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
handles adding highlights and updating the cursor for the given mouse event.
giveUserFeedback(MouseEvent, int) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
handles adding highlights and updating the cursor for the given mouse event.
globalConfirmationDefault - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
globalConfirmationKey - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
glue(int, int) - Static method in class org.openstreetmap.josm.tools.GBC
This is a helper to easily create a glue with a minimum default value.
gotoNextDecision() - Method in interface org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor.NavigationListener
Call when need to go to next row
gotoNextDecision() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable
 
gotoNextDecision() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverTable
 
gotoPreviousDecision() - Method in interface org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor.NavigationListener
Call when need to go to previous row
gotoPreviousDecision() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable
 
gotoPreviousDecision() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverTable
 
GPGGA(int) - Constructor for enum org.openstreetmap.josm.io.NmeaReader.GPGGA
 
GPGSA(int) - Constructor for enum org.openstreetmap.josm.io.NmeaReader.GPGSA
 
GPL_WARNING - Static variable in class org.openstreetmap.josm.io.GpxExporter
 
GPLevel(int, BBox, GeoPropertyIndex.GPLevel<T>, GeoPropertyIndex<T>) - Constructor for class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
 
GPRMC(int) - Constructor for enum org.openstreetmap.josm.io.NmeaReader.GPRMC
 
gpsMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
gpsMenu contains all plugin actions that are related to using GPS data, including opening, uploading and real-time tracking
gpsTime - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
The time after correlation with a gpx track
GPVTG(int) - Constructor for enum org.openstreetmap.josm.io.NmeaReader.GPVTG
 
gpx - Variable in class org.openstreetmap.josm.io.JpgImporter
 
GPX_CMT - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
GPS element comment.
GPX_DESC - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Text description of the element.
GPX_NAME - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
GPS name of the element.
GPX_SRC - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Source of data.
GpxConstants - Interface in org.openstreetmap.josm.data.gpx
Constants for GPX handling.
GpxData - Class in org.openstreetmap.josm.data.gpx
Objects of this class represent a gpx file with tracks, waypoints and routes.
GpxData() - Constructor for class org.openstreetmap.josm.data.gpx.GpxData
 
gpxData - Variable in class org.openstreetmap.josm.io.GpxReader
The resulting gpx data
GpxData.LinesIterator - Class in org.openstreetmap.josm.data.gpx
Iterates over all track segments and then over all routes.
GpxDataWrapper(String, GpxData, File) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.GpxDataWrapper
 
GpxDrawHelper - Class in org.openstreetmap.josm.gui.layer.gpx
Class that helps to draw large set of GPS tracks with different colors and options
GpxDrawHelper(GpxData) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
Constructs a new GpxDrawHelper.
GpxDrawHelper.ColorMode - Enum in org.openstreetmap.josm.gui.layer.gpx
Different color modes
gpxExport - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Export to GPX...
GpxExportAction - Class in org.openstreetmap.josm.actions
Exports data to gpx.
GpxExportAction() - Constructor for class org.openstreetmap.josm.actions.GpxExportAction
Constructs a new GpxExportAction.
GpxExporter - Class in org.openstreetmap.josm.io
Exports data to a .gpx file.
GpxExporter() - Constructor for class org.openstreetmap.josm.io.GpxExporter
Constructs a new GpxExporter.
gpxExtensions(Extensions) - Method in class org.openstreetmap.josm.io.GpxWriter
 
GpxImporter - Class in org.openstreetmap.josm.io
File importer allowing to import GPX files (*.gpx/gpx.gz files).
GpxImporter() - Constructor for class org.openstreetmap.josm.io.GpxImporter
Constructs a new GpxImporter.
GpxImporter.GpxImporterData - Class in org.openstreetmap.josm.io
Utility class containing imported GPX and marker layers, and a task to run after they are added to MapView.
GpxImporterData(GpxLayer, MarkerLayer, Runnable) - Constructor for class org.openstreetmap.josm.io.GpxImporter.GpxImporterData
Constructs a new GpxImporterData.
gpxLayer - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
gpxLayer - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
GpxLayer - Class in org.openstreetmap.josm.gui.layer
 
GpxLayer(GpxData) - Constructor for class org.openstreetmap.josm.gui.layer.GpxLayer
Constructs a new GpxLayer without name.
GpxLayer(GpxData, String) - Constructor for class org.openstreetmap.josm.gui.layer.GpxLayer
Constructs a new GpxLayer with a given name.
GpxLayer(GpxData, String, boolean) - Constructor for class org.openstreetmap.josm.gui.layer.GpxLayer
Constructs a new GpxLayer with a given name, thah can be attached to a local file.
gpxLayer - Variable in class org.openstreetmap.josm.io.GpxImporter.GpxImporterData
The imported GPX layer.
GpxLink - Class in org.openstreetmap.josm.data.gpx
A link to an external resource (Web page, digital photo, video clip, etc) with additional information.
GpxLink(String) - Constructor for class org.openstreetmap.josm.data.gpx.GpxLink
Constructs a new GpxLink.
gpxLink(GpxLink) - Method in class org.openstreetmap.josm.io.GpxWriter
output link
gpxLst - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
gpxPanel - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
gpxParsedProperly - Variable in class org.openstreetmap.josm.io.OsmServerReader
 
GpxParser(ProgressMonitor, Compression) - Constructor for class org.openstreetmap.josm.io.OsmServerLocationReader.GpxParser
 
GpxReader - Class in org.openstreetmap.josm.io
Read a gpx file.
GpxReader(InputStream) - Constructor for class org.openstreetmap.josm.io.GpxReader
Constructs a new GpxReader, which can later parse the input stream and store the result in trackData and markerData
GpxReader.Parser - Class in org.openstreetmap.josm.io
 
GpxReader.State - Enum in org.openstreetmap.josm.io
 
GpxRoute - Class in org.openstreetmap.josm.data.gpx
 
GpxRoute() - Constructor for class org.openstreetmap.josm.data.gpx.GpxRoute
 
GPXSettingsPanel - Class in org.openstreetmap.josm.gui.preferences.display
Panel for GPX settings.
GPXSettingsPanel(String, boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
Constructs a new GPXSettingsPanel for a given layer name.
GPXSettingsPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
Constructs a new GPXSettingsPanel.
GpxTrack - Interface in org.openstreetmap.josm.data.gpx
Read-only gpx track.
GpxTrackSegment - Interface in org.openstreetmap.josm.data.gpx
Read-only gpx track segments.
GpxTracksSessionExporter - Class in org.openstreetmap.josm.io.session
Session exporter for GpxLayer.
GpxTracksSessionExporter(GpxLayer) - Constructor for class org.openstreetmap.josm.io.session.GpxTracksSessionExporter
Constructs a new GpxTracksSessionExporter.
GpxTracksSessionImporter - Class in org.openstreetmap.josm.io.session
Session exporter for GpxLayer.
GpxTracksSessionImporter() - Constructor for class org.openstreetmap.josm.io.session.GpxTracksSessionImporter
 
GpxWriter - Class in org.openstreetmap.josm.io
Writes GPX files from GPX data or OSM data.
GpxWriter(PrintWriter) - Constructor for class org.openstreetmap.josm.io.GpxWriter
Constructs a new GpxWriter.
GpxWriter(OutputStream) - Constructor for class org.openstreetmap.josm.io.GpxWriter
Constructs a new GpxWriter.
graphics - Variable in class org.openstreetmap.josm.gui.layer.MapViewGraphics
 
GRAY_CHECK - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceEntryListCellRenderer
 
greatCircleDistance(LatLon) - Method in class org.openstreetmap.josm.data.coor.LatLon
Computes the distance between this lat/lon and another point on the earth.
greater(float, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Function associated to the logical ">" operator.
greater_equal(float, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Function associated to the logical ">=" operator.
green(Color) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Get the value of the green color channel in the rgb color model
GREEN_CHECK - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceEntryListCellRenderer
 
grid(int, int) - Method in class org.openstreetmap.josm.tools.GBC
Sets the constraint's gridx, gridy.
griddetail - Static variable in class org.openstreetmap.josm.data.validation.OsmValidator
Grid detail, multiplier of east,north values for valuable cell sizing
gridFileName - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileWrapper
 
gridShiftForward(NTV2GridShift) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
Shift a coordinate in the Forward direction of the Grid Shift File.
gridShiftReverse(NTV2GridShift) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
Shift a coordinate in the Reverse direction of the Grid Shift File.
group - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
GroupedMapCSSRule(List<Selector>, MapCSSRule.Declaration) - Constructor for class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.GroupedMapCSSRule
Constructs a new GroupedMapCSSRule.
groups - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
groups - Static variable in class org.openstreetmap.josm.tools.Shortcut
 
GroupTreeNode(Object) - Constructor for class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel.GroupTreeNode
 
GRS67 - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
GRS67 ellipsoid
GRS80 - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
GRS80 ellipsoid
GRS80Datum - Class in org.openstreetmap.josm.data.projection.datum
This datum indicates, that GRS80 ellipsoid is used and no conversion is necessary to get from or to the WGS84 datum.
GRS80Datum() - Constructor for class org.openstreetmap.josm.data.projection.datum.GRS80Datum
 
gui - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
 
guideColor - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
GuiFinalizationWorker(Map<MainApplication.Option, Collection<String>>, DefaultProxySelector) - Constructor for class org.openstreetmap.josm.gui.MainApplication.GuiFinalizationWorker
 
GuiHelper - Class in org.openstreetmap.josm.gui.util
basic gui utils
GuiHelper() - Constructor for class org.openstreetmap.josm.gui.util.GuiHelper
 
GuiSizesHelper - Class in org.openstreetmap.josm.gui.util
Support class to handle size information of Gui elements This is needed, because display resolution may vary a lot and a common set of sizes wont work for all users alike.
GuiSizesHelper() - Constructor for class org.openstreetmap.josm.gui.util.GuiSizesHelper
 
Guyane92Name - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
GuyaneEPSG - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 

H

hadEmpty - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.Usage
 
hadKeys - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.Usage
 
hadKeys() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.Usage
 
hAlign - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
haloColor - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
haloRadius - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
handle() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Check permission and parameters and handle request.
handleAttribution(Point, boolean) - Method in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
handleAttribution(Point, boolean) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
handleAttributionCursor(Point) - Method in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
handleAutosave() - Static method in class org.openstreetmap.josm.gui.MainApplication.GuiFinalizationWorker
 
handleCarWay(Node, Way) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
handleChangesetConfigurationRequest() - Method in interface org.openstreetmap.josm.gui.io.ConfigurationParameterRequestHandler
 
handleComponentEvent(ComponentEvent) - Method in class org.openstreetmap.josm.gui.MainFrame.WindowPositionSizeListener
 
handleCyclistWay(Node, Way) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
handleElement(ImageEntry, Element) - Static method in class org.openstreetmap.josm.io.session.GeoImageSessionImporter
 
handleEvent(EastNorth) - Method in class org.openstreetmap.josm.command.RotateCommand
Compute new rotation angle and transform nodes accordingly.
handleEvent(EastNorth) - Method in class org.openstreetmap.josm.command.ScaleCommand
Compute new scaling factor and transform nodes accordingly.
handleEvent(EastNorth) - Method in class org.openstreetmap.josm.command.TransformNodesCommand
Handling of a mouse event (e.g.
handleException(String, Exception) - Method in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
handleException(OsmOAuthAuthorizationException) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
handleException(Throwable) - Static method in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler
Handles the given exception
handleFailedUpload(Exception) - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
error handler for any exception thrown during upload
handleGone(OsmApiPrimitiveGoneException) - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
Handles an error which is caused by a delete request for an already deleted OsmPrimitive on the server, i.e.
handleHelpContentReaderException(String, HelpContentReaderException) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
Displays a error page if a help topic couldn't be loaded because of network or IO error.
handleIllegalChunkSize() - Method in interface org.openstreetmap.josm.gui.io.IUploadDialog
Handles illegal chunk size.
handleIllegalChunkSize() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
handleIOException(ProgressMonitor, IOException, String) - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
handleJobCancellation() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
Marks this job as canceled
handleMember(Attributes) - Method in class org.openstreetmap.josm.io.AbstractParser
 
handleMenuItem(JMenu, TaggingPresetMenu.PresetTextComparator, List<JMenuItem>, int) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
 
handleMissingComment() - Method in interface org.openstreetmap.josm.gui.io.IUploadDialog
Handles missing comment.
handleMissingComment() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
handleMissingHelpContent(String) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
Displays a warning page when a help topic doesn't exist yet.
handleMissingSource() - Method in interface org.openstreetmap.josm.gui.io.IUploadDialog
Handles missing source.
handleMissingSource() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
handleNetworkErrors() - Method in class org.openstreetmap.josm.gui.MainApplication.GuiFinalizationWorker
 
handleNetworkOrProxyErrors(boolean, String, String) - Static method in class org.openstreetmap.josm.gui.MainApplication.GuiFinalizationWorker
 
handleNodeReference(Attributes) - Method in class org.openstreetmap.josm.io.AbstractParser
 
handleNoTileAtZoom() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
handlePedestrianWay(Node, Way) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
handlePluginException(Exception) - Method in class org.openstreetmap.josm.plugins.PluginProxy
 
handlePotentiallyDeletedPrimitives(Set<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
Processes a set of primitives (given by a set of their ids) which might be deleted on the server.
handlePreconditionFailed(OsmApiException) - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
handles an precondition failed conflict, i.e.
handlePrefEnable() - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
handlePrimitiveGoneException(long, OsmPrimitiveType) - Static method in class org.openstreetmap.josm.actions.UpdateSelectionAction
handle an exception thrown because a primitive was deleted on the server
handlePropertyChangeFrozen(boolean, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
handleProxyErrors() - Method in class org.openstreetmap.josm.gui.MainApplication.GuiFinalizationWorker
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.OpenFileHandler
 
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Handle a specific command sent as remote control.
handleRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
 
handlers - Static variable in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Collection of request handlers.
handleTag(Attributes) - Method in class org.openstreetmap.josm.io.AbstractParser
 
handleTemplate() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
handleTemplate() - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
handleTemplate(String) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
handleUploadConflict(OsmApiException) - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
handles an upload conflict, i.e.
handleUploadConflictForClosedChangeset(long, Date) - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
Handles the case that a conflict was detected while uploading where we don't know what OsmPrimitive actually caused the conflict (for whatever reason)
handleUploadConflictForKnownConflict(OsmPrimitiveType, long, String, String) - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
Handles the case that a conflict in a specific OsmPrimitive was detected while uploading
handleUploadConflictForUnknownConflict() - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
Handles the case that a conflict was detected while uploading where we don't know what OsmPrimitive actually caused the conflict (for whatever reason)
handleUploadPreconditionFailedConflict(OsmApiException, Pair<OsmPrimitive, Collection<OsmPrimitive>>) - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
Handles the case where deleting a node failed because it is still in use in a non-deleted way on the server.
handleUploadStrategyConfigurationRequest() - Method in interface org.openstreetmap.josm.gui.io.ConfigurationParameterRequestHandler
 
handlingInProgress - Static variable in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler
 
harmonizedKeys - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
Normalized keys: the key should be substituted by the value if the key was not found in presets
harmonizeKey(String) - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
harmonizeValue(String) - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
has_tag_key(Environment, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Determines whether the object has a tag with the given key.
hasAccessToken() - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Replies true if this UI currently has an Access Token
hasActiveSourcesChanged() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Determines whether the list of active sources has changed.
hasAreaElemStyle(OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Determines whether primitive has an AreaElement.
hasAreaTags() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines if this primitive has tags denoting an area.
hasAttribution() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Determines if this entry requires attribution.
hasChanges - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.JoinAreasResult
 
hasChildren() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
hasCode(String) - Static method in class org.openstreetmap.josm.tools.I18n
Determines if a language exists for the given code.
hasConflict(Conflict<?>) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies true, if this collection includes a given conflict
hasConflictForMy(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies true, if this collection includes a conflict for my.
hasConflictForTheir(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies true, if this collection includes a conflict for their.
hasContent() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
hasContent() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
hasCoordConflict() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies true if my and their primitive have a conflict between their coordinate values
hasCustomSettings() - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
hasDeletedStateConflict() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies true if my and their primitive have a conflict between their deleted states
hasDialogWithCloseUpperLeftCorner(Point) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
hasDirectionKeys() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
true if this object has direction dependent tags (e.g.
hasEditLayer() - Method in class org.openstreetmap.josm.Main
Deprecated.
You can get the edit layer using the layer manager and then check if it is not null: Main.getLayerManager()
hasEditorWithCloseUpperLeftCorner(Point, RelationEditor) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
Replies true, if there is another open RelationEditor whose upper left corner is close to p.
hasElements - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset.PresetPanel
 
hasEmptyValue(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if there is a tag with an empty value for key.
hasEqualSemanticAttributes(Changeset) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
hasEqualSemanticAttributes(OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.data.osm.Node
 
hasEqualSemanticAttributes(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies true if this primitive and other are equal with respect to their semantic attributes.
hasEqualSemanticAttributes(OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
hasEqualSemanticAttributes(OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.data.osm.Relation
 
hasEqualSemanticAttributes(OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.data.osm.Way
 
hasEqualTechnicalAttributes(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies true if this primitive and other are equal with respect to their technical attributes.
hasError() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
hasError() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
Replies true if an exception has been caught during the execution of this task.
hasErrors() - Method in class org.openstreetmap.josm.io.DefaultProxySelector
Determines if proxy errors have occured.
hasExifGpsTime() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Convenient way to determine if this entry has a EXIF GPS time, without the cost of building a defensive copy.
hasExifTime() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Convenient way to determine if this entry has a EXIF time, without the cost of building a defensive copy.
hasExtend() - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Determines if the visitor has a non null bounds area.
hasExtend() - Method in class org.openstreetmap.josm.data.ProjectionBounds
Determines if the bounds area is not null
hasExtension(String, String...) - Static method in class org.openstreetmap.josm.tools.Utils
Determines if the filename has one of the given extensions, in a robust manner.
hasExtension(File, String...) - Static method in class org.openstreetmap.josm.tools.Utils
Determines if the file's name has one of the given extensions, in a robust manner.
hasGap() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
hasGpsTime() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Convenient way to determine if this entry has a GPS time, without the cost of building a defensive copy.
hash - Variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
 
Hash<K,T> - Interface in org.openstreetmap.josm.data.osm
An interface allowing injection of hashcode and equality implementation based on some inner state of an object for a set.
hash - Variable in class org.openstreetmap.josm.data.osm.Storage
 
hashCode() - Method in class org.openstreetmap.gui.jmapviewer.Coordinate
 
hashCode() - Method in class org.openstreetmap.gui.jmapviewer.Tile
Note that the hash code does not include the Tile.source.
hashCode() - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
 
hashCode() - Method in class org.openstreetmap.josm.actions.ExtensionFileFilter
 
hashCode() - Method in class org.openstreetmap.josm.actions.JoinAreasAction.RelationRole
 
hashCode() - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayInPolygon
 
hashCode() - Method in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
hashCode() - Method in class org.openstreetmap.josm.command.AddCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.ChangeCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.ChangeNodesCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.Command
 
hashCode() - Method in class org.openstreetmap.josm.command.Command.OldNodeState
 
hashCode() - Method in class org.openstreetmap.josm.command.conflict.ConflictAddCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.conflict.ConflictResolveCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.conflict.CoordinateConflictResolveCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.conflict.ModifiedConflictResolveCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.conflict.VersionConflictResolveCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.conflict.WayNodesConflictResolverCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.DeleteCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.MoveCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.PurgeCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.RemoveNodesCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.RotateCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.ScaleCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.SelectCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.SequenceCommand
 
hashCode() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
 
hashCode() - Method in class org.openstreetmap.josm.data.Bounds
 
hashCode() - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
hashCode() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
hashCode() - Method in class org.openstreetmap.josm.data.coor.CachedLatLon
 
hashCode() - Method in class org.openstreetmap.josm.data.coor.Coordinate
 
hashCode() - Method in class org.openstreetmap.josm.data.coor.LatLon
 
hashCode() - Method in class org.openstreetmap.josm.data.DataSource
 
hashCode() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
hashCode() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryBounds
 
hashCode() - Method in class org.openstreetmap.josm.data.imagery.Shape
 
hashCode() - Method in class org.openstreetmap.josm.data.notes.Note
 
hashCode() - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
 
hashCode() - Method in class org.openstreetmap.josm.data.oauth.OAuthToken
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.BBox
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager.ListenerInfo
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.event.SelectionEventManager.ListenerInfo
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Return the id plus the class type encoded as hashcode or super's hashcode if id is 0.
hashCode() - Method in class org.openstreetmap.josm.data.osm.RelationMember
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.Storage
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.Tag
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.User
 
hashCode() - Method in class org.openstreetmap.josm.data.osm.WaySegment
 
hashCode() - Method in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.PaintVisitor.PaintedPoint
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.PaintVisitor.PaintedSegment
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.Test
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelationMembers
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelationPair
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelMember
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPair
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPairNoTags
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.GroupedMapCSSRule
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
 
hashCode() - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.MapCSSTagCheckerAndRule
 
hashCode() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
hashCode() - Method in class org.openstreetmap.josm.gui.dialogs.layer.DeleteLayerAction
 
hashCode() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
hashCode() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager.DialogContext
 
hashCode() - Method in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
 
hashCode() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
hashCode() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
hashCode() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Timezone
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.DividedScale
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.Keyword
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule.Declaration
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.Range
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.StyleCache
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.SimpleBoxProvider
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.StaticLabelCompositionStrategy
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.TagLookupCompositionStrategy
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineTextElement
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage.MapImageBoxProvider
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.Symbol
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement.FontDescriptor
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
hashCode() - Method in class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
hashCode() - Method in class org.openstreetmap.josm.gui.MapStatus.StatusTextHistory
 
hashCode() - Method in class org.openstreetmap.josm.gui.MapView.EditLayerChangeAdapter
 
hashCode() - Method in class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
hashCode() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
 
hashCode() - Method in class org.openstreetmap.josm.gui.preferences.SourceEntry
 
hashCode() - Method in class org.openstreetmap.josm.gui.progress.ProgressTaskId
 
hashCode() - Method in class org.openstreetmap.josm.gui.SplashScreen.MeasurableTask
 
hashCode() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
 
hashCode() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager.UserInputTag
 
hashCode() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
 
hashCode() - Method in class org.openstreetmap.josm.io.remotecontrol.DNSName
Returns the hash code value for this object.
hashCode() - Method in class org.openstreetmap.josm.plugins.PluginHandler.DeprecatedPlugin
 
hashCode() - Method in class org.openstreetmap.josm.tools.MultiMap
 
hashCode() - Method in class org.openstreetmap.josm.tools.Pair
 
hashCode() - Method in class org.openstreetmap.josm.tools.WindowGeometry
 
hashMapInitialCapacity(int, double) - Static method in class org.openstreetmap.josm.tools.Utils
Returns the initial capacity to pass to the HashMap / HashSet constructor when it is initialized with a known number of entries.
hashMapInitialCapacity(int) - Static method in class org.openstreetmap.josm.tools.Utils
Returns the initial capacity to pass to the HashMap / HashSet constructor when it is initialized with a known number of entries.
HashSetWithLast() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader.HashSetWithLast
 
hasIgnoredError(String) - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
 
hasImage() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
Returns whether an image is currently displayed
hasIncompleteMembers() - Method in class org.openstreetmap.josm.data.osm.Relation
Determines if at least one child primitive is incomplete.
hasIncompleteMembers() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies true if at least one the relation members is incomplete
hasIncompleteNodes() - Method in class org.openstreetmap.josm.data.osm.Way
Replies true if this way has incomplete nodes, false otherwise.
hasIncompleteSelectedMembers() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies true if at least one of the selected members is incomplete
hasKey(String) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Replies true if this primitive has a tag with key key.
hasKey(String) - Static method in class org.openstreetmap.josm.tools.Predicates
hasKeys() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Replies true, if the map of key/value pairs of this primitive is not empty.
hasKeys() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
hasKeys() - Method in class org.openstreetmap.josm.data.osm.Tag
 
hasKeys() - Method in interface org.openstreetmap.josm.data.osm.Tagged
Replies true, if there is at least one key/value pair; false, otherwise
hasLayer(String) - Method in class org.openstreetmap.josm.gui.mappaint.MultiCascade
 
hasLayer(Layer) - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Use !Main.getLayerManager().containsLayer() instead.
hasLayers - Variable in class org.openstreetmap.josm.gui.layer.MainLayerManager.LayerAvailabilityEvent
 
hasLayers() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager.LayerAvailabilityEvent
Checks if this layer manager will have layers afterwards
hasLayers() - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Use !Main.getLayerManager().getLayers().isEmpty() instead.
hasLoadingTiles - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSetInfo
 
hasMembersReferringTo(Collection<RelationMember>, Collection<OsmPrimitive>) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies true if there is at least one relation member given as members which refers to at least on the primitives in primitives.
hasMembersReferringTo(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies true if there is at least one relation member in this model which refers to at least on the primitives in primitives.
hasName(String) - Method in class org.openstreetmap.josm.data.osm.User
Returns true if the name is in the names list
hasNewGpsData() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Queries whether the GPS data changed.
hasNext() - Method in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
hasNext() - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultIterator
 
hasNext() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QuadBucketIterator
 
hasNext() - Method in class org.openstreetmap.josm.data.osm.Storage.Iter
 
hasNext() - Method in class org.openstreetmap.josm.data.osm.Storage.SafeReadonlyIter
 
hasNext() - Method in class org.openstreetmap.josm.data.osm.TagMap.TagEntryInterator
 
hasNext() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
hasNext() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator
 
hasNext() - Method in class org.openstreetmap.josm.tools.CopyList.Itr
 
hasNext() - Method in class org.openstreetmap.josm.tools.SubclassFilteredCollection.FilterIterator
 
hasNext() - Method in class org.openstreetmap.josm.tools.XmlObjectParser
 
hasNodeOtherWays(Node, Way) - Static method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
This method tests if node has other ways apart from the given one.
hasOnlyAreaElemStyle(OsmPrimitive) - Static method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Determines whether primitive has only an AreaElement.
hasOnlyIncompleteMembers(Relation, Collection<OsmPrimitive>, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.PurgeAction
 
hasOverzoomedTiles - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSetInfo
 
hasParameters() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
hasParentRelation() - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Determines if this environment has a relation as parent.
hasPrimitivesToDelete(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction
Replies true if there is at least one non-new, deleted primitive in primitives
HasRole(PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.HasRole
 
hasRole() - Method in class org.openstreetmap.josm.data.osm.RelationMember
Determines if this relation member has a role.
hasRole(String...) - Method in class org.openstreetmap.josm.data.osm.RelationMember
Determines if this relation member's role is in the given list.
hasRole() - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
Determines if this member has a role.
hasRoutePoints() - Method in class org.openstreetmap.josm.data.gpx.GpxData
Determines if this GPX data has one or more route points
hasSameInterestingTags(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies true if other isn't null and has the same interesting tags (key/value-pairs) as this.
hasSameMembersAs(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
hasSameStackTrace(Set<Throwable>, Throwable, Throwable) - Static method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
hasSameValueAsOpposite(String) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
hasSelectedChangesets() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
Replies true if there is at least one selected changeset
hasSelectedOpenChangesets() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
Replies true if there is at least one selected open changeset
hasSelectedPrimitives() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
Replies true if there is at least one selected primitive in the table model
hasSourceTagsByType(OsmPrimitiveType) - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Replies true if there is at least one tag in the current selection for primitives of type type
hasTag(String, String) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Tests whether this primitive contains a tag consisting of key and values.
hasTag(String, String...) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Tests whether this primitive contains a tag consisting of key and any of values.
hasTag(String, Collection<String>) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Tests whether this primitive contains a tag consisting of key and any of values.
hasTag(String) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
hasTag(String) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
hasTag(String, String...) - Static method in class org.openstreetmap.josm.tools.Predicates
hasTagsFor(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if there is at least one tag for the given key.
hasTargetPrimitives(Class<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Replies true if there is at least one primitive of type type is in the target collection
hasThumbnail() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Determines whether a thumbnail is set
hasToBeDisabled(KeyStroke) - Method in class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Returns true if the given shortcut has no modifier and is not an actions key.
hasTrackPoints() - Method in class org.openstreetmap.josm.data.gpx.GpxData
Determines if this GPX data has one or more track points
hasTransparentColor(BufferedImage) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Determines if the given BufferedImage has a transparent color determined by a previous call to ImageProvider.read(java.io.File, boolean, boolean).
hasUniqueEmptyValue(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if there is exactly one tag for key and if the value for this tag is empty.
hasUniqueNonEmptyValue(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if there is exactly one tag for key and if the value of this tag is not empty.
hasUniqueValue() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.Usage
 
hasUnsavedData() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
hasValue - Variable in enum org.openstreetmap.josm.data.projection.CustomProjection.Param
true if the parameter has a value
hasValue(String) - Method in class org.openstreetmap.josm.gui.tagging.TagModel
determines if this tag model has a specific value
hasValuesFor(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true it there is at least one tag with a non empty value for key.
hasVirtualNode() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
hasVirtualWaysToBeConstructed() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
hasVisibleTiles - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSetInfo
 
hasZoomRedoEntries() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
hasZoomUndoEntries() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
hatched - Static variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
a paint texture for non-downloaded area
Hayford - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Hayford's ellipsoid 1909 (ED50 system) Also known as International 1924 Proj.4 code: intl
hcb - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchKeywordRow
 
hcbUploadComment - Variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
the history combo box for the upload comment
hcbUploadSource - Variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
hdopAlpha - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
Opacity for hdop points
hdopCircle - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
hdopCircleGpsPoints - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
hdopfactor - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
hdopScale - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
Colors (without custom alpha channel, if given) for HDOP painting.
headArrow - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
header() - Method in class org.openstreetmap.josm.io.OsmWriter
 
header(Boolean) - Method in class org.openstreetmap.josm.io.OsmWriter
 
HeaderPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.HeaderPanel
 
headers - Variable in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
Holds the HTTP headers.
headers - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
headers - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
headers - Variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
headers - Variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
headers - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
HEADERS - Static variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsTableModel
 
headers - Variable in class org.openstreetmap.josm.tools.HttpClient
 
heading - Variable in class org.openstreetmap.josm.actions.OrthogonalizeAction.WayData
 
heading(EastNorth) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Returns the heading, in radians, that you have to use to get from this EastNorth to another.
heading(LatLon) - Method in class org.openstreetmap.josm.data.coor.LatLon
Deprecated.
see bearing method
headingText - Variable in class org.openstreetmap.josm.gui.MapStatus
 
height() - Method in class org.openstreetmap.josm.data.osm.BBox
 
height() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
height - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
HEIGHT_FLAG - Static variable in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
heightField - Variable in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
Helmert - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Helmert 1906
help - Static variable in class org.openstreetmap.josm.actions.PasteTagsAction
 
help - Variable in class org.openstreetmap.josm.gui.help.HelpBrowser
the help browser
help - Variable in class org.openstreetmap.josm.gui.MainMenu
Help / Help
HelpAction - Class in org.openstreetmap.josm.actions
Open a help browser and displays lightweight online help.
HelpAction() - Constructor for class org.openstreetmap.josm.actions.HelpAction
Constructs a new HelpAction.
HelpAction(boolean) - Constructor for class org.openstreetmap.josm.actions.HelpAction
 
helpAction - Variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
the private help action
HelpAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog.HelpAction
 
helpAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
HelpAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.HelpAction
 
HelpAction() - Constructor for class org.openstreetmap.josm.gui.ExtendedDialog.HelpAction
Constructs a new HelpAction.
HelpAwareOptionPane - Class in org.openstreetmap.josm.gui
 
HelpAwareOptionPane() - Constructor for class org.openstreetmap.josm.gui.HelpAwareOptionPane
 
HelpAwareOptionPane.ButtonSpec - Class in org.openstreetmap.josm.gui
 
HelpAwareOptionPane.DefaultAction - Class in org.openstreetmap.josm.gui
 
HelpBrowser - Class in org.openstreetmap.josm.gui.help
Help browser displaying HTML pages fetched from JOSM wiki.
HelpBrowser() - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowser
Constructs a new HelpBrowser.
HelpBrowser.AbstractBrowserAction - Class in org.openstreetmap.josm.gui.help
 
HelpBrowser.BackAction - Class in org.openstreetmap.josm.gui.help
 
HelpBrowser.EditAction - Class in org.openstreetmap.josm.gui.help
 
HelpBrowser.ForwardAction - Class in org.openstreetmap.josm.gui.help
 
HelpBrowser.HomeAction - Class in org.openstreetmap.josm.gui.help
 
HelpBrowser.HyperlinkHandler - Class in org.openstreetmap.josm.gui.help
 
HelpBrowser.OpenInBrowserAction - Class in org.openstreetmap.josm.gui.help
 
HelpBrowser.ReloadAction - Class in org.openstreetmap.josm.gui.help
 
HelpBrowserHistory - Class in org.openstreetmap.josm.gui.help
Help browser history.
HelpBrowserHistory(IHelpBrowser) - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowserHistory
Constructs a new HelpBrowserHistory.
HelpContentReader - Class in org.openstreetmap.josm.gui.help
Reads help content from the JOSM Wiki and prepares it for rendering in the internal help browser.
HelpContentReader(String) - Constructor for class org.openstreetmap.josm.gui.help.HelpContentReader
Constructs a new HelpContentReader.
HelpContentReaderException - Exception in org.openstreetmap.josm.gui.help
Exception thrown when a problem occurs during help contents fetching.
HelpContentReaderException(String, int) - Constructor for exception org.openstreetmap.josm.gui.help.HelpContentReaderException
Constructs a new HelpContentReaderException.
HelpContentReaderException(Throwable, int) - Constructor for exception org.openstreetmap.josm.gui.help.HelpContentReaderException
Constructs a new HelpContentReaderException.
helper - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.MouseEventHandler
 
helperCb - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper.AnglePopupMenu
 
helperColor - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
drawing settings for helper lines
helperLineEnd - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
helperLineStart - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
helperStroke - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
helperStrokeDash - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
helperStrokeRA - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
Helpful - Interface in org.openstreetmap.josm.gui.help
Anything on which we can provide help.
helpLineStroke - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
helpMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
helpMenu contains JOSM general actions (Help, About, etc.)
helpText - Variable in class org.openstreetmap.josm.gui.MapStatus
 
helpTopic() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
helpTopic() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
helpTopic - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
the help topic
helpTopic - Variable in class org.openstreetmap.josm.gui.help.ContextSensitiveHelpAction
 
helpTopic() - Method in interface org.openstreetmap.josm.gui.help.Helpful
Returns the help topic on JOSM wiki for this feature.
helpTopic - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
 
helpTopic() - Method in class org.openstreetmap.josm.gui.MapScaler
 
helpTopic() - Method in class org.openstreetmap.josm.gui.MapSlider
 
helpTopic() - Method in class org.openstreetmap.josm.gui.MapStatus
 
helpTopic() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
helpTopic - Variable in class org.openstreetmap.josm.gui.Notification
 
HelpUtil - Class in org.openstreetmap.josm.gui.help
Provides utility methods for help system.
HelpUtil() - Constructor for class org.openstreetmap.josm.gui.help.HelpUtil
 
hemisphere - Variable in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
Hemisphere() - Constructor for enum org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice.Hemisphere
 
HEX_ARRAY - Static variable in class org.openstreetmap.josm.tools.Utils
 
HEX_COLOR_PATTERN - Static variable in class org.openstreetmap.josm.gui.mappaint.Cascade
 
hiddenDimension - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
hiddenFilters - Variable in class org.openstreetmap.josm.data.osm.FilterMatcher
 
hide(HistoryBrowserDialog) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
Hides the specified history dialog and cleans associated resources.
HideableButton - Interface in org.openstreetmap.josm.gui
An interface to provide showing/hiding method for buttons, when hidden state is stored in preferences
HideAction() - Constructor for class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel.HideAction
 
hideAll() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
Hides and destroys all currently visible history browser dialogs
hideButton() - Method in interface org.openstreetmap.josm.gui.HideableButton
 
hideButton() - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
hideDialog() - Method in class org.openstreetmap.josm.gui.dialogs.MinimapDialog
 
hideDialog() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Hides the dialog
hideEditor() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
 
HideEvent() - Constructor for class org.openstreetmap.josm.gui.NotificationManager.HideEvent
 
hideIfDisabled - Variable in class org.openstreetmap.josm.gui.IconToggleButton
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Called when toggle dialog is hidden (collapsed, removed, MapFrame is removed, ...).
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog
 
hideNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
 
hideTimer - Variable in class org.openstreetmap.josm.gui.NotificationManager
 
hiding - Variable in class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
If this option is activated, the chosen objects are completely hidden.
hiding - Variable in class org.openstreetmap.josm.data.osm.Filter
If this option is activated, the chosen objects are completely hidden.
HIDING_FILTER_SHORTCUT - Static variable in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
hidingFilterAction - Variable in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
HidingFilterAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.FilterDialog.HidingFilterAction
 
hierarchyListener - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
HIGH_COUNT - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Number of {0} roles too high ({1})
highlight(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.util.HighlightHelper
Highlight and remember given primitives
highlight(Collection<? extends OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.util.HighlightHelper
Highlight and remember given primitives
highlightColor - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
highlightColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Color Preference for hightlighted objects
highlightColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Color Preference for hightlighted objects
highlightColorTransparent - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
highlighted - Variable in class org.openstreetmap.josm.data.validation.TestError
The primitives or way segments to be highlighted
highlightedPrimitives - Variable in class org.openstreetmap.josm.gui.util.HighlightHelper
 
highlightedVirtualNodes - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
highlightedWaySegments - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
highlightEnabled - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
highlightEnabled - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
highlightEnabled - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.MouseEventHandler
 
highlighterListener - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
highlightHelper - Static variable in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
highlightHelper - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
highlightHelper - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
highlightHelper - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
HighlightHelper - Class in org.openstreetmap.josm.gui.util
This class stores the set of highlighted primitives and allows easy and fast change of highlighting.
HighlightHelper() - Constructor for class org.openstreetmap.josm.gui.util.HighlightHelper
 
highlightLineWidth - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
highlightOnly(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.util.HighlightHelper
Highlight and remember given primitives, forgetting previously highlighted by this instance
highlightOnly(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.util.HighlightHelper
Highlight and remember given primitive, forgetting previously highlighted by this instance
highlightPointRadius - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
highlightStep - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
highlightStroke - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
highlightUpdateCount - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
highlightUpdateCount - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
highlightWaySegments - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
HIGHWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
highway - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
Highways - Class in org.openstreetmap.josm.data.validation.tests
Test that performs semantic checks on highways.
Highways() - Constructor for class org.openstreetmap.josm.data.validation.tests.Highways
Constructs a new Highways test.
Highways.WrongRoundaboutHighway - Class in org.openstreetmap.josm.data.validation.tests
 
hint - Variable in class org.openstreetmap.josm.gui.widgets.JosmTextField
 
History - Class in org.openstreetmap.josm.data.osm.history
Represents the history of an OSM primitive.
History(long, OsmPrimitiveType, List<HistoryOsmPrimitive>) - Constructor for class org.openstreetmap.josm.data.osm.history.History
Creates a new history for an OSM primitive.
history - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
history - Variable in class org.openstreetmap.josm.gui.help.HelpBrowser
the help browser history
history - Variable in class org.openstreetmap.josm.gui.help.HelpBrowserHistory
 
history - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
the history of an OsmPrimitive
History.FilterPredicate - Interface in org.openstreetmap.josm.data.osm.history
 
HISTORY_KEY - Static variable in class org.openstreetmap.josm.actions.SearchNotesDownloadAction
 
HISTORY_KEY - Static variable in class org.openstreetmap.josm.gui.download.PlaceSelection
 
HISTORY_KEY - Static variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
HISTORY_LAST_USED_KEY - Static variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
HISTORY_MAX_AGE_KEY - Static variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
HistoryBrowser - Class in org.openstreetmap.josm.gui.history
HistoryBrowser is an UI component which displays history information about an OsmPrimitive.
HistoryBrowser() - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowser
Constructs a new HistoryBrowser.
HistoryBrowser(History) - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowser
Constructs a new HistoryBrowser.
HistoryBrowserDialog - Class in org.openstreetmap.josm.gui.history
This is non-modal dialog, always showing on top, which displays history information about a given OsmPrimitive.
HistoryBrowserDialog(History) - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
Constructs a new HistoryBrowserDialog.
HistoryBrowserDialog.CloseAction - Class in org.openstreetmap.josm.gui.history
 
HistoryBrowserDialog.ReloadAction - Class in org.openstreetmap.josm.gui.history
 
HistoryBrowserDialog.WindowClosingAdapter - Class in org.openstreetmap.josm.gui.history
 
HistoryBrowserDialogManager - Class in org.openstreetmap.josm.gui.history
Manager allowing to show/hide history dialogs.
HistoryBrowserDialogManager() - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
HistoryBrowserModel - Class in org.openstreetmap.josm.gui.history
This is the model used by the history browser.
HistoryBrowserModel() - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserModel
constructor
HistoryBrowserModel(History) - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Creates a new history browser model for a given history.
HistoryBrowserModel.HistoryPrimitiveBuilder - Class in org.openstreetmap.josm.gui.history
HistoryBrowserModel.TagTableModel - Class in org.openstreetmap.josm.gui.history
The table model for the tags of the version at PointInTimeType.REFERENCE_POINT_IN_TIME or PointInTimeType.CURRENT_POINT_IN_TIME
HistoryBrowserModel.VersionTableModel - Class in org.openstreetmap.josm.gui.history
The table model for the list of versions in the current history
historyChanged(List<String>) - Method in interface org.openstreetmap.josm.gui.widgets.HistoryChangedListener
 
HistoryChangedListener - Interface in org.openstreetmap.josm.gui.widgets
 
HistoryComboBox - Class in org.openstreetmap.josm.gui.widgets
An AutoCompletingComboBox which keeps a history
HistoryComboBox() - Constructor for class org.openstreetmap.josm.gui.widgets.HistoryComboBox
Constructs a new HistoryComboBox.
HistoryDataSet - Class in org.openstreetmap.josm.data.osm.history
A data set holding histories of OSM primitives.
HistoryDataSet() - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryDataSet
Constructs a new HistoryDataSet.
historyDataSet - Static variable in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
the unique instance
historyDataSetCleared(HistoryDataSet) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask.HistoryLoaderAndListener
 
historyDataSetCleared(HistoryDataSet) - Method in interface org.openstreetmap.josm.data.osm.history.HistoryDataSetListener
Fired by a HistoryDataSet if the history cached is cleared.
historyDataSetCleared(HistoryDataSet) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
 
HistoryDataSetListener - Interface in org.openstreetmap.josm.data.osm.history
 
historyinfo - Variable in class org.openstreetmap.josm.gui.MainMenu
View / History
HistoryInfoAction - Class in org.openstreetmap.josm.actions
Display history information about OSM ways, nodes, or relations.
HistoryInfoAction() - Constructor for class org.openstreetmap.josm.actions.HistoryInfoAction
Constructs a new HistoryInfoAction.
HistoryInfoAction.HistoryObjectIDDialog - Class in org.openstreetmap.josm.actions
Dialog allowing to choose object id if no one is selected.
historyinfoweb - Variable in class org.openstreetmap.josm.gui.MainMenu
View / History (web)
HistoryInfoWebAction - Class in org.openstreetmap.josm.actions
Display history information about OSM ways, nodes, or relations in web browser.
HistoryInfoWebAction() - Constructor for class org.openstreetmap.josm.actions.HistoryInfoWebAction
Constructs a new HistoryInfoWebAction.
HistoryLoaderAndListener(Map<OsmPrimitive, Date>) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask.HistoryLoaderAndListener
 
HistoryLoadTask - Class in org.openstreetmap.josm.gui.history
Loads the object history of a collection of objects from the server.
HistoryLoadTask() - Constructor for class org.openstreetmap.josm.gui.history.HistoryLoadTask
Constructs a new HistoryLoadTask.
HistoryLoadTask(Component) - Constructor for class org.openstreetmap.josm.gui.history.HistoryLoadTask
Constructs a new HistoryLoadTask.
HistoryNameFormatter - Interface in org.openstreetmap.josm.data.osm.history
Formats a name for a HistoryOsmPrimitive.
HistoryNode - Class in org.openstreetmap.josm.data.osm.history
Represents an immutable OSM node in the context of a historical view on OSM data.
HistoryNode(long, long, boolean, User, long, Date, LatLon) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryNode
Constructs a new HistoryNode.
HistoryNode(long, long, boolean, User, long, Date, LatLon, boolean) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryNode
Constructs a new HistoryNode with a configurable checking of historic parameters.
HistoryNode(Node) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryNode
Constructs a new HistoryNode from an existing Node.
HistoryObjectIDDialog() - Constructor for class org.openstreetmap.josm.actions.HistoryInfoAction.HistoryObjectIDDialog
Constructs a new HistoryObjectIDDialog.
HistoryOsmPrimitive - Class in org.openstreetmap.josm.data.osm.history
Represents an immutable OSM primitive in the context of a historical view on OSM data.
HistoryOsmPrimitive(long, long, boolean, User, long, Date) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Constructs a new HistoryOsmPrimitive.
HistoryOsmPrimitive(long, long, boolean, User, long, Date, boolean) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Constructs a new HistoryOsmPrimitive with a configurable checking of historic parameters.
HistoryOsmPrimitive(OsmPrimitive) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Constructs a new HistoryOsmPrimitive from an existing OsmPrimitive.
historyPos - Variable in class org.openstreetmap.josm.gui.help.HelpBrowserHistory
 
HistoryPrimitiveBuilder() - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserModel.HistoryPrimitiveBuilder
 
HistoryRelation - Class in org.openstreetmap.josm.data.osm.history
Represents an immutable OSM relation in the context of a historical view on OSM data.
HistoryRelation(long, long, boolean, User, long, Date) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryRelation
constructor
HistoryRelation(long, long, boolean, User, long, Date, boolean) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryRelation
constructor
HistoryRelation(long, long, boolean, User, long, Date, List<RelationMemberData>) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryRelation
constructor
HistoryRelation(Relation) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryRelation
Constructs a new HistoryRelation from an existing Relation.
historyUpdated(HistoryDataSet, PrimitiveId) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask.HistoryLoaderAndListener
 
historyUpdated(HistoryDataSet, PrimitiveId) - Method in interface org.openstreetmap.josm.data.osm.history.HistoryDataSetListener
Fired by a HistoryDataSet if the cached history of an OSM primitive with id id is updated
historyUpdated(HistoryDataSet, PrimitiveId) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
 
HistoryViewerPanel - Class in org.openstreetmap.josm.gui.history
HistoryViewerPanel(HistoryBrowserModel) - Constructor for class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
HistoryWay - Class in org.openstreetmap.josm.data.osm.history
Represents an immutable OSM way in the context of a historical view on OSM data.
HistoryWay(long, long, boolean, User, long, Date) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryWay
Constructs a new HistoryWay.
HistoryWay(long, long, boolean, User, long, Date, boolean) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryWay
Constructs a new HistoryWay with a configurable checking of historic parameters.
HistoryWay(long, long, boolean, User, long, Date, List<Long>) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryWay
Constructs a new HistoryWay with a given list of node ids.
HistoryWay(Way) - Constructor for class org.openstreetmap.josm.data.osm.history.HistoryWay
Constructs a new HistoryWay from an existing Way.
home - Variable in class org.openstreetmap.josm.data.osm.UserInfo
the home location
HomeAction(IHelpBrowser) - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowser.HomeAction
Constructs a new HomeAction.
homeZoom - Variable in class org.openstreetmap.josm.data.osm.UserInfo
the zoom level for the home location
hookUpMapView() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Creates popup menu items and binds to mouse actions
hookUpMapView() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
hookUpMapView() - Method in class org.openstreetmap.josm.gui.layer.Layer
Initialization code, that depends on Main.map.mapView.
hookUpMapView() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
HORIZONTAL_DIRECTION - Static variable in class org.openstreetmap.josm.gui.ScrollViewport
 
HorizontalTextAlignment() - Constructor for enum org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.HorizontalTextAlignment
 
host - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.OtherHostCredentialsPanel
 
HOST_LIMIT - Static variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
Limit definition for per host concurrent connections
hostLimit - Variable in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
HostLimitQueue - Class in org.openstreetmap.josm.data.cache
 
HostLimitQueue(int) - Constructor for class org.openstreetmap.josm.data.cache.HostLimitQueue
Creates an unbounded queue
hostnameRegex - Variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
RegexValidator for matching a local hostname
hostSemaphores - Variable in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
HOUSE_NUMBER_TOO_FAR - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
HOUSE_NUMBER_WITHOUT_STREET - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
hover - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel.PresetLabelMouseListener
 
href - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Link
The link to display.
hsb_color(float, float, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Create color from hsb color model.
ht(String) - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
This is a simple marker method for help topic literals.
html2color(String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Creates a color value from an HTML notation, i.e., #rrggbb.
html2color(String) - Static method in class org.openstreetmap.josm.tools.ColorHelper
Returns the Color for the given HTML code.
htmlMessage - Variable in exception org.openstreetmap.josm.data.osm.DataIntegrityProblemException
 
htmlPanel - Variable in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
HtmlPanel - Class in org.openstreetmap.josm.gui.widgets
This panel can be used to display larger sections of formatted text in HTML.
HtmlPanel() - Constructor for class org.openstreetmap.josm.gui.widgets.HtmlPanel
Constructs a new HtmlPanel.
HtmlPanel(String) - Constructor for class org.openstreetmap.josm.gui.widgets.HtmlPanel
Constructs a new HtmlPanel with the given HTML text.
HTTP_PROTOCOL - Static variable in class org.openstreetmap.josm.tools.ImageProvider
 
HTTP_RESPONSE_CODE - Static variable in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
httpAccept - Variable in class org.openstreetmap.josm.io.CachedFile
 
HttpClient - Class in org.openstreetmap.josm.tools
Provides a uniform access for a HTTP/HTTPS server.
HttpClient(URL, String) - Constructor for class org.openstreetmap.josm.tools.HttpClient
 
HttpClient.Response - Class in org.openstreetmap.josm.tools
A wrapper for the HTTP response.
httpHeaders - Variable in class org.openstreetmap.josm.io.CachedFile
 
HttpProxyCredentialsPanel(CredentialDialog) - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog.HttpProxyCredentialsPanel
 
httpProxySocketAddress - Variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
HttpRequest(HttpClient) - Constructor for class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
HttpResponse(HttpClient.Response) - Constructor for class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpResponse
 
HTTPS_PORT - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
 
HTTPS_PROTOCOL - Static variable in class org.openstreetmap.josm.tools.ImageProvider
 
hull - Variable in class org.openstreetmap.josm.actions.UploadSelectionAction.UploadHullBuilder
 
hull - Variable in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
HyperlinkHandler() - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowser.HyperlinkHandler
 
hyperlinkUpdate(HyperlinkEvent) - Method in class org.openstreetmap.josm.gui.GettingStarted.LinkGeneral
 
hyperlinkUpdate(HyperlinkEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.HyperlinkHandler
 
hyperlinkUpdate(HyperlinkEvent) - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
hyperlinkUpdate(HyperlinkEvent) - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.ExternalBrowserLauncher
 

I

I18n - Class in org.openstreetmap.josm.tools
Internationalisation support.
I18n() - Constructor for class org.openstreetmap.josm.tools.I18n
 
I18n.PluralMode - Enum in org.openstreetmap.josm.tools
Enumeration of possible plural modes.
I18n.QuirkyPluralString - Annotation Type in org.openstreetmap.josm.tools
This annotates strings which do not permit a clean i18n.
I18nString() - Constructor for enum org.openstreetmap.josm.gui.preferences.SourceEditor.I18nString
 
ICachedLoaderJob<K> - Interface in org.openstreetmap.josm.data.cache
 
ICachedLoaderListener - Interface in org.openstreetmap.josm.data.cache
Cache loader listener.
ICachedLoaderListener.LoadResult - Enum in org.openstreetmap.josm.data.cache
Result of download
ICentralMeridianProvider - Interface in org.openstreetmap.josm.data.projection.proj
A Proj implements this interface, if it derives the central meridian value from it's other input parameters.
ico - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
icon - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
icon used in menu
icon - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
icon - Variable in enum org.openstreetmap.josm.data.validation.Severity
Associated icon
icon - Variable in class org.openstreetmap.josm.data.validation.util.NameVisitor
The icon of this item.
icon - Variable in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer
 
icon - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeCellRenderer
the relation icon
icon - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
icon - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
 
icon - Variable in class org.openstreetmap.josm.gui.io.ChangesetCellRenderer
 
icon - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
icon - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
icon - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSource
The following fields is additional information found in the header of the source file.
icon - Variable in class org.openstreetmap.josm.gui.Notification
 
icon - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
icon - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
The location of icon file to display
icon - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Label
The location of icon file to display (optional)
icon - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin icon.
ICON_HEIGHT - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
ICON_HEIGHT_IDX - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
ICON_IMAGE - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
ICON_IMAGE_IDX - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
ICON_KEYS - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
ICON_OFFSET_X - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
ICON_OFFSET_X_IDX - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
ICON_OFFSET_Y - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
ICON_OFFSET_Y_IDX - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
ICON_OPACITY - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
ICON_OPACITY_IDX - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
ICON_ROTATION - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
ICON_SIZE - Static variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
icon_size - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
The size of displayed icon.
icon_size - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Label
The size of displayed icon.
ICON_WIDTH - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
ICON_WIDTH_IDX - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
iconDecided - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
 
iconEye - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCheckBox
 
iconEyeTranslucent - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCheckBox
 
IConflictListener - Interface in org.openstreetmap.josm.data.conflict
 
IConflictResolver - Interface in org.openstreetmap.josm.gui.conflict.pair
 
iconName - Variable in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.IconReference
 
iconName - Variable in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
iconName - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
iconName - Variable in enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
 
iconPath - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin icon path inside jar.
iconPathsModel - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
IconPathTableModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
ICONPREF - Static variable in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintSourceEditor
 
ICONPREF - Static variable in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.TaggingPresetSourceEditor
 
IconReference(String, StyleSource) - Constructor for class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.IconReference
 
iconResolved - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
icons - Variable in class org.openstreetmap.josm.gui.history.RelationMemberListTableCellRenderer
 
IconToggleButton - Class in org.openstreetmap.josm.gui
Just a toggle button, with smaller border and icon only to display in MapFrame toolbars.
IconToggleButton(Action) - Constructor for class org.openstreetmap.josm.gui.IconToggleButton
Construct the toggle button with the given action.
IconToggleButton(Action, boolean) - Constructor for class org.openstreetmap.josm.gui.IconToggleButton
Construct the toggle button with the given action.
iconUndecided - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
 
iconUnresolved - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
ICoordinate - Interface in org.openstreetmap.gui.jmapviewer.interfaces
 
id - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
id - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
id for this imagery entry, optional at the moment
Id(PushbackTokenizer.Range) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Id
 
Id(PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Id
 
id - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
id - Variable in class org.openstreetmap.josm.data.notes.Note
 
id - Variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Unique identifier in OSM.
id - Variable in class org.openstreetmap.josm.data.osm.Changeset
the changeset id
id - Variable in class org.openstreetmap.josm.data.osm.history.History
the object id
id - Variable in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
id - Variable in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
id - Variable in class org.openstreetmap.josm.data.osm.UserInfo
the user id
id - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel.OpenChangesetDialogAction
 
id - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.ClassCondition
 
id - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Subpart.ExpressionSubpart
 
id - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Subpart.StringSubpart
 
id - Variable in class org.openstreetmap.josm.gui.MapStatus.StatusTextHistory
 
id - Variable in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient.SessionId
 
id - Variable in class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
 
id - Variable in class org.openstreetmap.josm.gui.progress.ProgressTaskId
 
id - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader.Chunk
The chunk id, can be referenced later
id - Variable in class org.openstreetmap.josm.gui.widgets.ChangesetIdTextField.ChangesetIdValidator
 
id - Variable in exception org.openstreetmap.josm.io.OsmApiPrimitiveGoneException
the id of the primitive
id - Variable in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
the id of the primitive whose referrers are to be read
id - Variable in class org.openstreetmap.josm.io.OsmServerHistoryReader
 
id - Variable in class org.openstreetmap.josm.io.OsmServerObjectReader
the id of the object to download
id - Variable in class org.openstreetmap.josm.tools.ImageProvider
caching identifier
ID_PATTERN - Static variable in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
idCounter - Static variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
ident - Variable in class org.openstreetmap.josm.io.CacheCustomContent
The ident that identifies the stored file.
ident - Variable in class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
identifier - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrix
 
identifier - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSet
 
identifier - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSetBuilder
 
identify(TabPreferenceSetting, Object) - Method in interface org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.TabIdentifier
 
idField - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
IDN_TOASCII_PRESERVES_TRAILING_DOTS - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator.IDNBUGHOLDER
 
IDNBUGHOLDER() - Constructor for class org.openstreetmap.josm.data.validation.routines.DomainValidator.IDNBUGHOLDER
 
iDownloadDialogDimension - Variable in class org.openstreetmap.josm.gui.download.SlippyMapChooser
 
ids - Variable in class org.openstreetmap.josm.gui.io.DownloadPrimitivesTask
 
ids - Variable in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
List of primitives id to download
ids - Variable in class org.openstreetmap.josm.gui.widgets.OsmIdTextField.OsmIdValidator
 
idValidator - Variable in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction.RectifierService
 
idx - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
idx - Variable in class org.openstreetmap.josm.gui.dialogs.CommandListMutableTreeNode
 
idx - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule.Declaration
 
idxTracks - Variable in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
IEnabledStateUpdating - Interface in org.openstreetmap.josm.gui.dialogs.layer
To be implemented by actions for which their enabled state depends on another model.
iEndSelectionPoint - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
 
ifModifiedSince - Variable in class org.openstreetmap.josm.tools.HttpClient
 
ignore - Variable in class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
The boolean indicating if special values must be ignored or considered only
IGNORE_FILE - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
The config file of ignored tags
ignoreButton - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
The ignore button
ignored - Variable in class org.openstreetmap.josm.data.validation.TestError
is this error on the ignore list
IGNORED_KEYS - Static variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
ignoreDataEndsWith - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
ignoreDataEquals - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
ignoreDataStartsWith - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
ignoreDataTag - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
ignoredErrors - Static variable in class org.openstreetmap.josm.data.validation.OsmValidator
 
ignoredKeys - Static variable in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
ignoreErrors() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Set selected errors to ignore state
ignoreException - Variable in class org.openstreetmap.josm.gui.PleaseWaitRunnable
 
ignoreKeyForCorrection(String) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
ignoreKeys - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
List of keys without useful information
ignoreListener - Variable in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
ignoreNextKeyRelease - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
ignoreNextKeyRelease - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
ignoreRepaint - Variable in class org.openstreetmap.josm.gui.MapView.LayerInvalidatedListener
 
ignoreSharedNodes - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
settings value whether shared nodes should be ignored or not
ignoreTag(Tag, SearchAction.SearchSetting) - Method in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
IgnoreTagAction(String, Tag) - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog.IgnoreTagAction
 
ignoreWaySegmentCombination(Way, Way) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Barrier
 
ignoreWaySegmentCombination(Way, Way) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Boundaries
 
ignoreWaySegmentCombination(Way, Way) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
ignoreWaySegmentCombination(Way, Way) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Ways
 
iGui - Variable in class org.openstreetmap.josm.gui.download.SlippyMapChooser
 
IHelpBrowser - Interface in org.openstreetmap.josm.gui.help
Help browser super interface.
ILLEGAL_CHARACTERS - Static variable in class org.openstreetmap.josm.data.AutosaveTask
 
IllegalDataException - Exception in org.openstreetmap.josm.io
Generic exception raised when illegal data is read.
IllegalDataException(String, Throwable) - Constructor for exception org.openstreetmap.josm.io.IllegalDataException
Constructs a new IllegalDataException.
IllegalDataException(String) - Constructor for exception org.openstreetmap.josm.io.IllegalDataException
Constructs a new IllegalDataException.
IllegalDataException(Throwable) - Constructor for exception org.openstreetmap.josm.io.IllegalDataException
Constructs a new IllegalDataException.
ilUseDefault - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
image - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
image - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
The image currently displayed
image - Variable in class org.openstreetmap.josm.tools.ImageOverlay
the image resource to use as overlay
IMAGE_FETCHER - Static variable in class org.openstreetmap.josm.tools.ImageProvider
 
ImageAction(String, ImageIcon, String) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog.ImageAction
 
ImageDisplay - Class in org.openstreetmap.josm.gui.layer.geoimage
 
ImageDisplay() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
ImageDisplay.ImgDisplayMouseListener - Class in org.openstreetmap.josm.gui.layer.geoimage
 
ImageDisplay.LoadImageRunnable - Class in org.openstreetmap.josm.gui.layer.geoimage
The thread that reads the images.
ImageEntry - Class in org.openstreetmap.josm.gui.layer.geoimage
Stores info about each image
ImageEntry() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Constructs a new ImageEntry.
ImageEntry(File) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Constructs a new ImageEntry.
imageField - Variable in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
imageFormatHasTransparency(String) - Static method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
imageIconProvider - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSource
image provider returning the icon for this style
ImageLabel - Class in org.openstreetmap.josm.gui.widgets
A small user interface component that consists of an image label and a fixed text content to the right of the image.
ImageLabel(String, String, int, Color) - Constructor for class org.openstreetmap.josm.gui.widgets.ImageLabel
Constructs a new ImageLabel.
imageLoaded - Variable in class org.openstreetmap.josm.data.cache.BufferedImageCacheEntry
 
imageLoaded(Image) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
ImageMarker - Class in org.openstreetmap.josm.gui.layer.markerlayer
Marker representing an image.
ImageMarker(LatLon, URL, MarkerLayer, double, double) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.ImageMarker
 
ImageOverlay - Class in org.openstreetmap.josm.tools
class to describe how image overlay
ImageOverlay(ImageProvider, double, double, double, double) - Constructor for class org.openstreetmap.josm.tools.ImageOverlay
Create an overlay info.
ImageOverlay(ImageProvider) - Constructor for class org.openstreetmap.josm.tools.ImageOverlay
Create an overlay in southeast corner.
ImageProcessor - Interface in org.openstreetmap.josm.gui.layer
Processor that modifies images (sharpen, brightness, etc.).
imageProcessors - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
ImageProvider - Class in org.openstreetmap.josm.tools
Helper class to support the application with images.
ImageProvider(String, String) - Constructor for class org.openstreetmap.josm.tools.ImageProvider
Constructs a new ImageProvider from a filename in a given directory.
ImageProvider(String) - Constructor for class org.openstreetmap.josm.tools.ImageProvider
Constructs a new ImageProvider from a filename.
ImageProvider(ImageProvider) - Constructor for class org.openstreetmap.josm.tools.ImageProvider
Constructs a new ImageProvider from an existing one.
ImageProvider.ImageCallback - Interface in org.openstreetmap.josm.tools
Callback interface for asynchronous image loading.
ImageProvider.ImageResourceCallback - Interface in org.openstreetmap.josm.tools
Callback interface for asynchronous image loading (with delayed scaling possibility).
ImageProvider.ImageSizes - Enum in org.openstreetmap.josm.tools
Supported image sizes
ImageProvider.ImageType - Enum in org.openstreetmap.josm.tools
Supported image types
ImageProvider.OverlayPosition - Enum in org.openstreetmap.josm.tools
Position of an overlay icon
ImageProvider.SAXReturnException - Exception in org.openstreetmap.josm.tools
Quit parsing, when a certain condition is met
ImageResource - Class in org.openstreetmap.josm.tools
Holds data for one particular image.
ImageResource(Image) - Constructor for class org.openstreetmap.josm.tools.ImageResource
Constructs a new ImageResource from an image.
ImageResource(SVGDiagram) - Constructor for class org.openstreetmap.josm.tools.ImageResource
Constructs a new ImageResource from SVG data.
ImageResource(ImageResource, List<ImageOverlay>) - Constructor for class org.openstreetmap.josm.tools.ImageResource
Constructs a new ImageResource from another one and sets overlays.
ImageryAdjustAction - Class in org.openstreetmap.josm.actions
Adjust the position of an imagery layer.
ImageryAdjustAction(ImageryLayer) - Constructor for class org.openstreetmap.josm.actions.ImageryAdjustAction
Constructs a new ImageryAdjustAction for the given layer.
ImageryAdjustAction.ImageryOffsetDialog - Class in org.openstreetmap.josm.actions
 
ImageryAdjustAction.ImageryOffsetDialog.WindowEventHandler - Class in org.openstreetmap.josm.actions
 
imageryBlacklist - Variable in class org.openstreetmap.josm.io.Capabilities
 
ImageryBounds(String, String) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryBounds
Constructs a new ImageryBounds from string.
ImageryDefaultLayerTableModel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryDefaultLayerTableModel
Constructs a new ImageryDefaultLayerTableModel.
ImageryHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Adds an imagery (WMS/TMS) layer.
ImageryHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
ImageryInfo - Class in org.openstreetmap.josm.data.imagery
Class that stores info about an image background layer.
ImageryInfo() - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo
Constructs a new WMS ImageryInfo.
ImageryInfo(String) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo
Constructs a new WMS ImageryInfo with a given name.
ImageryInfo(String, String) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo
Constructs a new WMS ImageryInfo with given name and extended URL.
ImageryInfo(String, String, String) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo
Constructs a new WMS ImageryInfo with given name, extended and EULA URLs.
ImageryInfo(String, String, String, String, String) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo
Constructs a new ImageryInfo with given name, url, extended and EULA URLs.
ImageryInfo(String, String, String, String, String, String) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo
 
ImageryInfo(ImageryInfo.ImageryPreferenceEntry) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo
Constructs a new ImageryInfo from an imagery preference entry.
ImageryInfo(ImageryInfo) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo
Constructs a new ImageryInfo from an existing one.
ImageryInfo.ImageryBounds - Class in org.openstreetmap.josm.data.imagery
Multi-polygon bounds for imagery backgrounds.
ImageryInfo.ImageryPreferenceEntry - Class in org.openstreetmap.josm.data.imagery
Auxiliary class to save an ImageryInfo object in the preferences.
ImageryInfo.ImageryType - Enum in org.openstreetmap.josm.data.imagery
Type of imagery entry.
ImageryLayer - Class in org.openstreetmap.josm.gui.layer
 
ImageryLayer(ImageryInfo) - Constructor for class org.openstreetmap.josm.gui.layer.ImageryLayer
Constructs a new ImageryLayer.
ImageryLayer.ApplyOffsetAction - Class in org.openstreetmap.josm.gui.layer
 
ImageryLayer.ColorfulFilter - Class in org.openstreetmap.josm.gui.layer
 
ImageryLayer.ColorfulImageProcessor - Class in org.openstreetmap.josm.gui.layer
Adds or removes the colorfulness of the image.
ImageryLayer.GammaImageProcessor - Class in org.openstreetmap.josm.gui.layer
An image processor which adjusts the gamma value of an image.
ImageryLayer.OffsetAction - Class in org.openstreetmap.josm.gui.layer
 
ImageryLayer.SharpenImageProcessor - Class in org.openstreetmap.josm.gui.layer
Sharpens or blurs the image, depending on the sharpen value.
ImageryLayerInfo - Class in org.openstreetmap.josm.data.imagery
Manages the list of imagery entries that are shown in the imagery menu.
ImageryLayerInfo() - Constructor for class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
ImageryLayerInfo(ImageryLayerInfo) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
ImageryLayerInfo.DefaultEntryLoader - Class in org.openstreetmap.josm.data.imagery
Loader/updater of the available imagery entries
ImageryLayerTableModel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel
Constructs a new ImageryLayerTableModel.
ImageryMenu - Class in org.openstreetmap.josm.gui
Imagery menu, holding entries for imagery preferences, offset actions and dynamic imagery entries depending on current maview coordinates.
ImageryMenu(JMenu) - Constructor for class org.openstreetmap.josm.gui.ImageryMenu
Constructs a new ImageryMenu.
imageryMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
imageryMenu contains all imagery-related actions
ImageryNameTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryNameTableCellRenderer
 
ImageryOffsetDialog() - Constructor for class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
Constructs a new ImageryOffsetDialog.
ImageryPreference - Class in org.openstreetmap.josm.gui.preferences.imagery
Imagery preferences, including imagery providers, settings and offsets.
ImageryPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
ImageryPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.imagery
Factory used to create a new ImageryPreference.
ImageryPreference.ImageryProvidersPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
A panel displaying imagery providers.
ImageryPreference.ImageryProvidersPanel.ActivateAction - Class in org.openstreetmap.josm.gui.preferences.imagery
 
ImageryPreference.ImageryProvidersPanel.DefListSelectionListener - Class in org.openstreetmap.josm.gui.preferences.imagery
 
ImageryPreference.ImageryProvidersPanel.ImageryDefaultLayerTableModel - Class in org.openstreetmap.josm.gui.preferences.imagery
The table model for the default imagery layer list
ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel - Class in org.openstreetmap.josm.gui.preferences.imagery
The table model for imagery layer list
ImageryPreference.ImageryProvidersPanel.ImageryNameTableCellRenderer - Class in org.openstreetmap.josm.gui.preferences.imagery
class to render the name information of Imagery source
ImageryPreference.ImageryProvidersPanel.ImageryURLTableCellRenderer - Class in org.openstreetmap.josm.gui.preferences.imagery
class to render the URL information of Imagery source
ImageryPreference.ImageryProvidersPanel.NewEntryAction - Class in org.openstreetmap.josm.gui.preferences.imagery
 
ImageryPreference.ImageryProvidersPanel.ReloadAction - Class in org.openstreetmap.josm.gui.preferences.imagery
 
ImageryPreference.ImageryProvidersPanel.RemoveEntryAction - Class in org.openstreetmap.josm.gui.preferences.imagery
 
ImageryPreference.OffsetBookmarksPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
 
ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel - Class in org.openstreetmap.josm.gui.preferences.imagery
The table model for imagery offsets list
ImageryPreferenceEntry() - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
Constructs a new empty WMS ImageryPreferenceEntry.
ImageryPreferenceEntry(ImageryInfo) - Constructor for class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
Constructs a new ImageryPreferenceEntry from a given ImageryInfo.
imageryProviders - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
ImageryProvidersPanel(PreferenceTabbedPane, ImageryLayerInfo) - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
Constructs a new ImageryProvidersPanel.
ImageryReader - Class in org.openstreetmap.josm.io.imagery
 
ImageryReader(String) - Constructor for class org.openstreetmap.josm.io.imagery.ImageryReader
Constructs a ImageryReader from a given filename, URL or internal resource.
ImageryReader.Parser - Class in org.openstreetmap.josm.io.imagery
 
ImageryReader.State - Enum in org.openstreetmap.josm.io.imagery
 
ImagerySessionExporter - Class in org.openstreetmap.josm.io.session
Session exporter for TMSLayer, WMSLayer and WMTSLayer.
ImagerySessionExporter(ImageryLayer) - Constructor for class org.openstreetmap.josm.io.session.ImagerySessionExporter
Constructs a new ImagerySessionExporter.
ImagerySessionExporter(TMSLayer) - Constructor for class org.openstreetmap.josm.io.session.ImagerySessionExporter
Constructs a new ImagerySessionExporter.
ImagerySessionExporter(WMSLayer) - Constructor for class org.openstreetmap.josm.io.session.ImagerySessionExporter
Constructs a new ImagerySessionExporter.
ImagerySessionExporter(WMTSLayer) - Constructor for class org.openstreetmap.josm.io.session.ImagerySessionExporter
Constructs a new ImagerySessionExporter.
ImagerySessionImporter - Class in org.openstreetmap.josm.io.session
Session importer for TMSLayer, WMSLayer and WMTSLayer.
ImagerySessionImporter() - Constructor for class org.openstreetmap.josm.io.session.ImagerySessionImporter
 
imagerySubMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
submenu in Imagery menu that contains plugin-managed additional imagery layers
imageryType - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
type of the imagery servics - WMS, TMS, ...
ImageryType(String) - Constructor for enum org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryType
 
ImageryURLTableCellRenderer(List<ImageryInfo>) - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryURLTableCellRenderer
 
imageryZoomMax - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
ImageSizes(int) - Constructor for enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
 
ImageSizes(int, int) - Constructor for enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
 
ImageSizes(ImageProvider.ImageSizes) - Constructor for enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
 
ImageType() - Constructor for enum org.openstreetmap.josm.tools.ImageProvider.ImageType
 
imageUpdate(Image, int, int, int, int, int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
imageUrl - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.ImageMarker
 
imageUrlTemplate - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
ImageViewerDialog - Class in org.openstreetmap.josm.gui.layer.geoimage
 
ImageViewerDialog() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
ImageViewerDialog.ImageAction - Class in org.openstreetmap.josm.gui.layer.geoimage
 
IMemberModelListener - Interface in org.openstreetmap.josm.gui.dialogs.relation
 
img - Variable in class org.openstreetmap.josm.data.cache.BufferedImageCacheEntry
 
img - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
ImageIcon can change while the image is loading.
img2compCoord(Rectangle, int, int) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
imgCache - Variable in class org.openstreetmap.josm.tools.ImageResource
Caches the image data for resized versions of the same image.
imgDisp - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SetOffsetActionListener
 
imgDisplay - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
ImgDisplayMouseListener() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
imgLabel - Variable in class org.openstreetmap.josm.gui.widgets.ImageLabel
 
imgList - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SetOffsetActionListener
 
immediateActive - Static variable in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
a set indication that (preference key) is or may be stored for the currently active bulk operation
immediateChoices - Static variable in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
(preference key => return value) mappings valid for the current session
ImmutableGpxTrack - Class in org.openstreetmap.josm.data.gpx
Immutable GPX track.
ImmutableGpxTrack(Collection<Collection<WayPoint>>, Map<String, Object>) - Constructor for class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
Constructs a new ImmutableGpxTrack.
ImmutableGpxTrackSegment - Class in org.openstreetmap.josm.data.gpx
 
ImmutableGpxTrackSegment(Collection<WayPoint>) - Constructor for class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
IMPERIAL - Static variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Imperial system (British Commonwealth and former British Empire).
IMPORT_DATA - Static variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
importAudio(File, MarkerLayer, double, ImportAudioAction.Markers) - Method in class org.openstreetmap.josm.gui.layer.gpx.ImportAudioAction
Makes a new marker layer derived from this GpxLayer containing at least one audio marker which the given audio file is associated with.
ImportAudioAction - Class in org.openstreetmap.josm.gui.layer.gpx
Import audio files into a GPX layer to enable audio playback functions.
ImportAudioAction(GpxLayer) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.ImportAudioAction
Constructs a new ImportAudioAction.
ImportAudioAction.Markers - Class in org.openstreetmap.josm.gui.layer.gpx
 
ImportCancelException - Interface in org.openstreetmap.josm.io
All exceptions resulting from a user cancelation during any import should implement this interface.
importData(FileImporter, List<File>) - Method in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
Import data files with the given importer.
importData(TransferHandler.TransferSupport) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTransferHandler
 
importData(MemberTable, int, Collection<T>, Utils.Function<T, RelationMember>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTransferHandler
 
importData(JComponent, Transferable) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.SelectedListTransferHandler
 
importData(File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.FileImporter
Needs to be implemented if isBatchImporter() returns false.
importData(List<File>, ProgressMonitor) - Method in class org.openstreetmap.josm.io.FileImporter
Needs to be implemented if isBatchImporter() returns true.
importData(File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.GpxImporter
 
importData(List<File>, ProgressMonitor) - Method in class org.openstreetmap.josm.io.JpgImporter
 
importData(File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.NMEAImporter
 
importData(File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.NoteImporter
 
importData(File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmChangeImporter
 
importData(InputStream, File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmChangeImporter
 
importData(File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmImporter
Imports OSM data from file
importData(InputStream, File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmImporter
Imports OSM data from stream
importData(File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.SessionImporter
 
importData(File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.WMSLayerImporter
 
importDataHandleExceptions(File, ProgressMonitor) - Method in class org.openstreetmap.josm.io.FileImporter
Wrapper to FileImporter.importData(File, ProgressMonitor) to give meaningful output if things go wrong.
importDataHandleExceptions(List<File>, ProgressMonitor) - Method in class org.openstreetmap.josm.io.FileImporter
Wrapper to FileImporter.importData(List, ProgressMonitor) to give meaningful output if things go wrong.
importer - Variable in class org.openstreetmap.josm.io.session.SessionReader.LayerDependency
 
importers - Static variable in class org.openstreetmap.josm.actions.ExtensionFileFilter
List of supported formats for import.
ImportHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Handler for import request
ImportHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
ImportImagesAction - Class in org.openstreetmap.josm.gui.layer.gpx
 
ImportImagesAction(GpxLayer) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.ImportImagesAction
 
importPrimitiveData(TransferHandler.TransferSupport, MemberTable, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTransferHandler
 
ImportProfileAction(String, File, String) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference.ImportProfileAction
 
importRelationMemberData(TransferHandler.TransferSupport, MemberTable, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTransferHandler
 
ImportSupport(String, int, List<SessionReader.LayerDependency>) - Constructor for class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
Constructs a new ImportSupport.
ImproveWayAccuracyAction - Class in org.openstreetmap.josm.actions.mapmode
 
ImproveWayAccuracyAction(MapFrame) - Constructor for class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
Constructs a new ImproveWayAccuracyAction.
ImproveWayAccuracyAction.State - Enum in org.openstreetmap.josm.actions.mapmode
 
ImproveWayAccuracyHelper - Class in org.openstreetmap.josm.actions.mapmode
This static class contains functions used to find target way, node to move or segment to divide.
ImproveWayAccuracyHelper() - Constructor for class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyHelper
 
in - Variable in class org.openstreetmap.josm.io.OsmHistoryReader
 
in - Variable in class org.openstreetmap.josm.io.OsmServerLocationReader.Parser
 
in - Variable in class org.openstreetmap.josm.io.ProgressInputStream
 
IN_DOWNLOADED_AREA - Static variable in class org.openstreetmap.josm.data.validation.Test
 
IN_DOWNLOADED_AREA - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
 
IN_FRONT - Static variable in class org.openstreetmap.josm.gui.layer.LayerPositionStrategy
always inserts at the front of the stack.
inactive - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
inactiveColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Color Preference for inactive objects
inactiveColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Color Preference for inactive objects
inActiveDataLayerModel - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
inArchiveDir - Variable in class org.openstreetmap.josm.tools.ImageProvider
directory inside the archive
InArea(boolean) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.InArea
 
inBackgroundListener - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
inBbox(double, double, double, double) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Replies a query which is restricted to a bounding box.
inBbox(LatLon, LatLon) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Replies a query which is restricted to a bounding box.
inBbox(Bounds) - Method in class org.openstreetmap.josm.io.ChangesetQuery
Replies a query which is restricted to a bounding box given by bbox.
include(RowFilter.Entry) - Method in class org.openstreetmap.josm.gui.dialogs.properties.SearchBasedRowFilter
 
include - Variable in class org.openstreetmap.josm.io.session.GenericSessionExporter
 
INCLUDED_FONTS - Static variable in class org.openstreetmap.josm.tools.FontsManager
List of fonts embedded into JOSM jar.
includeDiscussion - Variable in class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask.DownloadTask
whether to include discussions or not
includesTag(String) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
checks whether the tag model includes a tag with a given key
inCollection(Collection<? extends T>) - Static method in class org.openstreetmap.josm.tools.Predicates
Returns a Predicate executing Collection.contains(Object).
incomingData - Variable in exception org.openstreetmap.josm.io.imagery.WMSImagery.WMSGetCapabilitiesException
 
incomingMouseState - Variable in class org.openstreetmap.josm.gui.MapStatus.Collector
 
Incomplete() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Incomplete
 
incomplete - Variable in class org.openstreetmap.josm.data.osm.Changeset
indicates whether this changeset is incomplete.
incomplete - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
incompleteMembers - Variable in class org.openstreetmap.josm.actions.relation.DownloadSelectedIncompleteMembersAction
 
IncreaseZoomAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.IncreaseZoomAction
 
increaseZoomLevel() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Zoom in, go closer to map.
increment - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MoveUpDownAction
 
increment - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.MoveUpDownAction
 
inDataSet - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
 
InDataSourceArea(boolean) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.InDataSourceArea
Constructs a new InDataSourceArea.
INDENT - Static variable in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
indent - Variable in class org.openstreetmap.josm.io.GpxWriter
 
indeterminate - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
indeterminateSubTask(String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
indeterminateSubTask(String) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
indeterminateSubTask(String) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Subtask that will show progress running back and forth
indeterminateSubTask(String) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
index(int, long) - Static method in class org.openstreetmap.josm.data.coor.QuadTiling
 
index(LatLon, int) - Static method in class org.openstreetmap.josm.data.coor.QuadTiling
Returns quad tiling index for given coordinates and level.
index(double, double, int) - Static method in class org.openstreetmap.josm.data.coor.QuadTiling
Returns quad tiling index for given coordinates and level.
index - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
index - Variable in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.Scale
 
index - Variable in class org.openstreetmap.josm.gui.mappaint.Environment
index of node in parent way or member in parent relation.
index - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.IndexCondition
 
index(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the index of node in parent way or member in parent relation.
index - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
All rules that only apply when the given key is present.
index - Variable in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
 
index - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
index - Variable in class org.openstreetmap.josm.io.session.SessionReader.LayerDependency
 
index(LatLon, int) - Static method in class org.openstreetmap.josm.tools.GeoPropertyIndex
 
index - Variable in class org.openstreetmap.josm.tools.MultikeyShortcutAction.MultikeyInfo
 
index - Variable in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
index_of(QuadBuckets.QBLevel<T>) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
IndexCondition(String, Condition.Op) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.IndexCondition
 
indexOf(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictListModel
 
indexOf(Iterable<? extends T>, Predicate<? super T>) - Static method in class org.openstreetmap.josm.tools.Utils
Find the index of the first item that matches the predicate.
indexOfKey(String[], String) - Static method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Scans a key/value array for a given key.
indexOfKey(String[], Object) - Static method in class org.openstreetmap.josm.data.osm.TagMap
Finds a key in an array that is structured like the TagMap.tags array and returns the position.
indexToZone(int) - Method in class org.openstreetmap.josm.gui.preferences.projection.GaussKruegerProjectionChoice
 
indexToZone(int) - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice
 
indexToZone(int) - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice
 
indexToZone(int) - Method in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
Convert 0-based index to preference value.
indexToZone(int) - Method in class org.openstreetmap.josm.gui.preferences.projection.PuwgProjectionChoice
 
indexToZone(int) - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
indexToZone(int) - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
inDownloadedArea(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
in-downloaded-area tests whether the object is within source area ("downloaded area").
inEDTListeners - Variable in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
inEDTListeners - Variable in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
InetAddressValidator - Class in org.openstreetmap.josm.data.validation.routines
InetAddress validation and conversion routines (java.net.InetAddress).
InetAddressValidator() - Constructor for class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
 
info - Variable in class org.openstreetmap.josm.actions.AddImageryLayerAction
 
info - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
info - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
info - Variable in class org.openstreetmap.josm.gui.MainMenu
View / Advanced info
info(String) - Static method in class org.openstreetmap.josm.Main
Prints an informational message if logging is on.
info(String, Object...) - Static method in class org.openstreetmap.josm.Main
Prints a formatted informational message if logging is on.
info - Variable in class org.openstreetmap.josm.plugins.Plugin
This is the info available for this plugin.
InfoAction - Class in org.openstreetmap.josm.actions
Display advanced object information about OSM nodes, ways, or relations.
InfoAction() - Constructor for class org.openstreetmap.josm.actions.InfoAction
Constructs a new InfoAction.
InfoAction(Layer) - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListPopup.InfoAction
Constructs a new InfoAction for the given layer.
InfoAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
Constructs a new InfoAction.
InfoFont - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
informAboutRelationMembershipConflicts(Collection<? extends OsmPrimitive>, Set<Relation>) - Static method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Inform a non-expert user about what relation membership conflict resolution means.
informAboutTagConflicts(Collection<? extends OsmPrimitive>, TagCollection) - Static method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Inform a non-expert user about what tag conflict resolution means.
infoText() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Prepare the string that is displayed if layer information is requested.
infoweb - Variable in class org.openstreetmap.josm.gui.MainMenu
View / Advanced info (web)
InfoWebAction - Class in org.openstreetmap.josm.actions
Display object information about OSM nodes, ways, or relations in web browser.
InfoWebAction() - Constructor for class org.openstreetmap.josm.actions.InfoWebAction
Constructs a new InfoWebAction.
INFRASTRUCTURE_TLDS - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
inFrontOf(Layer) - Static method in class org.openstreetmap.josm.gui.layer.LayerPositionStrategy
Gets a LayerPositionStrategy that inserts this layer in front of a given layer
inFrontOfFirst(Predicate<Layer>) - Static method in class org.openstreetmap.josm.gui.layer.LayerPositionStrategy
Gets a LayerPositionStrategy that inserts the layer in front of the first layer that matches a condition.
init() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
init() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction.CycleManager
read preferences
init() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
init(List<PrimitiveData>, List<PrimitiveData>) - Method in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
init(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.command.ChangePropertyCommand
Initialize the instance by finding what objects will be modified
init(DataSet) - Method in class org.openstreetmap.josm.data.APIDataSet
initializes the API data set with the modified primitives in ds
init(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.data.APIDataSet
 
init(boolean) - Method in class org.openstreetmap.josm.data.Preferences
Initializes preferences.
init() - Method in class org.openstreetmap.josm.data.Version
Initializes version info
init() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
init() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
init() - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
init() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser
 
init(String, String) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
init() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveList
 
init() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Initialize the class.
init(Preferences, CredentialsAgent) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Initializes the content of this holder from the Access Token managed by the credential manager.
init() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
init() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
init(Collection<TaggingPreset>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
init(int) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
initialize the table
init(E) - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox
 
init() - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
init(Collection<String>, boolean) - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
init() - Static method in class org.openstreetmap.josm.tools.I18n
I18n initialization.
initAnchorPosition(Projection) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
initApplicationPreferences() - Static method in class org.openstreetmap.josm.Main
Initializes Main.pref in normal application context.
initAutoCompletion(OsmDataLayer) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
Initializes the auto completion infrastructure used in this tag editor panel.
initAutoCompletionField(AutoCompletingTextField, String...) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
 
initAutoCompletionField(AutoCompletingTextField, List<String>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
 
initAutoCompletionListForKeys(TagEditorModel, TagModel) - Method in class org.openstreetmap.josm.gui.tagging.TagCellEditor
initializes the auto completion list when the table cell editor starts to edit the key of a tag.
initAutoCompletionListForValues(String) - Method in class org.openstreetmap.josm.gui.tagging.TagCellEditor
initializes the auto completion list when the cell editor starts to edit a tag value.
initCache() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
Initialize the thumbnail cache.
initClearDir(File) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileClearController
 
initClearFiles(File[]) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileClearController
 
initComponents() - Method in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
initComponents() - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
initDefaultParameters() - Static method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
 
initDefaults() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
initDialog() - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
initdone - Static variable in class org.openstreetmap.josm.tools.Shortcut
 
initDontShowAgain(String) - Method in class org.openstreetmap.josm.plugins.PluginHandler.UpdatePluginsMessagePanel
 
initEditingOfChunkSize() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
initEditingOfUploadComment() - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
Initializes editing of upload comment.
initEditingOfUploadSource() - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
Initializes editing of upload source.
initEditor(MultiValueResolutionDecision) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
Populate model with possible values for a decision, and select current choice.
initEnabledState() - Method in class org.openstreetmap.josm.actions.JosmAction
Override in subclasses to init the enabled state of an action when it is created.
initForDiscardAndDelete() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.DiscardAndProceedAction
 
initForDiscardAndExit() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.DiscardAndProceedAction
 
initForNodeMerging() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
Initializes for node merging.
initForSaveAndDelete() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
initForSaveAndExit() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
initForUserInput() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
initForWayCombining() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
Initializes for way combining.
initFromBoundingBox(Bounds) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
initFromChangesetIds(Collection<Integer>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
initFromDataSet(DataSet) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
initFromLayer(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
Initializes the relation list dialog from a layer.
initFromOAuth() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Initializes the user identity manager from OAuth request of user details.
initFromPreferences() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
initFromPreferences() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
initFromPreferences() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Initializes the user identity manager from Basic Authentication values in the Preferences This method should be called if osm-server.auth-method is set to basic.
initFromPreferences(Preferences) - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Initializes the authorisation UI with preference values in pref.
initFromPreferences(Preferences) - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
Initializes the panel from the values in the preferences preferences.
initFromPreferences(Preferences) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
Initializes the panel with values from the preferences
initFromPreferences() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Initializes the dialog with values from the preferences
initFromPreferences() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Initializes the model from preferences
initFromPreferences() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
Loads the relevant preference values from the JOSM preferences
initFromPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
Initializes the panel from preferences
initFromPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.BasicAuthenticationPreferencesPanel
Inits contents from preferences.
initFromPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.FeaturesPanel
Initializes the panel from preferences
initFromPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
Initializes the panel from preferences
initFromPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
Initializes the configuration panel with values from the preferences
initFromPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Initializes the panel with the values from the preferences
initFromPreferences() - Method in class org.openstreetmap.josm.io.DefaultProxySelector
Initializes the proxy selector from the setting in the preferences.
initFromPreferences(String) - Method in class org.openstreetmap.josm.tools.WindowGeometry
 
initFromPrimitive(Tagged) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
initializes the model with the tags of an OSM primitive
initFromPrimitives(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
initFromRevisionInfo(InputStream) - Method in class org.openstreetmap.josm.data.Version
Initializes the version infos from the revision resource file
initFromTags(Map<String, String>) - Method in class org.openstreetmap.josm.gui.io.TagSettingsPanel
Initialize panel from the given tags.
initFromTags(Map<String, String>) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Initializes the model with the tags of an OSM primitive
initFromTags(TagCollection) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Initializes the model with the tags in a tag collection.
initFromWindowGeometry(WindowGeometry) - Method in class org.openstreetmap.josm.tools.WindowGeometry
 
initHighlighting() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
initial() - Method in class org.openstreetmap.josm.actions.FullscreenToggleAction
To call if this action must be initially run at JOSM startup.
initialDividerBounds - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
InitializationTask(String) - Constructor for class org.openstreetmap.josm.Main.InitializationTask
 
initialize(Attributed) - Method in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
initialize() - Method in class org.openstreetmap.josm.actions.SessionSaveAsAction.SessionSaveAsDialog
Initializes action.
initialize() - Static method in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
initialize(double) - Method in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.LonLat
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.Mercator
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
 
initialize(ProjParameters) - Method in interface org.openstreetmap.josm.data.projection.proj.Proj
Initialize the projection using the provided parameters.
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
initialize(double) - Method in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
initialize(ProjParameters) - Method in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
 
initialize() - Method in class org.openstreetmap.josm.data.validation.Test
Initializes any global data used this tester.
initialize() - Method in class org.openstreetmap.josm.data.validation.tests.ApiCapabilitiesTest
 
initialize() - Method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
initialize() - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
 
initialize() - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
initialize() - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
 
initialize() - Method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
initialize() - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
initialize(List<ToggleDialog>) - Method in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
Initializes this panel
initialize() - Static method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions
 
initialize() - Method in class org.openstreetmap.josm.gui.MainFrame
Initializes the content of the window and get the current status panel.
initialize() - Method in class org.openstreetmap.josm.gui.MainMenu
Initialize the main menu.
initialize() - Static method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
Initializes imagery preferences.
initialize() - Static method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
Initialize the styles
initialize() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
Initialize the tagging presets (load and may display error)
initialize(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Initializes this component by negotiating a protocol version with the server.
initialize(ProgressMonitor, boolean) - Method in class org.openstreetmap.josm.io.OsmApi
Initializes this component by negotiating a protocol version with the server, with the ability to control the timeout.
initialize() - Method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Initializes the TLS basics.
initialize() - Method in class org.openstreetmap.josm.Main.InitializationTask
 
initialize() - Method in class org.openstreetmap.josm.Main
Initializes the main object.
initialize() - Static method in class org.openstreetmap.josm.tools.FontsManager
Initializes the fonts manager.
initialize() - Static method in class org.openstreetmap.josm.tools.RightAndLefthandTraffic
 
initialize1SP(double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
Initialize for LCC with 1 standard parallel.
initialize2SP(double, double, double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
Initialize for LCC with 2 standard parallels.
initializeCapabilities(String) - Method in class org.openstreetmap.josm.io.OsmApi
 
initialized - Variable in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
initialized - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
initialized - Variable in class org.openstreetmap.josm.io.CachedFile
 
initialized - Variable in class org.openstreetmap.josm.io.OsmApi
true if successfully initialized
initializeData() - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
Reads the spellcheck file into a HashMap.
initializeDialogsPane() - Method in class org.openstreetmap.josm.gui.MapFrame
Open all ToggleDialogs that have their preferences property set.
initializeErrorLayer() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
 
initializeGridDetail() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
Initialize grid details based on current projection system.
initializeIfRequired() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
initializeLocaleText(String) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.TextItem
 
initializeMainWindow() - Method in class org.openstreetmap.josm.gui.MainApplication
 
initializeMainWindow() - Method in class org.openstreetmap.josm.Main
Called once at startup to initialize the main window content.
initializePresets() - Static method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Reads the presets data.
initializePresets() - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
Reads the presets data.
initializeTests() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
Initializes all tests if this operations hasn't been performed already.
initializeTests(Collection<? extends Test>) - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
Initializes all tests
initializeZoomSlider() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
initiallyLoadAvailableSources() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Performs the initial loading of source providers.
initialMousePos - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The position of the mouse cursor when the drag action was initiated.
initialMoveDelay - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The time which needs to pass between click and release before something counts as a move, in milliseconds
initialMoveDelay - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
initialMoveDelay - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
The time which needs to pass between click and release before something counts as a move, in milliseconds
initialMoveThreshold - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The minimal shift of mouse (in pixels) befire something counts as move
initialMoveThreshold - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
The screen distance which needs to be travelled before something counts as a move, in pixels
initialMoveThresholdExceeded - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
initialN1en - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The initial EastNorths of node1 and node2
initialN2en - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
initialState - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Check
 
initialViewport - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
initIndex() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
Initialize the index.
initKeyList() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
initLat(double, boolean) - Static method in class org.openstreetmap.josm.data.Bounds
 
initListener - Static variable in class org.openstreetmap.josm.Main
 
initListEntries() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
initListEntriesFromAttributes() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
initLoading() - Method in class org.openstreetmap.gui.jmapviewer.Tile
indicate that loading process for this tile has started
initLon(double, boolean) - Static method in class org.openstreetmap.josm.data.Bounds
 
initMemberListTableModels() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
initMultiFetchReader(MultiFetchServerObjectReader) - Method in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
initMultiFetchReader(MultiFetchServerObjectReader) - Method in class org.openstreetmap.josm.gui.io.DownloadPrimitivesTask
 
initMultiFetchReader(MultiFetchServerObjectReader) - Method in class org.openstreetmap.josm.gui.io.UpdatePrimitivesTask
 
initMultiFetchReaderWithNodes(MultiFetchServerObjectReader) - Method in class org.openstreetmap.josm.gui.io.UpdatePrimitivesTask
 
initMultiFetchReaderWithRelations(MultiFetchServerObjectReader) - Method in class org.openstreetmap.josm.gui.io.UpdatePrimitivesTask
 
initMultiFetchReaderWithWays(MultiFetchServerObjectReader) - Method in class org.openstreetmap.josm.gui.io.UpdatePrimitivesTask
 
initNameTagsFromPreferences() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
Initializes the name tags to use from a list of default name tags (see LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy.DEFAULT_NAME_TAGS and LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy.DEFAULT_NAME_COMPLEMENT_TAGS) and from name tags configured in the preferences using the keys mappaint.nameOrder and mappaint.nameComplementOrder.
initNativeScaleList() - Static method in class org.openstreetmap.josm.gui.layer.TMSLayer
 
initNodeListTableModels() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Should be called everytime either reference of current changes to update the diff.
initParallelWays(Point, boolean) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
initPopulate(OsmPrimitive, OsmPrimitive, Map<PrimitiveId, PrimitiveId>) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
initProgressMonitor() - Method in class org.openstreetmap.josm.io.StreamProgressUpdater
 
initProjection() - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
Initializes class with current projection in JOSM.
initProjection(Projection) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
Initializes class with projection in JOSM.
initProjection(Projection) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Initializes projection for this TileSource with projection
initProperties(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.RemoveFromCacheAction
 
initProperties(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.UpdateChangesetAction
 
initProperties(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel.UpdateChangesetDiscussionAction
 
initProperties() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.DownloadChangesetContentAction
Init properties.
initResolver(OsmPrimitiveType, TagCollection, Map<OsmPrimitiveType, Integer>) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
Initializes the conflict resolver for a specific type of primitives
inits - Static variable in class org.openstreetmap.josm.data.projection.Projections
 
initSuccessful - Variable in class org.openstreetmap.josm.data.Preferences
Indicates whether Preferences.init(boolean) completed successfully.
initSystemShortcuts() - Method in interface org.openstreetmap.josm.tools.PlatformHook
The initSystemShortcuts hook will be called by the Shortcut class after the modifier groups have been read from the config, but before any shortcuts are read from it or registered from within the application.
initSystemShortcuts() - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
initSystemShortcuts() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
initSystemShortcuts() - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
initTagTableModels() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
initTileSource(T) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
initWindowGeometry() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
 
initWithCurrentData() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
inline(String, String) - Method in class org.openstreetmap.josm.io.GpxWriter
 
INNER_STYLE_MISMATCH - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
With the currently used mappaint style the style for inner way equals the multipolygon style
INNER_WAY_OUTSIDE - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Multipolygon inner way is outside
innerExactRoles - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
innerPanel - Variable in class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel
 
innerRolePrefixes - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
inners - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
inners - Variable in class org.openstreetmap.josm.tools.Geometry.MultiPolygonMembers
 
innerVisitor - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.MultipolygonOpenEndFinder
 
innerWays - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.AssembledMultipolygon
 
innerWays - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.Multipolygon
 
innerWays - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder
List of inner ways
innerWays - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.PolygonLevel
 
innerWays - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
INode - Interface in org.openstreetmap.josm.data.osm
INode captures the common functions of Node and NodeData.
inProgress - Static variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
inProgress - Static variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
input - Variable in class org.openstreetmap.gui.jmapviewer.OsmTileLoader.OsmTileJob
 
input - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
input - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
input - Variable in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice.PreferencePanel
 
InputHandler() - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
InputMapUtils - Class in org.openstreetmap.josm.tools
Tools to work with Swing InputMap.
InputMapUtils() - Constructor for class org.openstreetmap.josm.tools.InputMapUtils
 
inputSource - Variable in class org.openstreetmap.josm.io.GpxReader
 
inputSource - Variable in class org.openstreetmap.josm.io.NoteReader
 
insane() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
INSECURE_PUBLIC_KEY - Static variable in class org.openstreetmap.josm.tools.PlatformHookWindows
 
inSelectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
insertArguments(Selector, String, OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
Replaces occurrences of {i.key}, {i.value}, {i.tag} in s by the corresponding key/value/tag of the index-th Condition of matchingSelector.
inserted - Variable in class org.openstreetmap.josm.tools.Diff.Change
# lines of file 1 changed here.
insertGUITabsForSetting(Icon, TabPreferenceSetting, int) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
insertIndexInterval(int, int, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
insertLayerAt(Layer, int) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Insert a layer at a given position.
insertNewDefaults(List<SourceEntry>) - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintPrefHelper
If the selection of default styles changes in future releases, add the new entries to the user-configured list.
insertNodeIntoAllNearbySegments(List<WaySegment>, Node, Collection<OsmPrimitive>, Collection<Command>, List<Way>, List<Way>) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
insertString(int, String, AttributeSet) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompletingComboBoxDocument
 
insertString(int, String, AttributeSet) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField.AutoCompletionDocument
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.actions.JumpToAction.OsmLonLatListener
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.actions.JumpToAction.OsmURLListener
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel.ChangetQueryUrlValidator
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel.DownloadAction
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.EastNorthInputVerifier
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.LatLonInputVerifier
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SetRoleAction
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.OsmUrlRefresher
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchAction
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.ChunkSizeInputVerifier
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.StatusBarUpdater
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.RunAuthorisationAction
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.AccessTokenBuilder
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.SearchFieldAdapter
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ValidateApiUrlAction
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.FilterFieldAdapter
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.OsmUrlRefresher
 
insertUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
 
insets(int, int, int, int) - Method in class org.openstreetmap.josm.tools.GBC
Adds insets to this GBC.
insideToTheRight - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.WayInPolygon
 
InspectPrimitiveDataText - Class in org.openstreetmap.josm.gui.dialogs
Textual representation of primitive contents, used in InspectPrimitiveDialog.
InspectPrimitiveDataText(OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
InspectPrimitiveDialog - Class in org.openstreetmap.josm.gui.dialogs
Panel to inspect one or more OsmPrimitives.
InspectPrimitiveDialog(Collection<OsmPrimitive>, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
Constructs a new InspectPrimitiveDialog.
installAdapters() - Method in class org.openstreetmap.josm.actions.AutoScaleAction
 
installAdapters() - Method in class org.openstreetmap.josm.actions.JosmAction
Installs the listeners to this action.
installAdapters() - Method in class org.openstreetmap.josm.actions.JumpToAction
 
installCertificate - Variable in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
installCustomNavigation(int) - Method in class org.openstreetmap.josm.gui.widgets.JosmTable
 
installDownloadedPlugins(boolean) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Installs downloaded plugins.
INSTANCE - Static variable in class org.openstreetmap.josm.actions.ExpertToggleAction
 
instance - Static variable in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
instance - Static variable in class org.openstreetmap.josm.actions.SaveAction
 
instance - Static variable in class org.openstreetmap.josm.actions.SaveAsAction
 
INSTANCE - Static variable in class org.openstreetmap.josm.actions.search.SearchCompiler.Always
The unique instance/
INSTANCE - Static variable in class org.openstreetmap.josm.actions.search.SearchCompiler.Never
The unique instance/
instance - Static variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
instance - Static variable in class org.openstreetmap.josm.data.osm.ChangesetCache
the unique instance
instance - Static variable in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
instance - Static variable in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
INSTANCE - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
The unique instance
instance - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
 
INSTANCE - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
INSTANCE - Static variable in class org.openstreetmap.josm.data.projection.datum.GRS80Datum
The unique instance.
instance - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileWrapper
 
INSTANCE - Static variable in class org.openstreetmap.josm.data.projection.datum.WGS84Datum
 
instance - Static variable in class org.openstreetmap.josm.data.Version
the unique instance
instance - Static variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
the unique instance of the dialog
instance - Static variable in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
instance - Static variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
the unique instance of the cache manager
instance - Static variable in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
the unique instance of this dialog
instance - Static variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
the unique instance of the dialog
INSTANCE - Static variable in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog
 
instance - Static variable in class org.openstreetmap.josm.gui.download.DownloadDialog
the unique instance of the download dialog
instance - Static variable in class org.openstreetmap.josm.gui.help.HelpBrowser
the unique instance
instance - Static variable in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
instance - Static variable in class org.openstreetmap.josm.gui.JosmUserIdentityManager
 
INSTANCE - Static variable in class org.openstreetmap.josm.gui.layer.Layer.SeparatorLayerAction
Unique instance
INSTANCE - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.NullExpression
The unique instance.
INSTANCE - Static variable in class org.openstreetmap.josm.gui.NotificationManager
 
INSTANCE - Static variable in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintPrefHelper
The unique instance.
INSTANCE - Static variable in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.PresetPrefHelper
The unique instance.
instance - Static variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
 
INSTANCE - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.RulePrefHelper
The unique instance.
INSTANCE - Static variable in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
The unique instance
instance - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetNameTemplateList
 
instance - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchDialog
 
instance - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog
 
INSTANCE - Static variable in class org.openstreetmap.josm.gui.util.FileFilterAllFiles
 
instance - Static variable in class org.openstreetmap.josm.io.auth.CredentialsManager
 
INSTANCE - Static variable in class org.openstreetmap.josm.io.auth.DefaultAuthenticator
 
INSTANCE - Static variable in class org.openstreetmap.josm.Main.MasterWindowListener
 
INSTANCE - Static variable in class org.openstreetmap.josm.tools.AlphanumComparator
 
instance - Static variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler
 
instance - Static variable in class org.openstreetmap.josm.tools.OverpassTurboQueryWizard
 
instance4 - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpServer
The server instance for IPv4
instance4 - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
The server instance for IPv4
instance6 - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpServer
The server instance for IPv6
instance6 - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
The server instance for IPv6
instances - Static variable in class org.openstreetmap.josm.io.OsmApi
 
inStandard - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
 
Instruction - Interface in org.openstreetmap.josm.gui.mappaint.mapcss
 
Instruction.AssignmentInstruction - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Instruction.RelativeFloat - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
instructions - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule.Declaration
 
int2hex(int) - Static method in class org.openstreetmap.josm.tools.ColorHelper
 
IntegerProperty - Class in org.openstreetmap.josm.data.preferences
A property containing an Integer value.
IntegerProperty(String, int) - Constructor for class org.openstreetmap.josm.data.preferences.IntegerProperty
Constructs a new IntegerProperty.
intercept(Throwable) - Static method in class org.openstreetmap.josm.tools.bugreport.BugReport
This should be called whenever you want to add more information to a given exception.
intermediate - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.Request
 
intermediateTask - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
intern() - Method in class org.openstreetmap.josm.gui.mappaint.StyleCache
Like String.intern() (reduce memory consumption).
internal - Variable in class org.openstreetmap.josm.gui.progress.ChildProgress
 
InternalPopupMenuLauncher() - Constructor for class org.openstreetmap.josm.gui.history.NodeListViewer.InternalPopupMenuLauncher
 
internalUpdateProgress(double) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
InternetTags - Class in org.openstreetmap.josm.data.validation.tests
Performs validation tests on internet-related tags (websites, e-mail addresses, etc.).
InternetTags() - Constructor for class org.openstreetmap.josm.data.validation.tests.InternetTags
Constructs a new InternetTags test.
internPool - Static variable in class org.openstreetmap.josm.gui.mappaint.StyleCache
 
interpolate(EastNorth, double) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Does a linear interpolation between two EastNorth instances.
interpolate(LatLon, double) - Method in class org.openstreetmap.josm.data.coor.LatLon
 
interpolate(float, float, float, float, double, double) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Bi-Linear interpolation of four nearest node values as described in 'GDAit Software Architecture Manual' produced by the Geomatics Department of the University of Melbourne
interpolateGridShift(NTV2GridShift) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Interpolate shift and accuracy values for a coordinate in the 'from' datum of the GridShiftFile.
intersect(TagCollection) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Builds the intersection of this tag collection and another tag collection
Intersection() - Constructor for enum org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData.Intersection
 
intersectionCommand(Node, AlignInLineAction.Line) - Method in class org.openstreetmap.josm.actions.AlignInLineAction.Line
Intersection of two line.
intersects(Bounds) - Method in class org.openstreetmap.josm.data.Bounds
The two bounds intersect? Compared to java Shape.intersects, if does not use the interior but the closure.
intersects(BBox) - Method in class org.openstreetmap.josm.data.osm.BBox
Tests, whether two BBoxes intersect as an area.
intersects(WaySegment) - Method in class org.openstreetmap.josm.data.osm.WaySegment
Checks whether this segment crosses other segment
intersects(ProjectionBounds) - Method in class org.openstreetmap.josm.data.ProjectionBounds
The two bounds intersect? Compared to java Shape.intersects, if does not use the interior but the closure.
intersectsLonCrossing(Bounds, Bounds) - Static method in class org.openstreetmap.josm.data.Bounds
 
interval - Variable in class org.openstreetmap.josm.gui.MenuScroller
 
INTERVAL_ALWAYS - Static variable in class org.openstreetmap.josm.io.CacheCustomContent
Update interval meaning an update is always needed
INTERVAL_DAILY - Static variable in class org.openstreetmap.josm.io.CacheCustomContent
Update interval meaning an update is needed each day
INTERVAL_HOURLY - Static variable in class org.openstreetmap.josm.io.CacheCustomContent
Update interval meaning an update is needed each hour
INTERVAL_MONTHLY - Static variable in class org.openstreetmap.josm.io.CacheCustomContent
Update interval meaning an update is needed each month
INTERVAL_NEVER - Static variable in class org.openstreetmap.josm.io.CacheCustomContent
Update interval meaning an update is never needed
INTERVAL_WEEKLY - Static variable in class org.openstreetmap.josm.io.CacheCustomContent
Update interval meaning an update is needed each week
intervalAdded(ListDataEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.ReloadAction
 
intervalAdded(ListDataEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.TitleUpdater
 
intervalAdded(ListDataEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToJOSMSelectionAction
 
intervalAdded(ListDataEvent) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
intervalCount - Variable in class org.openstreetmap.josm.tools.ColorScale
 
intervalLabel - Variable in class org.openstreetmap.josm.gui.preferences.server.FeaturesPanel
 
intervalRemoved(ListDataEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.ReloadAction
 
intervalRemoved(ListDataEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.TitleUpdater
 
intervalRemoved(ListDataEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToJOSMSelectionAction
 
intervalRemoved(ListDataEvent) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
intFromDate(Date) - Method in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
inUse - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
inv_mlfn(double) - Method in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Calculates the latitude (phi) from a meridian distance.
invalid - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
True, if the corresponding primitive is not a way or the way is incomplete
INVALID_CHARS - Static variable in class org.openstreetmap.josm.io.InvalidXmlCharacterFilter
 
INVALID_EMAIL - Static variable in class org.openstreetmap.josm.data.validation.tests.InternetTags
Error code for an invalid e-mail
INVALID_HTML - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
INVALID_KEY - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
INVALID_KEY_SPACE - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
INVALID_SPACE - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
INVALID_URL - Static variable in class org.openstreetmap.josm.data.validation.tests.InternetTags
Error code for an invalid URL
INVALID_VALUE - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
invalidate() - Method in class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable
This needs to be called whenever the content of this view was invalidated.
invalidate() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
invalidate() - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
invalidate() - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
invalidate() - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Can be used if method receive ProgressMonitor but it's not interested progress monitoring.
invalidate() - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
invalidateAffectedLayers() - Method in class org.openstreetmap.josm.command.Command
Invalidate all layers that were affected by this command.
invalidateAffectedLayers() - Method in class org.openstreetmap.josm.command.SequenceCommand
 
invalidateConnectionType() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
invalidatedListener - Variable in class org.openstreetmap.josm.gui.MapView
The listener that listens to invalidations of all layers.
invalidateEastNorthCache() - Method in class org.openstreetmap.josm.data.gpx.WayPoint
Invalidate the internal cache of east/north coordinates.
invalidateEastNorthCache() - Method in class org.openstreetmap.josm.data.osm.DataSet
Invalidates the internal cache of projected east/north coordinates.
invalidateEastNorthCache() - Method in class org.openstreetmap.josm.data.osm.Node
Invoke to invalidate the internal cache of projected east/north coordinates.
invalidationListeners - Variable in class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable
A list of invalidation listeners to call when this layer is invalidated.
invalidBecauselayerRemoved(Layer) - Method in class org.openstreetmap.josm.command.Command
Called when a layer has been removed to have the command remove itself from any buffer if it is not longer applicable to the dataset (e.g.
invalidFeedback - Variable in class org.openstreetmap.josm.gui.widgets.DefaultTextComponentValidator
 
InvalidLayoutException(String, MultiSplitLayout.Node) - Constructor for exception org.openstreetmap.josm.gui.widgets.MultiSplitLayout.InvalidLayoutException
Constructs a new InvalidLayoutException.
InvalidSelection() - Constructor for exception org.openstreetmap.josm.actions.AlignInLineAction.InvalidSelection
Create an InvalidSelection exception with default message
InvalidSelection(String) - Constructor for exception org.openstreetmap.josm.actions.AlignInLineAction.InvalidSelection
Create an InvalidSelection exception with specific message
InvalidUserInputException(String) - Constructor for exception org.openstreetmap.josm.actions.OrthogonalizeAction.InvalidUserInputException
 
InvalidUserInputException(String, Throwable) - Constructor for exception org.openstreetmap.josm.actions.OrthogonalizeAction.InvalidUserInputException
 
InvalidXmlCharacterFilter - Class in org.openstreetmap.josm.io
FilterInputStream that gets rid of characters that are invalid in an XML 1.0 document.
InvalidXmlCharacterFilter(Reader) - Constructor for class org.openstreetmap.josm.io.InvalidXmlCharacterFilter
Constructs a new InvalidXmlCharacterFilter for the given Reader.
inverseProject(EastNorth) - Static method in class org.openstreetmap.josm.data.projection.Projections
Convert from easting/norting to lat/lon using the current projection.
inverted - Variable in class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
Normally, the specified objects are hidden and the rest is shown.
inverted - Variable in class org.openstreetmap.josm.data.osm.Filter
Normally, the specified objects are hidden and the rest is shown.
invertNumber(String) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
InView(boolean) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.InView
 
invMercatorY(double) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
 
invoke(Object, Method, Object[]) - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.LonLat
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.Mercator
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
 
invproject(double, double) - Method in interface org.openstreetmap.josm.data.projection.proj.Proj
Convert east/north to lat/lon.
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.Sinusoidal
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
invproject(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
 
inZipPath - Variable in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
Path of the file inside the zip archive.
IP_DOMAIN_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
IP_DOMAIN_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
IPrimitive - Interface in org.openstreetmap.josm.data.osm
IPrimitive captures the common functions of OsmPrimitive and PrimitiveData.
IPV4_LOOPBACK - Static variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
IPV4_MAX_OCTET_VALUE - Static variable in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
 
IPV4_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
 
ipv4Validator - Variable in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
IPv4 RegexValidator
IPV6_LOOPBACK - Static variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
IPV6_MAX_HEX_DIGITS_PER_GROUP - Static variable in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
 
IPV6_MAX_HEX_GROUPS - Static variable in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
 
IPV6_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
IRelation - Interface in org.openstreetmap.josm.data.osm
IRelation captures the common functions of Relation and RelationData.
IRelationEditor - Interface in org.openstreetmap.josm.gui.dialogs.relation
Super interface of relation editors.
irreversibleWays(List<Way>) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
is - Variable in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
is_anticlockwise(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Determines whether the way is closed and oriented anticlockwise, or non-closed and the 1st, 2nd and last node are in anticlockwise order.
is_clockwise(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Determines whether the way is closed and oriented clockwise, or non-closed and the 1st, 2nd and last node are in clockwise order.
IS_GLYPH_VECTOR_DOUBLE_TRANSLATION_BUG - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
IS_IN_DATASET - Static variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Indicates that this is an arbitrary value from the data set, i.e.
IS_IN_SELECTION - Static variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Indicates that this is a value from a selected object.
IS_IN_STANDARD - Static variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Indicates that this is a standard value, i.e.
IS_IN_STANDARD_AND_IN_DATASET - Static variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Indicates, that the value is standard and it is found in the data.
is_prop_set(Environment, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Determines whether property key is set.
is_prop_set(Environment, String, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Determines whether property key is set on layer layer.
is_right_hand_traffic(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
check if there is right-hand traffic at the current location
isAbandoned - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
isActive() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
isActiveLayer(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
isActiveLayer(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerNameCellRenderer
 
isActiveLayerDrawable() - Method in class org.openstreetmap.josm.gui.MapView
Replies true if the active data layer (edit layer) is drawable.
isActiveLayerVisible() - Method in class org.openstreetmap.josm.gui.MapView
Replies true if the active data layer (edit layer) is visible.
isActivePluginsChanged() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies true if the set of active plugins has been changed by the user in this preference model.
isAllowed() - Method in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
isAllowModifyNotes() - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Determines if the client is allowed to modify notes.
isAllowReadGpx() - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Determines if the client is allowed to read private GPS traces.
isAllowReadPrefs() - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Determines if the client is allowed to read user preferences.
isAllowWriteApi() - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Determines if the client is allowed to modify the map.
isAllowWriteGpx() - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Determines if the client is allowed to upload GPS traces.
isAllowWritePrefs() - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Determines if the client is allowed to modify user preferences.
isAlreadyRemembered(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
isAnnotated() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines if this object is considered "annotated".
isAnonymous() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Replies true if the current JOSM user is anonymous.
isApplicableToPrimitive() - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if for every key there is one tag only, i.e.
isApplied() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Determines if this dialog has been closed with "Apply".
isArea() - Method in class org.openstreetmap.josm.data.osm.Way
Determines if this way denotes an area (closed way with at least three distinct nodes).
isArea(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.WayConnectedToArea
 
isAreaVisible(Path2D.Double) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
isArmed() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
isAssignedDefault() - Method in class org.openstreetmap.josm.tools.Shortcut
 
isAssignedUser() - Method in class org.openstreetmap.josm.tools.Shortcut
 
isAttached() - Method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
Determines if this popup is currently attached to a component.
isAutocompleteEnabled() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
Determines if autocompletion is enabled.
isAutomatic() - Method in class org.openstreetmap.josm.tools.Shortcut
 
isAutorunEnabled() - Static method in class org.openstreetmap.josm.gui.download.DownloadDialog
Determines if the dialog autorun is enabled in preferences.
isAvailableLocally(int) - Static method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask
Replies true if the local ChangesetCache already includes the changeset with id changesetId.
isBackgroundLayer() - Method in class org.openstreetmap.josm.gui.layer.Layer
Replies true if this layer is a background layer
isBackward(RelationMember) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSortUtils
 
isBatchImporter() - Method in class org.openstreetmap.josm.io.FileImporter
A batch importer is a file importer that prefers to read multiple files at the same time.
isBatchImporter() - Method in class org.openstreetmap.josm.io.JpgImporter
 
isBeforeUpload - Variable in class org.openstreetmap.josm.data.validation.Test
Whether this test is performing just before an upload
isBetterLanguage(String, String) - Static method in class org.openstreetmap.josm.tools.LanguageInfo
Check if a new language is better than a previous existing.
isBlacklisted() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns true if this layer's URL is matched by one of the regular expressions kept by the current OsmApi instance.
isBoldCell(int, int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
isBoldCell(int, int) - Method in class org.openstreetmap.josm.gui.correction.RoleCorrectionTableModel
 
isBoldCell(int, int) - Method in class org.openstreetmap.josm.gui.correction.TagCorrectionTableModel
 
isBoundary() - Method in class org.openstreetmap.josm.data.osm.Relation
Determines if this relation is a boundary.
isBoundary - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
isBugInMaximumWindowBounds(Rectangle) - Static method in class org.openstreetmap.josm.tools.WindowGeometry
Determines if the bug affecting getMaximumWindowBounds() occured.
isBuilding(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.Test
Determines if the specified primitive denotes a building.
isBuildingIn(OsmPrimitive, Collection<String>) - Static method in class org.openstreetmap.josm.data.validation.tests.PowerLines
Helper function to check if building tag is a certain value.
isButtonVisible() - Method in interface org.openstreetmap.josm.gui.HideableButton
 
isButtonVisible() - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
isCacheElementValid() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
isCacheValid() - Method in class org.openstreetmap.josm.gui.GettingStarted.MotdContent
Additionally check if JOSM has been updated and refresh MOTD
isCacheValid() - Method in class org.openstreetmap.josm.io.CacheCustomContent
This function serves as a comfort hook to perform additional checks if the cache is valid
isCacheValidUsingHead() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
IScaleFactorProvider - Interface in org.openstreetmap.josm.data.projection.proj
A Proj implements this interface, if it derives the scale factor value from it's other input parameters.
isCancel() - Method in class org.openstreetmap.josm.io.session.SessionReader.CancelOrContinueDialog
 
isCancelable() - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
isCanceled() - Method in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
isCanceled() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
Determines if the download task has been canceled.
isCanceled - Variable in class org.openstreetmap.josm.actions.upload.UploadNotesTask.UploadTask
 
isCanceled() - Method in class org.openstreetmap.josm.data.validation.Test
Determines if the test has been canceled.
isCanceled() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
isCanceled() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
isCanceled() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
Replies true if the dialog was canceled
isCanceled() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
Replies true if this has been canceled by the user.
isCanceled() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Replies true if the dialog was canceled
isCanceled() - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
Determines if this task has ben canceled.
isCanceled() - Method in class org.openstreetmap.josm.gui.io.AbstractIOTask
Replies true if the task has been canceled
isCanceled() - Method in class org.openstreetmap.josm.gui.io.AbstractUploadDialog
 
isCanceled() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
Replies true if this dialog was canceled
isCanceled() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
isCanceled() - Method in class org.openstreetmap.josm.gui.io.DownloadFileTask
Replies true if the task was canceled by the user
isCanceled() - Method in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
 
isCanceled() - Method in interface org.openstreetmap.josm.gui.io.IUploadDialog
Returns true if the dialog was canceled
isCanceled() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
isCanceled() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Replies true if the dialog was canceled
isCanceled() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
Replies true if the task was canceled.
isCanceled() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
Replies true if the task was canceled
isCanceled() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
 
isCanceled() - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
Determines if the test has been canceled.
isCanceled() - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
isCanceled - Variable in class org.openstreetmap.josm.gui.progress.CancelHandler
 
isCanceled() - Method in class org.openstreetmap.josm.gui.progress.CancelHandler
 
isCanceled() - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
isCanceled() - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Returns the state of user aborts
isCanceled() - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
isCanceled() - Method in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
Determines if authentication request has been canceled by user
isCanceled() - Method in class org.openstreetmap.josm.io.FileExporter
Determines if this exporter has been canceled during export.
isCanceled() - Method in class org.openstreetmap.josm.io.OsmConnection
Replies true if this connection is canceled
isCanceled() - Method in class org.openstreetmap.josm.plugins.PluginDownloadTask
Replies true if the task was canceled by the user
isCanceled() - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
Replies true if the task was canceled by the user
isCanceled() - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
Replies true if the task was canceled
isCellEditable(EventObject) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeEditor
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsTableModel
 
isCellEditable(EventObject) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.ReadOnlyTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
isCellEditable(EventObject) - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
isCellEditable(EventObject) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor.ListSettingTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.ListTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.MapTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.AllSettingsTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryDefaultLayerTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
isCellEditable(EventObject) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParametersTableModel
 
isCellEditable(EventObject) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
isCellEditable(int, int) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
isCellEnabled(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
isCenterView() - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
Returns whether the center view is currently active.
isChangeable() - Method in class org.openstreetmap.josm.tools.Shortcut
 
isChanged(Relation, OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
isChanged() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
isChanged() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
isChanged() - Method in class org.openstreetmap.josm.gui.layer.Layer
Check changed status of layer
isChanged - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
isChanged() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
isChanged() - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
isChanged() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
Determines if this preference entry has been modified.
isClockwise(Way) - Static method in class org.openstreetmap.josm.tools.Geometry
Determines whether a way is oriented clockwise.
isClockwise(List<Node>) - Static method in class org.openstreetmap.josm.tools.Geometry
Determines whether path from nodes list is oriented clockwise.
isCloseChangesetAfterUpload() - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
Determines if the user has chosen to close the changeset after the next upload.
isCloseChangesetAfterUpload() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
isClosed() - Method in class org.openstreetmap.josm.data.osm.history.HistoryWay
Replies true if this way is closed.
isClosed() - Method in interface org.openstreetmap.josm.data.osm.IWay
Determines if this way is closed.
isClosed() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
Determines if this joined way is closed.
isClosed() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
isClosed() - Method in class org.openstreetmap.josm.data.osm.Way
 
isClosed() - Method in class org.openstreetmap.josm.data.osm.WayData
 
isClosedPath() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
isCoastline(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
isCoastline(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
isCollapsed() - Method in class org.openstreetmap.josm.data.Bounds
Replies true, if this bounds are collapsed, i.e.
isCollapsed - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
If isShowing and isDocked are true, indicates whether the dialog is currently minimized or not.
isCollectionOfConsecutiveNumbers(Collection<Integer>) - Static method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
isConflictSelected() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
isConnectedTo(Collection<Node>, int, Predicate<Node>) - Method in class org.openstreetmap.josm.data.osm.Node
Tests whether this node is connected to otherNode via at most hops nodes matching the predicate (which may be null to consider all nodes).
isConnectedTo(Collection<Node>, int, Predicate<Node>, Set<Node>) - Method in class org.openstreetmap.josm.data.osm.Node
 
isConnectionNode() - Method in class org.openstreetmap.josm.data.osm.Node
Check whether this node connects 2 ways.
isContinuousLayout() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
Returns true if dragging a divider only updates the layout when the drag gesture ends (typically, when the mouse button is released).
isCoordMergeDecision(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies true if the current decision for the coordinate conflict is decision
isCoordWithin(double, double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Tests if a specified coordinate is within this Sub Grid.
isCreated(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
Replies true if the primitive with id id was created in this changeset.
isCurrentPointInTime() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
isCurrentPointInTime(int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
isCurrentUser(String) - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Replies true if the user with name username is the current user
isCurrentUser(User) - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Replies true if the current user is fully identified and the user ids match, or if the current user is not fully identified and the user names match.
isDataFlavorSupported(DataFlavor) - Method in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable
 
isDataFlavorSupported(DataFlavor) - Method in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable
 
isDataFlavorSupported(DataFlavor) - Method in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
Returns true if flavor is one of the supported flavors.
isDataFlavorSupported(DataFlavor) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.ActionTransferable
 
isDataSetEmpty() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Check the data set if it would be empty on save.
isDebianOrUbuntu() - Static method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
Determines if the distribution is Debian or Ubuntu, or a derivative.
isDebugEnabled() - Static method in class org.openstreetmap.josm.Main
Determines if debug log level is enabled.
isDecided() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Replies true if this resolution is decided
isDecided() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
isDecidedCoord() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies true if there is a coordinate conflict and if this conflict is resolved
isDecidedDeletedState() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies true if there is a conflict in the deleted state and if this conflict is resolved
isDefault - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
 
isDefault() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
Determines if the current value is the default value.
isDefaultEntry() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Determines if this entry is enabled by default.
isDefaultLines() - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Draw a default line for ways that do not have an own line style?
isDefaultNodes() - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
Draw a default node symbol for nodes that have no style?
isDefaultSelectedHandling() - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
isDefined(String, String) - Method in class org.openstreetmap.josm.io.Capabilities
Determines if given element and attribute are defined.
isDelete - Variable in class org.openstreetmap.josm.data.osm.FilterMatcher.FilterInfo
 
isDeleted() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
isDeleted(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
Replies true if the primitive with id id was deleted in this changeset.
isDeleted() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies true, if the object has been deleted.
isDeletedStateDecision(MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies true if the current decision for the deleted state conflict is decision
isDialogInCollapsedView() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Determines if this dialog is docked and collapsed.
isDialogInDefaultView() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Determines if this dialog is docked and expanded.
isDialogShowing() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Determines if this dialog is showing either as docked or as detached dialog.
isDirection(String) - Static method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
isDirty() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
replies true, if this model has been updated
isDirtyRelation() - Method in interface org.openstreetmap.josm.gui.dialogs.relation.IRelationEditor
Replies true if the currently edited relation has been changed elsewhere.
isDirtyRelation() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
isDisabled(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.FilterMatcher
Check if primitive is disabled.
isDisabled() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies true, if this primitive is disabled.
isDisabled - Variable in class org.openstreetmap.josm.tools.ImageProvider
true if icon must be grayed out
isDisabled - Variable in class org.openstreetmap.josm.tools.ImageResource
true if icon must be grayed out
isDisabledAndHidden() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Replies true, if this primitive is disabled and marked as completely hidden on the map.
isDisplayingMapView() - Static method in class org.openstreetmap.josm.Main
Replies true if JOSM currently displays a map view.
isDoAuthenticate() - Method in class org.openstreetmap.josm.io.OsmServerReader
Returns true if this reader is adding authentication credentials to the read request sent to the server.
isDoCheckSaveConditions() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies true if preconditions should be checked before saving; false, otherwise
isDocked - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
If isShowing is true, indicates whether the dialog is docked or not, e.
isDoSaveAndUpload() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies true if this layer should be uploaded to the server and saved to file.
isDoSaveToFile() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies true if this layer should be saved to a file; false, otherwise
isDoubleClick(MouseEvent) - Static method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
isDoubleClickZoomEnabled() - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
isDoUploadToServer() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies true if this layer should be uploaded to the server; false, otherwise
isDownloadGpxData() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Replies true if the user selected to download GPX data
isDownloadGpxData() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
Replies true if the user selected to download GPX data
isDownloadNotes() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Replies true if user selected to download notes
isDownloadOsmData() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Replies true if the user selected to download OSM data
isDownloadOsmData() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
Replies true if the user selected to download OSM data
isDragOk(DropTargetDragEvent) - Static method in class org.openstreetmap.josm.gui.FileDrop
Determines if the dragged data is a file list.
isDrawable() - Method in class org.openstreetmap.josm.data.osm.Node
 
isDrawable() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines if this object is drawable.
isDrawable() - Method in class org.openstreetmap.josm.data.osm.Way
 
isDrawMultipolygon() - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
isEditableRelation(int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies true if the index-th relation members referrs to an editable relation, i.e.
isEditorDirty() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
 
iSelectionRectEnd - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
iSelectionRectStart - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
isEmpty() - Method in class org.openstreetmap.josm.data.APIDataSet
Replies true if there are no primitives to upload
isEmpty() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies true if this collection is empty
isEmpty() - Method in class org.openstreetmap.josm.data.gpx.GpxData
Determines if this GPX data is empty (i.e.
isEmpty() - Method in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
isEmpty() - Method in class org.openstreetmap.josm.data.osm.history.History
Returns true if this history contains no version.
isEmpty() - Method in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
isEmpty() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
isEmpty() - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
isEmpty() - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies true if this tag collection is empty
isEmpty() - Method in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
isEmpty() - Method in class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
isEmpty() - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel.ResultListModel
 
isEmpty() - Method in class org.openstreetmap.josm.tools.MultiMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.openstreetmap.josm.tools.SubclassFilteredCollection
 
isEmptyRole() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SetRoleAction
 
isEmptySelection() - Method in class org.openstreetmap.josm.actions.CopyAction
 
isEnabled() - Method in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
isEnabled() - Method in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
Determines if this button spec is enabled
isEnabled() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
isEnabled() - Method in class org.openstreetmap.josm.io.auth.DefaultAuthenticator
Determines whether this authenticator is enabled, i.e., provides password authentication via CredentialsManager.
isEnabled() - Method in class org.openstreetmap.josm.io.FileExporter
Returns the enabled state of this FileExporter.
isEnabled() - Method in class org.openstreetmap.josm.io.FileImporter
Returns the enabled state of this FileImporter.
isEnlarged - Variable in class org.openstreetmap.josm.gui.bbox.SizeButton
 
isEnlarged() - Method in class org.openstreetmap.josm.gui.bbox.SizeButton
Determines if the slippy map is enlarged.
isEnlarged - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
isEpsg4326To3857Supported - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
isEpsg4326To3857Supported() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
isEqualEntry(T, T) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
checks whether two entries are equal.
isEqualEntry(Node, Node) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMergeModel
 
isEqualEntry(RelationMember, RelationMember) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListMergeModel
 
isErroneous() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Determines if this marker is erroneous.
isEvent(KeyEvent) - Method in class org.openstreetmap.josm.tools.Shortcut
 
isExpert() - Static method in class org.openstreetmap.josm.actions.ExpertToggleAction
Determines if expert mode is enabled.
isExpert - Variable in class org.openstreetmap.josm.gui.IconToggleButton
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
isExpert - Variable in class org.openstreetmap.josm.gui.preferences.DefaultPreferenceSetting
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.DefaultPreferenceSetting
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
 
isExpert() - Method in interface org.openstreetmap.josm.gui.preferences.PreferenceSetting
Called to know if the preferences tab has only to be displayed in expert mode.
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference
 
isExpert() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
 
isFailed() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
Determines if the download task has failed.
isFailed() - Method in class org.openstreetmap.josm.gui.io.AbstractIOTask
Replies true if the task has been failed
isFalse(String) - Static method in class org.openstreetmap.josm.data.osm.OsmUtils
 
isFile - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
isFillConnectionNode() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if multiply connected nodes should be filled
isFillSelectedNode() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if selected nodes should be filled
isFillTaggedNode() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if tagged nodes should be filled
isFillUnselectedNode() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if unselected nodes should be filled
isFiltered(OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.data.osm.FilterMatcher
Check if primitive is filtered.
isFilterExplicit(OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.data.osm.FilterMatcher
Check if primitive is hidden explicitly.
isFinished() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
 
isFirstLastNode(Node) - Method in class org.openstreetmap.josm.data.osm.Way
Replies true if the given node is the first or the last one of this way, false otherwise.
isFixable() - Method in class org.openstreetmap.josm.data.validation.FixableTestError
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.Test
Returns true if the given error can be fixed automatically
isFixable() - Method in class org.openstreetmap.josm.data.validation.TestError
Returns true if the error can be fixed automatically
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicatedWayNodes
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
isFixable(TestError) - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
 
isFocusInMainWindow() - Static method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
isForward(RelationMember) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSortUtils
 
isFromServer(String) - Static method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
Determines if the given URL denotes an OSM gpx-related API call.
isFrozen - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
isFrozen() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
isFullOneway(Way) - Static method in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
isFullRelationRequested() - Method in class org.openstreetmap.josm.gui.download.DownloadObjectDialog
Determines if relation members have been requested.
isFullyIdentified() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Replies true if the current JOSM user is fully identified.
isGeographic() - Method in class org.openstreetmap.josm.data.projection.proj.AbstractProj
 
isGeographic() - Method in class org.openstreetmap.josm.data.projection.proj.LonLat
 
isGeographic() - Method in interface org.openstreetmap.josm.data.projection.proj.Proj
Return true, if a geographic coordinate reference system is represented.
isGeoreferenceValid - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
isGeoreferenceValid() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
isGlyphVectorDoubleTranslationBug(Font) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Check, if this System has the GlyphVector double translation bug.
isGpxParsedProperly() - Method in class org.openstreetmap.josm.io.OsmServerReader
Determines if the GPX data has been parsed properly.
isHeterogeneousSource() - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Determines if the source for tag pasting is heterogeneous, i.e.
isHidden(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.FilterMatcher
Check if primitive is hidden.
isHiDPI() - Static method in class org.openstreetmap.josm.gui.util.GuiSizesHelper
Check if a high DPI resolution is used
isHighlighted() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Checks if the highlight flag for this primitive was set
isHighwayLinkOkay(Way) - Static method in class org.openstreetmap.josm.data.validation.tests.Highways
 
isIgnored() - Method in class org.openstreetmap.josm.data.validation.TestError
 
isImageFormatSupported(String) - Static method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
isImageryValid() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
isImageryValid() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddTMSLayerPanel
 
isImageryValid() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
isImageryValid() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddWMTSLayerPanel
 
isIn(Area) - Method in class org.openstreetmap.josm.data.coor.LatLon
Check if this is contained in given area or area is null.
isInactiveMode - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
if true, the paint visitor shall render OSM objects such that they look inactive.
isInactiveMode() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
isInBackground - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
isInBulkOperation(String) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
Determines whether the key has been marked to be part of a bulk operation (in order to provide a "Do not show again (this operation)" option).
isIncludedInOppositeList(int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
replies true if the entry at the current position is present in the opposite list of the current ComparePairType.
isIncomplete() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
isIncomplete() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
isIncomplete() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Determines if this primitive is incomplete.
isIncomplete() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
Determines if this multipolygon is incomplete.
isInDataSet() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Determines if the item is found in the currently active data layer.
isInfoResizable() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
isInfoResizable() - Method in class org.openstreetmap.josm.gui.layer.Layer
Determines if info dialog can be resized (false by default).
isInJosmSelection(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Replies true if primitive is currently selected in the layer this model is attached to
isInnerNode(Node) - Method in class org.openstreetmap.josm.data.osm.Way
Replies true if the given node is an inner node of this way, false otherwise.
isInnerRole(String) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
isInPowerStation(Node) - Method in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
isInSelectionBase(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
isInside(LatLon) - Method in class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
Checks, if a point is inside this tile.
isInstanceOf(Class<? extends T>) - Static method in class org.openstreetmap.josm.tools.Predicates
Creates a new predicate that checks if the object is of a given class.
isInStandard() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Determines if the item is a standard tag, e.g.
isInternal() - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
isInverted - Variable in class org.openstreetmap.josm.data.osm.FilterMatcher.FilterInfo
 
iSizeButton - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
isJava8orLater() - Static method in class org.openstreetmap.josm.Main
Determines if JOSM currently runs with Java 8 or later.
isKeyChanged() - Method in class org.openstreetmap.josm.data.correction.TagCorrection
Determines if the key has changed.
isKeyFalse(String) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Returns true if the key corresponds to an OSM false value.
isKeyInPresets(String) - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
Determines if the given key is in internal presets.
isKeyPressed(int) - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
Allows to determine if the key with specific code is pressed now
isKeyTrue(String) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Returns true if the key corresponds to an OSM true value.
isKeyValid(String) - Method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
isKnownPrimitive() - Method in exception org.openstreetmap.josm.io.OsmApiPrimitiveGoneException
Replies true if we know what primitive this exception was thrown for
isLargeSegment(Point2D, Point2D, int) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Checks if a way segemnt is large enough for additional information display.
isLastFilterValid() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog.AbstractFilterAction
 
isLastLayer() - Method in class org.openstreetmap.josm.gui.layer.LayerManager.LayerRemoveEvent
Check if the layer that was removed is the last layer in the list.
isLatAccuracyAvailable() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Checks whether latitude accuracy is available or not
isLatest(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Returns true if primitive is the latest primitive representing the version currently edited in the current data layer.
isLatest(int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
isLatLon() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
isLatLonKnown() - Method in class org.openstreetmap.josm.data.osm.Node
Determines if this node has valid coordinates.
isLatLonKnown() - Method in class org.openstreetmap.josm.data.osm.NodeData
 
isLayerValid(Layer) - Static method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Determines if a layer is valid (contained in global layer list).
isLeaf - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
isLeaf() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
isLeaf(Object) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
 
isLinkContext() - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Determines if the context of this environment is Condition.Context.LINK.
iSlippyMapChooser - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
 
isLoaded() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
isLoadIcons() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Determines if icon images should be loaded.
isLoading() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
isLoadInNewLayer() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
isLocal() - Method in class org.openstreetmap.josm.gui.preferences.SourceEntry
Determines if this source denotes a file on a local filesystem.
isLocalBuild - Variable in class org.openstreetmap.josm.data.Version
 
isLocalBuild() - Method in class org.openstreetmap.josm.data.Version
Replies true if this is a local build, i.e.
isLocalFile - Variable in class org.openstreetmap.josm.gui.layer.GpxLayer
 
isLocalFile() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
Determines if data is attached to a local file.
isLocalUrl(String) - Static method in class org.openstreetmap.josm.tools.Utils
Determines if the given URL denotes a file on a local filesystem.
isLocalUser() - Method in class org.openstreetmap.josm.data.osm.User
Determines if this user is local
isLonAccuracyAvailable() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Checks whether longitude accuracy is available or not
isLoop - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
True, if the element is part of a closed loop of ways.
isMapPolygonsVisible() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Determines whether the MapPolygons are painted or not.
isMapRectanglesVisible() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Determines whether the MapRectangles are painted or not.
isMatching(Collection<String>, String[]) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
isMatchingGroup(String[]) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
isMatchingMy(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
isMatchingName(String[]) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
isMatchingTags(String[]) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
isMatchingTheir(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
isMemberOfSelected() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines if this primitive is a member of a selected relation.
isMergable(Layer) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
isMergable(Layer) - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
isMergable(Layer) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
isMergable(Layer) - Method in class org.openstreetmap.josm.gui.layer.Layer
 
isMergable(Layer) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
isMergable(Layer) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
isMergable(Layer) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
isMergable(Layer) - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
isModified() - Method in class org.openstreetmap.josm.command.Command.OldNodeState
Returns old modified state.
isModified() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
isModified() - Method in class org.openstreetmap.josm.data.osm.DataSet
Replies true if there is at least one primitive in this dataset with AbstractPrimitive.isModified() == true.
isModified() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies true if the object has been modified since it was loaded from the server.
isModified() - Method in class org.openstreetmap.josm.data.osm.NoteData
Return whether or not there are any changes in the note data set.
isModified() - Method in class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Determines if data managed by this layer has been modified.
isModified() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Determines if data managed by this layer has been modified.
isModified() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
isModified() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
isModifier - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
isModifiersValidForDragMode() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
isMovementEnabled() - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
isMoving - Variable in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
isMultipolygon() - Method in class org.openstreetmap.josm.data.osm.Relation
Determines if this relation behaves as a multipolygon.
isMultipolygon(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
isMultiSelectionEnabled() - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Returns true if multiple files can be selected.
isMultiSelectionEnabled() - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
isMultiSelectionEnabled() - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
isMyDeleted - Variable in class org.openstreetmap.josm.data.conflict.Conflict
 
isMyDeleted() - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
isNative - Variable in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.Scale
True if this scale is native resolution for data source.
isNew - Variable in class org.openstreetmap.josm.data.notes.NoteComment
 
isNew() - Method in class org.openstreetmap.josm.data.notes.NoteComment
 
isNew() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Determines if this primitive is new.
isNew() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
isNew() - Method in interface org.openstreetmap.josm.data.osm.PrimitiveId
Replies true if this id represents a new primitive.
isNew() - Method in class org.openstreetmap.josm.data.osm.RelationMember
 
isNew() - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
 
isNew() - Method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
isNew - Variable in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
isNew() - Method in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
isNew() - Method in interface org.openstreetmap.josm.data.preferences.Setting
Return if the setting has been marked as new.
isNewGpsData - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Flag isNewGpsData indicates that the GPS data of the image is new or has changed.
isNewLayerRequested() - Method in class org.openstreetmap.josm.gui.download.DownloadObjectDialog
Determines if a new layer has been requested.
isNewLayerRequired() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Replies true if the user requires to download into a new layer
isNewOrUndeleted() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
isNewOrUndeleted() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Determines if this primitive is new or undeleted.
isNil() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
Check if the current element is nil (meaning the value of the setting is null).
isNode() - Method in class org.openstreetmap.josm.data.osm.RelationMember
Determines if this relation member is a node.
isNodeInsideMultiPolygon(Node, Relation, Predicate<Way>) - Static method in class org.openstreetmap.josm.tools.Geometry
Tests if the node is inside the multipolygon multiPolygon.
isNodeTagged(Node) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
 
isNodeVisible(Node) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
Checks if the given node is in the visible area.
isNoSelection() - Method in class org.openstreetmap.josm.gui.SelectionManager
 
isNoTileAtZoom(Map<String, List<String>>, int, byte[]) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
Determines, if the returned data from TileSource represent "no tile at this zoom level" situation.
isNoTileAtZoom(Map<String, List<String>>, int, byte[]) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
isNoTileAtZoom(Map<String, List<String>>, int, byte[]) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
isNoTileAtZoom() - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
isNoTileAtZoom() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
isNull() - Static method in class org.openstreetmap.josm.tools.Predicates
Returns a Predicate testing whether objects are null.
ISO8601 - Static variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ValueComparison
 
iso8601Format - Variable in class org.openstreetmap.josm.io.NoteWriter
 
ISO_COUNTRIES - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
isObjectLoadable() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
isObjectLoadable() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
isoDates - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
isOfClass(Class<? extends T>) - Static method in class org.openstreetmap.josm.tools.Predicates
Creates a new predicate that checks if elements are exactly of that class.
isOff(long) - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Tests whether the given flag is off.
isOffline() - Method in class org.openstreetmap.josm.io.CacheCustomContent
 
isOffline(OnlineResource) - Static method in class org.openstreetmap.josm.Main
Determines if the given online resource is currently offline.
isOn(long) - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Tests whether the given flag is on.
isOneway() - Method in class org.openstreetmap.josm.data.osm.Way
Tests if this way is a oneway.
isOneway(RelationMember) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSortUtils
 
isOnewayHead - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
 
isOnewayLoopBackwardPart - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
 
isOnewayLoopForwardPart - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
 
isOnewayTail - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
 
isOnImageryBlacklist(String) - Method in class org.openstreetmap.josm.io.Capabilities
Checks if the given URL is blacklisted by one of the of the regular expressions.
isOnlyASCII(String) - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
isOpen() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
isOpenInEditor(OsmDataLayer, Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
Replies true if there is an open relation editor for the relation managed by the given layer.
isOpenjdk - Static variable in class org.openstreetmap.josm.Main
Whether or not the java vm is openjdk We use this to work around openjdk bugs
isOpenJDK() - Static method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
Determines if the JVM is OpenJDK-based.
isOppositeDirection(EastNorth, EastNorth, EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Determines if from1-to1 and from2-to2 vectors directions are opposite
isOsmChange - Variable in class org.openstreetmap.josm.io.OsmWriter
 
isOsmUser() - Method in class org.openstreetmap.josm.data.osm.User
Determines if this user is known to OSM
iSourceButton - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
isOuterMemberOfMultipolygon(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
isOuterMemberOfSelected() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines if this primitive is an outer member of a selected multipolygon relation.
isOuterRole(String) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
isOutlineOnly() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if only the data area outline should be drawn
isOutlineOnly - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
isOutOfTheWorld() - Method in class org.openstreetmap.josm.data.Bounds
 
isOutsideDownloadArea() - Method in class org.openstreetmap.josm.data.osm.Node
 
isOutsideDownloadArea() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Tests if this primitive lies outside of the downloaded area of its DataSet.
isOutsideDownloadArea() - Method in class org.openstreetmap.josm.data.osm.Relation
 
isOutsideDownloadArea() - Method in class org.openstreetmap.josm.data.osm.Way
 
isOutSideWorld() - Method in class org.openstreetmap.josm.data.coor.LatLon
Determines if this lat/lon is outside of the world
isPartiallyIdentified() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Replies true if the current JOSM user is partially identified.
isParticipating(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.Conflict
Replies true if the primitive primitive is participating in this conflict
isParticipating(PrimitiveId) - Method in class org.openstreetmap.josm.data.conflict.Conflict
Replies true if the primitive with id id is participating in this conflict
isParticipatingIn(ListRole) - Method in enum org.openstreetmap.josm.gui.conflict.pair.ComparePairType
replies true, if role is participating in this comparison pair
isParticipatingInCurrentComparePair() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
replies true if the ListRole of this ListMergeModel.EntriesTableModel participates in the current ComparePairType
isParticipatingInSynchronizedScrolling(Adjustable) - Method in class org.openstreetmap.josm.gui.util.AdjustmentSynchronizer
Returns true if an adjustable is participating in synchronized scrolling
isPlatformOsx() - Static method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
Replies true if we are currently running on OSX
isPlatformOsx() - Static method in class org.openstreetmap.josm.Main
Determines if we are currently running on OSX.
isPlatformWindows() - Static method in class org.openstreetmap.josm.Main
Determines if we are currently running on Windows.
isPolygonInsideMultiPolygon(List<Node>, Relation, Predicate<Way>) - Static method in class org.openstreetmap.josm.tools.Geometry
Tests if the polygon formed by nodes is inside the multipolygon multiPolygon.
isPotentialDuplicate(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddFromSelectionAction
 
isPowerAllowed(Node) - Static method in class org.openstreetmap.josm.data.validation.tests.PowerLines
Determines if the specified node denotes a power infrastructure allowed on a power line.
isPowerIn(OsmPrimitive, Collection<String>) - Static method in class org.openstreetmap.josm.data.validation.tests.PowerLines
Helper function to check if power tag is a certain value.
isPowerLine(Way) - Static method in class org.openstreetmap.josm.data.validation.tests.PowerLines
Determines if the specified way denotes a power line.
isPowerStation(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.PowerLines
Determines if the specified primitive denotes a power station.
isPowerTower(Node) - Static method in class org.openstreetmap.josm.data.validation.tests.PowerLines
Determines if the specified node denotes a power tower/pole.
isPrecedenceNode(Node, Point, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
This is used as a helper routine to NavigatableComponent.getNearestNodeOrWay(Point, Predicate, boolean) It decides, whether to yield the node to be tested or look for further (way) candidates.
isPredecessorOf(CombineWayAction.NodePair) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
 
isPressed() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.Test
Determines if the primitive is usable for tests.
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Barrier
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Boundaries
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Ways
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.LongSegment
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedHighways
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedNaturalOrLanduse
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedPower
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedRailways
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedWaterways
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
 
isPrimitiveUsable(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
 
isProjectionSupported(Projection) - Method in class org.openstreetmap.josm.gui.layer.Layer
allows to check whether a projection is supported or not
isProjectionSupported(Projection) - Method in class org.openstreetmap.josm.gui.layer.TMSLayer
 
isProjectionSupported(Projection) - Method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
isProjectionSupported(Projection) - Method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
isProjSupported(String) - Static method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
isProperLineStyle() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
isProperLineStyle() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
isProperLineStyle() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
isProposedOrAbandoned(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
isRange - Variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
isReadFull() - Method in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
Replies true if this reader also reads immediate children of referring primitives
isRecordHistory() - Method in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
Determines if filename must be saved in history (for list of recently opened files).
isRedirect(int) - Static method in class org.openstreetmap.josm.tools.HttpClient
 
isReferencePointInTime() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
isReferencePointInTime(int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
isReferredByWays(int) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Return true, if this primitive is referred by at least n ways
isReferrersRequested() - Method in class org.openstreetmap.josm.gui.download.DownloadObjectDialog
Determines if referrers have been requested.
isReferringRelation(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
 
isRegistered(Class<? extends AbstractMapRenderer>) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
Replies true, if Renderer is already a registered map renderer class.
isRelation() - Method in class org.openstreetmap.josm.data.osm.RelationMember
Determines if this relation member is a relation.
isRelationListable(Relation) - Static method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
Determines if the given relation is listable in last relations.
isRememberDecision() - Method in class org.openstreetmap.josm.plugins.PluginHandler.UpdatePluginsMessagePanel
 
isRemoveColor(int) - Method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
isRenamed() - Method in class org.openstreetmap.josm.gui.layer.Layer
Replies true if this layer was renamed by user
isReprojectionPossible() - Method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
isRequiredNode(Way, Node) - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
Replies true if node is a required node which can't be removed in order to simplify the way.
isReset() - Method in class org.openstreetmap.josm.tools.Shortcut
 
isResolvedCompletely() - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
Replies true all differences in this conflicts are resolved
isResolvedCompletely() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
replies true if all conflict in this model are resolved
isResolvedCompletely() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
isResolvedCompletely() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Replies true if all tag and relation member conflicts have been decided.
isResolvedCompletely() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Replies true if each MultiValueResolutionDecision is decided.
isResolvedCompletely() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
Replies true if each MultiValueResolutionDecision is decided.
isResponseLoadable(Map<String, List<String>>, int, byte[]) - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
Check if the object is loadable.
isResponseLoadable(Map<String, List<String>>, int, byte[]) - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
isRestartSupported() - Static method in class org.openstreetmap.josm.actions.RestartAction
Determines if restarting the application should be possible on this platform.
isRestrictedToFullyIdentifiedUser() - Method in class org.openstreetmap.josm.io.ChangesetQuery
Replies true if this query is restricted to user whom know the user id for.
isRestrictedToPartiallyIdentifiedUser() - Method in class org.openstreetmap.josm.io.ChangesetQuery
Replies true if this query is restricted to user whom we only know the user name for.
isRestrictionType(String) - Static method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
isRestrictionValue(String) - Static method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
isReversed(String) - Static method in class org.openstreetmap.josm.data.osm.OsmUtils
 
isReversed() - Method in class org.openstreetmap.josm.gui.history.DiffTableModel
 
isReversible(Tagged) - Static method in class org.openstreetmap.josm.corrector.ReverseWayNoTagCorrector
Tests whether way can be reversed without semantic change.
isReversible(Way) - Static method in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
Tests whether way can be reversed without semantic change, i.e., whether tags have to be changed.
isRightHandTraffic(LatLon) - Static method in class org.openstreetmap.josm.tools.RightAndLefthandTraffic
Check if there is right-hand traffic at a certain location.
isRollover() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
isRoundabout() - Method in enum org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType.Direction
 
isRowLayout() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Split
Returns true if the this Split's children are to be laid out in a row: all the same height, left edge equal to the previous Node's right edge.
isRunning() - Static method in class org.openstreetmap.josm.io.MessageNotifier
Determines if the message notifier is currently running
isRunningJavaWebStart() - Static method in class org.openstreetmap.josm.actions.ShowStatusReportAction
 
isSafeForRemotecontrolRequests() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
Check / decide if the task is safe for remotecontrol.
isSafeForRemotecontrolRequests() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
isSafeForRemotecontrolRequests() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
isSafeForRemotecontrolRequests() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
isSafeForRemotecontrolRequests() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
Do not allow to load a session file via remotecontrol.
isSame(ReportedException) - Method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
Checks if this exception is considered the same as an other exception.
isSame(int, int) - Method in class org.openstreetmap.josm.tools.Shortcut
 
isSamePositionInOppositeList(int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
replies true if the entry at row is equal to the entry at the same position in the opposite list of the current ComparePairType.
isSavable() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies true if the layer can be saved to a file
isSavable() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
isSavable() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
isSavable() - Method in class org.openstreetmap.josm.gui.layer.Layer
Replies the savable state of this layer (i.e if it can be saved through a "File->Save" dialog).
isSavable() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
isSavable() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
isSavable() - Method in interface org.openstreetmap.josm.gui.layer.SaveToFile
Replies the savable state of the layer (i.e.
isSaveAccessTokenToPreferences() - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Replies whether the user has chosen to save the Access Token in the JOSM preferences or not.
isSaveAccessTokenToPreferences() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
isSaveAccessTokenToPreferences() - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
isSaveAccessTokenToPreferences() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Replies true if the currently selected Access Token shall be saved to the preferences.
isSaveAccessTokenToPreferences() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
isSaveCredentials() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
isSaveCredentials() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
isSaveCredentials() - Method in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
Determines if authentication credentials should be saved
isSaveToPreferences() - Method in class org.openstreetmap.josm.gui.oauth.AccessTokenInfoPanel
 
isSaveToPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Replies true if current access token should be saved to the preferences file.
isScrollWrapEnabled() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Determines whether scroll wrap is enabled or not.
isSegmentVisible(Point, Point) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Checks if segment is visible in display.
isSegmentVisible(Node, Node) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
Checks if the given segment is in the visible area.
isSelectable() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines if this object is selectable.
isSelectablePredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate filtering primitives that are selectable.
isSelectablePredicate - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
isSelected() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
isSelected() - Method in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction.RectifierService
 
isSelected() - Method in class org.openstreetmap.josm.actions.ToggleAction
Determines if this action is currently being selected.
isSelected(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.DataSet
Determines whether the given primitive is selected or not
isSelected() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines whether the primitive is selected
isSelected() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
Determines if this is selected.
isSelected() - Method in class org.openstreetmap.josm.data.validation.TestError
Returns the selection flag of this error
isSelected() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Determines if it is found on an object that is currently selected.
isSelected() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
isSelectedPlugin(String) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Replies true if the plugin with name name is currently selected in the plugin model
isSelecting - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
 
isSelectionEmpty() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Determines if no OSM primitives are currently selected.
isSelfContainedWay(Way, Node, Node) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Prevent creation of ways that look like this: <----> This happens if users want to draw a no-exit-sideway from the main way like this: ^ |<----> | The solution isn't ideal because the main way will end in the side way, which is bad for navigation software ("drive straight on") but at least easier to fix.
isSeparator() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
isSet() - Method in class org.openstreetmap.josm.data.preferences.AbstractProperty
Determines if this property is currently set in JOSM preferences.
isSetInstruction - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.AssignmentInstruction
 
isShowable() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Determines whether a dialog can be shown for this preset, i.e., at least one tag can/must be set by the user.
isShowDirectionArrow() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if directional arrows should be displayed
isShowHeadArrowOnly() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if only the last arrow of a way should be displayed
isShowIcons() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
isShowing - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Indicates whether the dialog is showing or not.
isShowNames() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
isShowOnewayArrow() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if arrows for oneways should be displayed
isShowOrderNumber() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if the segment numbers of ways should be displayed
isSimilar(ImageryInfo, ImageryInfo) - Static method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
isSimilar(String, String) - Static method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
isSnapOn() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
isSpanningWay(Stack<CombineWayAction.NodePair>) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
isSpecial() - Method in class org.openstreetmap.josm.tools.template_engine.Variable
 
isSubwayOrTram(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
isSuccess() - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
Determines if the test has succeeded.
isSuccessful() - Method in class org.openstreetmap.josm.gui.io.AbstractIOTask
Replies true if this task was successful, i.e.
isSuccessorOf(CombineWayAction.NodePair) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
 
isSupported() - Method in class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
isSupportedMapMode(MapMode) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Determines if the functionality of this layer is available in the specified map mode.
isTagged(Iterable<Node>) - Static method in class org.openstreetmap.josm.actions.UnGlueAction.PropertiesMembershipDialog
 
isTagged() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines if this object is considered "tagged".
isTagged() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
If it has been tagged i.e.
isTagIgnored(String, String) - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
Determines if the given tag is ignored for checks "key/tag not in presets".
isTagInPresets(String, String) - Static method in class org.openstreetmap.josm.data.validation.tests.TagChecker
Determines if the given tag is in internal presets.
iStartSelectionPoint - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
 
isTemporary() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.BoxProviderResult
Determines if the box can change in future calls of the BoxTextElement.BoxProvider.get() method
isTemporary() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
Determines if image is not completely loaded and getImage() returns a temporary image.
isTemporaryLayer() - Method in class org.openstreetmap.josm.gui.layer.MapViewPaintable.MapViewEvent
 
isTerminalNode(Node) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
isTextOrIconShown() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
Get state of text display.
isTigerTag(String) - Static method in class org.openstreetmap.josm.data.osm.TigerUtils
Determines if the given tag is a TIGER one
isTileGridVisible() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Determines whether the tile grid is visible or not.
isTimestampEmpty() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
isTimestampEmpty() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Determines if this primitive has no timestam information.
isToTheRightSideOfLine(Node, Node, Node, Node) - Static method in class org.openstreetmap.josm.tools.Geometry
Tests if given point is to the right side of path consisting of 3 points.
isTraceEnabled() - Static method in class org.openstreetmap.josm.Main
Determines if trace log level is enabled.
isTranslucent - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCheckBox
 
isTransparencyForced(BufferedImage) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Determines if the transparency of the given BufferedImage has been enforced by a previous call to ImageProvider.makeImageTransparent(java.awt.image.BufferedImage, java.awt.Color).
isTransportationMode(String) - Static method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
isTrue(String) - Static method in class org.openstreetmap.josm.data.osm.OsmUtils
 
isUndeleted() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
isUndeleted() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies true if the object has been deleted on the server and was undeleted by the user.
isUninterestingKey(String) - Static method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Determines if key is considered "uninteresting".
isUpdated(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
Replies true if the primitive with id id was updated in this changeset.
isUpdateRequired(String) - Method in class org.openstreetmap.josm.plugins.PluginInformation
Replies true if the plugin with the given information is most likely outdated with respect to the referenceVersion.
isUpdateRequired() - Method in class org.openstreetmap.josm.plugins.PluginInformation
Replies true if this this plugin should be updated/downloaded because either it is not available locally (its local version is null) or its local version is older than the available version on the server.
isUploadable() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Replies true if the layer can be uploaded to a server
isUploadable() - Method in class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Determines if the layer is able to upload data and implements the UploadToServer interface.
isUploadable() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
isUploadable() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
isUploadable() - Method in interface org.openstreetmap.josm.gui.layer.UploadToServer
Determines if the layer is able to upload data and implements the UploadToServer interface.
isUploadCommentTooShort(String) - Static method in class org.openstreetmap.josm.gui.io.UploadDialog.UploadAction
 
isUploadDiscouraged() - Method in class org.openstreetmap.josm.data.osm.DataSet
Determines if upload is being discouraged (i.e.
isUploadDiscouraged() - Method in class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Determines if upload of data managed by this layer is discouraged.
isUploadDiscouraged() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
isUploadDiscouraged() - Method in interface org.openstreetmap.josm.gui.layer.UploadToServer
Determines if upload of data managed by this layer is discouraged.
isUsable(ImageryLayer) - Method in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
isUsable() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
isUsable() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Replies true, if the object is usable (i.e.
isUsable() - Method in class org.openstreetmap.josm.data.osm.Way
 
isUsablePredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate that filters primitives that are usable.
isUsedInRelations(Iterable<Node>) - Static method in class org.openstreetmap.josm.actions.UnGlueAction.PropertiesMembershipDialog
 
isUseRealWidth() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Determines if the real width of ways should be used
isUserEnoughIdentified() - Static method in class org.openstreetmap.josm.io.MessageNotifier
Determines if user set enough information in JOSM preferences to make the request to OSM API without prompting him for a password.
isUseThumbs() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Returns the current thumbnail display status.
isUsingOAuth() - Static method in class org.openstreetmap.josm.io.OsmApi
Determines if JOSM is configured to access OSM API via OAuth
isValid() - Method in class org.openstreetmap.josm.data.coor.EastNorth
Replies true if east and north are different from Double.NaN and not infinite
isValid() - Method in class org.openstreetmap.josm.data.coor.LatLon
Replies true if lat is in the range [-90,90] and lon is in the range [-180,180]
isValid(String) - Method in class org.openstreetmap.josm.data.validation.routines.AbstractValidator
Tests validity of a given value.
isValid(String) - Method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Returns true if the specified String parses as a valid domain name with a recognized top-level domain.
isValid(String) - Method in class org.openstreetmap.josm.data.validation.routines.EmailValidator
Checks if a field has a valid e-mail address.
isValid(String) - Method in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
Checks if the specified string is a valid IP address.
isValid(String) - Method in class org.openstreetmap.josm.data.validation.routines.RegexValidator
Validate a value against the set of regular expressions.
isValid(String) - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Checks if a field has a valid url address.
isValid() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileCoordinateValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.DateValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UidInputFieldValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
 
isValid(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
isValid() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Determines if this style is valid (no error, no warning).
isValid() - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ApiUrlValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
Replies true if the current content of the decorated text component is valid; false otherwise
isValid() - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.LatitudeValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.LongitudeValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.widgets.ChangesetIdTextField.ChangesetIdValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.widgets.DefaultTextComponentValidator
 
isValid() - Method in class org.openstreetmap.josm.gui.widgets.OsmIdTextField.OsmIdValidator
 
isValid(TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.CompoundTemplateEntry
 
isValid(TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.Condition
 
isValid(TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate
 
isValid(TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.SearchExpressionCondition
 
isValid(TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.StaticText
 
isValid(TemplateEngineDataProvider) - Method in interface org.openstreetmap.josm.tools.template_engine.TemplateEntry
 
isValid(TemplateEngineDataProvider) - Method in class org.openstreetmap.josm.tools.template_engine.Variable
 
isValidAuthority(String) - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Returns true if the authority is properly formatted.
isValidChangesetQuery() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.BBoxRestrictionPanel
 
isValidChangesetQuery() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
isValidChangesetQuery() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
isValidChangesetQueryUrl(String) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
 
isValidCountryCodeTld(String) - Method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Returns true if the specified String matches any IANA-defined country code top-level domain.
isValidDomain(String) - Method in class org.openstreetmap.josm.data.validation.routines.EmailValidator
Returns true if the domain component of an email address is valid.
isValidDomainSyntax(String) - Method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
isValidFragment(String) - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Returns true if the given fragment is null or fragments are allowed.
isValidGenericTld(String) - Method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Returns true if the specified String matches any IANA-defined generic top-level domain.
isValidInet4Address(String) - Method in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
Validates an IPv4 address.
isValidInet6Address(String) - Method in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
Validates an IPv6 address.
isValidInfrastructureTld(String) - Method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Returns true if the specified String matches any IANA-defined infrastructure top-level domain.
isValidJar(File) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Determines if the specified file is a valid and accessible JAR file.
isValidLat(double) - Static method in class org.openstreetmap.josm.data.coor.LatLon
Replies true if lat is in the range [-90,90]
isValidLocalTld(String) - Method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Returns true if the specified String matches any widely used "local" domains (localhost or localdomain).
isValidLon(double) - Static method in class org.openstreetmap.josm.data.coor.LatLon
Replies true if lon is in the range [-180,180]
isValidPath(String) - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Returns true if the path is valid.
isValidQuery(String) - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Returns true if the query is null or it's a properly formatted query string.
isValidScheme(String) - Method in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Validate scheme.
isValidTld(String) - Method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Returns true if the specified String matches any IANA-defined top-level domain.
isValidUrl(String) - Static method in class org.openstreetmap.josm.tools.Utils
Determines if the given URL is valid.
isValidUser(String) - Method in class org.openstreetmap.josm.data.validation.routines.EmailValidator
Returns true if the user component of an email address is valid.
isValueChanged() - Method in class org.openstreetmap.josm.data.correction.TagCorrection
Determines if the value has changed.
isValueErroneous(String) - Method in class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysBooleanCheck
 
isValueErroneous(String) - Method in class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
 
isValueValid(String, String) - Method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
isVertical() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Divider
Convenience method, returns true if the Divider's parent is a Split row (a Split with isRowLayout() true), false otherwise.
isVirtualNodesEnabled() - Method in class org.openstreetmap.josm.gui.MapView
Checks if virtual nodes should be drawn.
isVisible() - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
isVisible() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
isVisible() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
isVisible() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
isVisible() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
isVisible() - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Checks if object is known to the server.
isVisible() - Method in class org.openstreetmap.josm.gui.layer.Layer
Replies true if this layer is visible.
isVisibleLayer() - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
isVisibleOnScreen() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
isVisibleTexts() - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
isWay() - Method in class org.openstreetmap.josm.data.osm.RelationMember
Determines if this relation member is a way.
isWheelZoomEnabled() - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
isWireframeMapRendererActive() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
Replies true, if currently the wireframe map renderer is active.
isWithin(Bounds) - Method in class org.openstreetmap.josm.data.coor.LatLon
Determines if this lat/lon is within the given bounding box.
isYesOrNo(int) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
 
isZip - Variable in class org.openstreetmap.josm.gui.preferences.SourceEntry
Indicates, that SourceEntry.url is a zip file and the resource is inside the zip file.
isZip() - Method in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
Determines if we are reading from a .joz file.
isZip() - Method in class org.openstreetmap.josm.io.session.SessionWriter.ExportSupport
Check, if the session is exported as a zip archive.
Item(TwoColumnDiff.Item.DiffItemType, Object) - Constructor for class org.openstreetmap.josm.gui.history.TwoColumnDiff.Item
 
items - Variable in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel.ResultListModel
 
ItemSeparator - Class in org.openstreetmap.josm.gui.tagging.presets.items
Class used to represent a JSeparator inside tagging preset window.
ItemSeparator() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.ItemSeparator
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.FreezeAction
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.RestrictionGroupStateChangeHandler
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel.TimeRestrictionChangedHandler
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel.UserRestrictionChangedHandler
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel.SelectQueryHandler
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.CloseOpenChangesetsAction
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.FilterChangeHandler
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ReadChangesetsAction
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.SelectObjectsAction
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ShowChangesetInfoAction
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.history.VersionTable.RadioButtonEditor
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.ChangesetListItemStateListener
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.CloseAfterUploadItemStateListener
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.CloseChangesetAction
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.RadioButtonHandler
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.StrategyChangeListener
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.StatusBarUpdater
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel.UseDefaultItemListener
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.AuthorisationProcedureChangeListener
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel.AuthenticationMethodChangeListener
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.UseDefaultServerUrlChangeHandler
 
itemStateChanged(ItemEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel.ProxyPolicyChangeListener
 
Iter() - Constructor for class org.openstreetmap.josm.data.osm.Storage.Iter
 
iteratedOver - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QuadBucketIterator
 
ITERATION_TOLERANCE - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Difference allowed in iterative computations.
ITERATION_TOLERANCE - Static variable in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
Difference allowed in iterative computations.
ITERATION_TOLERANCE - Static variable in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
Difference allowed in iterative computations.
iterator() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies the iterator for this collection.
iterator() - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
 
iterator() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
iterator() - Method in class org.openstreetmap.josm.data.osm.Storage
 
iterator() - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies an iterator to iterate over the tags in this collection
iterator() - Method in class org.openstreetmap.josm.data.osm.TagMap.TagEntrySet
 
iterator() - Method in class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
iterator() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassifications
 
iterator() - Method in class org.openstreetmap.josm.gui.widgets.ComboBoxHistory
 
iterator() - Method in class org.openstreetmap.josm.tools.CopyList
 
iterator - Variable in class org.openstreetmap.josm.tools.SubclassFilteredCollection.FilterIterator
 
iterator() - Method in class org.openstreetmap.josm.tools.SubclassFilteredCollection
 
iterator() - Method in class org.openstreetmap.josm.tools.XmlObjectParser
 
Itr() - Constructor for class org.openstreetmap.josm.tools.CopyList.Itr
 
itRoutes - Variable in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
itTracks - Variable in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
itTrackSegments - Variable in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
IUploadDialog - Interface in org.openstreetmap.josm.gui.io
Upload dialog super interface.
ivhandler - Static variable in class org.openstreetmap.josm.tools.PlatformHookOsx
 
IWay - Interface in org.openstreetmap.josm.data.osm
IWay captures the common functions of Way and WayData.
IWithAttributes - Interface in org.openstreetmap.josm.data.gpx
Object with attributes (in the context of GPX data).

J

javaInternalMessageKeys - Static variable in class org.openstreetmap.josm.tools.I18n
 
JCSCachedTileLoaderJob<K,V extends CacheEntry> - Class in org.openstreetmap.josm.data.cache
 
JCSCachedTileLoaderJob(ICacheAccess<K, V>, int, int, Map<String, String>, ThreadPoolExecutor) - Constructor for class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
JCSCachedTileLoaderJob(ICacheAccess<K, V>, int, int, Map<String, String>) - Constructor for class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
JCSCacheManager - Class in org.openstreetmap.josm.data.cache
 
JCSCacheManager() - Constructor for class org.openstreetmap.josm.data.cache.JCSCacheManager
 
jepMessage - Variable in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
jepMessage - Variable in class org.openstreetmap.josm.gui.widgets.HtmlPanel
 
jFileChooser - Variable in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
The JFileChooser which we use for this.
JMapController - Class in org.openstreetmap.gui.jmapviewer
Abstract base class for all mouse controller implementations.
JMapController(JMapViewer) - Constructor for class org.openstreetmap.gui.jmapviewer.JMapController
 
JMapViewer - Class in org.openstreetmap.gui.jmapviewer
Provides a simple panel that displays pre-rendered map tiles loaded from the OpenStreetMap project.
JMapViewer() - Constructor for class org.openstreetmap.gui.jmapviewer.JMapViewer
Creates a standard JMapViewer instance that can be controlled via mouse: hold right mouse button for moving, double click left mouse button or use mouse wheel for zooming.
JMapViewer(TileCache, int) - Constructor for class org.openstreetmap.gui.jmapviewer.JMapViewer
JMapViewer(TileCache) - Constructor for class org.openstreetmap.gui.jmapviewer.JMapViewer
Creates a new JMapViewer instance.
JMapViewer.ZOOM_BUTTON_STYLE - Enum in org.openstreetmap.gui.jmapviewer
Apparence of zoom controls.
JMapViewerEventListener - Interface in org.openstreetmap.gui.jmapviewer.interfaces
Must be implemented for processing commands while user interacts with map viewer.
JMapViewerTree - Class in org.openstreetmap.gui.jmapviewer
Tree of layers for JMapViewer component
JMapViewerTree(String) - Constructor for class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
JMapViewerTree(String, boolean) - Constructor for class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
jMapViewerUpdater - Static variable in class org.openstreetmap.josm.gui.MapMover
 
JMapViewerUpdater() - Constructor for class org.openstreetmap.josm.gui.MapMover.JMapViewerUpdater
 
JMultilineLabel - Class in org.openstreetmap.josm.gui.widgets
Creates a normal label that will wrap its contents if there less width than required to print it in one line.
JMultilineLabel(String) - Constructor for class org.openstreetmap.josm.gui.widgets.JMultilineLabel
Constructs a normal label but adds HTML tags if not already done so.
JMultilineLabel(String, boolean) - Constructor for class org.openstreetmap.josm.gui.widgets.JMultilineLabel
Constructs a normal label but adds HTML tags if not already done so.
JMVCommandEvent - Class in org.openstreetmap.gui.jmapviewer.events
Used for passing events between UI components and other objects that register as a JMapViewerEventListener
JMVCommandEvent(JMVCommandEvent.COMMAND, Object) - Constructor for class org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent
 
JMVCommandEvent(Object) - Constructor for class org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent
 
JMVCommandEvent.COMMAND - Enum in org.openstreetmap.gui.jmapviewer.events
 
jobDispatcher - Static variable in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
join(Collection<Way>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Joins the given ways.
join(String...) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Assembles the strings to one, where the first entry is used as separator.
join(String, Collection<?>) - Static method in class org.openstreetmap.josm.tools.Utils
Joins a list of strings (or objects that can be converted to string via Object.toString()) into a single string with fields separated by sep.
join_list(String, List<String>) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Joins a list of values into a single string with fields separated by separator.
joinAreas(List<JoinAreasAction.Multipolygon>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Will join two or more overlapping areas
joinAreas - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Join overlapping Areas
JoinAreasAction - Class in org.openstreetmap.josm.actions
Join Areas (i.e.
JoinAreasAction() - Constructor for class org.openstreetmap.josm.actions.JoinAreasAction
Constructs a new JoinAreasAction.
JoinAreasAction.AssembledMultipolygon - Class in org.openstreetmap.josm.actions
 
JoinAreasAction.AssembledPolygon - Class in org.openstreetmap.josm.actions
This helper class describes a polygon, assembled from several ways.
JoinAreasAction.JoinAreasResult - Class in org.openstreetmap.josm.actions
This helper class describes join areas action result.
JoinAreasAction.Multipolygon - Class in org.openstreetmap.josm.actions
 
JoinAreasAction.PolygonLevel - Class in org.openstreetmap.josm.actions
Helper storage class for finding findOuterWays
JoinAreasAction.RelationRole - Class in org.openstreetmap.josm.actions
 
JoinAreasAction.WayInPolygon - Class in org.openstreetmap.josm.actions
HelperClass - saves a way and the "inside" side.
JoinAreasAction.WayTraverser - Class in org.openstreetmap.josm.actions
This hepler class implements algorithm traversing trough connected ways.
JoinAreasResult() - Constructor for class org.openstreetmap.josm.actions.JoinAreasAction.JoinAreasResult
 
joinAsHtmlUnorderedList(Iterable<?>) - Static method in class org.openstreetmap.josm.tools.Utils
Converts the given iterable collection as an unordered HTML list.
JoinedPolygon(List<Way>, List<Boolean>) - Constructor for class org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygon
Constructs a new JoinedPolygon from given list of ways.
JoinedPolygon(Way) - Constructor for class org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygon
Creates a polygon from single way.
JoinedPolygonCreationException(String) - Constructor for exception org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygonCreationException
Constructs a new JoinedPolygonCreationException.
JoinedWay(List<Node>, Collection<Long>, boolean) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
Constructs a new JoinedWay.
joinNodesIfCollapsed(List<Node>) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
joinNodeWay - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Join Node to Way
JoinNodeWayAction - Class in org.openstreetmap.josm.actions
Action allowing to join a node to a nearby way, operating on two modes: Join Node to Way: Include a node into the nearest way segments.
JoinNodeWayAction(boolean, String, String, String, Shortcut, boolean) - Constructor for class org.openstreetmap.josm.actions.JoinNodeWayAction
 
JoinNodeWayAction.NodeDistanceToRefNodeComparator - Class in org.openstreetmap.josm.actions
Sorts collinear nodes by their distance to a common reference node.
joinOrientedWays(List<JoinAreasAction.WayInPolygon>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Joins a list of ways (using CombineWayAction and ReverseWayAction as specified in WayInPath)
joinPolygon(JoinAreasAction.AssembledMultipolygon) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Joins the lists of ways.
joinWays(List<JoinAreasAction.WayInPolygon>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Joins the outer ways and deletes all short ways that can't be part of a multipolygon anyway.
joinWays(Collection<Way>) - Static method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder
Joins the given ways to multipolygon rings.
joinWays(Collection<Way>) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
joinWayToNode - Variable in class org.openstreetmap.josm.actions.JoinNodeWayAction
 
JOSM_EXTENSIONS_NAMESPACE_URI - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
JOSM_pref(Environment, String, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Obtains the JOSM'key Preferences string for key key, and defaults to def if that is null.
JOSM_search(Environment, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Determines whether the JOSM search with searchStr applies to the object.
JOSM_UNKNOWN_VERSION - Static variable in class org.openstreetmap.josm.data.Version
constant to indicate that the current build isn't assigned a JOSM version number
JOSM_WEBSITE - Static variable in class org.openstreetmap.josm.Main
The JOSM website URL.
JosmAction - Class in org.openstreetmap.josm.actions
Base class helper for all Actions in JOSM.
JosmAction(String, ImageProvider, String, Shortcut, boolean, String, boolean) - Constructor for class org.openstreetmap.josm.actions.JosmAction
Constructs a JosmAction.
JosmAction(String, String, String, Shortcut, boolean, String, boolean) - Constructor for class org.openstreetmap.josm.actions.JosmAction
The new super for all actions.
JosmAction(String, String, String, Shortcut, boolean, boolean) - Constructor for class org.openstreetmap.josm.actions.JosmAction
Constructs a new JosmAction.
JosmAction(String, String, String, Shortcut, boolean) - Constructor for class org.openstreetmap.josm.actions.JosmAction
Constructs a new JosmAction.
JosmAction() - Constructor for class org.openstreetmap.josm.actions.JosmAction
Constructs a new JosmAction.
JosmAction(boolean) - Constructor for class org.openstreetmap.josm.actions.JosmAction
Constructs a new JosmAction.
JosmAction.ActiveLayerChangeAdapter - Class in org.openstreetmap.josm.actions
Adapter for layer change events.
JosmAction.LayerChangeAdapter - Class in org.openstreetmap.josm.actions
Adapter for layer change events.
JosmAction.SelectionChangeAdapter - Class in org.openstreetmap.josm.actions
Adapter for selection change events.
josmActions - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
JosmComboBox<E> - Class in org.openstreetmap.josm.gui.widgets
Class overriding each JComboBox in JOSM to control consistently the number of displayed items at once.
This is needed because of the default Java behaviour that may display the top-down list off the screen (see #7917).
JosmComboBox() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmComboBox
Creates a JosmComboBox with a default data model.
JosmComboBox(E) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmComboBox
Creates a JosmComboBox with a default data model and the specified prototype display value.
JosmComboBox(ComboBoxModel<E>) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmComboBox
Creates a JosmComboBox that takes its items from an existing ComboBoxModel.
JosmComboBox(E[]) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmComboBox
Creates a JosmComboBox that contains the elements in the specified array.
JosmComboBox.ContextMenuHandler - Class in org.openstreetmap.josm.gui.widgets
 
JosmEditorPane - Class in org.openstreetmap.josm.gui.widgets
Subclass of JEditorPane that adds a "native" context menu (cut/copy/paste/select all) and effectively uses JOSM user agent when performing HTTP request in JEditorPane.setPage(URL) method.
JosmEditorPane() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmEditorPane
Creates a new JosmEditorPane.
JosmEditorPane(URL) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmEditorPane
Creates a JosmEditorPane based on a specified URL for input.
JosmEditorPane(String) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmEditorPane
Creates a JosmEditorPane based on a string containing a URL specification.
JosmEditorPane(String, String) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmEditorPane
Creates a JosmEditorPane that has been initialized to the given text.
JosmHTMLEditorKit - Class in org.openstreetmap.josm.gui.widgets
A subclass of HTMLEditorKit that fixes an uncommon design choice that shares the set stylesheet between all instances.
JosmHTMLEditorKit() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmHTMLEditorKit
 
JosmHTMLFactory - Class in org.openstreetmap.josm.gui.widgets
Specialized HTML Factory allowing to display SVG images.
JosmHTMLFactory() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmHTMLFactory
 
JosmImageView - Class in org.openstreetmap.josm.gui.widgets
Specialized Image View allowing to display SVG images.
JosmImageView(Element) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmImageView
Constructs a new JosmImageView.
JosmPasswordField - Class in org.openstreetmap.josm.gui.widgets
A subclass of JPasswordField to implement a workaround to JDK bug 6322854.
JosmPasswordField() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmPasswordField
Constructs a new JosmPasswordField, with a default document, null starting text string, and 0 column width.
JosmPasswordField(Document, String, int) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmPasswordField
Constructs a new JosmPasswordField that uses the given text storage model and the given number of columns.
JosmPasswordField(int) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmPasswordField
Constructs a new empty JosmPasswordField with the specified number of columns.
JosmPasswordField(String, int) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmPasswordField
Constructs a new JPasswordField initialized with the specified text and columns.
JosmPasswordField(String) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmPasswordField
Constructs a new JosmPasswordField initialized with the specified text.
JosmPreferencesCredentialAgent - Class in org.openstreetmap.josm.io.auth
This is the default credentials agent in JOSM.
JosmPreferencesCredentialAgent() - Constructor for class org.openstreetmap.josm.io.auth.JosmPreferencesCredentialAgent
 
JosmTable - Class in org.openstreetmap.josm.gui.widgets
Generic table offering custom cell navigation features.
JosmTable(TableModel, TableColumnModel) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTable
 
JosmTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTable
 
JosmTable.SelectNextColumnCellAction - Class in org.openstreetmap.josm.gui.widgets
Action to be run when the user navigates to the next cell in the table, for instance by pressing TAB or ENTER.
JosmTable.SelectPreviousColumnCellAction - Class in org.openstreetmap.josm.gui.widgets
Action to be run when the user navigates to the previous cell in the table, for instance by pressing Shift-TAB
JosmTextArea - Class in org.openstreetmap.josm.gui.widgets
Subclass of JTextArea that adds a "native" context menu (cut/copy/paste/select all).
JosmTextArea() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextArea
Constructs a new JosmTextArea.
JosmTextArea(String) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextArea
Constructs a new JosmTextArea with the specified text displayed.
JosmTextArea(Document) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextArea
Constructs a new JosmTextArea with the given document model, and defaults for all of the other arguments (null, 0, 0).
JosmTextArea(int, int) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextArea
Constructs a new empty JosmTextArea with the specified number of rows and columns.
JosmTextArea(String, int, int) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextArea
Constructs a new JosmTextArea with the specified text and number of rows and columns.
JosmTextArea(Document, String, int, int) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextArea
Constructs a new JosmTextArea with the specified number of rows and columns, and the given model.
JosmTextField - Class in org.openstreetmap.josm.gui.widgets
Subclass of JTextField that: adds a "native" context menu (undo/redo/cut/copy/paste/select all) adds an optional "hint" displayed when no text has been entered disables the global advanced key press detector when focused implements a workaround to JDK bug 6322854
This class must be used everywhere in core and plugins instead of JTextField.
JosmTextField(Document, String, int) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextField
Constructs a new JosmTextField that uses the given text storage model and the given number of columns.
JosmTextField(Document, String, int, boolean) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextField
Constructs a new JosmTextField that uses the given text storage model and the given number of columns.
JosmTextField(String, int) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextField
Constructs a new JosmTextField initialized with the specified text and columns.
JosmTextField(String) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextField
Constructs a new JosmTextField initialized with the specified text.
JosmTextField(int) - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextField
Constructs a new empty JosmTextField with the specified number of columns.
JosmTextField() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTextField
Constructs a new JosmTextField.
JosmUserIdentityManager - Class in org.openstreetmap.josm.gui
JosmUserIdentityManager is a global object which keeps track of what JOSM knows about the identity of the current user.
JosmUserIdentityManager() - Constructor for class org.openstreetmap.josm.gui.JosmUserIdentityManager
 
JpgImporter - Class in org.openstreetmap.josm.io
File importer allowing to import geottaged images (*.jpg files).
JpgImporter() - Constructor for class org.openstreetmap.josm.io.JpgImporter
Constructs a new JpgImporter.
JpgImporter(boolean) - Constructor for class org.openstreetmap.josm.io.JpgImporter
Constructs a new JpgImporter with folders selection, if wanted.
JpgImporter(GpxLayer) - Constructor for class org.openstreetmap.josm.io.JpgImporter
Constructs a new JpgImporter for the given GPX layer.
jumpButton - Variable in class org.openstreetmap.josm.gui.MapStatus.MapStatusPopupMenu
 
jumpToAct - Variable in class org.openstreetmap.josm.gui.MainMenu
View / Jump to position
JumpToAction - Class in org.openstreetmap.josm.actions
Allows to jump to a specific location.
JumpToAction() - Constructor for class org.openstreetmap.josm.actions.JumpToAction
Constructs a new JumpToAction.
JumpToAction.OsmLonLatListener - Class in org.openstreetmap.josm.actions
 
JumpToAction.OsmURLListener - Class in org.openstreetmap.josm.actions
 
jumpToEnd() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
jumpToEnd(boolean) - Method in class org.openstreetmap.josm.io.OsmReader
When cursor is at the start of an element, moves it to the end tag of that element.
jumpToEnd() - Method in class org.openstreetmap.josm.io.OsmReader
 
JumpToMarker(JumpToMarkerActions.JumpToMarkerLayer, Shortcut) - Constructor for class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
jumpToMarker - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
JumpToMarkerActions - Class in org.openstreetmap.josm.gui.layer
 
JumpToMarkerActions() - Constructor for class org.openstreetmap.josm.gui.layer.JumpToMarkerActions
 
JumpToMarkerActions.JumpToMarker - Class in org.openstreetmap.josm.gui.layer
 
JumpToMarkerActions.JumpToMarkerLayer - Interface in org.openstreetmap.josm.gui.layer
 
JumpToMarkerActions.JumpToNextMarker - Class in org.openstreetmap.josm.gui.layer
 
JumpToMarkerActions.JumpToPreviousMarker - Class in org.openstreetmap.josm.gui.layer
 
jumpToNextMarker() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
jumpToNextMarker() - Method in interface org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarkerLayer
 
JumpToNextMarker(JumpToMarkerActions.JumpToMarkerLayer) - Constructor for class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToNextMarker
 
jumpToNextMarker() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
jumpToNextMarkerAction - Static variable in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions
 
jumpToPreviousMarker() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
jumpToPreviousMarker() - Method in interface org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarkerLayer
 
JumpToPreviousMarker(JumpToMarkerActions.JumpToMarkerLayer) - Constructor for class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToPreviousMarker
 
jumpToPreviousMarker() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
jumpToPreviousMarkerAction - Static variable in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions
 
JVM_WILL_USE_SYSTEM_PROXIES - Static variable in class org.openstreetmap.josm.io.DefaultProxySelector
The ProxySelector provided by the JDK will retrieve proxy information from the system settings, if the system property java.net.useSystemProxies is defined at startup.
jvmPerfDataFileExists(String) - Static method in class org.openstreetmap.josm.data.AutosaveTask
 

K

k - Variable in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
K - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
 
k - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueCondition
The key to search for.
k - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.SimpleKeyValueCondition
The key to search for.
k0 - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
k0 - Variable in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
A constant used in the transformations.
keepAlive(boolean) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets whether not to set header Connection=close
keepAll() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Apply the decision to keep all values
keepBackup - Variable in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
keepFirstChunk() - Static method in class org.openstreetmap.josm.actions.SplitWayAction.Strategy
Returns a strategy which selects the first way chunk.
keepLongestChunk() - Static method in class org.openstreetmap.josm.actions.SplitWayAction.Strategy
Returns a strategy which selects the way chunk with the highest node count to keep.
KeepMineAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.KeepMineAction
 
KeepMyCoordinatesAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepMyCoordinatesAction
 
KeepMyDeletedStateAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepMyDeletedStateAction
 
keepNone() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Apply the decision to keep no value
keepOne(String) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Apply the decision to keep exactly one value
keepSegmentDirection - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
keepsTrailingDot() - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator.IDNBUGHOLDER
 
KeepTheirAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.KeepTheirAction
 
KeepTheirCoordinatesAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepTheirCoordinatesAction
 
KeepTheirDeletedStateAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepTheirDeletedStateAction
 
KERNEL_BLUR - Static variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
 
KERNEL_IDENTITY - Static variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
 
KERNEL_SHARPEN - Static variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
 
key - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
key - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.BooleanMatch
 
key - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue
 
key - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.KeyValue
 
key - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ValueComparison
 
key - Variable in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
The key that is subject to change.
key - Variable in class org.openstreetmap.josm.data.oauth.OAuthToken
 
key - Variable in class org.openstreetmap.josm.data.osm.Tag
 
key - Variable in class org.openstreetmap.josm.data.preferences.AbstractProperty
 
key - Variable in class org.openstreetmap.josm.data.Preferences.DefaultPreferenceChangeEvent
 
key - Variable in class org.openstreetmap.josm.data.preferences.EnumProperty
 
key - Variable in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
key - Variable in enum org.openstreetmap.josm.data.projection.CustomProjection.Param
Parameter key
key - Variable in class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
The OSM key checked
key - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
 
key - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.EditTagDialog
 
key - Variable in class org.openstreetmap.josm.gui.io.TagSettingsPanel.ChangesetCommentChangeListener
 
key - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.AssignmentInstruction
 
key - Variable in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.TagKeyReference
 
key - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
 
key - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager.UserInputTag
 
Key - Class in org.openstreetmap.josm.gui.tagging.presets.items
Invisible type allowing to hardcode an OSM key/value from the preset definition.
Key() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Key
 
key - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
This specifies the property key that will be modified by the item.
key - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
Role name used in a relation
key - Variable in class org.openstreetmap.josm.tools.bugreport.ReportedException.SectionEntry
 
KEY_PATTERN - Static variable in class org.openstreetmap.josm.tools.TextTagParser
 
keyAdapter - Variable in class org.openstreetmap.josm.gui.MapStatus
 
keyAdapter - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddTMSLayerPanel
 
KeyCondition(String, boolean, Condition.KeyMatchType) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyCondition
Creates a new KeyCondition
keyDetector - Variable in class org.openstreetmap.josm.gui.MapFrame
This object allows to detect key press and release events
KeyedItem - Class in org.openstreetmap.josm.gui.tagging.presets.items
Preset item associated to an OSM key.
KeyedItem() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
 
KeyedItem.MatchType - Enum in org.openstreetmap.josm.gui.tagging.presets.items
KeyedItem.Usage - Class in org.openstreetmap.josm.gui.tagging.presets.items
 
KEYENTRY_PASSWORD - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Preference for certificate password (automatically generated by JOSM).
keyExists(Tag) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
keyList - Static variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
keyListeners - Variable in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
KeyMatchType() - Constructor for enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyMatchType
 
keyPattern - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue
 
keyPattern - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.KeyValue
 
keyPattern - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.RegexpKeyValueRegexpCondition
 
keyPressed(KeyEvent) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.TFKeyListener
 
keyPressed(KeyEvent) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
KeyPressReleaseListener - Interface in org.openstreetmap.josm.gui.util
Interface that is used to detect key pressing and releasing.
keyReleased(KeyEvent) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
keys - Variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
The key/value list for this primitive.
keys - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelationPair
Tags of the relation
keys - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPair
 
keys - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
 
keys - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
keys() - Method in class org.openstreetmap.josm.gui.util.RedirectInputMap
 
keys - Static variable in class org.openstreetmap.josm.tools.Shortcut
 
keysChangedImpl(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
What to do, when the tags have changed by one of the tag-changing methods.
keysChangedImpl(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
keysChangedImpl(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.PrimitiveData
 
keysChangedImpl(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.Relation
 
keysChangedImpl(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.Way
 
keysCheckedByAnotherTest - Variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
keySet() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
keySet() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
keySet() - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
keySet() - Method in class org.openstreetmap.josm.data.osm.Tag
 
keySet() - Method in interface org.openstreetmap.josm.data.osm.Tagged
Replies the set of keys
keySet() - Method in class org.openstreetmap.josm.tools.MultiMap
Get the keySet.
KEYSTORE_FILENAME - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
JOSM keystore file name.
KEYSTORE_PASSWORD - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Preference for keystore password (automatically generated by JOSM).
keysWithConflicts - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
keyTyped(KeyEvent) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
KeyValue(String, String, boolean, boolean) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.KeyValue
 
keyvalue - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
KeyValueCondition(String, String, Condition.Op, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueCondition
Creates a key/value-condition.
KeyValueRegexpCondition(String, String, Condition.Op, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueRegexpCondition
 
Keyword - Class in org.openstreetmap.josm.gui.mappaint
 
Keyword(String) - Constructor for class org.openstreetmap.josm.gui.mappaint.Keyword
 
keywords - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.CoreSimpleMatchFactory
 
keywords - Static variable in class org.openstreetmap.josm.actions.search.SearchCompiler.CoreUnaryMatchFactory
 
klass - Variable in class org.openstreetmap.josm.tools.XmlObjectParser.Entry
 
KNOWN_SOURCE_MAXSPEED_CONTEXTS - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
knownHashCodes - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
Set of known hashcodes for list of coordinates
kR - Variable in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
Krassowsky - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
Krassowsky 1940 ellipsoid

L

label - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodePanel
 
label - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyCondition
The key name.
label - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting
 
label - Variable in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
 
Label - Class in org.openstreetmap.josm.gui.tagging.presets.items
Label type.
Label() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Label
 
label - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel.PresetLabelMouseListener
 
LABEL_HTML - Static variable in class org.openstreetmap.josm.gui.SplashScreen.SplashScreenProgressRenderer
 
LABEL_PATTERN_AUTO - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
LABEL_PATTERN_DESC - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
LABEL_PATTERN_DESC - Static variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
LABEL_PATTERN_NAME - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
LABEL_PATTERN_TEMPLATE - Static variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
LabelCompositionStrategy - Class in org.openstreetmap.josm.gui.mappaint.styleelement
Provides an abstract parent class and three concrete sub classes for various strategies on how to compose the text label which can be rendered close to a node or within an area in an OSM map.
LabelCompositionStrategy() - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy
 
labelCompositionStrategy - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
the strategy for building the actual label value for a given a OsmPrimitive.
LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
LabelCompositionStrategy.StaticLabelCompositionStrategy - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
LabelCompositionStrategy.TagLookupCompositionStrategy - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
labelText - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
lafCombo - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
ComboBox with all look and feels.
LafPreference - Class in org.openstreetmap.josm.gui.preferences.display
Look-and-feel preferences.
LafPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
LafPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.display
Factory used to create a new LafPreference.
lambert - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
Lambert conic conform 4 zones using the French geodetic system NTF.
lambert4zones - Static variable in class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice
 
lambert9zones - Static variable in class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice
 
lambert_cc9 - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
Lambert Conic Conform 9 Zones projection.
LambertAzimuthalEqualArea - Class in org.openstreetmap.josm.data.projection.proj
Lambert Azimuthal Equal Area (EPSG code 9820).
LambertAzimuthalEqualArea() - Constructor for class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
LambertAzimuthalEqualArea.Mode - Enum in org.openstreetmap.josm.data.projection.proj
The projection mode.
LambertCBPanel(String[], int, String, ActionListener) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice.LambertCBPanel
 
LambertCC9CBPanel(String[], int, String, ActionListener) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice.LambertCC9CBPanel
 
LambertCC9ZonesProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
 
LambertCC9ZonesProjectionChoice() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice
Constructs a new LambertCC9ZonesProjectionChoice.
LambertCC9ZonesProjectionChoice.LambertCC9CBPanel - Class in org.openstreetmap.josm.gui.preferences.projection
 
LambertConformalConic - Class in org.openstreetmap.josm.data.projection.proj
Implementation of the Lambert Conformal Conic projection.
LambertConformalConic() - Constructor for class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
LambertConformalConic.Parameters - Class in org.openstreetmap.josm.data.projection.proj
 
LambertConformalConic.Parameters1SP - Class in org.openstreetmap.josm.data.projection.proj
 
LambertConformalConic.Parameters2SP - Class in org.openstreetmap.josm.data.projection.proj
 
LambertProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
 
LambertProjectionChoice() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice
Constructs a new LambertProjectionChoice.
LambertProjectionChoice.LambertCBPanel - Class in org.openstreetmap.josm.gui.preferences.projection
 
Lanes - Class in org.openstreetmap.josm.data.validation.tests
Test that validates lane: tags.
Lanes() - Constructor for class org.openstreetmap.josm.data.validation.tests.Lanes
Constructs a new Lanes test.
lang - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
lang - Static variable in class org.openstreetmap.josm.tools.XmlObjectParser
 
langCombo - Variable in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference
the combo box with the available locales
langDescription - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
language of the description entry
langName - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
(original) language of the translated name entry
LANGUAGE - Static variable in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference
 
LanguageCellRenderer() - Constructor for class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.LanguageCellRenderer
Constructs a new LanguageCellRenderer.
LanguageComboBoxModel() - Constructor for class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.LanguageComboBoxModel
 
LanguageInfo - Class in org.openstreetmap.josm.tools
 
LanguageInfo() - Constructor for class org.openstreetmap.josm.tools.LanguageInfo
 
LanguageInfo.LocaleType - Enum in org.openstreetmap.josm.tools
Type of the locale to use
LanguagePreference - Class in org.openstreetmap.josm.gui.preferences.display
Language preferences.
LanguagePreference() - Constructor for class org.openstreetmap.josm.gui.preferences.display.LanguagePreference
 
LanguagePreference.Factory - Class in org.openstreetmap.josm.gui.preferences.display
Factory used to create a new LanguagePreference.
LanguagePreference.LanguageCellRenderer - Class in org.openstreetmap.josm.gui.preferences.display
 
LanguagePreference.LanguageComboBoxModel - Class in org.openstreetmap.josm.gui.preferences.display
 
languages - Variable in class org.openstreetmap.josm.data.osm.UserInfo
the list of preferred languages
languages - Static variable in class org.openstreetmap.josm.tools.I18n
 
large - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
paint large dots for points
largeGpsPoints - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
largePointAlpha - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
largesize - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
lasso - Variable in class org.openstreetmap.josm.gui.SelectionManager
The polygon to store the selection outline if SelectionManager.lassoMode is used.
lassoMode - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
lassoMode - Variable in class org.openstreetmap.josm.gui.SelectionManager
true if we should paint a lasso instead of a rectangle.
LassoModeAction - Class in org.openstreetmap.josm.actions
Lasso selection mode: select objects within a hand-drawn region.
LassoModeAction() - Constructor for class org.openstreetmap.josm.actions.LassoModeAction
Constructs a new LassoModeAction.
last - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader.HashSetWithLast
 
LAST_ACTION_COMPARATOR - Static variable in class org.openstreetmap.josm.data.osm.NoteData
Sorts notes by the last modified date
LAST_MODIFICATION - Static variable in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
LAST_VALUES - Static variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
Last value of each key used in presets, used for prefilling corresponding fields
lastAction - Variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler
 
lastAction - Variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyTimerTask
 
lastActionSort - Variable in class org.openstreetmap.josm.gui.NoteSortDialog
 
lastAddKey - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
lastAddValue - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
lastAngle - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
lastBackwardWay - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
lastClipBounds - Variable in class org.openstreetmap.josm.gui.MapView
 
lastCode - Variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
lastDialogUpdate - Variable in class org.openstreetmap.josm.io.StreamProgressUpdater
 
lastDirProperty - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
lastDragPoint - Variable in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
lastElement - Variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
 
lastException - Variable in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
lastException - Variable in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask.RunnableDownloadTask
keeps the last exception thrown in the task, if any
lastException - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
 
lastException - Variable in class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
 
lastException - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadTask
 
lastException - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
lastException - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask
 
lastException - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
lastException - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.RelationLoader
 
lastException - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
lastException - Variable in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
lastException - Variable in class org.openstreetmap.josm.gui.io.AbstractIOTask
the last exception caught
lastException - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
lastException - Variable in class org.openstreetmap.josm.gui.io.CloseChangesetTask
 
lastException - Variable in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
 
lastException - Variable in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
lastException - Variable in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
lastFilter - Variable in class org.openstreetmap.josm.gui.dialogs.FilterDialog.AbstractFilterAction
 
lastForwardWay - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
lastLayer - Variable in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
lastLayer - Variable in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
lastLayer - Variable in class org.openstreetmap.josm.gui.layer.LayerManager.LayerRemoveEvent
 
lastLevelUsed - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex
 
lastMapMode - Variable in class org.openstreetmap.josm.gui.MapFrame
 
lastMember() - Method in class org.openstreetmap.josm.data.osm.Relation
Returns the last member.
lastMEvent - Variable in class org.openstreetmap.josm.gui.MapView
The last event performed by mouse.
lastMousePos - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
The last known position of the mouse.
lastMousePos - Variable in class org.openstreetmap.josm.gui.MapStatus.Collector
 
lastNode() - Method in class org.openstreetmap.josm.data.osm.Way
Returns the last node of this way.
lastNode(boolean) - Method in class org.openstreetmap.josm.data.osm.Way
Replies the last node of this way, respecting or not its oneway state.
lastNumMatched - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
lastOnewayNode - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
lastOnewayNode(RelationMember) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
lastOperation - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
lastRet - Variable in class org.openstreetmap.josm.tools.CopyList.Itr
Index of element returned by most recent call to next or previous.
lastSearch - Static variable in class org.openstreetmap.josm.actions.search.SearchAction
 
lastSelectedNode - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Last selected element
lastSelection - Variable in class org.openstreetmap.josm.actions.ValidateAction
Last selection used to validate
lastSubGrid - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
lastTestedUrl - Variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ValidateApiUrlAction
 
lastTimeForMousePoint - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
lastTimestamp - Variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler
 
lastTimestamp - Variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyTimerTask
 
lastTracks - Variable in class org.openstreetmap.josm.gui.layer.GpxLayer
 
lastUnreadCount - Variable in class org.openstreetmap.josm.io.MessageNotifier.Worker
 
lastUpdateCount - Variable in class org.openstreetmap.josm.gui.layer.GpxLayer
 
lastUsedNode - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
lastUser - Static variable in class org.openstreetmap.josm.data.osm.User
 
lastV - Variable in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
lastValue - Variable in class org.openstreetmap.josm.gui.MapSlider
 
lastViewID - Variable in class org.openstreetmap.josm.gui.MapView
 
lastWay - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Current state of walk algorithm
lastWayReverse - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Direction of current way
lastWeightedChild() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Split
Convenience method that returns the last child whose weight is > 0.0.
lastZoomArea - Variable in class org.openstreetmap.josm.actions.AutoScaleAction
Last zommed bounds
lastZoomTime - Variable in class org.openstreetmap.josm.actions.AutoScaleAction
Time of last zoom to bounds action
lat - Variable in class org.openstreetmap.josm.actions.JumpToAction
 
lat() - Method in class org.openstreetmap.josm.data.coor.LatLon
Returns the latitude, i.e., the north-south position in degrees.
lat - Variable in class org.openstreetmap.josm.data.gpx.WayPoint
 
lat - Variable in class org.openstreetmap.josm.data.osm.Node
 
lat - Variable in class org.openstreetmap.josm.data.osm.NodeData
 
lat - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
lat - Variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.LatLonHolder
 
lat - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
lat - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
lat0 - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
lat1 - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
lat1 - Variable in class org.openstreetmap.josm.io.BoundingBoxDownloader
The boundings of the desired map data.
lat2 - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
lat2 - Variable in class org.openstreetmap.josm.io.BoundingBoxDownloader
 
lat2y(double) - Static method in class org.openstreetmap.josm.data.coor.QuadTiling
 
lat_ts - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
latAccuracy - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
latAccuracy - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
latAccuracyAvailable - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
latest - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
latest isn't a reference of history.
latestSubtask - Variable in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
lateUploadHooks - Static variable in class org.openstreetmap.josm.actions.UploadAction
 
latInterval - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
latitude(double, double, double) - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
Returns geographic latitude of isometric latitude of first eccentricity (e) and epsilon precision
latitudeIsometric(double, double) - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
Returns isometric latitude of phi on given first eccentricity (e)
latitudeIsometric(double) - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
Returns isometric latitude of phi on first eccentricity (e)
latitudeOfOrigin - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
latitudeOfOrigin - Variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Latitude of origin in radians.
latitudeOrigin - Variable in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic.Parameters
 
LatitudeValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.LatitudeValidator
 
latLon - Variable in class org.openstreetmap.josm.command.Command.OldNodeState
 
LatLon - Class in org.openstreetmap.josm.data.coor
LatLon are unprojected latitude / longitude coordinates.
LatLon(double, double) - Constructor for class org.openstreetmap.josm.data.coor.LatLon
Constructs a new object representing the given latitude/longitude.
LatLon(LatLon) - Constructor for class org.openstreetmap.josm.data.coor.LatLon
 
LatLon(ICoordinate) - Constructor for class org.openstreetmap.josm.data.coor.LatLon
Constructs a new object for the given coordinate
latLon - Variable in class org.openstreetmap.josm.data.notes.Note
 
latlon - Variable in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
latLon2Cart(LatLon) - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
convert ellipsoidal coordinates to cartesian coordinates
latlon2eastNorth(LatLon) - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
 
latlon2eastNorth(LatLon) - Method in interface org.openstreetmap.josm.data.projection.Projection
Convert from lat/lon to easting/northing.
latLonCoordinates - Variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
LatLonDialog - Class in org.openstreetmap.josm.gui.dialogs
 
LatLonDialog(Component, String, String) - Constructor for class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
LatLonDialog.EastNorthInputVerifier - Class in org.openstreetmap.josm.gui.dialogs
 
LatLonDialog.LatLonHolder - Class in org.openstreetmap.josm.gui.dialogs
 
LatLonDialog.LatLonInputVerifier - Class in org.openstreetmap.josm.gui.dialogs
 
LatLonDialog.TextFieldFocusHandler - Class in org.openstreetmap.josm.gui.dialogs
 
latLonFormat - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
LatLonHolder() - Constructor for class org.openstreetmap.josm.gui.dialogs.LatLonDialog.LatLonHolder
 
LatLonInputVerifier() - Constructor for class org.openstreetmap.josm.gui.dialogs.LatLonDialog.LatLonInputVerifier
 
latLonToTileXY(double, double, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
latLonToTileXY(ICoordinate, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
latLonToTileXY(ICoordinate, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
latLonToTileXY(double, double, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
latLonToTileXY(double, double, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
latLonToTileXY(ICoordinate, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
latLonToTileXY(double, double, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
latLonToTileXY(ICoordinate, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
latLonToXY(double, double, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
latLonToXY(ICoordinate, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
latLonToXY(ICoordinate, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
latLonToXY(double, double, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
latLonToXY(double, double, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
latLonToXY(ICoordinate, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
latLonToXY(double, double, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
latLonToXY(ICoordinate, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
LatLonViewer(HistoryBrowserModel, PointInTimeType) - Constructor for class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.LatLonViewer
Constructs a new LatLonViewer.
latRowCount - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
latShift - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
latShift - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
latText - Variable in class org.openstreetmap.josm.gui.MapStatus
 
latToString(CoordinateFormat) - Method in class org.openstreetmap.josm.data.coor.LatLon
Formats the latitude part according to the given format
latToTileY(int, double) - Static method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
latToY(double, int) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
Transforms latitude to pixelspace
LatValueChecker(JosmTextField) - Constructor for class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LatValueChecker
 
launch(Component, KeyStroke) - Static method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction.RecentRelationsPopupMenu
 
launch(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.PopupMenuHandler
 
launch(Component) - Static method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchPopupMenu
 
launch(Component, Collection<Collection<? extends OsmPrimitive>>) - Static method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionHistoryPopup
 
launch(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.MouseEventHandler
 
launch(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
Launches the popup menu according to the given mouse event.
launchBrowser(String) - Static method in class org.openstreetmap.josm.gui.help.HelpBrowser
Launches the internal help browser and directs it to the help page for helpTopic.
LaunchChangesetManager() - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.LaunchChangesetManager
 
launchChangesetManager(Collection<Integer>) - Static method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.LaunchChangesetManager
 
launchChangesetManagerAction - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
LaunchChangesetManagerAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.LaunchChangesetManagerAction
 
launchEditor(Relation) - Static method in class org.openstreetmap.josm.actions.relation.EditRelationAction
Launches relation editor for the given relation.
launcher - Variable in class org.openstreetmap.josm.gui.widgets.JosmComboBox.ContextMenuHandler
 
LaunchFileChooserAction() - Constructor for class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell.LaunchFileChooserAction
 
LaunchFileChooserAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog.LaunchFileChooserAction
 
LaunchFileChooserAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor.LaunchFileChooserAction
 
launchIfNecessary(TagCollection, Collection<? extends OsmPrimitive>, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Replies the list of commands needed to resolve specified conflicts, by displaying if necessary a CombinePrimitiveResolverDialog to the user.
launchInfoBrowser(Object) - Method in class org.openstreetmap.josm.actions.AbstractInfoAction
 
launchInfoBrowsersForSelectedPrimitivesAndNote() - Method in class org.openstreetmap.josm.actions.AbstractInfoAction
 
launchSafeAndUploadTask() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
layer - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
Layer - Class in org.openstreetmap.gui.jmapviewer
 
Layer(String) - Constructor for class org.openstreetmap.gui.jmapviewer.Layer
 
Layer(String, String) - Constructor for class org.openstreetmap.gui.jmapviewer.Layer
 
Layer(String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.Layer
 
Layer(String, String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.Layer
 
Layer(LayerGroup, String) - Constructor for class org.openstreetmap.gui.jmapviewer.Layer
 
Layer(LayerGroup, String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.Layer
 
Layer(LayerGroup, String, String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.Layer
 
layer - Variable in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
layer - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
IRS by default
layer - Variable in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
layer - Variable in class org.openstreetmap.josm.actions.PurgeAction
 
layer - Variable in class org.openstreetmap.josm.actions.RenameLayerAction
 
layer - Variable in class org.openstreetmap.josm.actions.ToggleUploadDiscouragedLayerAction
 
layer - Variable in class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
 
layer - Variable in class org.openstreetmap.josm.command.Command
the layer which this command is applied to
layer - Variable in class org.openstreetmap.josm.data.AutosaveTask.AutosaveLayerInfo
 
Layer(WMTSTileSource.Layer) - Constructor for class org.openstreetmap.josm.data.imagery.WMTSTileSource.Layer
 
Layer() - Constructor for class org.openstreetmap.josm.data.imagery.WMTSTileSource.Layer
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.layer.DuplicateAction
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListPopup.InfoAction
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
the osm data layer this browser is related to
layer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager.DialogContext
 
layer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
The data layer the relation belongs to
layer - Variable in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
this selection table model only displays selected primitives in this layer
layer - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
layer - Variable in class org.openstreetmap.josm.gui.io.SaveLayerInfo
the modifiable layer
layer - Variable in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
layer - Variable in class org.openstreetmap.josm.gui.io.UploadNoteLayerTask
 
layer - Variable in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
layer - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
layer - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ShowThumbnailAction
 
layer - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
layer - Variable in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
 
layer - Variable in class org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerAction
 
layer - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
layer - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction.PrecacheWmsTask
 
layer - Variable in class org.openstreetmap.josm.gui.layer.gpx.ImportAudioAction
 
layer - Variable in class org.openstreetmap.josm.gui.layer.gpx.ImportImagesAction
 
layer - Variable in class org.openstreetmap.josm.gui.layer.gpx.MarkersFromNamedPointsAction
 
layer - Variable in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
Layer - Class in org.openstreetmap.josm.gui.layer
A layer encapsulates the gui component of one dataset and its representation.
Layer(String) - Constructor for class org.openstreetmap.josm.gui.layer.Layer
Create the layer and fill in the necessary components.
layer - Variable in class org.openstreetmap.josm.gui.layer.Layer.LayerGpxExportAction
 
layer - Variable in class org.openstreetmap.josm.gui.layer.Layer.LayerSaveAction
 
layer - Variable in class org.openstreetmap.josm.gui.layer.Layer.LayerSaveAsAction
 
layer - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.ShowHideMarkerText
 
layer - Variable in class org.openstreetmap.josm.gui.mappaint.Environment
 
layer - Variable in class org.openstreetmap.josm.gui.MapView.WarningLayerPainter
 
layer - Variable in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
the data layer in whose context primitives are edited in this table
layer - Variable in class org.openstreetmap.josm.io.GeoJSONWriter
 
layer - Variable in class org.openstreetmap.josm.io.OsmImporter.OsmImporterData
 
layer - Variable in class org.openstreetmap.josm.io.session.AbstractSessionExporter
 
layer - Variable in class org.openstreetmap.josm.io.session.SessionReader.LayerDependency
 
Layer.LayerAction - Interface in org.openstreetmap.josm.gui.layer
Action related to a single layer.
Layer.LayerGpxExportAction - Class in org.openstreetmap.josm.gui.layer
 
Layer.LayerSaveAction - Class in org.openstreetmap.josm.gui.layer
The action to save a layer
Layer.LayerSaveAsAction - Class in org.openstreetmap.josm.gui.layer
 
Layer.MultiLayerAction - Interface in org.openstreetmap.josm.gui.layer
Action related to several layers.
Layer.SeparatorLayerAction - Class in org.openstreetmap.josm.gui.layer
Special class that can be returned by getMenuEntries when JSeparator needs to be created
LAYER_HEIGHT - Static variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.actions.JosmAction.LayerChangeAdapter
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.actions.ZoomToAction
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.data.AutosaveTask
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.NewAction
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.ImageryMenu
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
layerAdded(LayerManager.LayerAddEvent) - Method in interface org.openstreetmap.josm.gui.layer.LayerManager.LayerChangeListener
Notifies this listener that a layer has been added.
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.MainFrame.ManageLayerListeners
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.MapFrame
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.MapView
 
layerAdded(LayerManager.LayerAddEvent) - Method in class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
layerAdded(Layer) - Method in interface org.openstreetmap.josm.gui.MapView.LayerChangeListener
Deprecated.
Notifies this listener that a layer has been added.
LayerAddEvent(LayerManager, Layer) - Constructor for class org.openstreetmap.josm.gui.layer.LayerManager.LayerAddEvent
 
LayerAvailabilityEvent(LayerManager, boolean) - Constructor for class org.openstreetmap.josm.gui.layer.MainLayerManager.LayerAvailabilityEvent
 
layerAvailabilityListeners - Variable in class org.openstreetmap.josm.gui.layer.MainLayerManager
 
layerChangeAdapter - Variable in class org.openstreetmap.josm.actions.JosmAction
 
LayerChangeAdapter() - Constructor for class org.openstreetmap.josm.actions.JosmAction.LayerChangeAdapter
 
LayerChangeAdapter(MapView.LayerChangeListener) - Constructor for class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
LayerChangeAdapter(MapView.LayerChangeListener, boolean) - Constructor for class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
layerChangeListeners - Variable in class org.openstreetmap.josm.gui.layer.LayerManager
 
layerClassFilter - Variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
layerDependencies - Variable in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
 
LayerDependency(Integer, Layer, SessionLayerImporter) - Constructor for class org.openstreetmap.josm.io.session.SessionReader.LayerDependency
 
LayerDetails(String, String, Set<String>, boolean, Bounds, List<WMSImagery.LayerDetails>) - Constructor for class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
layerFileName - Variable in class org.openstreetmap.josm.data.AutosaveTask.AutosaveLayerInfo
 
LayerGpxExportAction(Layer) - Constructor for class org.openstreetmap.josm.gui.layer.Layer.LayerGpxExportAction
 
LayerGroup - Class in org.openstreetmap.gui.jmapviewer
 
LayerGroup(String) - Constructor for class org.openstreetmap.gui.jmapviewer.LayerGroup
 
LayerGroup(String, String) - Constructor for class org.openstreetmap.gui.jmapviewer.LayerGroup
 
LayerGroup(String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.LayerGroup
 
LayerGroup(String, String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.LayerGroup
 
LayerGroup(LayerGroup, String) - Constructor for class org.openstreetmap.gui.jmapviewer.LayerGroup
 
LayerGroup(LayerGroup, String, String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.LayerGroup
 
layerIds - Variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
layerIndex - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.ToggleLayerIndexVisibility
 
layerIndex - Variable in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
 
layerIndex - Variable in class org.openstreetmap.josm.io.session.SessionWriter.ExportSupport
 
layerInfo - Variable in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
layerInfo - Variable in class org.openstreetmap.josm.gui.io.SaveLayerTask
 
layerInfo - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
 
layerInfo - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
LayerInvalidatedListener() - Constructor for class org.openstreetmap.josm.gui.MapView.LayerInvalidatedListener
 
layerIsSupported(Layer) - Method in class org.openstreetmap.josm.actions.LassoModeAction
 
layerIsSupported(Layer) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
layerIsSupported(Layer) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
layerIsSupported(Layer) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
layerIsSupported(Layer) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
layerIsSupported(Layer) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
Determines if layer l is supported by this map mode.
layerIsSupported(Layer) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
layerIsSupported(Layer) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
layerList - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
the list of layers (technically its a JTable, but appears like a list)
LayerList(LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerList
 
layerList - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
LayerListCellRenderer() - Constructor for class org.openstreetmap.josm.actions.AbstractMergeAction.LayerListCellRenderer
 
LayerListDialog - Class in org.openstreetmap.josm.gui.dialogs
This is a toggle dialog which displays the list of layers.
LayerListDialog(MapFrame) - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Creates a layer list and attach it to the given mapView.
LayerListDialog(MainLayerManager) - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog
Creates a layer list and attach it to the given mapView.
LayerListDialog.ActiveLayerCellRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.ActiveLayerCheckBox - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.LayerList - Class in org.openstreetmap.josm.gui.dialogs
This component displays a list of layers and provides the methods needed by LayerListDialog.LayerListModel.
LayerListDialog.LayerListModel - Class in org.openstreetmap.josm.gui.dialogs
The layer list model.
LayerListDialog.LayerListModelListener - Interface in org.openstreetmap.josm.gui.dialogs
Observer interface to be implemented by views using LayerListDialog.LayerListModel.
LayerListDialog.LayerNameCellEditor - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.LayerNameCellRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.LayerVisibleCellEditor - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.LayerVisibleCellRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.LayerVisibleCheckBox - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.NativeScaleLayerCellRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.NativeScaleLayerCheckBox - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.PopupMenuHandler - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListDialog.ToggleLayerIndexVisibility - Class in org.openstreetmap.josm.gui.dialogs
stores which layer index to toggle and executes the ShowHide action if the layer is present
LayerListModel(MainLayerManager, DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
constructor
LayerListPopup - Class in org.openstreetmap.josm.gui.dialogs
Popup menu handler for the layer list.
LayerListPopup(List<Layer>) - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListPopup
Constructs a new LayerListPopup.
LayerListPopup.InfoAction - Class in org.openstreetmap.josm.gui.dialogs
 
LayerListWarningMessagePanel(String, List<SaveLayerInfo>) - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersDialog.LayerListWarningMessagePanel
 
layerManager - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
layerManager - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
The MainLayerManager this list is for.
LayerManager - Class in org.openstreetmap.josm.gui.layer
This class handles the layer management.
LayerManager() - Constructor for class org.openstreetmap.josm.gui.layer.LayerManager
 
layerManager - Variable in class org.openstreetmap.josm.gui.MainPanel
 
layerManager - Variable in class org.openstreetmap.josm.gui.MapView
A list of all layers currently loaded.
layerManager - Static variable in class org.openstreetmap.josm.Main
Provides access to the layers displayed in the main view.
LayerManager.LayerAddEvent - Class in org.openstreetmap.josm.gui.layer
The event that is fired whenever a layer was added.
LayerManager.LayerChangeListener - Interface in org.openstreetmap.josm.gui.layer
Interface to notify listeners of a layer change.
LayerManager.LayerManagerEvent - Class in org.openstreetmap.josm.gui.layer
 
LayerManager.LayerOrderChangeEvent - Class in org.openstreetmap.josm.gui.layer
An event that is fired whenever the order of layers changed.
LayerManager.LayerRemoveEvent - Class in org.openstreetmap.josm.gui.layer
The event that is fired before removing a layer.
LayerManagerEvent(LayerManager) - Constructor for class org.openstreetmap.josm.gui.layer.LayerManager.LayerManagerEvent
 
layerName - Variable in class org.openstreetmap.josm.data.AutosaveTask.AutosaveLayerInfo
 
layerName - Variable in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
layerName - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
layerName - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler.LoadDataTask
 
layerName - Variable in class org.openstreetmap.josm.io.session.SessionReader.ImportSupport
 
LayerNameAndFilePathTableCell - Class in org.openstreetmap.josm.gui.io
Display and edit layer name and file path in a JTable.
LayerNameAndFilePathTableCell() - Constructor for class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
constructor that sets the default on each element
LayerNameAndFilePathTableCell.LaunchFileChooserAction - Class in org.openstreetmap.josm.gui.io
 
LayerNameCellEditor(DisableShortcutsOnFocusGainedTextField) - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerNameCellEditor
 
LayerNameCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerNameCellRenderer
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.actions.JosmAction.LayerChangeAdapter
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.actions.ZoomToAction
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.data.AutosaveTask
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.NewAction
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.ImageryMenu
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in interface org.openstreetmap.josm.gui.layer.LayerManager.LayerChangeListener
Notifies this listener that the order of layers was changed.
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.MainFrame.ManageLayerListeners
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.MapFrame
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
layerOrderChanged(LayerManager.LayerOrderChangeEvent) - Method in class org.openstreetmap.josm.gui.MapView
 
LayerOrderChangeEvent(LayerManager) - Constructor for class org.openstreetmap.josm.gui.layer.LayerManager.LayerOrderChangeEvent
 
LayerPositionStrategy - Class in org.openstreetmap.josm.gui.layer
This class defines a position to insert a given layer in the list of layers.
LayerPositionStrategy() - Constructor for class org.openstreetmap.josm.gui.layer.LayerPositionStrategy
 
layerRemoved(Layer) - Method in interface org.openstreetmap.josm.gui.MapView.LayerChangeListener
Deprecated.
Notifies this listener that a layer has been removed.
LayerRemoveEvent(LayerManager, Layer) - Constructor for class org.openstreetmap.josm.gui.layer.LayerManager.LayerRemoveEvent
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.actions.JosmAction.LayerChangeAdapter
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.actions.ZoomToAction
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.data.AutosaveTask
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.NewAction
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.ImageryMenu
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in interface org.openstreetmap.josm.gui.layer.LayerManager.LayerChangeListener
Notifies this listener that a layer is about to be removed.
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
If layer is the OSM Data layer, remove all errors
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.MainFrame.ManageLayerListeners
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.MapFrame
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
layerRemoving(LayerManager.LayerRemoveEvent) - Method in class org.openstreetmap.josm.gui.MapView
 
layers - Variable in class org.openstreetmap.gui.jmapviewer.LayerGroup
 
layers - Variable in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
layers - Variable in class org.openstreetmap.josm.actions.SessionSaveAsAction
 
layers - Variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
layers - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
layers - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.SelectLayerDialog
 
layers - Variable in class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
 
layers - Variable in class org.openstreetmap.josm.gui.layer.CustomizeColor
 
layers - Variable in class org.openstreetmap.josm.gui.layer.gpx.CustomizeDrawingAction
 
layers - Variable in class org.openstreetmap.josm.gui.layer.LayerManager
This is the list of layers we manage.
layers - Variable in class org.openstreetmap.josm.gui.mappaint.MultiCascade
 
layers - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryURLTableCellRenderer
 
layers - Variable in class org.openstreetmap.josm.io.imagery.WMSImagery
 
layers - Variable in class org.openstreetmap.josm.io.session.SessionReader
 
layers - Variable in class org.openstreetmap.josm.io.session.SessionWriter
 
LayerSaveAction(Layer) - Constructor for class org.openstreetmap.josm.gui.layer.Layer.LayerSaveAction
 
LayerSaveAction() - Constructor for class org.openstreetmap.josm.io.session.GenericSessionExporter.LayerSaveAction
Constructs a new LayerSaveAction.
LayerSaveAsAction(Layer) - Constructor for class org.openstreetmap.josm.gui.layer.Layer.LayerSaveAsAction
 
layersInfo - Variable in class org.openstreetmap.josm.data.AutosaveTask
 
layersLock - Variable in class org.openstreetmap.josm.data.AutosaveTask
 
layerStateChangeListeners - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
layerTree - Variable in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
 
LayerTreeCellRenderer() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree.LayerTreeCellRenderer
 
LayerVisibilityAction - Class in org.openstreetmap.josm.gui.dialogs.layer
This is a menu that includes all settings for the layer visibility.
LayerVisibilityAction(LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
Creates a new LayerVisibilityAction
LayerVisibilityAction.ColorfulnessSlider - Class in org.openstreetmap.josm.gui.dialogs.layer
This slider allows you to change the colorfulness of a layer.
LayerVisibilityAction.FilterSlider<T extends Layer> - Class in org.openstreetmap.josm.gui.dialogs.layer
This is a slider for a filter value.
LayerVisibilityAction.GammaFilterSlider - Class in org.openstreetmap.josm.gui.dialogs.layer
This slider allows you to change the gamma value of a layer.
LayerVisibilityAction.OpacitySlider - Class in org.openstreetmap.josm.gui.dialogs.layer
This slider allows you to change the opacity of a layer.
LayerVisibilityAction.SharpnessSlider - Class in org.openstreetmap.josm.gui.dialogs.layer
This slider allows you to change the sharpness of a layer.
LayerVisibleCellEditor(LayerListDialog.LayerVisibleCheckBox) - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCellEditor
 
LayerVisibleCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCellRenderer
Constructs a new LayerVisibleCellRenderer.
LayerVisibleCheckBox() - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCheckBox
Constructs a new LayerVisibleCheckBox.
layout - Variable in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
layout1(MultiSplitLayout.Node, Rectangle) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
layout2(MultiSplitLayout.Node, Rectangle) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
layoutContainer(Container) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Compute the bounds of all of the Split/Divider/Leaf Nodes in the layout model, and then set the bounds of each child component with a matching Leaf Node.
layoutGrow(MultiSplitLayout.Split, Rectangle) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
layoutShrink(MultiSplitLayout.Split, Rectangle) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
LazyRelationLoader() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.LazyRelationLoader
 
lbExifTime - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SetOffsetActionListener
 
lbl - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.Renderer
 
lblAdd - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
 
lblApiUrl - Variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
 
lblChangeset - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
lblChangesetComments - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
lblCurrentDownloadArea - Variable in class org.openstreetmap.josm.gui.download.BookmarkSelection
displays information about the current download area
lblCustomText - Variable in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
lblDelete - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
 
lblDistance - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.DistanceViewer
 
lblFilename - Variable in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
lblFrozenState - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
lblHeader - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
lblHeading - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
lblImageryUsed - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
lblInfo - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
lblLat - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.LatLonViewer
 
lblLayerName - Variable in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
lblLon - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.LatLonViewer
 
lblMergedCoordinates - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
lblMergedDeletedState - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
lblMergedVersion - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
lblMessage - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.HeaderPanel
 
lblMessage - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.LayerListWarningMessagePanel
 
lblMessage - Variable in class org.openstreetmap.josm.plugins.PluginHandler.UpdatePluginsMessagePanel
 
lblMinimized - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar
the label which shows whether the toggle dialog is expanded or collapsed
lblMultiChangesetPoliciesHeader - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
lblMyCoordinates - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
lblMyDeletedState - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
lblMyReferrers - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
lblMyVersion - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
lblNumRequests - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
lblOSD - Variable in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
lblQueries - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
lblRestrictedToMyself - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
lblSource - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
lblStrategies - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
lblTaskTitle - Variable in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
lblTaskTitle - Variable in class org.openstreetmap.josm.gui.SplashScreen.SplashScreenProgressRenderer
 
lblTheirCoordinates - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
lblTheirDeletedState - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
lblTheirReferrers - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
lblTheirVersion - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
lblTitle - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar
the label which displays the dialog's title
lblTitleWeak - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar
 
lblUpdate - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
 
lblUpdateInterval - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
 
lblUser - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
lblValid - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
 
lblValid - Variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
 
lblWarning - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
lblWarning - Variable in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
leadIn - Variable in class org.openstreetmap.josm.tools.AudioPlayer
 
Leaf() - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Leaf
Create a Leaf node.
Leaf(String) - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Leaf
Create a Leaf node with the specified name.
left - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
 
LEFT_DIRECTION - Static variable in class org.openstreetmap.josm.gui.ScrollViewport
 
LEFT_PADDING - Static variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
leftButtonToolbar - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
The toolbar with the buttons on the left
LeftButtonToolbar(MemberTable, MemberTableModel, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor.LeftButtonToolbar
Constructs a new LeftButtonToolbar.
leftByCars - Variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
leftByCyclists - Variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
leftByPedestrians - Variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
leftComingWay() - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Search for an other way coming to the same head node at left side from last way.
leftHandTraffic - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
leftHandTrafficPolygons - Static variable in class org.openstreetmap.josm.tools.RightAndLefthandTraffic
 
leftPanel - Variable in class org.openstreetmap.josm.gui.MapFrame
 
len - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
length() - Method in class org.openstreetmap.josm.data.coor.EastNorth
Counts length (distance from [0,0]) of this.
length() - Method in class org.openstreetmap.josm.data.gpx.GpxData
calculates the sum of the lengths of all track segments
length() - Method in interface org.openstreetmap.josm.data.gpx.GpxTrack
Returns the track length.
length() - Method in interface org.openstreetmap.josm.data.gpx.GpxTrackSegment
Returns the segment length.
length - Variable in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
length() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
length - Variable in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
length() - Method in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
length - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Combo
The length of the combo box (number of characters allowed).
length - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Text
The length of the text box (number of characters allowed).
LengthContentComparator() - Constructor for class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction.LengthContentComparator
 
LengthFunction(Expression) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.LengthFunction
Constructs a new LengthFunction.
less(float, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Function associated to the logical "<" operator.
less_equal(float, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Function associated to the logical "<=" operator.
level - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.PolygonLevel
 
level - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.PolygonLevel
 
level - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
level - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
 
level2scale(int) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
lg - Variable in class org.openstreetmap.josm.gui.GettingStarted
 
lhm - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
lhs - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.AbstractBinaryMatch
 
lhs - Variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.AndSet
 
lhs - Variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.OrSet
 
libraries - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The libraries referenced in Class-Path manifest attribute.
LICENSES - Static variable in class org.openstreetmap.josm.io.GpxExporter
 
limit - Variable in exception org.openstreetmap.josm.io.BoundingBoxDownloader.MoreNotesException
The download limit sent to the server.
limit(Collection<T>, int, T) - Static method in class org.openstreetmap.josm.tools.Utils
If the collection elements is larger than maxElements elements, the collection is shortened and the overflowIndicator is appended.
Line(Node, Node) - Constructor for class org.openstreetmap.josm.actions.AlignInLineAction.Line
Init a line by 2 nodes.
Line(Way) - Constructor for class org.openstreetmap.josm.actions.AlignInLineAction.Line
Init a line equation from a way.
line - Variable in class org.openstreetmap.josm.data.validation.tests.PowerLines.PowerLineError
 
line - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
line - Variable in exception org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException
 
line - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
line0 - Variable in class org.openstreetmap.josm.tools.Diff.Change
Line number of 1st deleted line.
line1 - Variable in class org.openstreetmap.josm.tools.Diff.Change
Line number of 1st inserted line.
LINECAP - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
linecapToString(int) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
LineClip - Class in org.openstreetmap.josm.data.osm.visitor.paint
Computes the part of a line that is visible in a given rectangle.
LineClip(Point, Point, Rectangle) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.LineClip
Constructs a new LineClip.
lineDistance - Variable in class org.openstreetmap.josm.gui.MapScaler.TickMarks
 
LineElement - Class in org.openstreetmap.josm.gui.mappaint.styleelement
This is the style definition for a simple line.
LineElement(Cascade, float, BasicStroke, Color, BasicStroke, Color, float, float, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
LineElement.LineType - Enum in org.openstreetmap.josm.gui.mappaint.styleelement
 
LineImageAlignment() - Constructor for enum org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement.LineImageAlignment
 
LINEJOIN - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
linejoinToString(int) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
lineNumber - Variable in exception org.openstreetmap.josm.tools.XmlParsingException
 
lines - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
LinesIterator(GpxData, boolean[]) - Constructor for class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
Constructs a new LinesIterator.
LineTextElement - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
LineTextElement(Cascade, TextLabel) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.LineTextElement
 
LineType(String, float) - Constructor for enum org.openstreetmap.josm.gui.mappaint.styleelement.LineElement.LineType
 
lineWidth - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
don't draw lines if longer than x meters
lineWrapDescription(String) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultCellRenderer
 
link - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
 
link - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
webpage link used for display
Link - Class in org.openstreetmap.josm.gui.tagging.presets.items
Hyperlink type.
Link() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Link
 
link - Variable in class org.openstreetmap.josm.io.session.GenericSessionExporter
 
link - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin link (for documentation).
link - Variable in class org.openstreetmap.josm.tools.Diff.Change
Previous or next edit command.
linkedLayer - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
 
LinkGeneral(String) - Constructor for class org.openstreetmap.josm.gui.GettingStarted.LinkGeneral
Constructs a new LinkGeneral with the given HTML text
linkNext - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
 
linkPrev - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
True, if linked to the previous / next member.
LinkSelector(List<Condition>) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.LinkSelector
 
LinuxReleaseInfo(String, String, String, String) - Constructor for class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
LinuxReleaseInfo(String) - Constructor for class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
LinuxReleaseInfo(String, String) - Constructor for class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
LinuxReleaseInfo(String, String, String, String, boolean, String) - Constructor for class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
list - Variable in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
list - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.SelectLayerDialog
 
list(Object...) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Creates a list of values, e.g., for the dashes property.
list - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
the bare list of AutoCompletionItems
list - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.MultiSelect
 
listAll() - Static method in class org.openstreetmap.josm.tools.Shortcut
Returns a list of all shortcuts.
ListAllButtonsAction(Collection<? extends HideableButton>) - Constructor for class org.openstreetmap.josm.gui.MapFrame.ListAllButtonsAction
 
listAllDialogsAction - Variable in class org.openstreetmap.josm.gui.MapFrame
 
listAllMapModesAction - Variable in class org.openstreetmap.josm.gui.MapFrame
 
listAllMapModesButton - Variable in class org.openstreetmap.josm.gui.MapFrame
 
listAllToggleDialogsButton - Variable in class org.openstreetmap.josm.gui.MapFrame
 
listDatums() - Static method in class org.openstreetmap.josm.data.projection.Projections
Replies the list of datums as string (comma separated).
ListEditor - Class in org.openstreetmap.josm.gui.preferences.advanced
Editor for List preference entries.
ListEditor(JComponent, PrefEntry, ListSetting) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.ListEditor
Constructs a new ListEditor.
ListEditor.ListSettingTableModel - Class in org.openstreetmap.josm.gui.preferences.advanced
 
listEllipsoids() - Static method in class org.openstreetmap.josm.data.projection.Projections
Replies the list of ellipsoids as string (comma separated).
listener - Variable in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
listener - Variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
listener - Variable in class org.openstreetmap.josm.data.osm.event.DatasetEventManager.ListenerInfo
 
listener - Variable in class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
listener - Variable in class org.openstreetmap.josm.data.osm.event.SelectionEventManager.ListenerInfo
 
listener - Variable in class org.openstreetmap.josm.gui.FileDrop.DropListener
 
listener - Variable in class org.openstreetmap.josm.gui.IconToggleButton
 
listener - Variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
listener - Variable in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
listenerCommands - Variable in class org.openstreetmap.josm.data.UndoRedoHandler
 
ListenerInfo(DataSetListener, boolean) - Constructor for class org.openstreetmap.josm.data.osm.event.DatasetEventManager.ListenerInfo
 
ListenerInfo(SelectionChangedListener) - Constructor for class org.openstreetmap.josm.data.osm.event.SelectionEventManager.ListenerInfo
 
listenerList - Variable in class org.openstreetmap.josm.gui.util.ChangeNotifier
Stores the listeners on this model.
listeners - Static variable in class org.openstreetmap.josm.actions.ExpertToggleAction
 
listeners - Variable in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
listeners - Variable in class org.openstreetmap.josm.data.osm.ChangesetCache
 
listeners - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
listeners - Variable in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
listeners - Variable in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
listeners - Variable in class org.openstreetmap.josm.data.Preferences
 
listeners - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
listeners - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
the property change listeners
listeners - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
 
listeners - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictListModel
 
listeners - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
listeners - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
listeners - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
the tree model listeners
listeners - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
 
listeners - Static variable in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
listeners - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
listeners - Static variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreference
 
listeners - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
listeners - Variable in class org.openstreetmap.josm.gui.progress.CancelHandler
 
listeners - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
The collection of listeners
listeners - Variable in class org.openstreetmap.josm.gui.util.CellEditorSupport
 
listeners - Variable in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
listeners - Static variable in class org.openstreetmap.josm.Main
 
listenToLayerChange() - Method in class org.openstreetmap.josm.actions.JosmAction
Overwrite this if JosmAction.updateEnabledState() should be called when the active / availabe layers change.
listenToSelectionChange() - Method in class org.openstreetmap.josm.actions.JosmAction
Overwrite this if JosmAction.updateEnabledState() should be called when the selection changed.
listenToSelectionChanges() - Method in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
listens to selection changes in the table and redraws the map
listFiles(File, String) - Static method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
listKeys(Map<String, ?>) - Static method in class org.openstreetmap.josm.data.projection.Projections
 
ListListEditor - Class in org.openstreetmap.josm.gui.preferences.advanced
Editor for List of Lists preference entries.
ListListEditor(JComponent, PrefEntry, ListListSetting) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor
Constructs a new ListListEditor.
ListListEditor.EntryListModel - Class in org.openstreetmap.josm.gui.preferences.advanced
 
ListListEditor.ListTableModel - Class in org.openstreetmap.josm.gui.preferences.advanced
 
ListListSetting - Class in org.openstreetmap.josm.data.preferences
Setting containing a List of Lists of String values.
ListListSetting(List<List<String>>) - Constructor for class org.openstreetmap.josm.data.preferences.ListListSetting
Constructs a new ListListSetting with the given value
ListMergeModel<T extends PrimitiveId> - Class in org.openstreetmap.josm.gui.conflict.pair
ListMergeModel is a model for interactively comparing and merging two list of entries of type T.
ListMergeModel() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Constructs a new ListMergeModel.
ListMergeModel.ComparePairListModel - Class in org.openstreetmap.josm.gui.conflict.pair
 
ListMergeModel.EntriesSelectionModel - Class in org.openstreetmap.josm.gui.conflict.pair
This is the selection model to be used in a JTable which displays an entry list managed by ListMergeModel.
ListMergeModel.EntriesTableModel - Class in org.openstreetmap.josm.gui.conflict.pair
This an adapter between a JTable and one of the three entry lists in the role ListRole managed by the ListMergeModel.
ListMerger<T extends PrimitiveId> - Class in org.openstreetmap.josm.gui.conflict.pair
A UI component for resolving conflicts in two lists of entries of type T.
ListMerger(ListMergeModel<T>) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger
Constructs a new ListMerger.
ListMerger.CopyAction - Class in org.openstreetmap.josm.gui.conflict.pair
Base class of all other Copy* inner classes.
ListMerger.CopyAfterCurrentLeftAction - Class in org.openstreetmap.josm.gui.conflict.pair
Action for copying selected nodes in the list of my nodes to the list of merged nodes.
ListMerger.CopyAfterCurrentRightAction - Class in org.openstreetmap.josm.gui.conflict.pair
 
ListMerger.CopyAllLeft - Class in org.openstreetmap.josm.gui.conflict.pair
 
ListMerger.CopyAllRight - Class in org.openstreetmap.josm.gui.conflict.pair
 
ListMerger.CopyBeforeCurrentLeftAction - Class in org.openstreetmap.josm.gui.conflict.pair
Action for copying selected nodes in the list of my nodes to the list of merged nodes.
ListMerger.CopyBeforeCurrentRightAction - Class in org.openstreetmap.josm.gui.conflict.pair
 
ListMerger.CopyEndLeftAction - Class in org.openstreetmap.josm.gui.conflict.pair
Action for copying selected nodes in the list of my nodes to the list of merged nodes.
ListMerger.CopyEndRightAction - Class in org.openstreetmap.josm.gui.conflict.pair
 
ListMerger.CopyStartLeftAction - Class in org.openstreetmap.josm.gui.conflict.pair
Action for copying selected nodes in the list of my nodes to the list of merged nodes.
ListMerger.CopyStartRightAction - Class in org.openstreetmap.josm.gui.conflict.pair
 
ListMerger.FreezeAction - Class in org.openstreetmap.josm.gui.conflict.pair
Action for freezing the current state of the list merger
ListMerger.FreezeActionProperties - Interface in org.openstreetmap.josm.gui.conflict.pair
 
ListMerger.MoveDownMergedAction - Class in org.openstreetmap.josm.gui.conflict.pair
Action for moving the currently selected entries in the list of merged entries one position down
ListMerger.MoveUpMergedAction - Class in org.openstreetmap.josm.gui.conflict.pair
 
ListMerger.RemoveMergedAction - Class in org.openstreetmap.josm.gui.conflict.pair
Action for removing the selected entries in the list of merged entries from the list of merged entries.
listNadgrids() - Static method in class org.openstreetmap.josm.data.projection.Projections
Replies the list of nadgrids as string (comma separated).
ListPopupMenu - Class in org.openstreetmap.josm.gui.widgets
 
ListPopupMenu(JList<?>...) - Constructor for class org.openstreetmap.josm.gui.widgets.ListPopupMenu
 
ListProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
A projection choice, that offers a list of projections in a combo-box.
ListProjectionChoice(String, String, String[], String, int) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
Constructs a new ListProjectionChoice.
ListProjectionChoice(String, String, String[], String) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
Constructs a new ListProjectionChoice.
ListProjectionChoice.CBPanel - Class in org.openstreetmap.josm.gui.preferences.projection
 
listProjs() - Static method in class org.openstreetmap.josm.data.projection.Projections
Replies the list of projections as string (comma separated).
ListRole - Enum in org.openstreetmap.josm.gui.conflict.pair
Enumeration of roles entry lists play in ListMergeModel
ListRole() - Constructor for enum org.openstreetmap.josm.gui.conflict.pair.ListRole
 
lists - Variable in class org.openstreetmap.josm.gui.widgets.ListPopupMenu
 
ListSelectionHandler() - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection.ListSelectionHandler
 
listSelectionListeners - Variable in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
listSelectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
ListSetting - Class in org.openstreetmap.josm.data.preferences
Setting containing a List of String values.
ListSetting(List<String>) - Constructor for class org.openstreetmap.josm.data.preferences.ListSetting
Constructs a new ListSetting with the given value
ListSettingTableModel(List<String>) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.ListEditor.ListSettingTableModel
 
ListTableModel() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.ListTableModel
 
listVisibleSegments(Bounds) - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
literal - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.LiteralExpression
 
LiteralExpression - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Simple literal value, that does not depend on other expressions.
LiteralExpression(Object) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.LiteralExpression
Constructs a new LiteralExpression.
ll0 - Static variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
load(boolean) - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
Loads the custom as well as default imagery entries.
load(PrimitiveData) - Method in class org.openstreetmap.josm.data.osm.Node
 
load(PrimitiveData) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Loads (clone) this primitive from provided PrimitiveData
load(PrimitiveData) - Method in class org.openstreetmap.josm.data.osm.Relation
 
load() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
 
load(Relation) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
load(PrimitiveData) - Method in class org.openstreetmap.josm.data.osm.Way
 
load() - Method in class org.openstreetmap.josm.data.Preferences
Loads preferences from settings file.
load() - Method in class org.openstreetmap.josm.gui.download.BookmarkList
Loads the bookmarks from file.
load(Element, SessionReader.ImportSupport, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.GeoImageSessionImporter
 
load(Element, SessionReader.ImportSupport, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.GpxTracksSessionImporter
 
load(Element, SessionReader.ImportSupport, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.ImagerySessionImporter
 
load(Element, SessionReader.ImportSupport, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.MarkerSessionImporter
 
load(Element, SessionReader.ImportSupport, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.NoteSessionImporter
 
load(Element, SessionReader.ImportSupport, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.OsmDataSessionImporter
 
load(Element, SessionReader.ImportSupport, ProgressMonitor) - Method in interface org.openstreetmap.josm.io.session.SessionLayerImporter
Load the layer from xml meta-data.
load(Class<?>) - Method in class org.openstreetmap.josm.plugins.PluginInformation
Loads and instantiates the plugin.
load(String) - Static method in class org.openstreetmap.josm.tools.I18n
 
load(InputStream, InputStream, boolean) - Static method in class org.openstreetmap.josm.tools.I18n
 
LOAD_DATA - Static variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
LOAD_FACTOR - Static variable in class org.openstreetmap.josm.data.osm.Storage
 
LOAD_IMAGERY - Static variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
loadAbsoluteHelpTopic(String) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
Loads a help topic given by an absolute help topic name, i.e.
loadAction(String) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
loadAction(DefaultMutableTreeNode, MenuElement) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
loadActions() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
loadAllErrorTiles(boolean) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
loadAllErrorTiles(boolean) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
loadAllTiles(boolean) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
loadAllTiles(boolean) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
LoadAllTilesAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.LoadAllTilesAction
 
loadAndGetAvailableSources() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Synchronously loads available sources and returns the parsed list.
LoadAndZoomHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Handler for load_and_zoom and zoom requests.
LoadAndZoomHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
loadBookmarks() - Static method in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
loadCanvas() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
loadClass(ClassLoader) - Method in class org.openstreetmap.josm.plugins.PluginInformation
Loads the class of the plugin.
loadData(String, Bounds) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
LoadDataHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Handler to load data directly from the URL.
LoadDataHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
LoadDataHandler.LoadDataTask - Class in org.openstreetmap.josm.io.remotecontrol.handler
 
LoadDataTask(boolean, DataSet, String) - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler.LoadDataTask
Constructs a new LoadDataTask.
loadDefaults(boolean, boolean, boolean) - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
Loads the available imagery entries.
loadDefaults() - Method in class org.openstreetmap.josm.data.Preferences
Loads default preferences from default settings cache file.
loadEarlyPlugins(Component, Collection<PluginInformation>, ProgressMonitor) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Loads plugins from plugins which have the flag PluginInformation.early set to true.
loaded - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
loadedCode - Static variable in class org.openstreetmap.josm.tools.I18n
 
loadedData - Variable in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
loadedDirectories - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
loadedGpxData - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
loader - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
 
Loader(File, boolean) - Constructor for class org.openstreetmap.josm.actions.SessionLoadAction.Loader
Constructs a new Loader for local session file.
Loader(InputStream, URI, boolean) - Constructor for class org.openstreetmap.josm.actions.SessionLoadAction.Loader
Constructs a new Loader for session file input stream (may be a remote file).
Loader(Collection<File>, GpxLayer) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
loaderFactories - Static variable in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
loader factory responsible for loading tiles for all layers
loaderFactory - Variable in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
loaderFactoryOverride - Static variable in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
LoadErroneusTilesAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.LoadErroneusTilesAction
 
loadFromDisk() - Method in class org.openstreetmap.josm.io.CacheCustomContent
Tries to load the data using the given ident from disk.
loadFromPreference(CollectionProperty) - Method in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
loadFromPrefs() - Method in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
If possible, load date ragne and "zero timestamp" option from preferences Called by other components when it is needed.
LoadGpxDataActionListener() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.LoadGpxDataActionListener
 
loadGridShiftFile(InputStream, boolean) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
Load a Grid Shift File from an InputStream.
loadHistory(OsmServerHistoryReader, ProgressMonitor) - Static method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
loadIcons() - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
loads the required icons
loadIcons - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
 
loadIgnoredErrors() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
 
loadImage(String) - Static method in class org.openstreetmap.gui.jmapviewer.Tile
 
loadImage(InputStream) - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
loadImageIcon(String, File, Integer) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
 
LoadImageRunnable(File, Integer) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.LoadImageRunnable
 
loadIncompleteNodes() - Method in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
loadIncompleteRelationMembers() - Method in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
loading - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
LOADING_FLAG - Static variable in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
LOADING_IMAGE - Static variable in class org.openstreetmap.gui.jmapviewer.Tile
Hourglass image that is displayed until a map tile has been loaded, except for overlay sources
loadingCanceled() - Method in class org.openstreetmap.gui.jmapviewer.Tile
indicate that loading process for this tile has been canceled
loadingFinished(CacheEntry, CacheEntryAttributes, ICachedLoaderListener.LoadResult) - Method in interface org.openstreetmap.josm.data.cache.ICachedLoaderListener
Will be called when K object processed.
loadingFinished(CacheEntry, CacheEntryAttributes, ICachedLoaderListener.LoadResult) - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
loadInNewLayer - Variable in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
loadInNewLayerDefault - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
loadInNewLayerKey - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
loadJosmKeystore() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Loads the JOSM keystore.
loadLatePlugins(SplashScreen, SplashScreen.SplashProgressMonitor, Collection<PluginInformation>) - Static method in class org.openstreetmap.josm.gui.MainApplication
 
loadLatePlugins(Component, Collection<PluginInformation>, ProgressMonitor) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Loads plugins from plugins which have the flag PluginInformation.early set to false.
loadLayer(InputStream, File, String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.NoteImporter
Load note layer from InputStream.
loadLayer(InputStream, File, String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmImporter
Load osm data layer from InputStream.
loadLayers(GpxData, boolean, String, String) - Static method in class org.openstreetmap.josm.io.GpxImporter
Replies the new GPX and marker layers corresponding to the specified GPX data.
loadLayers(InputStream, File, String, String, ProgressMonitor) - Static method in class org.openstreetmap.josm.io.GpxImporter
 
loadLayers(InputStream, File, String, String) - Static method in class org.openstreetmap.josm.io.NMEAImporter
 
loadLocallyAvailablePluginInformation(ProgressMonitor) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Loads locally available plugin information from local plugin jars and from cached plugin lists.
loadMeta() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
load meta info from a selector "meta"
loadObject() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
LoadObjectHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Loads OSM primitives using their ID similar to the "Download object" dialog (@see DownloadPrimitiveAction}.
LoadObjectHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
loadPlaceholderFromCache(TileCache) - Method in class org.openstreetmap.gui.jmapviewer.Tile
Tries to get tiles of a lower or higher zoom level (one or two level difference) from cache and use it as a placeholder until the tile has been loaded.
loadPlugin(Component, PluginInformation, ClassLoader) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Loads and instantiates the plugin described by plugin using the class loader pluginClassLoader.
loadPlugins(Component, Collection<PluginInformation>, ProgressMonitor) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Loads the plugin in plugins from locally available jar files into memory.
loadPreferences() - Method in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
Loads preferences to UI controls
loadPrefs() - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
loadPrefsToJS(ScriptEngine, Preferences, String, boolean) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
Convert preferences data structures to JavaScript object
loadPresets(Collection<TaggingPreset>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassifications
 
loadProjectionDefinitions(String) - Static method in class org.openstreetmap.josm.data.projection.Projections
Load projection definitions from file.
loadProjectionDefinitions(BufferedReader) - Static method in class org.openstreetmap.josm.data.projection.Projections
Load projection definitions from file.
loadRelativeHelpTopic(String) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
Loads a help topic given by a relative help topic name (i.e.
loadRendererClass(String) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
 
LoadResult() - Constructor for enum org.openstreetmap.josm.data.cache.ICachedLoaderListener.LoadResult
 
loadScaledImage(URL, int) - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.ImageMarker
 
loadSession(File, boolean, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.SessionReader
Loads session from the given file.
loadSession(InputStream, URI, boolean, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.SessionReader
 
loadSettings() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
loadSettings() - Method in class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
Loads the common settings.
loadSettings() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
loadSettings() - Method in class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
Loads the TMS settings.
loadSettings() - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSSettingsPanel
Loads the WMS settings.
loadSource(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
loadStyleForFirstTime(StyleSource) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
loadStyleSource() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
loadStyleSource() - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Loads the style source.
loadTagsIfNeeded() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Load recently used tags from preferences if needed.
loadTagsToIgnore() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
loadThumb(ImageEntry) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
loadThumbnail() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Loads the thumbnail if it was not loaded yet.
loadTile(Tile, boolean) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
LoadTileAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.LoadTileAction
 
loadTileFromOsm(Tile) - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
loadTileMetadata(Tile, URLConnection) - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
loadTopic(String) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
 
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask
 
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesUrlBoundsTask
 
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesUrlIdTask
 
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeCompressedTask
Loads a given URL
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask
 
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmCompressedTask
Loads a given URL
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmIdTask
 
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
Loads a given URL from the OSM Server
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmUrlTask
 
loadUrl(boolean, String, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
 
loadUrl(boolean, String, ProgressMonitor) - Method in interface org.openstreetmap.josm.actions.downloadtasks.DownloadTask
Asynchronously launches the download task for a given bounding URL.
local - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
LOCAL_TLDS - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
locale - Static variable in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
The locale for both implementations
locale_display_value - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
locale_display_values - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
The localized version of ComboMultiSelect.display_values.
locale_href - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Link
The localized version of Link.href.
locale_name - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
locale_short_description - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
locale_short_descriptions - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
The localized version of ComboMultiSelect.short_descriptions.
locale_text - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Check
The localized version of KeyedItem.text.
locale_text - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
The localized version of KeyedItem.text.
locale_text - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
The localized version of Roles.Role.text.
locale_text - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Text
The localized version of KeyedItem.text.
locale_text - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.TextItem
The localized version of TextItem.text
LocaleType() - Constructor for enum org.openstreetmap.josm.tools.LanguageInfo.LocaleType
 
localmainversion - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The lowest JOSM version required by this plugin (from locally available jar).
localrequires - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The list of required plugins, separated by ';' (from locally available jar).
localversion - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin version (from locally available jar).
locator - Variable in class org.openstreetmap.josm.io.AbstractParser
 
locator - Variable in class org.openstreetmap.josm.io.DiffResultProcessor.Parser
 
locator - Variable in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
locator - Variable in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
lock - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
lock - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
locName - Variable in enum org.openstreetmap.josm.io.OnlineResource
 
log - Static variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
 
log - Static variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
LOG - Static variable in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
log(String, Object...) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Log a formatted message.
log(String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Log a message.
log(Exception, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Log an exception.
LOG - Static variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
logError(Throwable) - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Log an error that occured with this style.
loggingAdapter - Static variable in class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
logLevel - Static variable in class org.openstreetmap.josm.Main
Logging level (5 = trace, 4 = debug, 3 = info, 2 = warn, 1 = error, 0 = none).
LOGO_BASE64 - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
logo_image - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
logo_url - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
logoutOsmSession(OsmOAuthAuthorizationClient.SessionId) - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
LogShowDialog - Class in org.openstreetmap.josm.gui.dialogs
Generic dialog with message and scrolling area
LogShowDialog(String, String, String) - Constructor for class org.openstreetmap.josm.gui.dialogs.LogShowDialog
Constructs a new LogShowDialog.
logWarning(String) - Method in class org.openstreetmap.josm.gui.mappaint.StyleSource
Log a warning that occured with this style.
lon - Variable in class org.openstreetmap.josm.actions.JumpToAction
 
lon() - Method in class org.openstreetmap.josm.data.coor.LatLon
Returns the longitude, i.e., the east-west position in degrees.
lon - Variable in class org.openstreetmap.josm.data.gpx.WayPoint
 
lon - Variable in class org.openstreetmap.josm.data.osm.Node
 
lon - Variable in class org.openstreetmap.josm.data.osm.NodeData
 
lon - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
lon - Variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.LatLonHolder
 
lon - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
lon - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
lon0 - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
lon1 - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
lon1 - Variable in class org.openstreetmap.josm.io.BoundingBoxDownloader
 
lon2 - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
lon2 - Variable in class org.openstreetmap.josm.io.BoundingBoxDownloader
 
lon2x(double) - Static method in class org.openstreetmap.josm.data.coor.QuadTiling
 
lonAccuracy - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
lonAccuracy - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
lonAccuracyAvailable - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
lonc - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
lonColumnCount - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
LONG_KEY - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
LONG_SEGMENT - Static variable in class org.openstreetmap.josm.data.validation.tests.LongSegment
Long segment error
LONG_VALUE - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
LongitudeValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.LongitudeValidator
 
LongProperty - Class in org.openstreetmap.josm.data.preferences
A property containing an Long value.
LongProperty(String, long) - Constructor for class org.openstreetmap.josm.data.preferences.LongProperty
Constructs a new LongProperty
LongSegment - Class in org.openstreetmap.josm.data.validation.tests
Checks for untagged ways
LongSegment() - Constructor for class org.openstreetmap.josm.data.validation.tests.LongSegment
Constructor
longText - Variable in class org.openstreetmap.josm.tools.Shortcut
a human readable description that will be shown in the preferences
lonInterval - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
LonLat - Class in org.openstreetmap.josm.data.projection.proj
Simple Lat/Lon (pseudo-)projection.
LonLat() - Constructor for class org.openstreetmap.josm.data.projection.proj.LonLat
 
lonShift - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
lonShift - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
lonText - Variable in class org.openstreetmap.josm.gui.MapStatus
 
lonToString(CoordinateFormat) - Method in class org.openstreetmap.josm.data.coor.LatLon
Formats the longitude part according to the given format
lonToTileX(int, double) - Static method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
lonToX(double, int) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
Transform longitude to pixelspace
LonValueChecker(JosmTextField) - Constructor for class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LonValueChecker
 
lookAhead() - Method in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
lookup(Authenticator.RequestorType, String) - Method in interface org.openstreetmap.josm.io.auth.CredentialsAgent
Looks up the credentials for a given type.
lookup(Authenticator.RequestorType, String) - Method in class org.openstreetmap.josm.io.auth.CredentialsManager
 
lookup(Authenticator.RequestorType, String) - Method in class org.openstreetmap.josm.io.auth.JosmPreferencesCredentialAgent
 
lookupButton - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
The lookup button
lookupItem(String, boolean) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompletingComboBoxDocument
 
lookupOAuthAccessToken() - Method in interface org.openstreetmap.josm.io.auth.CredentialsAgent
Lookup the current OAuth Access Token to access the OSM server.
lookupOAuthAccessToken() - Method in class org.openstreetmap.josm.io.auth.CredentialsManager
 
lookupOAuthAccessToken() - Method in class org.openstreetmap.josm.io.auth.JosmPreferencesCredentialAgent
Lookup the current OAuth Access Token to access the OSM server.
LOW_CHAR_KEY - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
LOW_CHAR_VALUE - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
LOW_COUNT - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Number of {0} roles too low ({1})
lower - Variable in class org.openstreetmap.josm.gui.mappaint.Range
 
lowerIndex - Variable in class org.openstreetmap.josm.data.osm.WaySegment
The index of one of the 2 nodes in the way.
lruTiles - Variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
List of all tiles in their last recently used order
lsResult - Variable in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
lsResultModel - Variable in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
lst - Variable in class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
lstAdd - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
the list with the added primitives
lstAvailableSources - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
lstConflicts - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
the list widget for the list of conflicts
lstDelete - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
the list with the deleted primitives
lstDeletedPrimitives - Variable in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
lstInActiveDataLayer - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
lstInSelection - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
lstLayers - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.LayerListWarningMessagePanel
 
lstOpenChangesets - Variable in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
the list
lstPrimitives - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
lstSelectedPrimitives - Variable in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
lstUpdate - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
the list with the updated primitives

M

m(double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
auxiliary function m
m - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.EditTagDialog
 
m - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ArrayFunction
 
m - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ParameterFunction
 
MAC_MOUSE_BUTTON3_MASK - Static variable in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
MAC_MOUSE_BUTTON3_MASK - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
 
main(String[]) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
main(String[]) - Static method in class org.openstreetmap.gui.jmapviewer.Demo
 
main(String[]) - Static method in class org.openstreetmap.josm.gui.MainApplication
Main application Startup
Main - Class in org.openstreetmap.josm
Abstract class holding various static global variables and methods used in large parts of JOSM application.
Main() - Constructor for class org.openstreetmap.josm.Main
Constructs new Main object.
main - Static variable in class org.openstreetmap.josm.Main
Global application.
Main.DownloadParamType - Enum in org.openstreetmap.josm
The type of a command line parameter, to be used in switch statements.
Main.InitializationTask - Class in org.openstreetmap.josm
 
Main.InitStatusListener - Interface in org.openstreetmap.josm
 
Main.MasterWindowListener - Class in org.openstreetmap.josm
WindowListener, that is registered on all Windows of the application.
Main.WindowSwitchListener - Interface in org.openstreetmap.josm
Listener for window switch events.
MainApplication - Class in org.openstreetmap.josm.gui
Main window class application.
MainApplication() - Constructor for class org.openstreetmap.josm.gui.MainApplication
Constructs a new MainApplication without a window.
MainApplication(MainFrame) - Constructor for class org.openstreetmap.josm.gui.MainApplication
Constructs a main frame, ready sized and operating.
MainApplication.GuiFinalizationWorker - Class in org.openstreetmap.josm.gui
 
MainApplication.Option - Enum in org.openstreetmap.josm.gui
JOSM command line options.
mainColor - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
mainColor - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
mainFrame - Variable in class org.openstreetmap.josm.gui.MainApplication
 
MainFrame - Class in org.openstreetmap.josm.gui
This is the JOSM main window.
MainFrame() - Constructor for class org.openstreetmap.josm.gui.MainFrame
Create a new main window.
MainFrame(Container, MainPanel, WindowGeometry) - Constructor for class org.openstreetmap.josm.gui.MainFrame
Create a new main window.
MainFrame.ManageLayerListeners - Class in org.openstreetmap.josm.gui
Manages the layer listeners, adds them to every layer.
MainFrame.WindowPositionSizeListener - Class in org.openstreetmap.josm.gui
 
MainLayerManager - Class in org.openstreetmap.josm.gui.layer
This class extends the layer manager by adding an active and an edit layer.
MainLayerManager() - Constructor for class org.openstreetmap.josm.gui.layer.MainLayerManager
 
MainLayerManager.ActiveLayerChangeEvent - Class in org.openstreetmap.josm.gui.layer
This event is fired whenever the active or the edit layer changes.
MainLayerManager.ActiveLayerChangeListener - Interface in org.openstreetmap.josm.gui.layer
This listener listens to changes of the active or the edit layer.
MainLayerManager.LayerAvailabilityEvent - Class in org.openstreetmap.josm.gui.layer
MainLayerManager.LayerAvailabilityListener - Interface in org.openstreetmap.josm.gui.layer
A listener that gets informed before any layer is displayed and after all layers are removed.
MainMenu - Class in org.openstreetmap.josm.gui
This is the JOSM main menu bar.
MainMenu() - Constructor for class org.openstreetmap.josm.gui.MainMenu
 
MainMenu.PresetsMenuEnabler - Class in org.openstreetmap.josm.gui
 
MainMenu.WINDOW_MENU_GROUP - Enum in org.openstreetmap.josm.gui
 
mainPanel - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
MainPanel - Class in org.openstreetmap.josm.gui
This is the content panel inside the MainFrame.
MainPanel(MainLayerManager) - Constructor for class org.openstreetmap.josm.gui.MainPanel
Create a new main panel
mainPanel - Static variable in class org.openstreetmap.josm.Main
The real main panel.
mainPrefs - Variable in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
mainStroke - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
mainTask - Variable in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
Reference to the task that download requested primitives
mainversion - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The lowest JOSM version required by this plugin (from plugin list).
mainWindow(String, String, boolean) - Static method in class org.openstreetmap.josm.tools.WindowGeometry
 
MAJOR_Z_INDEX - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
majorZIndex - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
makeAddWayAndNodesCommandList() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
makeApiRequest(OsmPrimitive, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerWriter
 
makeAutoMarkers - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
makeCheckBoxRespondToEnter(JCheckBox) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
 
makeCollectionNice(Collection<?>) - Static method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
makeCommitsOneAction(String) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Takes the last cmdsCount actions back and combines them into a single action (for when the user wants to undo the join action)
makeCopy() - Method in class org.openstreetmap.josm.data.osm.NodeData
 
makeCopy() - Method in class org.openstreetmap.josm.data.osm.PrimitiveData
 
makeCopy(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
Replace content of the object with copy of provided primitives.
makeCopy() - Method in class org.openstreetmap.josm.data.osm.RelationData
 
makeCopy() - Method in class org.openstreetmap.josm.data.osm.WayData
 
makeDropTarget(Component, boolean) - Method in class org.openstreetmap.josm.gui.FileDrop
 
makeFromPolygons(List<MultipolygonBuilder.JoinedPolygon>) - Method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder
This method analyzes which ways are inner and which outer.
makeFromWays(Collection<Way>) - Method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder
Splits ways into inner and outer JoinedWays.
makeImageTransparent(BufferedImage, Color) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Returns a transparent version of the given image, based on the given transparent color.
makeIncomplete - Variable in class org.openstreetmap.josm.actions.PurgeAction
Subset of toPurgeChecked.
makeIncompleteData - Variable in class org.openstreetmap.josm.command.PurgeCommand
 
makeIncompleteDataByPrimId - Variable in class org.openstreetmap.josm.command.PurgeCommand
 
makeJLabelLike(JEditorPane, boolean) - Static method in class org.openstreetmap.josm.gui.widgets.JosmEditorPane
Adapts a JEditorPane to be used as a powerful replacement of JLabel.
makeLoopIfNeeded(List<WayConnectionType>, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
makeMemberVisible(int) - Method in interface org.openstreetmap.josm.gui.dialogs.relation.IMemberModelListener
 
makeMemberVisible(int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
makePathFit(String) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
Makes the given path fit lblFilename, appends ellipsis on the left if it doesn’t fit.
makeReversed() - Method in class org.openstreetmap.josm.tools.ColorScale
 
makeTileLoader(TileLoaderListener) - Method in class org.openstreetmap.josm.data.imagery.CachedTileLoaderFactory
 
makeTileLoader(TileLoaderListener, Map<String, String>) - Method in class org.openstreetmap.josm.data.imagery.CachedTileLoaderFactory
 
makeTileLoader(TileLoaderListener) - Method in interface org.openstreetmap.josm.data.imagery.TileLoaderFactory
 
makeTileLoader(TileLoaderListener, Map<String, String>) - Method in interface org.openstreetmap.josm.data.imagery.TileLoaderFactory
 
makeTooltip(String, Shortcut) - Method in interface org.openstreetmap.josm.tools.PlatformHook
The makeTooltip hook will be called whenever a tooltip for a menu or button is created.
makeTooltip(String, Shortcut) - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
makeTooltip(String, Shortcut) - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
This should work for all platforms.
makeTransparent(int) - Method in class org.openstreetmap.josm.tools.ColorScale
 
makeVisible(int, Layer) - Method in interface org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModelListener
Fired when a layer is made visible.
malformed - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
ManageLayerListeners() - Constructor for class org.openstreetmap.josm.gui.MainFrame.ManageLayerListeners
 
ManualAuthorizationUI - Class in org.openstreetmap.josm.gui.oauth
This is an UI which supports a JOSM user to get an OAuth Access Token in a fully manual process.
ManualAuthorizationUI(String, Executor) - Constructor for class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
Constructs a new ManualAuthorizationUI for the given API URL.
ManualAuthorizationUI.AccessTokenBuilder - Class in org.openstreetmap.josm.gui.oauth
 
ManualAuthorizationUI.AccessTokenKeyValidator - Class in org.openstreetmap.josm.gui.oauth
 
ManualAuthorizationUI.AccessTokenSecretValidator - Class in org.openstreetmap.josm.gui.oauth
 
ManualAuthorizationUI.TestAccessTokenAction - Class in org.openstreetmap.josm.gui.oauth
Action for testing an Access Token
map() - Method in class org.openstreetmap.gui.jmapviewer.Demo
 
map - Variable in class org.openstreetmap.gui.jmapviewer.JMapController
 
map - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
map - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
map - Variable in class org.openstreetmap.josm.gui.MainPanel
 
map - Static variable in class org.openstreetmap.josm.Main
The MapFrame.
map - Variable in class org.openstreetmap.josm.tools.MultiMap
 
map(String, Class<?>) - Method in class org.openstreetmap.josm.tools.XmlObjectParser
 
mapBoth(String, Class<?>) - Method in class org.openstreetmap.josm.tools.XmlObjectParser
 
mapCSS_search - Variable in class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
 
MAPCSS_STYLE_MIME_TYPES - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
The accepted MIME types sent in the HTTP Accept header.
MapCSSException - Exception in org.openstreetmap.josm.gui.mappaint.mapcss
 
MapCSSException(String) - Constructor for exception org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException
 
MapCSSKeyRules() - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.MapCSSKeyRules
 
MapCSSRule - Class in org.openstreetmap.josm.gui.mappaint.mapcss
A MapCSS rule.
MapCSSRule(Selector, MapCSSRule.Declaration) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule
Constructs a new MapCSSRule.
MapCSSRule.Declaration - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
MapCSSRuleIndex() - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
 
mapCSSSearch - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
MapCSSStyleSource - Class in org.openstreetmap.josm.gui.mappaint.mapcss
This is a mappaint style that is based on MapCSS rules.
MapCSSStyleSource(String, String, String) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
Constructs a new, active MapCSSStyleSource.
MapCSSStyleSource(SourceEntry) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
Constructs a new MapCSSStyleSource
MapCSSStyleSource(String) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
Creates a new style source from the MapCSS styles supplied in css
MapCSSStyleSource.MapCSSRuleIndex - Class in org.openstreetmap.josm.gui.mappaint.mapcss
A collection of MapCSSRules, that are indexed by tag key and value.
MapCSSStyleSource.MapCSSRuleIndex.MapCSSKeyRules - Class in org.openstreetmap.josm.gui.mappaint.mapcss
This is a map of all rules that are only applied if the primitive has a given key (and possibly value)
MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator - Class in org.openstreetmap.josm.gui.mappaint.mapcss
This is an iterator over all rules that are marked as possible in the bitset.
MapCSSTagChecker - Class in org.openstreetmap.josm.data.validation.tests
MapCSS-based tag checker/fixer.
MapCSSTagChecker() - Constructor for class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
Constructs a new MapCSSTagChecker.
MapCSSTagChecker.FixCommand - Class in org.openstreetmap.josm.data.validation.tests
Represents a fix to a validation test.
MapCSSTagChecker.GroupedMapCSSRule - Class in org.openstreetmap.josm.data.validation.tests
A grouped MapCSSRule with multiple selectors for a single declaration.
MapCSSTagChecker.MapCSSTagCheckerAndRule - Class in org.openstreetmap.josm.data.validation.tests
 
MapCSSTagChecker.ParseResult - Class in org.openstreetmap.josm.data.validation.tests
MapCSSTagChecker.TagCheck - Class in org.openstreetmap.josm.data.validation.tests
 
MapCSSTagCheckerAndRule(MapCSSTagChecker.GroupedMapCSSRule) - Constructor for class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.MapCSSTagCheckerAndRule
 
MapFrame - Class in org.openstreetmap.josm.gui
One Map frame with one dataset behind.
MapFrame(JPanel, ViewportData) - Constructor for class org.openstreetmap.josm.gui.MapFrame
Constructs a new MapFrame.
MapFrame.ListAllButtonsAction - Class in org.openstreetmap.josm.gui
 
MapFrame.MapModeChangeListener - Interface in org.openstreetmap.josm.gui
Interface to notify listeners of the change of the mapMode.
MapFrame.SideToolbarPopupMenu - Class in org.openstreetmap.josm.gui
 
MapFrameAdapter() - Constructor for class org.openstreetmap.josm.actions.AutoScaleAction.MapFrameAdapter
 
mapFrameInitialized(MapFrame, MapFrame) - Method in class org.openstreetmap.josm.actions.AutoScaleAction.MapFrameAdapter
 
mapFrameInitialized(MapFrame, MapFrame) - Method in class org.openstreetmap.josm.actions.SessionSaveAsAction
 
mapFrameInitialized(MapFrame, MapFrame) - Method in interface org.openstreetmap.josm.gui.MapFrameListener
Called after Main.mapFrame is initalized.
mapFrameInitialized(MapFrame, MapFrame) - Method in class org.openstreetmap.josm.plugins.Plugin
 
mapFrameInitialized(MapFrame, MapFrame) - Method in class org.openstreetmap.josm.plugins.PluginProxy
 
MapFrameListener - Interface in org.openstreetmap.josm.gui
Listener notified of MapFrame changes.
mapFrameListeners - Variable in class org.openstreetmap.josm.gui.MainPanel
 
mapFromJson(String) - Static method in class org.openstreetmap.josm.data.Preferences
 
mapGammaToInterval(double) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.GammaFilterSlider
 
mapHasGpxorMarkerLayer() - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
MapImage - Class in org.openstreetmap.josm.gui.mappaint.styleelement
An image that will be displayed on the map.
MapImage(String, StyleSource) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
MapImage(String, StyleSource, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
mapImage - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
MapImage.MapImageBoxProvider - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
mapImageAngle - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
MapImageBoxProvider() - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage.MapImageBoxProvider
 
mapIntervalToGamma(double) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.GammaFilterSlider
Maps a number x from the range (-1,1) to a gamma value.
MapListEditor - Class in org.openstreetmap.josm.gui.preferences.advanced
Editor for List of Maps preference entries.
MapListEditor(JComponent, PrefEntry, MapListSetting) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor
Constructs a new MapListEditor.
MapListEditor.EntryListModel - Class in org.openstreetmap.josm.gui.preferences.advanced
 
MapListEditor.MapTableModel - Class in org.openstreetmap.josm.gui.preferences.advanced
 
MapListSetting - Class in org.openstreetmap.josm.data.preferences
Setting containing a List of Maps of String values.
MapListSetting(List<Map<String, String>>) - Constructor for class org.openstreetmap.josm.data.preferences.MapListSetting
Constructs a new MapListSetting with the given value
MapMarker - Interface in org.openstreetmap.gui.jmapviewer.interfaces
Interface to be implemented by all one dimensional elements that can be displayed on the map.
MapMarker.STYLE - Enum in org.openstreetmap.gui.jmapviewer.interfaces
 
MapMarkerCircle - Class in org.openstreetmap.gui.jmapviewer
A simple implementation of the MapMarker interface.
MapMarkerCircle(Coordinate, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
Constructs a new MapMarkerCircle.
MapMarkerCircle(String, Coordinate, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
Constructs a new MapMarkerCircle.
MapMarkerCircle(Layer, Coordinate, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
Constructs a new MapMarkerCircle.
MapMarkerCircle(double, double, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
Constructs a new MapMarkerCircle.
MapMarkerCircle(Layer, double, double, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
Constructs a new MapMarkerCircle.
MapMarkerCircle(Layer, String, Coordinate, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
Constructs a new MapMarkerCircle.
MapMarkerCircle(Layer, String, Coordinate, double, MapMarker.STYLE, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
Constructs a new MapMarkerCircle.
MapMarkerDot - Class in org.openstreetmap.gui.jmapviewer
A simple implementation of the MapMarker interface.
MapMarkerDot(Coordinate) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
MapMarkerDot(String, Coordinate) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
MapMarkerDot(Layer, Coordinate) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
MapMarkerDot(Layer, String, Coordinate) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
MapMarkerDot(Color, double, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
MapMarkerDot(double, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
MapMarkerDot(Layer, double, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
MapMarkerDot(Layer, String, double, double) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
MapMarkerDot(Layer, String, Coordinate, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.MapMarkerDot
 
mapMarkerList - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
mapMarkersVisible - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
MapMode - Class in org.openstreetmap.josm.actions.mapmode
A class implementing MapMode is able to be selected as an mode for map editing.
MapMode(String, String, String, Shortcut, MapFrame, Cursor) - Constructor for class org.openstreetmap.josm.actions.mapmode.MapMode
Constructor for mapmodes without a menu
MapMode(String, String, String, MapFrame, Cursor) - Constructor for class org.openstreetmap.josm.actions.mapmode.MapMode
Constructor for mapmodes with a menu (no shortcut will be registered)
mapMode - Variable in class org.openstreetmap.josm.gui.MapFrame
The current mode, this frame operates.
mapModeChange(MapMode, MapMode) - Method in interface org.openstreetmap.josm.gui.MapFrame.MapModeChangeListener
Trigerred when map mode changes.
mapModeChangeListeners - Static variable in class org.openstreetmap.josm.gui.MapFrame
the mapMode listeners
mapModeDraw - Variable in class org.openstreetmap.josm.gui.MapFrame
Draw mode
mapModeListener - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
mapModes - Variable in class org.openstreetmap.josm.gui.MapFrame
 
mapModeSelect - Variable in class org.openstreetmap.josm.gui.MapFrame
Select mode
mapModeSelectLasso - Variable in class org.openstreetmap.josm.gui.MapFrame
Select Lasso mode
mapModeZoom - Variable in class org.openstreetmap.josm.gui.MapFrame
Zoom mode
MapMover - Class in org.openstreetmap.josm.gui
Enables moving of the map by holding down the right mouse button and drag the mouse.
MapMover(NavigatableComponent, JPanel) - Constructor for class org.openstreetmap.josm.gui.MapMover
Constructs a new MapMover.
mapMover - Variable in class org.openstreetmap.josm.gui.MapView
 
MapMover.JMapViewerUpdater - Class in org.openstreetmap.josm.gui
 
MapMover.ZoomerAction - Class in org.openstreetmap.josm.gui
 
mapNameToValue - Static variable in class org.openstreetmap.josm.data.validation.util.Entities
 
Mapnik() - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.Mapnik
Constructs a new "Mapnik" tile source.
MapObject - Interface in org.openstreetmap.gui.jmapviewer.interfaces
 
MapObjectImpl - Class in org.openstreetmap.gui.jmapviewer
 
MapObjectImpl(String) - Constructor for class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
MapObjectImpl(Layer) - Constructor for class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
MapObjectImpl(Layer, String, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
mapOnStart(String, Class<?>) - Method in class org.openstreetmap.josm.tools.XmlObjectParser
 
MapPaintAction(StyleSource) - Constructor for class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
mappaintCacheIdx - Variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
MapPaintDialog - Class in org.openstreetmap.josm.gui.dialogs
Dialog to configure the map painting style.
MapPaintDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
Constructs a new MapPaintDialog.
mapPaintDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
Map paint dialog
MapPaintDialog.InfoAction - Class in org.openstreetmap.josm.gui.dialogs
Displays information about selected paint style in a new dialog.
MapPaintDialog.MapPaintPopup - Class in org.openstreetmap.josm.gui.dialogs
The popup menu displayed when right-clicking a map paint entry
MapPaintDialog.MoveUpDownAction - Class in org.openstreetmap.josm.gui.dialogs
The action to move down the currently selected entries in the list.
MapPaintDialog.MyCheckBoxRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
MapPaintDialog.OnOffAction - Class in org.openstreetmap.josm.gui.dialogs
 
MapPaintDialog.PopupMenuHandler - Class in org.openstreetmap.josm.gui.dialogs
 
MapPaintDialog.ReloadAction - Class in org.openstreetmap.josm.gui.dialogs
 
MapPaintDialog.SaveAsAction - Class in org.openstreetmap.josm.gui.dialogs
 
MapPaintDialog.SaveAsAction.SaveToFileTask - Class in org.openstreetmap.josm.gui.dialogs
 
MapPaintDialog.StylesModel - Class in org.openstreetmap.josm.gui.dialogs
 
MapPaintDialog.StyleSourceRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
MapPaintDialog.StylesTable - Class in org.openstreetmap.josm.gui.dialogs
 
MapPaintMenu - Class in org.openstreetmap.josm.gui.mappaint
The View -> Map Paint Styles menu
MapPaintMenu() - Constructor for class org.openstreetmap.josm.gui.mappaint.MapPaintMenu
Constructs a new MapPaintMenu
MapPaintMenu.MapPaintAction - Class in org.openstreetmap.josm.gui.mappaint
 
MapPaintPopup() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MapPaintPopup
Constructs a new MapPaintPopup.
MapPaintPreference - Class in org.openstreetmap.josm.gui.preferences.map
Preference settings for map paint styles.
MapPaintPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
 
MapPaintPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.map
Factory used to create a new MapPaintPreference.
MapPaintPreference.MapPaintPrefHelper - Class in org.openstreetmap.josm.gui.preferences.map
Helper class for map paint styles preferences.
MapPaintPreference.MapPaintSourceEditor - Class in org.openstreetmap.josm.gui.preferences.map
 
MapPaintPrefHelper() - Constructor for class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintPrefHelper
Constructs a new MapPaintPrefHelper.
MapPaintSettings - Class in org.openstreetmap.josm.data.osm.visitor.paint
Global mappaint settings.
MapPaintSettings() - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
 
MapPaintSourceEditor() - Constructor for class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintSourceEditor
 
mappaintStyle - Variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
mapPaintStyleEntryUpdated(int) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
mapPaintStyleEntryUpdated(int) - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu
 
mapPaintStyleEntryUpdated(int) - Method in interface org.openstreetmap.josm.gui.mappaint.MapPaintStyles.MapPaintSylesUpdateListener
 
MapPaintStyleLoader(Collection<StyleSource>) - Constructor for class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.MapPaintStyleLoader
 
MapPaintStyles - Class in org.openstreetmap.josm.gui.mappaint
This class manages the ElemStyles instance.
MapPaintStyles() - Constructor for class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
MapPaintStyles.IconReference - Class in org.openstreetmap.josm.gui.mappaint
IconReference is used to remember the associated style source for each icon URL.
MapPaintStyles.MapPaintStyleLoader - Class in org.openstreetmap.josm.gui.mappaint
 
MapPaintStyles.MapPaintSylesUpdateListener - Interface in org.openstreetmap.josm.gui.mappaint
MapPaintSylesUpdateListener & related code (get informed when the list of MapPaint StyleSources changes)
MapPaintStyles.TagKeyReference - Class in org.openstreetmap.josm.gui.mappaint
Value holder for a reference to a tag name.
mapPaintStylesUpdated() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
mapPaintStylesUpdated() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu
 
mapPaintStylesUpdated() - Method in interface org.openstreetmap.josm.gui.mappaint.MapPaintStyles.MapPaintSylesUpdateListener
 
mappaintTabLoaded - Variable in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
 
mappedPrimitives - Variable in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
mapping - Variable in class org.openstreetmap.josm.tools.XmlObjectParser
 
MapPolygon - Interface in org.openstreetmap.gui.jmapviewer.interfaces
Interface to be implemented by polygons that can be displayed on the map.
MapPolygonImpl - Class in org.openstreetmap.gui.jmapviewer
 
MapPolygonImpl(ICoordinate...) - Constructor for class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
MapPolygonImpl(List<? extends ICoordinate>) - Constructor for class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
MapPolygonImpl(String, List<? extends ICoordinate>) - Constructor for class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
MapPolygonImpl(String, ICoordinate...) - Constructor for class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
MapPolygonImpl(Layer, List<? extends ICoordinate>) - Constructor for class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
MapPolygonImpl(Layer, String, List<? extends ICoordinate>) - Constructor for class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
MapPolygonImpl(Layer, String, ICoordinate...) - Constructor for class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
MapPolygonImpl(Layer, String, List<? extends ICoordinate>, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
mapPolygonList - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
mapPolygons - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.DefListSelectionListener
 
mapPolygonsVisible - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
MapPreference - Class in org.openstreetmap.josm.gui.preferences.map
Map preferences, including map paint styles, tagging presets and autosave sub-preferences.
MapPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.map.MapPreference
 
MapPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.map
Factory used to create a new MapPreference.
MAPQUEST_ATTRIBUTION - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
MAPQUEST_WEBSITE - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
MapQuestOpenAerialTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
 
MapQuestOpenAerialTileSource() - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.MapQuestOpenAerialTileSource
 
MapQuestOsmTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
 
MapQuestOsmTileSource() - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.MapQuestOsmTileSource
 
MapRectangle - Interface in org.openstreetmap.gui.jmapviewer.interfaces
Interface to be implemented by rectangles that can be displayed on the map.
MapRectangleImpl - Class in org.openstreetmap.gui.jmapviewer
 
MapRectangleImpl(Coordinate, Coordinate) - Constructor for class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
MapRectangleImpl(String, Coordinate, Coordinate) - Constructor for class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
MapRectangleImpl(Layer, Coordinate, Coordinate) - Constructor for class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
MapRectangleImpl(Layer, String, Coordinate, Coordinate) - Constructor for class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
MapRectangleImpl(Layer, String, Coordinate, Coordinate, Style) - Constructor for class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
mapRectangleList - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
mapRectangles - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.DefListSelectionListener
 
mapRectanglesVisible - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
MapRectifierWMSmenuAction - Class in org.openstreetmap.josm.actions
Download rectified images from various services.
MapRectifierWMSmenuAction() - Constructor for class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction
Constructs a new MapRectifierWMSmenuAction.
MapRectifierWMSmenuAction.RectifierService - Class in org.openstreetmap.josm.actions
Class that bundles all required information of a rectifier service
MapRendererFactory - Class in org.openstreetmap.josm.data.osm.visitor.paint
MapRendererFactory manages a list of map renderer classes and associated meta data (display name, description).
MapRendererFactory() - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
 
MapRendererFactory.Descriptor - Class in org.openstreetmap.josm.data.osm.visitor.paint
 
MapRendererFactory.MapRendererFactoryException - Exception in org.openstreetmap.josm.data.osm.visitor.paint
 
MapRendererFactoryException(String, Throwable) - Constructor for exception org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.MapRendererFactoryException
 
MapRendererFactoryException(String) - Constructor for exception org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.MapRendererFactoryException
 
MapRendererFactoryException(Throwable) - Constructor for exception org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.MapRendererFactoryException
 
MapScaler - Class in org.openstreetmap.josm.gui
Map scale bar, displaying the distance in meter that correspond to 100 px on screen.
MapScaler(NavigatableComponent) - Constructor for class org.openstreetmap.josm.gui.MapScaler
Constructs a new MapScaler.
MapScaler.AccessibleMapScaler - Class in org.openstreetmap.josm.gui
 
MapScaler.TickMarks - Class in org.openstreetmap.josm.gui
This class finds the best possible tick mark positions.
MapSlider - Class in org.openstreetmap.josm.gui
 
MapSlider(MapView) - Constructor for class org.openstreetmap.josm.gui.MapSlider
 
MapStatus - Class in org.openstreetmap.josm.gui
A component that manages some status information display about the map.
MapStatus(MapFrame) - Constructor for class org.openstreetmap.josm.gui.MapStatus
Construct a new MapStatus and attach it to the map view.
MapStatus.BackgroundProgressMonitor - Class in org.openstreetmap.josm.gui
 
MapStatus.Collector - Class in org.openstreetmap.josm.gui
The collector class that waits for notification and then update the display objects.
MapStatus.Collector.CollectorWorker - Class in org.openstreetmap.josm.gui
 
MapStatus.MapStatusPopupMenu - Class in org.openstreetmap.josm.gui
 
MapStatus.MouseState - Class in org.openstreetmap.josm.gui
Everything, the collector is interested of.
MapStatus.StatusTextHistory - Class in org.openstreetmap.josm.gui
 
MapStatusPopupMenu() - Constructor for class org.openstreetmap.josm.gui.MapStatus.MapStatusPopupMenu
 
MapTableModel() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.MapTableModel
 
mapToJson(Map) - Static method in class org.openstreetmap.josm.data.Preferences
 
mapView - Variable in class org.openstreetmap.josm.gui.layer.MapViewGraphics
 
mapView - Variable in class org.openstreetmap.josm.gui.layer.MapViewPaintable.MapViewEvent
 
mapView - Variable in class org.openstreetmap.josm.gui.MapFrame
The view control displayed.
MapView - Class in org.openstreetmap.josm.gui
This is a component used in the MapFrame for browsing the map.
MapView(MainLayerManager, JPanel, ViewportData) - Constructor for class org.openstreetmap.josm.gui.MapView
Constructs a new MapView.
MapView.EditLayerChangeAdapter - Class in org.openstreetmap.josm.gui
This class is an adapter for the old layer change interface.
MapView.EditLayerChangeListener - Interface in org.openstreetmap.josm.gui
MapView.LayerChangeAdapter - Class in org.openstreetmap.josm.gui
This class is an adapter for the old layer change interface.
MapView.LayerChangeListener - Interface in org.openstreetmap.josm.gui
Deprecated.
MapView.LayerInvalidatedListener - Class in org.openstreetmap.josm.gui
An invalidation listener that simply calls repaint() for now.
MapView.RepaintListener - Interface in org.openstreetmap.josm.gui
This is a listener that gets informed whenever repaint is called for this MapView.
MapView.WarningLayerPainter - Class in org.openstreetmap.josm.gui
A layer painter that issues a warning when being called.
MapViewEastNorthPoint(EastNorth) - Constructor for class org.openstreetmap.josm.gui.MapViewState.MapViewEastNorthPoint
 
mapViewer - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
the map viewer showing the selected bounding box
mapViewer - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
the map panel showing the old+new coordinate
MapViewer(HistoryBrowserModel) - Constructor for class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.MapViewer
 
MapViewEvent(MapView, boolean) - Constructor for class org.openstreetmap.josm.gui.layer.MapViewPaintable.MapViewEvent
MapViewGraphics - Class in org.openstreetmap.josm.gui.layer
This class provides layers with access to drawing on the map view.
MapViewGraphics(MapView, Graphics2D, MapViewState.MapViewRectangle) - Constructor for class org.openstreetmap.josm.gui.layer.MapViewGraphics
Constructs a new MapViewGraphics.
MapViewPaintable - Interface in org.openstreetmap.josm.gui.layer
This is a component that can be painted on the map view.
MapViewPaintable.LayerPainter - Interface in org.openstreetmap.josm.gui.layer
Gets a new LayerPainter that paints this MapViewPaintable to the given map view.
MapViewPaintable.MapViewEvent - Class in org.openstreetmap.josm.gui.layer
A event that is fired whenever the map view is attached or detached from any layer.
MapViewPaintable.PaintableInvalidationEvent - Class in org.openstreetmap.josm.gui.layer
This event is fired whenever the paintable got invalidated and needs repainting some time in the future.
MapViewPaintable.PaintableInvalidationListener - Interface in org.openstreetmap.josm.gui.layer
This is a listener that listens to MapViewPaintable.PaintableInvalidationEvents
MapViewPoint() - Constructor for class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
 
MapViewRectangle(MapViewState.MapViewPoint, MapViewState.MapViewPoint) - Constructor for class org.openstreetmap.josm.gui.MapViewState.MapViewRectangle
Create a new MapViewRectangle
MapViewState - Class in org.openstreetmap.josm.gui
This class represents a state of the MapView.
MapViewState(Projection, int, int, double, EastNorth) - Constructor for class org.openstreetmap.josm.gui.MapViewState
Create a new MapViewState
MapViewState(EastNorth, MapViewState) - Constructor for class org.openstreetmap.josm.gui.MapViewState
 
MapViewState(double, MapViewState) - Constructor for class org.openstreetmap.josm.gui.MapViewState
 
MapViewState(JComponent, MapViewState) - Constructor for class org.openstreetmap.josm.gui.MapViewState
 
MapViewState(Projection, MapViewState) - Constructor for class org.openstreetmap.josm.gui.MapViewState
 
MapViewState.MapViewEastNorthPoint - Class in org.openstreetmap.josm.gui
 
MapViewState.MapViewPoint - Class in org.openstreetmap.josm.gui
A class representing a point in the map view.
MapViewState.MapViewRectangle - Class in org.openstreetmap.josm.gui
A rectangle on the MapView.
MapViewState.MapViewViewPoint - Class in org.openstreetmap.josm.gui
 
MapViewViewPoint(double, double) - Constructor for class org.openstreetmap.josm.gui.MapViewState.MapViewViewPoint
 
markAsChanged() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
Marks this preference entry as modified.
Marker - Class in org.openstreetmap.josm.gui.layer.markerlayer
Basic marker class.
Marker(LatLon, TemplateEngineDataProvider, String, MarkerLayer, double, double) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
Marker(LatLon, String, String, MarkerLayer, double, double) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
Marker(LatLon, TemplateEngineDataProvider, String, String, MarkerLayer, double, double) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
Marker.TemplateEntryProperty - Class in org.openstreetmap.josm.gui.layer.markerlayer
 
MARKER_FORMATTED_OFFSET - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
MARKER_OFFSET - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
markerAudioTraceVisible - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
markerButtonLabels - Variable in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
MarkerLayer - Class in org.openstreetmap.josm.gui.layer.markerlayer
A layer holding markers.
MarkerLayer(GpxData, String, File, GpxLayer) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
Constructs a new MarkerLayer.
markerLayer - Variable in class org.openstreetmap.josm.io.GpxImporter.GpxImporterData
The imported marker layer.
MarkerLayer.MoveAudio - Class in org.openstreetmap.josm.gui.layer.markerlayer
 
MarkerLayer.ShowHideMarkerText - Class in org.openstreetmap.josm.gui.layer.markerlayer
 
MarkerLayer.SynchronizeAudio - Class in org.openstreetmap.josm.gui.layer.markerlayer
 
markerProducers - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Plugins can add their Marker creation stuff at the bottom or top of this list (depending on whether they want to override default behaviour or just add new stuff).
MarkerProducers - Interface in org.openstreetmap.josm.gui.layer.markerlayer
This interface has to be implemented by anyone who wants to create markers.
Markers() - Constructor for class org.openstreetmap.josm.gui.layer.gpx.ImportAudioAction.Markers
 
MarkerSessionExporter - Class in org.openstreetmap.josm.io.session
Session exporter for MarkerLayer.
MarkerSessionExporter(MarkerLayer) - Constructor for class org.openstreetmap.josm.io.session.MarkerSessionExporter
Constructs a new MarkerSessionExporter.
MarkerSessionExporter.MarkerWriter - Class in org.openstreetmap.josm.io.session
Writes GPX file from marker data.
MarkerSessionImporter - Class in org.openstreetmap.josm.io.session
Session importer for MarkerLayer.
MarkerSessionImporter() - Constructor for class org.openstreetmap.josm.io.session.MarkerSessionImporter
 
MarkersFromNamedPointsAction - Class in org.openstreetmap.josm.gui.layer.gpx
 
MarkersFromNamedPointsAction(GpxLayer) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.MarkersFromNamedPointsAction
 
markerStyle - Variable in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
MarkerWriter(PrintWriter) - Constructor for class org.openstreetmap.josm.io.session.MarkerSessionExporter.MarkerWriter
Constructs a new MarkerWriter.
marktr(String) - Static method in class org.openstreetmap.josm.tools.I18n
Marks a string for translation (such that a script can harvest the translatable strings from the source files).
marktrc(String, String) - Static method in class org.openstreetmap.josm.tools.I18n
 
markWayInsideSide(List<Way>, boolean) - Static method in class org.openstreetmap.josm.actions.JoinAreasAction
This method analyzes the way and assigns each part what direction polygon "inside" is.
MartiniqueEPSG - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
MartiniqueName - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
mask - Variable in class org.openstreetmap.josm.data.osm.Storage
 
MasterWindowListener() - Constructor for class org.openstreetmap.josm.Main.MasterWindowListener
 
match(int, int) - Static method in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
match(int, boolean) - Static method in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Always
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.And
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.And
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Any
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.BooleanMatch
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Child
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Closed
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactType
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.HasRole
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.InArea
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Incomplete
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.KeyValue
 
Match() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Match
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Match
Tests whether the primitive matches this criterion.
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Match
Tests whether the tagged object matches this criterion.
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Modified
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Never
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.New
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Not
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Not
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Nth
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Or
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Or
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Parent
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.RangeMatch
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.RoleMatch
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Selected
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.TaggedMatch
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.TaggedMatch
 
match - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.UnaryMatch
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Untagged
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.UserMatch
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.ValueComparison
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Xor
 
match(Tagged) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Xor
 
match - Variable in class org.openstreetmap.josm.data.osm.FilterMatcher.FilterInfo
 
match(String) - Method in class org.openstreetmap.josm.data.validation.routines.RegexValidator
Validate a value against the set of regular expressions returning the array of matched groups.
match(Map<String, String>) - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData.CheckerElement
 
match(OsmPrimitive, Map<String, String>) - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
match - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
Allows to change the matching process, i.e., determining whether the tags of an OSM object fit into this preset.
match(OsmPrimitive) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.AndSet
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ChildSet
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.OrSet
 
match(OsmPrimitive) - Method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ParentSet
 
matches(HistoryOsmPrimitive) - Method in interface org.openstreetmap.josm.data.osm.history.History.FilterPredicate
 
matches(long, long) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
matches(long) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
matches(T, BBox) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
matches(Relation, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
matches(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueRegexpCondition
 
matches(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.RegexpKeyValueRegexpCondition
 
matches(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.AbstractSelector
Determines if all conditions match the given environment.
matches(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
 
matches(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.GeneralSelector
 
matches(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.LinkSelector
 
matches(Environment) - Method in interface org.openstreetmap.josm.gui.mappaint.mapcss.Selector
Apply the selector to the primitive and check if it matches.
matches(Map<String, String>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.CheckGroup
 
matches(Map<String, String>) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
 
matches(Collection<TaggingPresetType>, Map<String, String>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Determines whether this preset matches the parameters.
matches(Map<String, String>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
Tests whether the tags match this item.
matches(Iterable<? extends TaggingPresetItem>, Map<String, String>) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
Determine whether the given preset items match the tags
matches(String, String) - Method in class org.openstreetmap.josm.plugins.PluginInformation
 
matches(String) - Method in class org.openstreetmap.josm.plugins.PluginInformation
Replies true if either the name, the description, or the version match (case insensitive) one of the words in filter.
matchesBase(OsmPrimitiveType) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
matchesBase(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
matchesBase(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
matchesConditions(Environment) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.GeneralSelector
 
matchesCurrentModifiers(ModifiersSpec) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
matchesKey(String) - Method in class org.openstreetmap.josm.data.osm.Tag
Replies true if the key of this tag is equal to key.
matchesLayer(OsmDataLayer) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager.DialogContext
 
matchGpxTrack(List<ImageEntry>, GpxData, long) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
Match a list of photos to a gpx track with a given offset.
MatchingReferrerFinder(Environment) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.MatchingReferrerFinder
Constructor
matchPoints(List<ImageEntry>, WayPoint, long, WayPoint, long, long) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
matchType - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyCondition
Describes how to match the label against the key.
MatchType(String) - Constructor for enum org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.MatchType
 
matchWithKnown(int, int, int) - Method in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
matchWithKnown(boolean, boolean, boolean) - Method in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
matrixHeight - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrix
 
matrixWidth - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrix
 
max - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource.Attribution
 
max - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.RangeMatch
 
max - Variable in class org.openstreetmap.josm.data.osm.Changeset
the max.
max(int, int, int, int) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Helper function to calculate maximum of 4 values.
max - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds
 
max - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBoundsMapView
 
max - Variable in class org.openstreetmap.josm.tools.ColorScale
 
max(int, int, int, int) - Static method in class org.openstreetmap.josm.tools.Utils
Returns the greater of four int values.
MAX_AGE_DEFAULT_PREFERENCES - Static variable in class org.openstreetmap.josm.data.Preferences
 
MAX_CHANGESET_TAG_LENGTH - Static variable in class org.openstreetmap.josm.data.osm.Changeset
The maximum changeset tag length allowed by API 0.6
MAX_CHANGESETS_NUMBER - Static variable in class org.openstreetmap.josm.io.ChangesetQuery
Maximum number of changesets returned by the OSM API call "/changesets?"
MAX_COLLECTION_ENTRIES - Static variable in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
MAX_COLORFUL_FACTOR - Static variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
MAX_DELETED_PRIMITIVE_IN_DIALOG - Static variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
MAX_DISK_CACHE_SIZE - Static variable in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
how many object on disk should be stored for TMS region in MB.
MAX_DOMAIN_LENGTH - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
MAX_DOWNLOAD_THREADS - Static variable in class org.openstreetmap.josm.io.OsmApi
Maximum number of concurrent download threads, imposed by OSM API usage policy.
MAX_ERRORS - Static variable in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
 
MAX_EVENTS - Static variable in class org.openstreetmap.josm.data.osm.DataSet
Maximum number of events to kept between beginUpdate/endUpdate.
MAX_IDS_PER_REQUEST - Static variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
the max.
MAX_KEY_COUNT - Static variable in class org.openstreetmap.josm.tools.TextTagParser
 
MAX_KEY_LENGTH - Static variable in class org.openstreetmap.josm.tools.TextTagParser
 
MAX_LAT - Static variable in class org.openstreetmap.gui.jmapviewer.OsmMercator
maximum latitude (north) for mercator display
MAX_LENGTH_SEARCH_EXPRESSION_DISPLAY - Static variable in class org.openstreetmap.josm.actions.search.SearchAction
Maximum number of characters before the search expression is shortened for display purposes.
MAX_LRU_TAGS_NUMBER - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Maximum number of recent tags
MAX_OBJECTS_PER_LEVEL - Static variable in class org.openstreetmap.josm.data.osm.QuadBuckets
 
MAX_SERVER_INV_PRECISION - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
MAX_SERVER_PRECISION - Static variable in class org.openstreetmap.josm.data.coor.LatLon
Minimum difference in location to not be represented as the same position.
MAX_SHARPNESS_FACTOR - Static variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
MAX_SINGLE_EVENTS - Static variable in class org.openstreetmap.josm.data.osm.DataSet
Maximum number of events that can be fired between beginUpdate/endUpdate to be send as single events (ie without DatasetChangedEvent)
MAX_SIZE - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
MAX_SLIDER - Static variable in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
MAX_SPEED - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
The maximum speed (pixels per timer interval)
MAX_UNSIGNED_SHORT - Static variable in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
 
MAX_USERNAME_LEN - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
MAX_VALUE_LENGTH - Static variable in class org.openstreetmap.josm.tools.TextTagParser
 
MAX_VISIBLE_LINES - Static variable in class org.openstreetmap.josm.gui.correction.CorrectionTable
 
MAX_WAY_NODES_ERROR - Static variable in class org.openstreetmap.josm.data.validation.tests.ApiCapabilitiesTest
 
MAX_ZOOM - Static variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
Maximum zoom level
max_zoom - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
MAX_ZOOM - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
maximum zoom level supported
maxAge - Variable in class org.openstreetmap.josm.io.CachedFile
 
MaxChangesetSizeExceededPolicy - Enum in org.openstreetmap.josm.gui.io
 
MaxChangesetSizeExceededPolicy() - Constructor for enum org.openstreetmap.josm.gui.io.MaxChangesetSizeExceededPolicy
 
maxChars - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
maxConcurrentDownloads - Variable in class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
 
maxDownloadsPerHost - Variable in class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
 
maxEast - Variable in class org.openstreetmap.josm.data.ProjectionBounds
The maximum east coordinate.
maxElementsOnDisk - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
 
MAXIMUM_EXPIRES - Static variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
MAXIMUM_ITERATIONS - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Maximum number of iterations for iterative computations.
MAXIMUM_ITERATIONS - Static variable in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
Maximum number of iterations for iterative computations.
MAXIMUM_ITERATIONS - Static variable in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
Maximum number of iterations for iterative computations.
maxLat - Variable in class org.openstreetmap.josm.data.Bounds
The minimum and maximum coordinates.
maxLat - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
maxlat - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
maxlength - Variable in class org.openstreetmap.josm.data.validation.tests.LongSegment
Maximum segment length for this test
maxLevel - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex
 
maxLineLength - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
maxLon - Variable in class org.openstreetmap.josm.data.Bounds
The minimum and maximum coordinates.
maxLon - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
maxlon - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
maxNodes - Variable in class org.openstreetmap.josm.data.validation.tests.ApiCapabilitiesTest
 
maxNorth - Variable in class org.openstreetmap.josm.data.ProjectionBounds
The minimum north coordinate.
maxObjectTTL - Static variable in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
maxRect - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
maxRedirects - Variable in class org.openstreetmap.josm.tools.HttpClient
 
maxSize - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
maxSize - Variable in class org.openstreetmap.josm.gui.widgets.ComboBoxHistory
 
maxTextLength - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
 
maxValue - Variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
maxWidth - Variable in class org.openstreetmap.josm.gui.widgets.JMultilineLabel
 
maxZoom - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource.Attribution
 
maxZoom - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
maximum zoom level supported by the tile source
maxZoom - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
maxZoom - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
 
maxZoomLvl - Variable in class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
 
mc - Variable in class org.openstreetmap.josm.gui.mappaint.Environment
 
md5Hex(String) - Static method in class org.openstreetmap.josm.tools.Utils
Calculate MD5 hash of a string and output in hexadecimal format.
MeasurableTask(String) - Constructor for class org.openstreetmap.josm.gui.SplashScreen.MeasurableTask
 
member - Variable in class org.openstreetmap.josm.data.correction.RoleCorrection
Relation member
member - Variable in class org.openstreetmap.josm.data.osm.RelationMember
 
memberExpression - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
An expression (cf.
memberId - Variable in class org.openstreetmap.josm.data.osm.RelationMemberData
 
MemberInfo(Iterable<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
MemberModelChanged(JTable) - Constructor for class org.openstreetmap.josm.gui.history.RelationMemberListViewer.MemberModelChanged
 
MemberRoleCellEditor - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberRoleCellEditor(DataSet, Relation) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberRoleCellEditor
Constructs a new MemberRoleCellEditor.
members - Variable in class org.openstreetmap.josm.data.osm.history.HistoryRelation
 
members - Variable in class org.openstreetmap.josm.data.osm.Relation
 
members - Variable in class org.openstreetmap.josm.data.osm.RelationData
 
members - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelationMembers
List of member objects of the relation
members - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelationPair
Member objects of the relation
members - Variable in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable
 
members - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
members - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
data of the table model: The list of members and the cached WayConnectionType of each member.
members - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
membershipData - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
The membership data of selected objects.
membershipMenu - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
membershipMenuHandler - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
memberships - Variable in class org.openstreetmap.josm.actions.UnGlueAction.PropertiesMembershipDialog
 
membershipTable - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
The membership table.
memberTable - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction
 
memberTable - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
the member table and its model
MemberTable - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberTable(OsmDataLayer, Relation, MemberTableModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
constructor for relation member table
MemberTable.SelectNextGapAction - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberTable.SelectPreviousGapAction - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberTable.ZoomToGapAction - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberTableCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.relation
This is the TableCellRenderer used in the tables of RelationMemberMerger.
MemberTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTableCellRenderer
constructor
MemberTableColumnModel - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberTableColumnModel(DataSet, Relation) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTableColumnModel
Constructs a new MemberTableColumnModel.
MemberTableDblClickAdapter() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor.MemberTableDblClickAdapter
 
MemberTableLinkedCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberTableLinkedCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
MemberTableMemberCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.relation
"Refers to" column in relation editor's member list.
MemberTableMemberCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTableMemberCellRenderer
Constructs a new MemberTableMemberCellRenderer.
memberTableModel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction
 
memberTableModel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
MemberTableModel - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberTableModel(Relation, OsmDataLayer, TaggingPresetHandler) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
constructor
memberTableModel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTable
 
MemberTableRoleCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberTableRoleCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTableRoleCellRenderer
 
MemberTransferHandler - Class in org.openstreetmap.josm.gui.dialogs.relation
 
MemberTransferHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTransferHandler
 
memberType - Variable in class org.openstreetmap.josm.data.osm.RelationMemberData
 
memoryCredentialsCache - Variable in class org.openstreetmap.josm.io.auth.AbstractCredentialsAgent
 
MemoryTileCache - Class in org.openstreetmap.gui.jmapviewer
TileCache implementation that stores all Tile objects in memory up to a certain limit (MemoryTileCache.getCacheSize()).
MemoryTileCache() - Constructor for class org.openstreetmap.gui.jmapviewer.MemoryTileCache
Constructs a new MemoryTileCache.
MemoryTileCache(int) - Constructor for class org.openstreetmap.gui.jmapviewer.MemoryTileCache
Constructs a new MemoryTileCache.
MemoryTileCache.CacheEntry - Class in org.openstreetmap.gui.jmapviewer
Linked list element holding the Tile and links to the MemoryTileCache.CacheEntry.next and MemoryTileCache.CacheEntry.prev item in the list.
MemoryTileCache.CacheLinkedListElement - Class in org.openstreetmap.gui.jmapviewer
Special implementation of a double linked list for MemoryTileCache.CacheEntry elements.
menu - Variable in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog.Selector
 
menu - Variable in class org.openstreetmap.josm.gui.MainFrame
 
menu - Variable in class org.openstreetmap.josm.gui.MenuScroller
 
menu - Variable in class org.openstreetmap.josm.gui.PopupMenuHandler
 
menu - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
 
menu - Variable in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
menu - Variable in class org.openstreetmap.josm.Main
The main menu bar at top of screen.
menuAdditions - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
MenuIcon(int...) - Constructor for enum org.openstreetmap.josm.gui.MenuScroller.MenuIcon
 
menuItems - Variable in class org.openstreetmap.josm.gui.MenuScroller
 
MenuItemSearchDialog - Class in org.openstreetmap.josm.gui.dialogs
 
MenuItemSearchDialog(MainMenu) - Constructor for class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog
 
MenuItemSearchDialog.Action - Class in org.openstreetmap.josm.gui.dialogs
 
MenuItemSearchDialog.CellRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
MenuItemSearchDialog.Selector - Class in org.openstreetmap.josm.gui.dialogs
 
menuListener - Variable in class org.openstreetmap.josm.gui.MenuScroller
 
MenuScroller - Class in org.openstreetmap.josm.gui
A class that provides scrolling capabilities to a long menu dropdown or popup menu.
MenuScroller(JMenu) - Constructor for class org.openstreetmap.josm.gui.MenuScroller
Constructs a MenuScroller that scrolls a menu with the default scrolling interval.
MenuScroller(JPopupMenu) - Constructor for class org.openstreetmap.josm.gui.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the default scrolling interval.
MenuScroller(JMenu, int) - Constructor for class org.openstreetmap.josm.gui.MenuScroller
Constructs a MenuScroller that scrolls a menu with the specified scrolling interval.
MenuScroller(JPopupMenu, int) - Constructor for class org.openstreetmap.josm.gui.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the specified scrolling interval.
MenuScroller(JMenu, int, int) - Constructor for class org.openstreetmap.josm.gui.MenuScroller
Constructs a MenuScroller that scrolls a menu with the specified scrolling interval, and the specified numbers of items fixed at the top of the menu.
MenuScroller(JPopupMenu, int, int) - Constructor for class org.openstreetmap.josm.gui.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the specified scrolling interval, and the specified numbers of items fixed at the top of the popup menu.
MenuScroller.MenuIcon - Enum in org.openstreetmap.josm.gui
 
MenuScroller.MenuScrollItem - Class in org.openstreetmap.josm.gui
 
MenuScroller.MenuScrollListener - Class in org.openstreetmap.josm.gui
 
MenuScroller.MenuScrollTimer - Class in org.openstreetmap.josm.gui
 
MenuScroller.MouseScrollListener - Class in org.openstreetmap.josm.gui
 
MenuScrollItem(MenuScroller.MenuIcon, int) - Constructor for class org.openstreetmap.josm.gui.MenuScroller.MenuScrollItem
 
MenuScrollListener() - Constructor for class org.openstreetmap.josm.gui.MenuScroller.MenuScrollListener
 
MenuScrollTimer(int, int) - Constructor for class org.openstreetmap.josm.gui.MenuScroller.MenuScrollTimer
 
menuSeparatorHandler - Static variable in class org.openstreetmap.josm.gui.MainMenu
this menu listener hides unnecessary JSeparators in a menu list but does not remove them.
Mercator - Class in org.openstreetmap.josm.data.projection.proj
Mercator Cylindrical Projection.
Mercator() - Constructor for class org.openstreetmap.josm.data.projection.proj.Mercator
 
mercator - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
Mercator Projection.
MERCATOR_256 - Static variable in class org.openstreetmap.gui.jmapviewer.OsmMercator
instance with tile size of 256 for easy conversions
mercatorY(double) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
 
merge(List<Layer>) - Method in class org.openstreetmap.josm.actions.MergeLayerAction
Merges a list of layers together.
merge(Layer) - Method in class org.openstreetmap.josm.actions.MergeLayerAction
Merges the given source layer with another one, determined at runtime.
merge() - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
Runs the merge operation.
merge(ProgressMonitor) - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
Runs the merge operation.
merge - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Merge layer
merge(DataSet) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
merges the dataset from to MultiFetchServerObjectReader.outputDataSet.
MergeAction - Class in org.openstreetmap.josm.gui.dialogs.layer
The action to merge the currently selected layer into another layer.
MergeAction(Layer, LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
Constructs a new MergeAction.
MergeAction(List<Layer>, LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
Constructs a new MergeAction.
MergeAction(Layer, List<Layer>, LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
Constructs a new MergeAction.
mergeById(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
Tries to merge a primitive source into an existing primitive with the same id.
mergeComplete - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
mergeDataSet(DataSet) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildrenTask
Merges the primitives in ds to the dataset of the edit layer
mergeDataSet(DataSet) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadRelationSetTask
 
mergeDecision - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
 
MergeDecisionType - Enum in org.openstreetmap.josm.gui.conflict.pair
 
MergeDecisionType() - Constructor for enum org.openstreetmap.josm.gui.conflict.pair.MergeDecisionType
 
mergedEntriesSelectionModel - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
mergedEntriesTable - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
mergedEntriesTableModel - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
mergedMap - Variable in class org.openstreetmap.josm.data.conflict.Conflict
 
mergedMap - Variable in class org.openstreetmap.josm.data.osm.DataSetMerger
A map of all primitives that got replaced with other primitives.
mergedMap - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
mergedMembers - Variable in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
the list of merged nodes.
mergedNodeList - Variable in class org.openstreetmap.josm.command.conflict.WayNodesConflictResolverCommand
the list of merged nodes.
mergedTable - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
MergedTableCellRenderer - Class in org.openstreetmap.josm.gui.conflict.pair.tags
 
MergedTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.MergedTableCellRenderer
 
mergeFrom(GpxData) - Method in class org.openstreetmap.josm.data.gpx.GpxData
Merges data from another object.
mergeFrom(Changeset) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
mergeFrom(DataSet) - Method in class org.openstreetmap.josm.data.osm.DataSet
Moves all primitives and datasources from DataSet "from" to this DataSet.
mergeFrom(DataSet, ProgressMonitor) - Method in class org.openstreetmap.josm.data.osm.DataSet
Moves all primitives and datasources from DataSet "from" to this DataSet.
mergeFrom(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.Node
Merges the technical and semantical attributes from other onto this.
mergeFrom(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Merges the technical and semantical attributes from other onto this.
mergeFrom(Layer) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
mergeFrom(Layer) - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
mergeFrom(Layer) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
mergeFrom(Layer) - Method in class org.openstreetmap.josm.gui.layer.Layer
Merges the given layer into this layer.
mergeFrom(Layer) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
mergeFrom(Layer) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
mergeFrom(Layer) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
mergeFrom(DataSet) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
merges the primitives in dataset from into the dataset of this layer
mergeFrom(DataSet, ProgressMonitor) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
merges the primitives in dataset from into the dataset of this layer
mergeFrom(Layer) - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
mergeIncomplete - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
mergeInto(HistoryDataSet) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
merges the histories from the HistoryDataSet other in this history data set
mergeItems - Variable in class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
the list of merge decisions, represented as TagMergeItems
MergeLayerAction - Class in org.openstreetmap.josm.actions
Action that merges two or more OSM data layers.
MergeLayerAction() - Constructor for class org.openstreetmap.josm.actions.MergeLayerAction
Constructs a new MergeLayerAction.
mergeNodeList(Way) - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
Merges the node list of a source way onto its target way.
mergeNodes(OsmDataLayer, Collection<Node>, Node) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Merge nodes using MergeNodesAction.
mergeNodes(OsmDataLayer, Collection<Node>, Node) - Static method in class org.openstreetmap.josm.actions.MergeNodesAction
Merges the nodes in nodes at the specified node's location.
mergeNodes(OsmDataLayer, Collection<Node>, Node, Node) - Static method in class org.openstreetmap.josm.actions.MergeNodesAction
Merges the nodes in nodes onto one of the nodes.
mergeNodes - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Merge Nodes
MergeNodesAction - Class in org.openstreetmap.josm.actions
Merges a collection of nodes into one node.
MergeNodesAction() - Constructor for class org.openstreetmap.josm.actions.MergeNodesAction
Constructs a new MergeNodesAction.
mergePrimitive(OsmPrimitive, Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
Merges a primitive onto primitives dataset.
mergePrims(Point) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Merges the selected nodes to the one closest to the given mouse position if the control key is pressed.
mergeRelationMembers(Relation) - Method in class org.openstreetmap.josm.data.osm.DataSetMerger
Merges the relation members of a source relation onto the corresponding target relation.
mergeSelected() - Method in class org.openstreetmap.josm.actions.MergeSelectionAction
Merge the currently selected objects into another layer.
mergeSelected - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Merge selection
MergeSelectionAction - Class in org.openstreetmap.josm.actions
Merge the currently selected objects into another layer.
MergeSelectionAction() - Constructor for class org.openstreetmap.josm.actions.MergeSelectionAction
Constructs a new MergeSelectionAction.
MergeSourceBuildingVisitor - Class in org.openstreetmap.josm.data.osm.visitor
MergeSourceBuildingVisitor helps to build the "hull" of a collection of OsmPrimitives which shall be merged into another layer.
MergeSourceBuildingVisitor(DataSet) - Constructor for class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
Creates the visitor.
mergeWith(AutoCompletionItemPriority) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Merges two priorities.
meridionalArc(double) - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
Returns the meridional arc, the true meridional distance on the ellipsoid from the equator to the specified latitude, in meters.
meridionalRadiusOfCurvature(double) - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
Returns the radius of curvature in the meridian for this reference ellipsoid at the specified latitude.
message - Variable in enum org.openstreetmap.josm.data.validation.Severity
Description of the severity code
message - Variable in class org.openstreetmap.josm.data.validation.TestError
The error message
message - Variable in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest.OpeningHoursTestError
 
messageBox(String, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Simple function to show messageBox, may be used from JS API and from other code
MessageNotifier - Class in org.openstreetmap.josm.io
Notifies user periodically of new received (unread) messages
MessageNotifier() - Constructor for class org.openstreetmap.josm.io.MessageNotifier
 
MessageNotifier.Worker - Class in org.openstreetmap.josm.io
 
MessagePanel(Object, boolean) - Constructor for class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.MessagePanel
Constructs a new panel.
META - Static variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
META_AUTHOR_EMAIL - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_AUTHOR_LINK - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_AUTHOR_NAME - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_BOUNDS - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_COPYRIGHT_AUTHOR - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_COPYRIGHT_LICENSE - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_COPYRIGHT_YEAR - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_DESC - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_EXTENSIONS - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_KEYWORDS - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_LINKS - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_NAME - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_PREFIX - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
META_TIME - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
 
metadata - Variable in class org.openstreetmap.gui.jmapviewer.Tile
TileLoader-specific tile metadata
metadataHeaders - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
metadataHeaders - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
mapping <header key, metadata key>
metadataHeaders - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
metadataHeaders - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
METER_PER_UNIT_DEGREE - Static variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
metersPerUnitWMTS - Variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
method - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClassCondition
 
methods - Variable in class org.openstreetmap.josm.tools.XmlObjectParser.Entry
 
methodWarningFrom - Variable in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
METRE_PER_SECOND - Static variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
METRIC - Static variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Metric system (international standard).
middlenodes - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
middleToolbar - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel
The toolbar on the middle of the panel
MILLIS_OF_DAY - Static variable in class org.openstreetmap.josm.tools.Utils
 
MILLIS_OF_HOUR - Static variable in class org.openstreetmap.josm.tools.Utils
 
MILLIS_OF_MINUTE - Static variable in class org.openstreetmap.josm.tools.Utils
 
MILLIS_OF_SECOND - Static variable in class org.openstreetmap.josm.tools.Utils
 
milliseconds - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
milliseconds(long) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
MIME_TYPE - Static variable in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
The MIME type for FileDrop.TransferableObject.DATA_FLAVOR is application/x-net.iharder.dnd.TransferableObject.
min - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource.Attribution
 
min - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.RangeMatch
 
min - Variable in class org.openstreetmap.josm.data.osm.Changeset
the min.
min - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds
 
min - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBoundsMapView
 
MIN - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
min - Variable in class org.openstreetmap.josm.tools.ColorScale
 
min(int, int, int) - Static method in class org.openstreetmap.josm.tools.Utils
Returns the minimum of three values.
MIN_LAT - Static variable in class org.openstreetmap.gui.jmapviewer.OsmMercator
minimum latitude (south) for mercator display
MIN_ZOOM - Static variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
Minimum zoom level
min_zoom - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
MIN_ZOOM - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
minium zoom level supported
mindist - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
minEast - Variable in class org.openstreetmap.josm.data.ProjectionBounds
The minimum east coordinate.
mineTable - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
MineTableCellRenderer - Class in org.openstreetmap.josm.gui.conflict.pair.tags
 
MineTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.MineTableCellRenderer
 
mineVersionInfo - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
MinimapDialog - Class in org.openstreetmap.josm.gui.dialogs
A small map of the current edit location implemented as ToggleDialog.
MinimapDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.MinimapDialog
Constructs a new MinimapDialog.
minimizeSplitBounds(MultiSplitLayout.Split, Rectangle) - Static method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
MINIMUM_EXPIRES - Static variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
minimumLayoutSize(Container) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
minimumNodeSize(MultiSplitLayout.Node) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
minJosmVersion - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
minimum JOSM version required to enable this source entry
minLat - Variable in class org.openstreetmap.josm.data.Bounds
The minimum and maximum coordinates.
minLat - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
minlat - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
minLon - Variable in class org.openstreetmap.josm.data.Bounds
The minimum and maximum coordinates.
minLon - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
minlon - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
MinMaxFunction(List<Expression>, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.MinMaxFunction
Constructs a new MinMaxFunction.
minmiddledist - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
minNorth - Variable in class org.openstreetmap.josm.data.ProjectionBounds
The minimum north coordinate.
minorStepsPerMajor - Variable in class org.openstreetmap.josm.gui.MapScaler.TickMarks
 
minSize - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
minTrackDurationForTimeColoring - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
minus(TagCollection) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the difference of this tag collection and another tag collection
minus(float...) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Function associated to the numeric "-" operator.
minValue - Variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
minZoom - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource.Attribution
 
minZoom - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
minimum zoom level supported by the tile source
minZoom - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
minZoom - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
 
minZoomLvl - Variable in class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
 
mirror - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Mirror
MirrorAction - Class in org.openstreetmap.josm.actions
Mirror the selected nodes or ways along the vertical axis Note: If a ways are selected, their nodes are mirrored
MirrorAction() - Constructor for class org.openstreetmap.josm.actions.MirrorAction
Constructs a new MirrorAction.
mirrorEntry - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
In case of mirror parsing this contains the mirror entry
mirrors - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
mirrors of different type for this entry
MISSING_OUTER_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
No outer way for multipolygon
MISSING_PEDESTRIAN_CROSSING - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
MissingHelpContentException - Exception in org.openstreetmap.josm.gui.help
Exception thrown when help content is missing.
MissingHelpContentException(String) - Constructor for exception org.openstreetmap.josm.gui.help.MissingHelpContentException
Constructs a new MissingHelpContentException.
MissingOAuthAccessTokenException - Exception in org.openstreetmap.josm.io
 
MissingOAuthAccessTokenException() - Constructor for exception org.openstreetmap.josm.io.MissingOAuthAccessTokenException
Constructs a new MissingOAuthAccessTokenException.
MissingOAuthAccessTokenException(String, Throwable) - Constructor for exception org.openstreetmap.josm.io.MissingOAuthAccessTokenException
Constructs a new OsmTransferException with the specified detail message and cause.
MissingOAuthAccessTokenException(String) - Constructor for exception org.openstreetmap.josm.io.MissingOAuthAccessTokenException
Constructs a new OsmTransferException with the specified detail message.
MissingOAuthAccessTokenException(Throwable) - Constructor for exception org.openstreetmap.josm.io.MissingOAuthAccessTokenException
Constructs a new OsmTransferException with the specified cause.
missingPrimitives - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
missingPrimitives - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.FetchResult
The collection of primitive ids that could not have been loaded
missingPrimitives - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
 
missingTranslation(OsmPrimitive, String) - Method in class org.openstreetmap.josm.data.validation.tests.NameMismatch
Report a missing translation.
MISSPELLED_KEY - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
MISSPELLED_VALUE - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
MITERLIMIT - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
mix(int, double) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulFilter
 
MIX_VIA - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
mkdir - Variable in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
mkDirs(File) - Static method in class org.openstreetmap.josm.tools.Utils
Creates a directory and log a default warning if the creation fails.
mkDirs(File, String) - Static method in class org.openstreetmap.josm.tools.Utils
Creates a directory and log a configurable warning if the creation fails.
ml0 - Variable in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
Meridian distance at the latitudeOfOrigin.
ml0 - Variable in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
Meridian distance at the latitudeOfOrigin.
mlfn(double, double, double) - Method in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Calculates the meridian distance.
MLFN_TOL - Static variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Relative iteration precision used in the mlfn method
MNEMONIC - Static variable in class org.openstreetmap.josm.tools.Shortcut
 
mod(int, int) - Static method in class org.openstreetmap.josm.tools.Utils
Return the modulus in the range [0, n)
modal - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
modCount - Variable in class org.openstreetmap.josm.data.osm.Storage
 
mode - Variable in class org.openstreetmap.josm.actions.AutoScaleAction
mode - Variable in class org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteParameters
 
mode - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
Mode() - Constructor for enum org.openstreetmap.josm.actions.mapmode.ExtrudeAction.Mode
 
mode - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
Mode() - Constructor for enum org.openstreetmap.josm.actions.mapmode.ParallelWayAction.Mode
 
mode - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
Mode() - Constructor for enum org.openstreetmap.josm.actions.mapmode.SelectAction.Mode
 
mode - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
mode - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue
 
Mode() - Constructor for enum org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue.Mode
 
mode - Variable in class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
Mode selector which defines how a filter is combined with the previous one: replace: replace selection add: add to selection remove: remove from selection in_selection: find in selection
mode - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
The projection mode for this particular instance.
Mode() - Constructor for enum org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea.Mode
 
mode - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
Mode() - Constructor for enum org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.Mode
 
mode - Variable in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
Mode() - Constructor for enum org.openstreetmap.josm.gui.io.SaveLayersModel.Mode
 
MODE_PROP - Static variable in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
modeData(BoundingXYVisitor) - Static method in class org.openstreetmap.josm.actions.AutoScaleAction
 
modeDownload(BoundingXYVisitor) - Method in class org.openstreetmap.josm.actions.AutoScaleAction
 
model - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
model - Variable in class org.openstreetmap.josm.gui.conflict.pair.PairTable
 
model - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
model - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
model - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
 
model - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
model - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver
the model for the tag conflict resolver
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.ChangesetDetailViewSynchronizer
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.CloseSelectedChangesetsAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetContentAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetsAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.RemoveFromCacheAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.ShowDetailAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetTagsPanel
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
the model for the list of conflicts
model - Variable in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
the data model
model - Variable in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.layer.DeleteLayerAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.layer.DuplicateAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.layer.MoveDownAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.layer.MoveUpAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
the model for the layer list
model - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
the tree model
model - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTable
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableCellRenderer
reference to the member table model; required, in order to check whether a selected primitive is already used in the member list of the currently edited relation
model - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
the list model used
model - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
model - Variable in class org.openstreetmap.josm.gui.dialogs.UserListDialog
 
model - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection
 
model - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
the model
model - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.Updater
 
model - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowser
the model
model - Variable in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
model - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer
 
model - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
model - Variable in class org.openstreetmap.josm.gui.history.VersionTable
 
model - Variable in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
model - Variable in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
the list model
model - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
model - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
model - Variable in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor
 
model - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
 
model - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel
 
model - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginListPanel
 
model - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
model - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.PluginConfigurationSitesPanel
 
model - Variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
model - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
model - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
the tag editor model
model - Variable in class org.openstreetmap.josm.gui.tagging.TagTable
 
model - Variable in class org.openstreetmap.josm.gui.tagging.TagTableColumnModelBuilder
 
model - Variable in class org.openstreetmap.josm.gui.widgets.HistoryComboBox
 
model - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
model - Variable in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox
 
modeLayer(BoundingXYVisitor) - Method in class org.openstreetmap.josm.actions.AutoScaleAction
 
modeless - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
modeProblem(BoundingXYVisitor) - Static method in class org.openstreetmap.josm.actions.AutoScaleAction
 
MODES - Static variable in class org.openstreetmap.josm.actions.AutoScaleAction
A list of things we can zoom to.
modeSelectionOrConflict(BoundingXYVisitor) - Method in class org.openstreetmap.josm.actions.AutoScaleAction
 
modificationType - Variable in class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultChangesetDataSetEntry
 
modificationType - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel.ChangesetContentEntry
 
modificationTypes - Variable in class org.openstreetmap.josm.data.osm.ChangesetDataSet
 
Modified() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Modified
 
modified - Variable in class org.openstreetmap.josm.command.Command.OldNodeState
 
modified - Variable in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
modified(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
:modified tests whether the object has been modified.
modifiedColor - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.LatLonViewer
 
ModifiedConflictResolveCommand - Class in org.openstreetmap.josm.command.conflict
Represents the resolution of a conflict between the modified flag of two OsmPrimitives.
ModifiedConflictResolveCommand(Conflict<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.command.conflict.ModifiedConflictResolveCommand
constructor
modifiedPredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate filtering primitives that are modified
MODIFIER - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
ModifierListener - Interface in org.openstreetmap.josm.gui.util
Listener called when pressed modifier keys change is detected
modifierListeners - Variable in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
modifiers - Variable in class org.openstreetmap.josm.gui.MapStatus.MouseState
 
modifiersChanged(int) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
This is required to update the cursors when ctrl/shift/alt is pressed
modifiersChanged(int) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
redraw to (possibly) get rid of helper line if selection changes.
modifiersChanged(int) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
This method is called to indicate different modes via cursor when the Alt/Ctrl/Shift modifier is pressed,
modifiersChanged(int) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
modifiersChanged(int) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
modifiersChanged(int) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
modifiersChanged(int) - Method in interface org.openstreetmap.josm.gui.util.ModifierListener
 
ModifiersSpec - Class in org.openstreetmap.josm.actions.mapmode
TODO: rewrite to use awt modifers flag instead.
ModifiersSpec(String) - Constructor for class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
'A' = Alt, 'S' = Shift, 'C' = Ctrl Lowercase signifies off and '?' means unknown/optional.
ModifiersSpec(int, int, int) - Constructor for class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
modifyPreferencesByScript(ScriptEngine, Preferences, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
modifyPrimitive(IPrimitive, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Modifies an OSM primitive on the server.
modifyUrlBeforeLoad(String) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
This allows subclasses to perform operations on the URL before DownloadOsmTask.loadUrl(boolean, java.lang.String, org.openstreetmap.josm.gui.progress.ProgressMonitor) is performed.
modifyWay(Node, Way, List<Command>, List<Node>) - Static method in class org.openstreetmap.josm.actions.UnGlueAction
dupe the given node of the given way assume that originalNode is in the way the new node will be put into the parameter newNodes. the add-node command will be put into the parameter cmds. the changed way will be returned and must be put into cmds by the caller!
mods - Variable in class org.openstreetmap.josm.data.osm.Storage.Iter
 
mods - Static variable in class org.openstreetmap.josm.tools.Shortcut
 
modulo - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.Nth
 
monitor - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
monitor - Variable in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
monitor - Variable in class org.openstreetmap.josm.gui.io.UploadNoteLayerTask
 
monitor - Variable in class org.openstreetmap.josm.io.OsmApi.CapabilitiesCache
 
monitor - Variable in class org.openstreetmap.josm.tools.HttpClient.Response
 
MORE_FROM - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
MORE_TO - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
MORE_VIA - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
MoreNotesException(List<Note>, int) - Constructor for exception org.openstreetmap.josm.io.BoundingBoxDownloader.MoreNotesException
Constructs a MoreNotesException.
moreToolsMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
moreToolsMenu contains geometry-related actions from all the plugins
MotdContent() - Constructor for class org.openstreetmap.josm.gui.GettingStarted.MotdContent
 
MOUSE_BUTTONS_MASK - Static variable in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
mouseAdapter - Variable in class org.openstreetmap.josm.gui.bbox.SizeButton
 
mouseAdapter - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.AddNoteAction
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.DoubleClickAdapter
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.MouseEventHandler
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.DblClickHandler
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.MouseEventHandler
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.MouseEventHandler
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MouseClickWatch
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor.MemberTableDblClickAdapter
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.DblClickMouseAdapter
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTable.DoubleClickAdapter
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.MouseEventHandler
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.MouseEventHandler
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar.MouseEventHandler
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.DoubleClickAdapter
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.MouseEventHandler
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection.DoubleClickAdapter
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.DoubleClickAdapter
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
Center the display on the point that has been clicked
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel.PresetLabelMouseListener
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable.DblClickHandler
 
mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.UrlLabel
 
MouseClickWatch() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MouseClickWatch
 
mouseDownButton - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
The pressed button of the user mouse down event.
mouseDownTime - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
mouseDownTime - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
The time of the user mouse down event.
mouseDragged(MouseEvent) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Performs action depending on what ExtrudeAction.mode we're in.
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
If the left mouse button is pressed, move all currently selected objects (if one of them is under the mouse) or the current one under the mouse (which will become selected).
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.gui.MapMover
If the right (and only the right) mouse button is pressed, move the map.
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
If the correct button is hold, draw the rectangle.
mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
mouseEntered(MouseEvent) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
mouseEntered(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
mouseEntered(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
mouseEntered(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
mouseEntered(MouseEvent) - Method in class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel.FreezeMouseListener
 
mouseEntered(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
 
mouseEntered(MouseEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel.PresetLabelMouseListener
 
mouseEntered(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
mouseEntered(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.UrlLabel
 
MouseEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.MouseEventHandler
 
MouseEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.MouseEventHandler
 
MouseEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictDialog.MouseEventHandler
Constructs a new MouseEventHandler.
MouseEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.RelationListDialog.MouseEventHandler
 
MouseEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.MouseEventHandler
 
MouseEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar.MouseEventHandler
Constructs a new MouseEventHandler.
MouseEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.MouseEventHandler
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Repaint on mouse exit so that the helper line goes away.
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.MouseEventHandler
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.MouseEventHandler
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel.FreezeMouseListener
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.ScrollViewport.ScrollViewPortMouseListener
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel.PresetLabelMouseListener
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.UrlLabel
 
mouseHasBeenDragged - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
mouseIsDown - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
mouseIsDragging - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
mouseListener - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
MouseListener() - Constructor for class org.openstreetmap.josm.gui.history.VersionTable.MouseListener
 
mouseMotionListener - Variable in class org.openstreetmap.josm.gui.MapStatus
 
mouseMoved(MouseEvent) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
Listen to mouse move to be able to update the cursor (and highlights)
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
 
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.gui.MapMover
Emulates dragging on Mac OSX.
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
 
mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
mouseOnExistingNode - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
mouseOnExistingWays - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
mousePointInImg - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
mousePos - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
mousePos - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
mousePos - Variable in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
mousePos - Variable in class org.openstreetmap.josm.gui.MapStatus.MouseState
 
mousePos - Variable in class org.openstreetmap.josm.gui.SelectionManager
The last position of the mouse while the mouse button was pressed.
mousePosMove - Variable in class org.openstreetmap.josm.gui.MapMover
The point in the map that was the under the mouse point when moving around started.
mousePosStart - Variable in class org.openstreetmap.josm.gui.SelectionManager
Position of the map when the mouse button was pressed.
mousePressed(MouseEvent) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
If the left mouse button is pressed over a segment or a node, switches to appropriate ExtrudeAction.mode, depending on Ctrl/Alt/Shift modifiers and ExtrudeAction.dualAlignEnabled.
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Look, whether any object is selected.
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
Start drawing the selection rectangle if it was the 1st button (left button)
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MouseClickWatch
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.history.VersionTable.MouseListener
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
Initialize the dragging, either with button 1 (simple dragging) or button 3 (selection of a picture part)
mousePressed - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.MapMover
Start the movement, if it was the 3rd button (right button).
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.ScrollViewport.ScrollViewPortMouseListener
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
If the correct button, from the "drawing rectangle" mode
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel.PresetLabelMouseListener
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox.ContextMenuHandler
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.UrlLabel
 
mousePressedPos - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
mousePressedTime - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
If user clicked with the left button, delete the nearest object.
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
If user clicked with the left button, add a node at the current mouse position.
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Does anything that needs to be done, then switches back to select mode.
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
When dragging the map change the cursor back to it's pre-move cursor.
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.MapMover
Change the cursor back to it's pre-move cursor.
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.ScrollViewport.ScrollViewPortMouseListener
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
Check the state of the keys and buttons and set the selection accordingly.
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel.PresetLabelMouseListener
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox.ContextMenuHandler
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.InputHandler
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.UrlLabel
 
mouseReleaseTime - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
The time of the user mouse down event.
MouseScrollListener() - Constructor for class org.openstreetmap.josm.gui.MenuScroller.MouseScrollListener
 
mouseStart - Variable in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
MouseState(Point, int) - Constructor for class org.openstreetmap.josm.gui.MapStatus.MouseState
 
mouseWheelListener - Variable in class org.openstreetmap.josm.gui.MenuScroller
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.ImgDisplayMouseListener
Zoom in and out, trying to preserve the point of the image that was under the mouse cursor at the same place
mouseWheelMoved(MouseWheelEvent) - Method in class org.openstreetmap.josm.gui.MapMover
Zoom the map by 1/5th of current zoom per wheel-delta.
mouseWheelMoved(MouseWheelEvent) - Method in class org.openstreetmap.josm.gui.MenuScroller.MouseScrollListener
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
This mouse wheel listener reacts when a scroll is carried out over the tab strip and scrolls one tab/down or up, selecting it immediately.
move - Static variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
Vectors for clock-wise tile painting
move(int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
Move() - Constructor for class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.Move
 
MoveAction - Class in org.openstreetmap.josm.actions
Moves the selection
MoveAction(MoveAction.Direction) - Constructor for class org.openstreetmap.josm.actions.MoveAction
Constructs a new MoveAction.
moveAction - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
MoveAction.Direction - Enum in org.openstreetmap.josm.actions
 
moveAgain(double, double) - Method in class org.openstreetmap.josm.command.MoveCommand
Move the same set of objects again by the specified vector.
moveAgainTo(double, double) - Method in class org.openstreetmap.josm.command.MoveCommand
Move again to the specified coordinates.
MoveAudio() - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.MoveAudio
 
moveCommand - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
the command that performed last move.
MoveCommand - Class in org.openstreetmap.josm.command
MoveCommand moves a set of OsmPrimitives along the map.
MoveCommand(OsmPrimitive, double, double) - Constructor for class org.openstreetmap.josm.command.MoveCommand
Constructs a new MoveCommand to move a primitive.
MoveCommand(Node, LatLon) - Constructor for class org.openstreetmap.josm.command.MoveCommand
Constructs a new MoveCommand to move a node.
MoveCommand(Collection<OsmPrimitive>, EastNorth) - Constructor for class org.openstreetmap.josm.command.MoveCommand
Constructs a new MoveCommand to move a collection of primitives.
MoveCommand(Collection<OsmPrimitive>, double, double) - Constructor for class org.openstreetmap.josm.command.MoveCommand
Constructs a new MoveCommand and assign the initial object set and movement vector.
MoveCommand(Collection<OsmPrimitive>, EastNorth, EastNorth) - Constructor for class org.openstreetmap.josm.command.MoveCommand
Constructs a new MoveCommand to move a collection of primitives.
MoveCommand(OsmPrimitive, EastNorth, EastNorth) - Constructor for class org.openstreetmap.josm.command.MoveCommand
Constructs a new MoveCommand to move a primitive.
moveCommand2 - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The command used for dual alignment movement.
moveDown() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Move down the currently selected layers by one position
moveDown(int[]) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
MoveDownAction - Class in org.openstreetmap.josm.gui.dialogs.layer
The action to move down the currently selected entries in the list.
MoveDownAction(LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.MoveDownAction
Constructs a new MoveDownAction.
MoveDownAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Move the currently selected members down.
MoveDownAction(MemberTable, MemberTableModel, String) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.MoveDownAction
Constructs a new MoveDownAction.
moveDownAction - Variable in class org.openstreetmap.josm.gui.MainMenu
 
moveDownFilter(int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
moveDownMerged(int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Moves the nodes given by indices in rows down by one position in the list of merged nodes.
moveDownMergedAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
MoveDownMergedAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.MoveDownMergedAction
 
movedTo(MapViewState.MapViewPoint, EastNorth) - Method in class org.openstreetmap.josm.gui.MapViewState
 
moveElementToFirstPos(MemoryTileCache.CacheEntry) - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
 
moveLayer(Layer, int) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Move a layer to a new position.
moveLayer(Layer, int) - Method in class org.openstreetmap.josm.gui.MapView
Moves the layer to the given new position.
moveLeadSelectionIndex(int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
moveLeftAction - Variable in class org.openstreetmap.josm.gui.MainMenu
 
moveMap(int, int) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Moves the visible map pane.
movementEnabled - Variable in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
movementInPlace - Variable in class org.openstreetmap.josm.gui.MapMover
 
movementMouseButton - Variable in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
movementMouseButtonMask - Variable in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
moveNode - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Move Node...
MoveNodeAction - Class in org.openstreetmap.josm.actions
This action displays a dialog with the coordinates of a node where the user can change them, and when ok is pressed, the node is relocated to the specified position.
MoveNodeAction() - Constructor for class org.openstreetmap.josm.actions.MoveNodeAction
Constructs a new MoveNodeAction.
moveNodeIntersectingStroke - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
moveNodeOntoWay - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Join Way to Node
moveNodeStroke - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
moveReaderToEndCurrentTag(XMLStreamReader) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Moves the reader to the closing tag of current tag.
moveReaderToTag(XMLStreamReader, QName[]) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Moves reader to first occurrence of the structure equivalent of Xpath tags[0]/tags[1]../tags[n].
moveRightAction - Variable in class org.openstreetmap.josm.gui.MainMenu
 
moveSelection(int, int) - Method in class org.openstreetmap.josm.gui.SelectionManager
Moves the current selection by some pixels.
movesHiddenWay() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
moveStyles(int[], int) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
Move position of entries in the current list of StyleSources
moveTask - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
Does the moving
MoveTask() - Constructor for class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
 
moveToDeletedLayersFolder(File) - Method in class org.openstreetmap.josm.data.AutosaveTask
Move file to the deleted layers directory.
moveUp() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Move up the currently selected layers by one position
moveUp(int[]) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
MoveUpAction - Class in org.openstreetmap.josm.gui.dialogs.layer
The action to move up the currently selected entries in the list.
MoveUpAction(LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.MoveUpAction
Constructs a new MoveUpAction.
MoveUpAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Move the currently selected members up.
MoveUpAction(MemberTable, MemberTableModel, String) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.MoveUpAction
Constructs a new MoveUpAction.
moveUpAction - Variable in class org.openstreetmap.josm.gui.MainMenu
 
MoveUpDownAction(boolean) - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MoveUpDownAction
Constructs a new MoveUpDownAction.
MoveUpDownAction(boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.MoveUpDownAction
 
moveUpFilter(int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
moveUpMerged(int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Moves the nodes given by indices in rows up by one position in the list of merged nodes.
moveUpMergedAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
MoveUpMergedAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.MoveUpMergedAction
 
MoveXAction(int) - Constructor for class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveXAction
 
MoveYAction(int) - Constructor for class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveYAction
 
movingComponent - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
movingNodeList - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Collection of nodes that is moved
mperpLabelName - Variable in class org.openstreetmap.gui.jmapviewer.Demo
 
mperpLabelValue - Variable in class org.openstreetmap.gui.jmapviewer.Demo
 
ms - Variable in class org.openstreetmap.josm.gui.MapStatus.Collector.CollectorWorker
 
MSECS_PER_MINUTE - Static variable in class org.openstreetmap.josm.io.OsmServerWriter
 
MSECS_PER_SECOND - Static variable in class org.openstreetmap.josm.io.OsmServerWriter
 
msfn(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Computes function f(s,c,e²) = c/sqrt(1 - s²×e²) needed for the true scale latitude (Snyder 14-15), where s and c are the sine and cosine of the true scale latitude, and e² is the eccentricity squared.
msg - Variable in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
mSpltPane - Variable in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
 
MultiCascade - Class in org.openstreetmap.josm.gui.mappaint
Several layers / cascades, e.g.
MultiCascade() - Constructor for class org.openstreetmap.josm.gui.mappaint.MultiCascade
Constructs a new MultiCascade.
MultiFetchOverpassObjectReader - Class in org.openstreetmap.josm.io
Retrieves a set of OsmPrimitives from an Overpass API server.
MultiFetchOverpassObjectReader() - Constructor for class org.openstreetmap.josm.io.MultiFetchOverpassObjectReader
 
MultiFetchServerObjectReader - Class in org.openstreetmap.josm.io
Retrieves a set of OsmPrimitives from an OSM server using the so called Multi Fetch API.
MultiFetchServerObjectReader() - Constructor for class org.openstreetmap.josm.io.MultiFetchServerObjectReader
Constructs a MultiFetchServerObjectReader.
MultiFetchServerObjectReader.Fetcher - Class in org.openstreetmap.josm.io
The class that actually download data from OSM API.
MultiFetchServerObjectReader.FetchResult - Class in org.openstreetmap.josm.io
The class holding the results given by MultiFetchServerObjectReader.Fetcher.
multiGetIdPackage(OsmPrimitiveType, Set<Long>, ProgressMonitor) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
invokes a Multi Get for a set of ids and a given OsmPrimitiveType.
MultikeyActionsHandler - Class in org.openstreetmap.josm.tools
 
MultikeyActionsHandler() - Constructor for class org.openstreetmap.josm.tools.MultikeyActionsHandler
 
MultikeyActionsHandler.MyAction - Class in org.openstreetmap.josm.tools
 
MultikeyActionsHandler.MyKeyEventDispatcher - Class in org.openstreetmap.josm.tools
 
MultikeyActionsHandler.MyTimerTask - Class in org.openstreetmap.josm.tools
 
MultikeyActionsHandler.ShowLayersPopupWorker - Class in org.openstreetmap.josm.tools
 
MultikeyInfo(int, String) - Constructor for class org.openstreetmap.josm.tools.MultikeyShortcutAction.MultikeyInfo
 
multikeyShortcut - Variable in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
multikeyShortcut - Variable in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
multikeyShortcut - Variable in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
MultikeyShortcutAction - Interface in org.openstreetmap.josm.tools
 
MultikeyShortcutAction.MultikeyInfo - Class in org.openstreetmap.josm.tools
 
MultiMap<A,B> - Class in org.openstreetmap.josm.tools
MultiMap - maps keys to multiple values.
MultiMap() - Constructor for class org.openstreetmap.josm.tools.MultiMap
Constructs a new MultiMap.
MultiMap(int) - Constructor for class org.openstreetmap.josm.tools.MultiMap
Constructs a new MultiMap with the specified initial capacity.
MultiMap(Map<A, Set<B>>) - Constructor for class org.openstreetmap.josm.tools.MultiMap
Constructs a new MultiMap from an ordinary Map.
multiMapFromJson(String) - Static method in class org.openstreetmap.josm.data.Preferences
 
multiMapToJson(MultiMap) - Static method in class org.openstreetmap.josm.data.Preferences
 
multiObjectReader - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
multiple - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
multiple(boolean) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Builder method to set multiple property.
MULTIPLE_IDS_PATTERN - Static variable in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
MULTIPLE_NAME_MAX_LENGTH - Static variable in class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
Maximum displayed length, in characters.
MULTIPLE_SPACES - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
MULTIPLE_STREET_NAMES - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
MULTIPLE_STREET_RELATIONS - Static variable in class org.openstreetmap.josm.data.validation.tests.Addresses
 
multipleClassname - Variable in class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
The class name of the combined primitives
multipleFromString(String) - Static method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
Parses a range SimplePrimitiveId from the string s.
multipleMatchesParameter - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.CycleManager
 
MultipleNameVisitor - Class in org.openstreetmap.josm.data.validation.util
Able to create a name and an icon for a collection of elements.
MultipleNameVisitor() - Constructor for class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
 
multiplier - Variable in class org.openstreetmap.josm.actions.audio.AudioFastSlowAction
 
Multipolygon(Way) - Constructor for class org.openstreetmap.josm.actions.JoinAreasAction.Multipolygon
 
Multipolygon - Class in org.openstreetmap.josm.data.osm.visitor.paint.relations
Multipolygon data used to represent complex areas, see wiki.
Multipolygon(Relation) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
Constructs a new Multipolygon from a relation.
Multipolygon.JoinedWay - Class in org.openstreetmap.josm.data.osm.visitor.paint.relations
 
Multipolygon.MultipolygonRoleMatcher - Class in org.openstreetmap.josm.data.osm.visitor.paint.relations
Kind of strategy object which is responsible for deciding whether a given member role indicates that the member belongs to an outer or an inner polygon.
Multipolygon.PolyData - Class in org.openstreetmap.josm.data.osm.visitor.paint.relations
 
Multipolygon.PolyData.Intersection - Enum in org.openstreetmap.josm.data.osm.visitor.paint.relations
 
multipolygonArea(Relation) - Static method in class org.openstreetmap.josm.tools.Geometry
Returns area of a multipolygon in square meters.
MultipolygonBuilder - Class in org.openstreetmap.josm.data.osm
Helper class to build multipolygons from multiple ways.
MultipolygonBuilder(List<MultipolygonBuilder.JoinedPolygon>, List<MultipolygonBuilder.JoinedPolygon>) - Constructor for class org.openstreetmap.josm.data.osm.MultipolygonBuilder
Constructs a new MultipolygonBuilder initialized with given ways.
MultipolygonBuilder() - Constructor for class org.openstreetmap.josm.data.osm.MultipolygonBuilder
Constructs a new empty MultipolygonBuilder.
MultipolygonBuilder.JoinedPolygon - Class in org.openstreetmap.josm.data.osm
Represents one polygon that consists of multiple ways.
MultipolygonBuilder.JoinedPolygonCreationException - Exception in org.openstreetmap.josm.data.osm
An exception indicating an error while joining ways to multipolygon rings.
MultipolygonBuilder.PolygonLevel - Class in org.openstreetmap.josm.data.osm
Helper storage class for finding findOuterWays
MultipolygonBuilder.Worker - Class in org.openstreetmap.josm.data.osm
 
MultipolygonCache - Class in org.openstreetmap.josm.data.osm.visitor.paint.relations
A memory cache for Multipolygon objects.
MultipolygonCache() - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
MultiPolygonMembers(Relation) - Constructor for class org.openstreetmap.josm.tools.Geometry.MultiPolygonMembers
 
MultipolygonOpenEndFinder(Environment) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.MultipolygonOpenEndFinder
 
multipolygonPredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate filtering multipolygon relations.
multipolygonRelation - Variable in class org.openstreetmap.josm.actions.CreateMultipolygonAction.CreateUpdateMultipolygonTask
 
MultipolygonRoleMatcher() - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
multipolygonRules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
MultipolygonTest - Class in org.openstreetmap.josm.data.validation.tests
Checks if multipolygons are valid
MultipolygonTest() - Constructor for class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Constructs a new MultipolygonTest.
MultiSelect - Class in org.openstreetmap.josm.gui.tagging.presets.items
Multi-select list type.
MultiSelect() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.MultiSelect
 
MultiSplitLayout - Class in org.openstreetmap.josm.gui.widgets
The MultiSplitLayout layout manager recursively arranges its components in row and column groups called "Splits".
MultiSplitLayout() - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Create a MultiSplitLayout with a default model with a single Leaf node named "default".
MultiSplitLayout(MultiSplitLayout.Node) - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Create a MultiSplitLayout with the specified model.
MultiSplitLayout.Divider - Class in org.openstreetmap.josm.gui.widgets
Models a single vertical/horiztonal divider.
MultiSplitLayout.InvalidLayoutException - Exception in org.openstreetmap.josm.gui.widgets
The specified Node is either the wrong type or was configured incorrectly.
MultiSplitLayout.Leaf - Class in org.openstreetmap.josm.gui.widgets
Models a java.awt Component child.
MultiSplitLayout.Node - Class in org.openstreetmap.josm.gui.widgets
Base class for the nodes that model a MultiSplitLayout.
MultiSplitLayout.Split - Class in org.openstreetmap.josm.gui.widgets
Defines a vertical or horizontal subdivision into two or more tiles.
MultiSplitPane - Class in org.openstreetmap.josm.gui.widgets
All properties in this class are bound: when a properties value is changed, all PropertyChangeListeners are fired.
MultiSplitPane() - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitPane
Creates a MultiSplitPane with it's LayoutManager set to to an empty MultiSplitLayout.
MultiSplitPane.AccessibleMultiSplitPane - Class in org.openstreetmap.josm.gui.widgets
 
MultiSplitPane.DefaultDividerPainter - Class in org.openstreetmap.josm.gui.widgets
 
MultiSplitPane.DividerPainter - Interface in org.openstreetmap.josm.gui.widgets
Draws a single Divider.
MultiSplitPane.InputHandler - Class in org.openstreetmap.josm.gui.widgets
 
MultiValueCellEditor - Class in org.openstreetmap.josm.gui.conflict.tags
This is a table cell editor for selecting a possible tag value from a list of proposed tag values.
MultiValueCellEditor() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
Construct a new MultiValueCellEditor
MultiValueCellEditor.EditorCellRenderer - Class in org.openstreetmap.josm.gui.conflict.tags
The cell renderer used in the edit combo box
MultiValueCellEditor.NavigationListener - Interface in org.openstreetmap.josm.gui.conflict.tags
Defines the interface for an object implementing navigation between rows
MultiValueCellRenderer - Class in org.openstreetmap.josm.gui.conflict.tags
This is a TableCellRenderer for MultiValueResolutionDecisions.
MultiValueCellRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
Constructs a new MultiValueCellRenderer.
MultiValueDecisionType - Enum in org.openstreetmap.josm.gui.conflict.tags
Represents a decision for a tag conflict due to multiple possible values.
MultiValueDecisionType() - Constructor for enum org.openstreetmap.josm.gui.conflict.tags.MultiValueDecisionType
 
MultiValueResolutionDecision - Class in org.openstreetmap.josm.gui.conflict.tags
Represents a decision for a conflict due to multiple possible value for a tag.
MultiValueResolutionDecision() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
constructor
MultiValueResolutionDecision(TagCollection) - Constructor for class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Creates a new decision for the tag collection tags.
mustRescale(Image) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
mv - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
mv - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
mv - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
The component this SelectAction is associated with.
mv - Variable in class org.openstreetmap.josm.data.validation.PaintVisitor
The MapView
mv - Variable in class org.openstreetmap.josm.gui.MapScaler
 
mv - Variable in class org.openstreetmap.josm.gui.MapSlider
 
mv - Variable in class org.openstreetmap.josm.gui.MapStatus
The MapView this status belongs to.
mvComponentAdapter - Variable in class org.openstreetmap.josm.gui.MapStatus
 
my - Variable in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
my relation
my - Variable in class org.openstreetmap.josm.data.conflict.Conflict
 
my - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
my - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
MY_PRIMITIVE_PROP - Static variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
name of the property for the OsmPrimitive in the role "my"
MyAction(MultikeyShortcutAction) - Constructor for class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyAction
 
myActions - Variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler
 
myAndTheirEntriesEqual() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Replies true if the list of my entries and the list of their entries are equal
MyCheckBoxRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MyCheckBoxRenderer
Constructs a new MyCheckBoxRenderer.
myCommand - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
will be filled with the command assigned to the subclass
myCoords - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
myDataset - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
myDeletedState - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
myDirection - Variable in class org.openstreetmap.josm.actions.MoveAction
 
myDrawString(Graphics, String, int, int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
myEntriesSelectionModel - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
myEntriesTable - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
myEntriesTableModel - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
myJava - Variable in class org.openstreetmap.josm.gui.GettingStarted.MotdContent
 
MyKeyEventDispatcher() - Constructor for class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyKeyEventDispatcher
 
myLang - Variable in class org.openstreetmap.josm.gui.GettingStarted.MotdContent
 
myListener - Variable in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
myReferrers - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
myTagValue - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
 
MyTimerTask(long, MultikeyActionsHandler.MyAction) - Constructor for class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyTimerTask
 
myVersion - Variable in class org.openstreetmap.josm.gui.GettingStarted.MotdContent
 
MyWaySegment(Way, Node, Node) - Constructor for class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 

N

n - Variable in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
Constants used by the spherical and elliptical Albers projection.
n - Variable in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
n - Variable in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
projection exponent
N - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
 
n - Variable in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 
n0 - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
n1 - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
n2 - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
N_TR - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
nadgrids - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2Datum
 
nadgrids - Static variable in class org.openstreetmap.josm.data.projection.Projections
 
name - Variable in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
name - Variable in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
name - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
name - Variable in enum org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource.ScanexLayer
 
name - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
name of the imagery layer
name - Variable in class org.openstreetmap.josm.actions.ActionParameter
 
name - Variable in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction.RectifierService
 
name - Variable in enum org.openstreetmap.josm.actions.search.PushbackTokenizer.Token
 
name - Variable in class org.openstreetmap.josm.command.SequenceCommand
 
name - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
name - Variable in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
name - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.Layer
 
name - Variable in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
name - Variable in class org.openstreetmap.josm.data.preferences.ColorProperty
 
name - Variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
name - Variable in class org.openstreetmap.josm.data.projection.datum.AbstractDatum
 
name - Variable in class org.openstreetmap.josm.data.projection.Projections.ProjectionDefinition
 
name - Variable in class org.openstreetmap.josm.data.validation.Test
Name of the test
name - Variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker.RolePreset
 
name - Variable in class org.openstreetmap.josm.data.validation.util.NameVisitor
The name of this item.
name - Variable in enum org.openstreetmap.josm.gui.conflict.ConflictColors
 
name - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ResolveToAction
 
name - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
name - Variable in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
 
name - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
name - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.Server
 
name - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.GpxDataWrapper
 
name - Variable in class org.openstreetmap.josm.gui.layer.Layer
The name of this layer.
name - Variable in enum org.openstreetmap.josm.gui.MainApplication.Option
 
name - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
name - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement.FontDescriptor
 
name - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
name - Variable in class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
 
name - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ShortcutTableCellRenderer
 
name - Variable in class org.openstreetmap.josm.gui.preferences.SourceEntry
Name is used as a namespace for color preferences and (currently) only one file with a name can be loaded at a time.
name - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
name - Variable in class org.openstreetmap.josm.gui.SplashScreen.MeasurableTask
 
name - Variable in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
name - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
name - Variable in enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
 
name - Variable in class org.openstreetmap.josm.gui.tagging.TagModel
the name of the tag
name - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Leaf
 
name - Variable in class org.openstreetmap.josm.io.CachedFile
 
name - Variable in class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
name - Variable in class org.openstreetmap.josm.io.remotecontrol.DNSName
 
name - Variable in class org.openstreetmap.josm.Main.InitializationTask
 
name - Variable in class org.openstreetmap.josm.plugins.PluginHandler.DeprecatedPlugin
Plugin name
name - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin name.
name - Variable in class org.openstreetmap.josm.tools.ImageProvider
image file name
name - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid.FontEntry
Platform font name.
name_context - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
NAME_MISSING - Static variable in class org.openstreetmap.josm.data.validation.tests.NameMismatch
 
NAME_PROP - Static variable in class org.openstreetmap.josm.gui.layer.Layer
 
NAME_SPLIT_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.tests.NameMismatch
 
NAME_TRANSLATION_MISSING - Static variable in class org.openstreetmap.josm.data.validation.tests.NameMismatch
 
nameComplementTags - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
 
NAMED_WAYS - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
Ways that must have a name
NamedResultCellRenderer() - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultCellRenderer
Constructs a new NamedResultCellRenderer.
NamedResultTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableColumnModel
 
NamedResultTableModel(ListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableModel
 
NameFinderResultParser() - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection.NameFinderResultParser
 
NameFormatter - Interface in org.openstreetmap.josm.data.osm
Formats a name for a OsmPrimitive.
NameFormatterHook - Interface in org.openstreetmap.josm.gui
 
NameMismatch - Class in org.openstreetmap.josm.data.validation.tests
Check for missing name:* translations.
NameMismatch() - Constructor for class org.openstreetmap.josm.data.validation.tests.NameMismatch
Constructs a new NameMismatch test.
NameQueryTask(String) - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
names - Variable in class org.openstreetmap.josm.data.osm.User
the user name
NAMES - Static variable in class org.openstreetmap.josm.gui.preferences.projection.PuwgProjectionChoice
 
names - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
namespace - Variable in class org.openstreetmap.josm.tools.XmlObjectParser.AddNamespaceFilter
 
nameSupportedProjections() - Method in class org.openstreetmap.josm.gui.layer.Layer
Specify user information about projections
nameSupportedProjections() - Method in class org.openstreetmap.josm.gui.layer.TMSLayer
 
nameSupportedProjections() - Method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
nameSupportedProjections() - Method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
nameTags - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
 
nameTemplate - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
nameTemplateFilter - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
nameText - Variable in class org.openstreetmap.josm.gui.MapStatus
 
NameVisitor - Class in org.openstreetmap.josm.data.validation.util
Able to create a name and an icon for each data element.
NameVisitor() - Constructor for class org.openstreetmap.josm.data.validation.util.NameVisitor
 
namingTagsForRelations - Static variable in class org.openstreetmap.josm.gui.DefaultNameFormatter
the current list of tags used as naming tags in relations
NativeFileChooser - Class in org.openstreetmap.josm.gui.widgets
File chooser based on the AWT's FileDialog implementation, which looks like more a native file chooser than the Swing implementation.
NativeFileChooser(File) - Constructor for class org.openstreetmap.josm.gui.widgets.NativeFileChooser
Constructs a new NativeFileChooser.
nativeFileChoosers - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
NativeScaleLayer - Interface in org.openstreetmap.josm.gui.layer
Represents a layer that has native scales.
nativeScaleLayer - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
The layer which scale is set to.
NativeScaleLayer.Scale - Class in org.openstreetmap.josm.gui.layer
Represents a scale with native flag, used in NativeScaleLayer.ScaleList
NativeScaleLayer.ScaleList - Class in org.openstreetmap.josm.gui.layer
List of scales, may include intermediate steps between native resolutions
NativeScaleLayerCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.NativeScaleLayerCellRenderer
Constructs a new ActiveLayerCellRenderer.
NativeScaleLayerCheckBox() - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.NativeScaleLayerCheckBox
 
nativeScaleList - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
nativeScaleList - Static variable in class org.openstreetmap.josm.gui.layer.TMSLayer
 
NAUTICAL_MILE - Static variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Nautical mile system (navigation, polar exploration).
NavigatableComponent - Class in org.openstreetmap.josm.gui
A component that can be navigated by a MapMover.
NavigatableComponent() - Constructor for class org.openstreetmap.josm.gui.NavigatableComponent
Constructs a new NavigatableComponent.
NavigatableComponent.ZoomChangeListener - Interface in org.openstreetmap.josm.gui
Interface to notify listeners of the change of the zoom area.
NavigatableComponent.ZoomData - Class in org.openstreetmap.josm.gui
 
nc - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
the map viewport - provides projection and hit detection functionality
nc - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictPainter
 
nc - Variable in class org.openstreetmap.josm.gui.MapMover
The map to move around.
nc - Variable in class org.openstreetmap.josm.gui.SelectionManager
The Component that provides us with OSM data and the aspect is taken from.
ne - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
NE_INDEX - Static variable in class org.openstreetmap.josm.data.osm.QuadBuckets
 
NEAR_BOTH - Static variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
NEAR_TRACK - Static variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
NEAR_WAYPOINTS - Static variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
nearby(Node, double) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
nearbyNodeCache - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
nearbyNodeCacheDist - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
nearbyNodes(double) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
nearestNode - Variable in class org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteParameters
 
nearestPlace - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
nearestPointOnTrack(EastNorth, double) - Method in class org.openstreetmap.josm.data.gpx.GpxData
Makes a WayPoint at the projection of point p onto the track providing p is less than tolerance away from the track
nearestSegment - Variable in class org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteParameters
 
needRedraw - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
needsEnvironment - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ParameterFunction
 
needsSave - Variable in class org.openstreetmap.josm.gui.io.SaveLayersTableColumnModel.RecommendedActionsTableCell
 
needsSplitPaneAdjustment - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
needsUpdate() - Method in class org.openstreetmap.josm.io.CacheCustomContent
 
needsUpload - Variable in class org.openstreetmap.josm.gui.io.SaveLayersTableColumnModel.RecommendedActionsTableCell
 
NEGATED_OPS - Static variable in enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.Op
 
negateResult - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyCondition
If we should negate the result of the match.
NETWORK_ERRORS - Static variable in class org.openstreetmap.josm.Main
 
neutralColor - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
Never() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Never
 
New() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.New
 
NewAction - Class in org.openstreetmap.josm.actions
Creates a blank new OSM data layer.
NewAction() - Constructor for class org.openstreetmap.josm.actions.NewAction
Constructs a NewAction.
newAction - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
NewAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.NotesDialog.NewAction
Constructs a new NewAction.
newAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
NewAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.RelationListDialog.NewAction
 
newAction - Variable in class org.openstreetmap.josm.gui.MainMenu
File / New Layer
newActionWithDownloadIcon() - Static method in class org.openstreetmap.josm.actions.DownloadNotesInViewAction
 
newActionWithNoteIcon() - Static method in class org.openstreetmap.josm.actions.DownloadNotesInViewAction
 
NewActiveSourceAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.NewActiveSourceAction
 
newChangesetId - Variable in class org.openstreetmap.josm.data.osm.event.ChangesetIdChangedEvent
 
newDirectExecutor() - Static method in class org.openstreetmap.josm.tools.Utils
Returns an executor which executes commands in the calling thread
NewEntryAction() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.NewEntryAction
 
NewEntryAction(ImageryInfo.ImageryType) - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.NewEntryAction
 
newEntryListModel() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor
 
newEntryListModel() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor
 
newEntryListModel() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor
 
newFilterWithArchiveExtensions(String, String, String, ExtensionFileFilter.AddArchiveExtension, List<String>) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Construct an extension file filter with the extensions supported by Compression automatically added to the extensions.
newFilterWithArchiveExtensions(String, String, String, boolean) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Construct an extension file filter with the extensions supported by Compression automatically added to the extensions.
newForkJoinPool(String, String, int) - Static method in class org.openstreetmap.josm.tools.Utils
Returns a ForkJoinPool with the parallelism given by the preference key.
newHighlights - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
NewIconPathAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.NewIconPathAction
 
newId - Variable in class org.openstreetmap.josm.io.DiffResultProcessor.DiffResultEntry
 
newInstance(long, boolean) - Method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
newInstance() - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
newIsoDateFormat() - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Returns a new SimpleDateFormat for date only, according to ISO 8601.
newIsoDateTimeFormat() - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Returns a new SimpleDateFormat for date and time, according to ISO 8601.
newKey - Variable in class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataKey
key of correct data
newKey - Variable in class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataTag
key of correct data
newKey - Variable in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
The mew key.
newKey - Variable in class org.openstreetmap.josm.data.correction.TagCorrection
New key
newLayer - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
newLayer - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
newLayer - Variable in class org.openstreetmap.josm.gui.download.DownloadObjectDialog
 
newLayer - Variable in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
If true download into a new layer
newLayerName - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
newLayerName - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
newLayers - Variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
newN1en - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
The new EastNorths of node1 and node2
newN2en - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
newNode - Variable in class org.openstreetmap.josm.actions.UnGlueAction.ExistingBothNewChoice
 
newNodes - Variable in class org.openstreetmap.josm.command.ChangeNodesCommand
 
newNoteId - Variable in class org.openstreetmap.josm.data.osm.NoteData
 
newOrUndeleted - Variable in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
newOsm - Variable in class org.openstreetmap.josm.command.ChangeCommand
 
newOsmApiDateTimeFormat() - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Returns a new SimpleDateFormat for date and time, according to format used in OSM API errors.
newReversedChangeListener(JTable, NodeListTableColumnModel) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer
 
newRole - Variable in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
newRole - Variable in class org.openstreetmap.josm.data.correction.RoleCorrection
New role
newSafeDOMBuilder() - Static method in class org.openstreetmap.josm.tools.Utils
Returns a new secure DOM builder, supporting XML namespaces.
newSafeSAXParser() - Static method in class org.openstreetmap.josm.tools.Utils
Returns a new secure SAX parser, supporting XML namespaces.
newSearchTask(SearchAction.SearchSetting, SearchAction.SearchReceiver) - Static method in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
newSearchTask(SearchAction.SearchSetting, DataSet, SearchAction.SearchReceiver) - Static method in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
Create a new search task for the given search setting.
newSelection - Variable in class org.openstreetmap.josm.actions.SplitWayAction.SplitWayResult
 
newSelection - Variable in class org.openstreetmap.josm.command.SelectCommand
the primitives to select when executing the command
newTableModel() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor
 
newTableModel() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor
 
newTableModel() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor
 
newTextArea() - Static method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
 
newThreadFactory(String, int) - Static method in class org.openstreetmap.josm.tools.Utils
Creates a new ThreadFactory which creates threads with names according to nameFormat.
newValue - Variable in class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataTag
value of correct data
newValue - Variable in class org.openstreetmap.josm.data.correction.TagCorrection
New value
newValue - Variable in class org.openstreetmap.josm.data.Preferences.DefaultPreferenceChangeEvent
 
newVersion - Variable in class org.openstreetmap.josm.io.DiffResultProcessor.DiffResultEntry
 
newWay - Variable in class org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
 
newWays - Variable in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
newWays - Variable in class org.openstreetmap.josm.actions.SplitWayAction.SplitWayResult
 
next - Variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheEntry
 
next - Variable in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
next() - Method in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
next() - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultIterator
 
next() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QuadBucketIterator
 
next() - Method in class org.openstreetmap.josm.data.osm.Storage.Iter
 
next() - Method in class org.openstreetmap.josm.data.osm.Storage.SafeReadonlyIter
 
next() - Method in class org.openstreetmap.josm.data.osm.TagMap.TagEntryInterator
 
next() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
next - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator
 
next() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator
 
next() - Method in class org.openstreetmap.josm.tools.CopyList.Itr
 
next() - Method in class org.openstreetmap.josm.tools.SubclassFilteredCollection.FilterIterator
 
next() - Method in class org.openstreetmap.josm.tools.XmlObjectParser
 
next_sibling() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
nextContentNode() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
nextContentNode(QuadBuckets.QBLevel<T>) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QuadBucketIterator
 
nextFocusComponent - Variable in class org.openstreetmap.josm.gui.tagging.TagTable
 
nextNode() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
nextSibling() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
nextSibling() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
Return the Node that comes after this one in the parent's list of children, or null.
nextState() - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
Rotate to the next allowed state.
nextTerm(double, double, int) - Static method in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
 
nextTF - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.TFKeyListener
 
nextToken() - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
The token returned is null or starts with an identifier character: - for an '-'.
nextToken() - Method in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
niceThreadName(Thread) - Static method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
NL - Static variable in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
NMEA_TYPE(String) - Constructor for enum org.openstreetmap.josm.io.NmeaReader.NMEA_TYPE
 
NMEAImporter - Class in org.openstreetmap.josm.io
File importer allowing to import NMEA-0183 files (*.nmea/nme/nma/log/txt files).
NMEAImporter() - Constructor for class org.openstreetmap.josm.io.NMEAImporter
Constructs a new NMEAImporter.
NMEAParserState() - Constructor for class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
NmeaReader - Class in org.openstreetmap.josm.io
Reads a NMEA file.
NmeaReader(InputStream) - Constructor for class org.openstreetmap.josm.io.NmeaReader
 
NmeaReader.GPGGA - Enum in org.openstreetmap.josm.io
 
NmeaReader.GPGSA - Enum in org.openstreetmap.josm.io
 
NmeaReader.GPRMC - Enum in org.openstreetmap.josm.io
 
NmeaReader.GPVTG - Enum in org.openstreetmap.josm.io
 
NmeaReader.NMEA_TYPE - Enum in org.openstreetmap.josm.io
Handler for the different types that NMEA speaks.
NmeaReader.NMEAParserState - Class in org.openstreetmap.josm.io
 
nNode - Variable in class org.openstreetmap.josm.actions.OrthogonalizeAction.WayData
 
NO_DEFAULT_SETTINGS_ENTRY - Variable in class org.openstreetmap.josm.data.Preferences
 
NO_FRAGMENTS - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Enabling this options disallows any URL fragments.
NO_FROM - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
no_off - Variable in class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
NO_PROXY_LIST - Static variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
NO_SCROLL - Static variable in class org.openstreetmap.josm.gui.ScrollViewport
 
NO_STYLE - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
No area style for multipolygon
NO_STYLE_POLYGON - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Multipolygon relation should be tagged with area tags and not the outer way(s)
NO_TILE_AT_ZOOM - Static variable in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
NO_TO - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
NO_USER_INPUT - Static variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
 
NO_VIA - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
noAutoCompletionString - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
a string which should not be auto completed
noChecksum - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
noDataColor - Variable in class org.openstreetmap.josm.tools.ColorScale
 
node(Object) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
node - Variable in class org.openstreetmap.josm.actions.CreateCircleAction.PolarNode
 
node - Variable in class org.openstreetmap.josm.data.osm.event.NodeMovedEvent
 
Node - Class in org.openstreetmap.josm.data.osm
One node data, consisting of one world coordinate waypoint.
Node(long, boolean) - Constructor for class org.openstreetmap.josm.data.osm.Node
 
Node() - Constructor for class org.openstreetmap.josm.data.osm.Node
Constructs a new local Node with id 0.
Node(long) - Constructor for class org.openstreetmap.josm.data.osm.Node
Constructs an incomplete Node object with the given id.
Node(long, int) - Constructor for class org.openstreetmap.josm.data.osm.Node
Constructs a new Node with the given id and version.
Node(Node, boolean) - Constructor for class org.openstreetmap.josm.data.osm.Node
Constructs an identical clone of the argument.
Node(Node) - Constructor for class org.openstreetmap.josm.data.osm.Node
Constructs an identical clone of the argument (including the id).
Node(LatLon) - Constructor for class org.openstreetmap.josm.data.osm.Node
Constructs a new Node with the given lat/lon with id 0.
Node(EastNorth) - Constructor for class org.openstreetmap.josm.data.osm.Node
Constructs a new Node with the given east/north with id 0.
node - Variable in exception org.openstreetmap.josm.gui.widgets.MultiSplitLayout.InvalidLayoutException
 
Node() - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
 
NODE_FILTER_PREDICATE - Static variable in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
nodeChanged(DefaultMutableTreeNode) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
nodeColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Color Preference for nodes
nodeColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Color Preference for nodes
nodeComparator - Variable in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
nodeCount - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
nodeCount - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
NodeCountRange(PushbackTokenizer.Range) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.NodeCountRange
 
NodeCountRange(PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.NodeCountRange
 
NodeData - Class in org.openstreetmap.josm.data.osm
 
NodeData() - Constructor for class org.openstreetmap.josm.data.osm.NodeData
Constructs a new NodeData.
NodeData(NodeData) - Constructor for class org.openstreetmap.josm.data.osm.NodeData
Constructs a new NodeData.
NodeDistanceToRefNodeComparator(Node, Node, boolean) - Constructor for class org.openstreetmap.josm.actions.JoinNodeWayAction.NodeDistanceToRefNodeComparator
 
nodeDragWithoutCtrl - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
NodeElement - Class in org.openstreetmap.josm.gui.mappaint.styleelement
applies for Nodes and turn restriction relations
NodeElement(Cascade, MapImage, NodeElement.Symbol, float, RotationAngle) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
NodeElement.Symbol - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
NodeElement.SymbolShape - Enum in org.openstreetmap.josm.gui.mappaint.styleelement
 
nodeFurthestAppart(List<Node>) - Static method in class org.openstreetmap.josm.actions.AlignInLineAction
Return the two nodes the most distant from the provided list.
NodeGraph() - Constructor for class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
Constructs a new NodeGraph.
NodeHash() - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicateNode.NodeHash
 
nodeIcon - Variable in class org.openstreetmap.josm.gui.history.NodeListTableCellRenderer
 
nodeIds - Variable in class org.openstreetmap.josm.data.osm.history.HistoryWay
 
nodeInsidePolygon(Node, List<Node>) - Static method in class org.openstreetmap.josm.tools.Geometry
Tests if point is inside a polygon.
NodeListColumnModel - Class in org.openstreetmap.josm.gui.conflict.pair.nodes
Column model used in NodeListTable.
NodeListColumnModel(TableCellRenderer) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListColumnModel
Constructs a new NodeListColumnModel.
NodeListMergeModel - Class in org.openstreetmap.josm.gui.conflict.pair.nodes
 
NodeListMergeModel() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMergeModel
 
nodeListMerger - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
NodeListMerger - Class in org.openstreetmap.josm.gui.conflict.pair.nodes
A UI component for resolving conflicts in the node lists of two Ways.
NodeListMerger() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMerger
Constructs a new NodeListMerger.
NodeListPopupMenu() - Constructor for class org.openstreetmap.josm.gui.history.NodeListViewer.NodeListPopupMenu
 
NodeListTable - Class in org.openstreetmap.josm.gui.conflict.pair.nodes
 
NodeListTable(String, ListMergeModel<Node>, OsmPrimitivesTableModel, ListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTable
Constructs a new NodeListTable.
NodeListTableCellRenderer - Class in org.openstreetmap.josm.gui.conflict.pair.nodes
This is the TableCellRenderer used in the node tables of NodeListMerger.
NodeListTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer
constructor
NodeListTableCellRenderer - Class in org.openstreetmap.josm.gui.history
 
NodeListTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.history.NodeListTableCellRenderer
Constructs a new NodeListTableCellRenderer.
NodeListTableColumnModel - Class in org.openstreetmap.josm.gui.history
The TableColumnModel for the table with the list of nodes.
NodeListTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.history.NodeListTableColumnModel
Constructs a new NodeListTableColumnModel.
nodeListViewer - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowser
 
NodeListViewer - Class in org.openstreetmap.josm.gui.history
NodeListViewer is a UI component which displays the node list of two version of a OsmPrimitive in a History.
NodeListViewer(HistoryBrowserModel) - Constructor for class org.openstreetmap.josm.gui.history.NodeListViewer
Constructs a new NodeListViewer.
NodeListViewer.DoubleClickAdapter - Class in org.openstreetmap.josm.gui.history
 
NodeListViewer.InternalPopupMenuLauncher - Class in org.openstreetmap.josm.gui.history
 
NodeListViewer.NodeListPopupMenu - Class in org.openstreetmap.josm.gui.history
 
NodeListViewer.ShowHistoryAction - Class in org.openstreetmap.josm.gui.history
 
NodeListViewer.ZoomToNodeAction - Class in org.openstreetmap.josm.gui.history
 
nodeMoved(NodeMovedEvent) - Method in interface org.openstreetmap.josm.data.osm.event.DataSetListener
A node's coordinates were modified.
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.data.validation.TestError
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
nodeMoved(NodeMovedEvent) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
NodeMovedEvent - Class in org.openstreetmap.josm.data.osm.event
 
NodeMovedEvent(DataSet, Node) - Constructor for class org.openstreetmap.josm.data.osm.event.NodeMovedEvent
 
nodeOverlapsRectangle(MultiSplitLayout.Node, Rectangle) - Static method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
NodePair(Node, Node) - Constructor for class org.openstreetmap.josm.actions.CombineWayAction.NodePair
Constructs a new NodePair.
NodePair(Pair<Node, Node>) - Constructor for class org.openstreetmap.josm.actions.CombineWayAction.NodePair
Constructs a new NodePair.
nodePairFurthestApart(List<Node>) - Static method in class org.openstreetmap.josm.actions.AlignInLineAction
Return 2 nodes making up the line along which provided nodes must be aligned.
nodePairs - Variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
Bag of all way segments
NodePositionComparator - Class in org.openstreetmap.josm.data.osm
Provides some node order , based on coordinates, nodes with equal coordinates are equal.
NodePositionComparator() - Constructor for class org.openstreetmap.josm.data.osm.NodePositionComparator
 
nodePredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate filtering nodes.
nodeRules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
nodes - Variable in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequences
endpoints of selected ways
nodes - Variable in class org.openstreetmap.josm.command.MoveCommand
The objects that should be moved.
nodes - Variable in class org.openstreetmap.josm.command.TransformNodesCommand
The nodes to transform.
nodes - Variable in class org.openstreetmap.josm.data.osm.DataSet
All nodes goes here, even when included in other data (ways etc).
nodes - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygon
 
nodes - Variable in class org.openstreetmap.josm.data.osm.visitor.AllNodesVisitor
The resulting nodes collected so far.
nodes - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
 
nodes - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
nodes - Variable in class org.openstreetmap.josm.data.osm.Way
All way nodes in this way
nodes - Variable in class org.openstreetmap.josm.data.osm.WayData
 
nodes - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap.NodesWays
 
nodes - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
nodes - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
 
nodesToGpxData(Collection<Node>, GpxData, Set<Node>) - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
NodesWays(boolean) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap.NodesWays
 
nodeToWayPoint(Node) - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
nodeVirtualSize - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
NoGpxTimestamps() - Constructor for exception org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.NoGpxTimestamps
 
nokiaSportsTrackerBug - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
noMatch - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData.CheckerElement
 
NON_CLOSED_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Multipolygon is not closed
nonBranchingWaySequences - Variable in class org.openstreetmap.josm.gui.MainMenu
Selection / Non-branching way sequences
nonChangedLayers - Variable in class org.openstreetmap.josm.gui.MapView
 
nonChangedLayersBuffer - Variable in class org.openstreetmap.josm.gui.MapView
 
nonDefaultColor - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.SettingCellRenderer
 
nonDeletedCompletePredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate filtering primitives that are not deleted and not incomplete.
nonDeletedPhysicalPredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate filtering primitives that are not deleted and not incomplete and that are not a relation.
nonDeletedPredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate filtering primitives that are not deleted.
nondiscardedLines - Variable in class org.openstreetmap.josm.tools.Diff.FileData
Total number of nondiscarded lines.
NONE - Static variable in class org.openstreetmap.josm.tools.Shortcut
None group: used with KeyEvent.CHAR_UNDEFINED if no shortcut is defined
nonlocal - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
noPassword - Variable in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
normal - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel.PresetLabelMouseListener
 
normalBorder - Variable in class org.openstreetmap.josm.gui.FileDrop
 
normalize() - Method in class org.openstreetmap.josm.data.Bounds
 
normalize(String) - Method in interface org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.NormalizeRule
Normalize the string by replacing parts.
normalize(String) - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.RegExprRule
 
normalize(String) - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.SynonymRule
 
normalizeApiUrl(String) - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
normalizeCapabilitiesUrl(String) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
normalizeDirName(String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
normalizeLon(double) - Static method in class org.openstreetmap.josm.data.coor.LatLon
Make sure longitude value is within [-180, 180] range.
normalizeLonRad(double) - Static method in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
 
normalizeTagCollectionBeforeEditing(TagCollection, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolutionUtil
Normalizes the tags in the tag collection tc before resolving tag conflicts.
normalListeners - Variable in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
normalListeners - Variable in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
normals - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
normalStroke - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
north() - Method in class org.openstreetmap.josm.data.coor.EastNorth
Returns northing.
NORTH - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
north - Variable in class org.openstreetmap.josm.data.gpx.WayPoint
 
north - Variable in class org.openstreetmap.josm.data.osm.Node
 
north - Variable in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice.UTMPanel
 
NORTH_POLE - Static variable in class org.openstreetmap.josm.data.coor.LatLon
North pole.
noSnapNow() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
Not(SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Not
 
not - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.ClassCondition
 
not - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClassCondition
 
not(boolean) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Function associated to the logical "!" operator.
not(Predicate<T>) - Static method in class org.openstreetmap.josm.tools.Predicates
Returns the negation of predicate.
NOT_CLOSED - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Area style way is not closed
not_equal(Object, Object) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Determines if the objects a and b are not equal.
Note - Class in org.openstreetmap.josm.data.notes
A map note.
Note(LatLon) - Constructor for class org.openstreetmap.josm.data.notes.Note
Create a note with a given location
Note.State - Enum in org.openstreetmap.josm.data.notes
Note state
noteAction - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
NoteComment - Class in org.openstreetmap.josm.data.notes
Represents a comment made on a note.
NoteComment(Date, User, String, NoteComment.Action, boolean) - Constructor for class org.openstreetmap.josm.data.notes.NoteComment
 
NoteComment.Action - Enum in org.openstreetmap.josm.data.notes
Every comment has an associated action.
noteData - Variable in class org.openstreetmap.josm.actions.mapmode.AddNoteAction
 
noteData - Variable in class org.openstreetmap.josm.actions.upload.UploadNotesTask
 
NoteData - Class in org.openstreetmap.josm.data.osm
Class to hold and perform operations on a set of notes
NoteData(Collection<Note>) - Constructor for class org.openstreetmap.josm.data.osm.NoteData
Construct a new note container with a given list of notes
noteData - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
noteData - Variable in class org.openstreetmap.josm.gui.layer.NoteLayer
 
noteDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
Notes dialog
NoteExporter - Class in org.openstreetmap.josm.io
Exporter to write note data to an XML file
NoteExporter() - Constructor for class org.openstreetmap.josm.io.NoteExporter
Create a new note exporter with the default .osn file filter
NoteImporter - Class in org.openstreetmap.josm.io
File importer that reads note dump files (*.osn, .osn.gz and .osn.bz2)
NoteImporter() - Constructor for class org.openstreetmap.josm.io.NoteImporter
Create an importer for note dump files
NoteInputDialog - Class in org.openstreetmap.josm.gui
Class to show user input dialog for notes.
NoteInputDialog(Component, String, String) - Constructor for class org.openstreetmap.josm.gui.NoteInputDialog
Construct the dialog with a title and button text.
NoteLayer - Class in org.openstreetmap.josm.gui.layer
A layer to hold Note objects.
NoteLayer(Collection<Note>, String) - Constructor for class org.openstreetmap.josm.gui.layer.NoteLayer
Create a new note layer with a set of notes
NoteLayer() - Constructor for class org.openstreetmap.josm.gui.layer.NoteLayer
Convenience constructor that creates a layer with an empty note list
noteList - Variable in class org.openstreetmap.josm.data.osm.NoteData
 
NoteParseMode() - Constructor for enum org.openstreetmap.josm.io.NoteReader.NoteParseMode
 
NoteParser(ProgressMonitor, Compression) - Constructor for class org.openstreetmap.josm.io.OsmServerLocationReader.NoteParser
 
NoteReader - Class in org.openstreetmap.josm.io
Class to read Note objects from their XML representation.
NoteReader(InputStream) - Constructor for class org.openstreetmap.josm.io.NoteReader
Initializes the reader with a given InputStream
NoteReader(String) - Constructor for class org.openstreetmap.josm.io.NoteReader
Initializes the reader with a string as a source
NoteReader.NoteParseMode - Enum in org.openstreetmap.josm.io
Notes can be represented in two XML formats.
NoteReader.Parser - Class in org.openstreetmap.josm.io
SAX handler to read note information from its XML representation.
NoteRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteRenderer
 
notes - Variable in exception org.openstreetmap.josm.io.BoundingBoxDownloader.MoreNotesException
The downloaded notes
notes - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
notesData - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadTask
 
notesDaysClosed - Variable in class org.openstreetmap.josm.gui.preferences.server.FeaturesPanel
 
NotesDialog - Class in org.openstreetmap.josm.gui.dialogs
Dialog to display and manipulate notes.
NotesDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.NotesDialog
Creates a new toggle dialog for notes
NotesDialog.AddCommentAction - Class in org.openstreetmap.josm.gui.dialogs
 
NotesDialog.CloseAction - Class in org.openstreetmap.josm.gui.dialogs
 
NotesDialog.NewAction - Class in org.openstreetmap.josm.gui.dialogs
 
NotesDialog.NoteRenderer - Class in org.openstreetmap.josm.gui.dialogs
 
NotesDialog.NoteTableModel - Class in org.openstreetmap.josm.gui.dialogs
 
NotesDialog.ReopenAction - Class in org.openstreetmap.josm.gui.dialogs
 
NotesDialog.SortAction - Class in org.openstreetmap.josm.gui.dialogs
 
noteSelectionChanged() - Method in class org.openstreetmap.josm.actions.InfoWebAction
Called when the note selection has changed.
NoteSessionExporter - Class in org.openstreetmap.josm.io.session
Session exporter for NoteLayer.
NoteSessionExporter(NoteLayer) - Constructor for class org.openstreetmap.josm.io.session.NoteSessionExporter
Constructs a new NoteSessionExporter.
NoteSessionImporter - Class in org.openstreetmap.josm.io.session
Session importer for NoteLayer.
NoteSessionImporter() - Constructor for class org.openstreetmap.josm.io.session.NoteSessionImporter
 
NoteSortDialog - Class in org.openstreetmap.josm.gui
A dialog to allow the user to choose a sorting method for the list of notes
NoteSortDialog(Component, String, String) - Constructor for class org.openstreetmap.josm.gui.NoteSortDialog
Construct a new dialog.
noteStringBuilder(Note) - Static method in class org.openstreetmap.josm.io.OsmApi
 
NoteTableModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteTableModel
Constructs a new NoteTableModel.
NoteWriter - Class in org.openstreetmap.josm.io
Class to write a collection of notes out to XML.
NoteWriter(PrintWriter) - Constructor for class org.openstreetmap.josm.io.NoteWriter
Create a NoteWriter that will write to the given PrintWriter
NoteWriter(OutputStream) - Constructor for class org.openstreetmap.josm.io.NoteWriter
Create a NoteWriter that will write to a given OutputStream.
NOTHING - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SyncDialogWindowListener
 
Notification - Class in org.openstreetmap.josm.gui
A Notification Message similar to a popup window, but without disrupting the user's workflow.
Notification() - Constructor for class org.openstreetmap.josm.gui.Notification
Constructs a new Notification without content.
Notification(String) - Constructor for class org.openstreetmap.josm.gui.Notification
Constructs a new Notification with the given textual content.
notification - Variable in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
NotificationManager - Class in org.openstreetmap.josm.gui
Manages Notifications, i.e. displays them on screen.
NotificationManager() - Constructor for class org.openstreetmap.josm.gui.NotificationManager
 
NotificationManager.HideEvent - Class in org.openstreetmap.josm.gui
 
NotificationManager.NotificationPanel - Class in org.openstreetmap.josm.gui
 
NotificationManager.NotificationPanel.FreezeMouseListener - Class in org.openstreetmap.josm.gui
 
NotificationManager.NotificationPanel.HideAction - Class in org.openstreetmap.josm.gui
 
NotificationManager.PauseFinishedEvent - Class in org.openstreetmap.josm.gui
 
NotificationManager.RoundedPanel - Class in org.openstreetmap.josm.gui
A panel with rounded edges and line border.
NotificationManager.UnfreezeEvent - Class in org.openstreetmap.josm.gui
 
NotificationPanel(Notification) - Constructor for class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel
 
notifier - Variable in class org.openstreetmap.josm.gui.preferences.server.FeaturesPanel
 
notifierInterval - Variable in class org.openstreetmap.josm.gui.preferences.server.FeaturesPanel
 
notify(String, int) - Method in class org.openstreetmap.josm.actions.UnJoinNodeWayAction
Send a notification message.
notifyDownloadResults(Component, PluginDownloadTask, boolean) - Static method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
Notifies user about result of a finished plugin download task.
notifyListeners() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
notifyNodesNotOnCircle() - Static method in class org.openstreetmap.josm.actions.CreateCircleAction
 
notifySelectedState() - Method in class org.openstreetmap.josm.actions.ExpertToggleAction
 
notifySelectedState() - Method in class org.openstreetmap.josm.actions.ToggleAction
 
notifyStrategy() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.StrategyChangeListener
 
notifySuccess(UserInfo) - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
notifyUserHtmlError(Component, String, String, String) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Notifies user about an error received from an external source as an HTML page.
notifyWayPartOfRelation(Iterable<Way>) - Method in class org.openstreetmap.josm.actions.UnGlueAction
 
noTileChecksums - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
noTileChecksums - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
checksum of empty tiles
noTileChecksums - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
noTileChecksums - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
noTileHeaders - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
noTileHeaders - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
headers meaning, that there is no tile at this zoom level
noTileHeaders - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
noTileHeaders - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
noTimestampCb - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
notNewPredicate - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
NotOutsideDataSourceArea() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.NotOutsideDataSourceArea
Constructs a new NotOutsideDataSourceArea.
NotShowAgain() - Constructor for enum org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.NotShowAgain
 
notSortable - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
All members that are incomplete or not a way
NotYetAuthorisedPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.NotYetAuthorisedPanel
Constructs a new NotYetAuthorisedPanel.
noUpdates - Variable in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
 
now - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
NR_LEVELS - Static variable in class org.openstreetmap.josm.data.coor.QuadTiling
 
nSeg - Variable in class org.openstreetmap.josm.actions.OrthogonalizeAction.WayData
 
ntf_rgf93 - Static variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileWrapper
Used in France to convert coordinates between the NTF (Nouvelle triangulation de la France) and RGF93 (Réseau géodésique français 1993) datums.
Nth(PushbackTokenizer, boolean) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Nth
 
Nth(int, boolean) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Nth
 
nth - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.Nth
 
NTV2Datum - Class in org.openstreetmap.josm.data.projection.datum
Datum based of NTV2 grid shift file.
NTV2Datum(String, String, Ellipsoid, NTV2GridShiftFileWrapper) - Constructor for class org.openstreetmap.josm.data.projection.datum.NTV2Datum
 
NTV2GridShift - Class in org.openstreetmap.josm.data.projection.datum
A value object for storing Longitude and Latitude of a point, the Lon and Lat shift values to get from one datum to another, and the Lon and Lat accuracy of the shift values.
NTV2GridShift() - Constructor for class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Constructs a new NTV2GridShift.
NTV2GridShift(LatLon) - Constructor for class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Constructs a new NTV2GridShift from a LatLon.
NTV2GridShiftFile - Class in org.openstreetmap.josm.data.projection.datum
Models the NTv2 format Grid Shift File and exposes methods to shift coordinate values using the Sub Grids contained in the file.
NTV2GridShiftFile() - Constructor for class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
NTV2GridShiftFileWrapper - Class in org.openstreetmap.josm.data.projection.datum
Wrapper for NTV2GridShiftFile.
NTV2GridShiftFileWrapper(String) - Constructor for class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileWrapper
Constructs a new NTV2GridShiftFileWrapper.
NTV2SubGrid - Class in org.openstreetmap.josm.data.projection.datum
Models the NTv2 Sub Grid within a Grid Shift File
NTV2SubGrid(InputStream, boolean, boolean) - Constructor for class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Construct a Sub Grid from an InputStream, loading the node data into arrays in this object.
NTV2Util - Class in org.openstreetmap.josm.data.projection.datum
A set of static utility methods for reading the NTv2 file format
NTV2Util() - Constructor for class org.openstreetmap.josm.data.projection.datum.NTV2Util
 
nullable - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ArrayFunction
 
nullable - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ParameterFunction
 
NullDatum - Class in org.openstreetmap.josm.data.projection.datum
Null Datum does not convert from / to WGS84 ellipsoid, but simply "casts" the coordinates.
NullDatum(String, Ellipsoid) - Constructor for class org.openstreetmap.josm.data.projection.datum.NullDatum
 
NullExpression() - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.NullExpression
 
NullProgressMonitor - Class in org.openstreetmap.josm.gui.progress
A singleton progress monitor that does nothing.
NullProgressMonitor() - Constructor for class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
nullTileSet - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
num - Variable in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.DeleteTagMarker
 
num(char) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
 
NUM_CONFLICTS_PROP - Static variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
the property name for the number conflicts managed by this model
NUM_CONFLICTS_PROP - Static variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
NUM_OBJECTS_TO_UPLOAD_PROP - Static variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
 
NUMBER_OF_SERVERS - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
number_of_tags(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Get the number of tags for the current primitive.
numConflicts - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
the number of conflicts
numConflicts - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
numObjects - Variable in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
numTags - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfo
 
numUndecidedTags - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
numUndirectedEges - Variable in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
numUploadedObjects - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
nw - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
NW_INDEX - Static variable in class org.openstreetmap.josm.data.osm.QuadBuckets
 

O

OAuthAccessTokenHolder - Class in org.openstreetmap.josm.gui.preferences.server
Class holding OAuth access token key and secret.
OAuthAccessTokenHolder() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
 
OAuthAuthenticationPreferencesPanel - Class in org.openstreetmap.josm.gui.preferences.server
The preferences panel for the OAuth preferences.
OAuthAuthenticationPreferencesPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
Create the panel
OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel - Class in org.openstreetmap.josm.gui.preferences.server
The preferences panel displayed if there is currently an AccessToken available.
OAuthAuthenticationPreferencesPanel.AuthoriseNowAction - Class in org.openstreetmap.josm.gui.preferences.server
Action to authorise the current user
OAuthAuthenticationPreferencesPanel.NotYetAuthorisedPanel - Class in org.openstreetmap.josm.gui.preferences.server
The preferences panel displayed if there is currently no Access Token available.
OAuthAuthenticationPreferencesPanel.RenewAuthorisationAction - Class in org.openstreetmap.josm.gui.preferences.server
Launches the OAuthAuthorisationWizard to generate a new Access Token
OAuthAuthenticationPreferencesPanel.TestAuthorisationAction - Class in org.openstreetmap.josm.gui.preferences.server
Runs a test whether we can access the OSM server with the current Access Token
OAuthAuthorizationWizard - Class in org.openstreetmap.josm.gui.oauth
This wizard walks the user to the necessary steps to retrieve an OAuth Access Token which allows JOSM to access the OSM API on the users behalf.
OAuthAuthorizationWizard(Component, String, Executor) - Constructor for class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Creates the wizard.
OAuthAuthorizationWizard.AcceptAccessTokenAction - Class in org.openstreetmap.josm.gui.oauth
 
OAuthAuthorizationWizard.AuthorisationProcedureChangeListener - Class in org.openstreetmap.josm.gui.oauth
 
OAuthAuthorizationWizard.CancelAction - Class in org.openstreetmap.josm.gui.oauth
 
OAuthAuthorizationWizard.ExternalBrowserLauncher - Class in org.openstreetmap.josm.gui.oauth
 
OAuthAuthorizationWizard.WindowEventHandler - Class in org.openstreetmap.josm.gui.oauth
 
OAuthConsumer(String, String) - Constructor for class org.openstreetmap.josm.data.oauth.SignpostAdapters.OAuthConsumer
Constructs a new OAuthConsumer.
OAuthParameters - Class in org.openstreetmap.josm.data.oauth
This class manages an immutable set of OAuth parameters.
OAuthParameters(String, String, String, String, String, String, String) - Constructor for class org.openstreetmap.josm.data.oauth.OAuthParameters
Constructs a new OAuthParameters.
OAuthParameters(OAuthParameters) - Constructor for class org.openstreetmap.josm.data.oauth.OAuthParameters
Creates a clone of the parameters in other.
oauthParameters - Variable in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
oauthParameters - Variable in class org.openstreetmap.josm.io.OsmConnection
 
OAuthProvider(String, String, String) - Constructor for class org.openstreetmap.josm.data.oauth.SignpostAdapters.OAuthProvider
Constructs a new OAuthProvider.
oauthProviderParameters - Variable in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
OAuthToken - Class in org.openstreetmap.josm.data.oauth
 
OAuthToken(String, String) - Constructor for class org.openstreetmap.josm.data.oauth.OAuthToken
Creates a new token
OAuthToken(OAuthToken) - Constructor for class org.openstreetmap.josm.data.oauth.OAuthToken
Creates a clone of another token
OBJECT_Z_INDEX - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
objectReader - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
objectReader - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask
 
objectReader - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
objects - Variable in class org.openstreetmap.josm.command.ChangePropertyCommand
All primitives that are affected with this command.
objects - Variable in class org.openstreetmap.josm.command.ChangePropertyKeyCommand
All primitives, that are affected with this command.
objectsToDelete - Variable in class org.openstreetmap.josm.data.osm.DataSetMerger
 
objectsWithChildrenToMerge - Variable in class org.openstreetmap.josm.data.osm.DataSetMerger
a set of primitive ids for which we have to fix references (to nodes and to relation members) after the first phase of merging
objectZIndex - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
objKey - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
ObliqueMercator - Class in org.openstreetmap.josm.data.projection.proj
Oblique Mercator Projection.
ObliqueMercator() - Constructor for class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
 
observable - Variable in class org.openstreetmap.josm.gui.util.AdjustmentSynchronizer
 
OBSOLETE_PREF_KEYS - Static variable in class org.openstreetmap.josm.data.Preferences
 
obtainAccessToken(HttpClient) - Method in class org.openstreetmap.josm.io.OsmConnection
Obtains an OAuth access token for the connection.
OFF - Static variable in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
OFFLINE_RESOURCES - Static variable in class org.openstreetmap.josm.Main
 
OfflineAccessException - Exception in org.openstreetmap.josm.io
Exception thrown when an online resource is accessed while in offline mode.
OfflineAccessException(String) - Constructor for exception org.openstreetmap.josm.io.OfflineAccessException
Constructs a new OfflineAccessException.
offscreenBuffer - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
offscreenBuffer - Variable in class org.openstreetmap.josm.gui.MapView
 
offset - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
Offset(long) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
offset - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Time offset in seconds from the gpx point from which it was derived, may be adjusted later to sync with other data, so not final
offset - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
offset - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
OFFSET - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
offset - Variable in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
offset() - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
offsetAction - Variable in class org.openstreetmap.josm.gui.ImageryMenu
 
OffsetAction() - Constructor for class org.openstreetmap.josm.gui.layer.ImageryLayer.OffsetAction
 
OffsetBookmark - Class in org.openstreetmap.josm.data.imagery
 
OffsetBookmark(String, String, String, double, double) - Constructor for class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
OffsetBookmark(String, String, String, double, double, double, double) - Constructor for class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
OffsetBookmark(Collection<String>) - Constructor for class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
OffsetBookmarksPanel(PreferenceTabbedPane) - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel
Constructs a new OffsetBookmarksPanel.
offsetBottom - Variable in class org.openstreetmap.josm.tools.ImageOverlay
offset of the image from bottom border, values between 0 and 1
offsetDialog - Static variable in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
OffsetIterator(List<Node>, double) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
offsetLeft - Variable in class org.openstreetmap.josm.tools.ImageOverlay
offset of the image from left border, values between 0 and 1
offsetMenuItem - Variable in class org.openstreetmap.josm.gui.ImageryMenu
 
offsetRight - Variable in class org.openstreetmap.josm.tools.ImageOverlay
offset of the image from top border, values between 0 and 1
OffsetsBookmarksModel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel
Constructs a new OffsetsBookmarksModel.
offsetTop - Variable in class org.openstreetmap.josm.tools.ImageOverlay
offset of the image from right border, values between 0 and 1
offsetX - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
offsetY - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
ofMapCSSRule(MapCSSTagChecker.GroupedMapCSSRule) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
ofString(String) - Static method in class org.openstreetmap.josm.data.osm.Tag
This constructs a Tag by splitting s on the first equality sign.
ofString(String) - Static method in enum org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.MatchType
Determines the MatchType for the given textual value.
ok() - Method in class org.openstreetmap.josm.data.validation.Test
Called when the used submits the preferences
ok() - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.audio.AudioPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.display.DisplayPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.map.MapPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
ok() - Method in interface org.openstreetmap.josm.gui.preferences.PreferenceSetting
Called when OK is pressed to save the setting in the preferences file.
ok() - Method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.server.ServerAccessPreference
Saves the values to the preferences
ok() - Method in class org.openstreetmap.josm.gui.preferences.shortcut.ShortcutPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference
 
ok() - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
 
ok(AudioPlayer.State) - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
OKAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.OKAction
 
OKAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Apply the updates and close the dialog.
OKAction(MemberTable, MemberTableModel, TagEditorModel, OsmDataLayer, IRelationEditor, AutoCompletingTextField) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.OKAction
Constructs a new OKAction.
okAction - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Action for performing the OKAction
OKAction() - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog.OKAction
 
OKAction() - Constructor for class org.openstreetmap.josm.gui.preferences.PreferenceDialog.OKAction
 
oldbounds - Variable in class org.openstreetmap.josm.gui.widgets.JMultilineLabel
 
oldChangesetId - Variable in class org.openstreetmap.josm.data.osm.event.ChangesetIdChangedEvent
 
oldCoor - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
oldDx - Variable in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
oldDy - Variable in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
oldEvent - Variable in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
oldEvent - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
oldFloatingDividers - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
oldHighlightedWaySegment - Variable in class org.openstreetmap.josm.actions.mapmode.DeleteAction
elements that have been highlighted in the previous iteration.
oldHighlights - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
oldHighlights - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
elements that have been highlighted in the previous iteration.
oldKey - Variable in class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataKey
key of wrong data
oldKey - Variable in class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataTag
key of wrong data
oldKey - Variable in class org.openstreetmap.josm.data.correction.TagCorrection
Old key
oldLineStroke - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
oldLoc - Variable in class org.openstreetmap.josm.gui.MapView
 
oldMapMode - Variable in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
oldMode - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
oldmode - Variable in class org.openstreetmap.josm.plugins.PluginInformation
Determines if the plugin is an old version loaded for incompatibility with latest JOSM (from plugin list)
oldModeHelpText - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
oldModified - Variable in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
oldMousePos - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
oldMousePos - Variable in class org.openstreetmap.josm.gui.MapStatus.Collector
the mouse position of the previous iteration.
oldNode - Variable in class org.openstreetmap.josm.actions.UnGlueAction.ExistingBothNewChoice
 
OldNodeState(Node) - Constructor for class org.openstreetmap.josm.command.Command.OldNodeState
Constructs a new OldNodeState for the given node.
oldPreferred - Variable in class org.openstreetmap.josm.gui.widgets.JMultilineLabel
 
oldRole - Variable in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
oldSelection - Variable in class org.openstreetmap.josm.command.SelectCommand
the selection before applying the new selection
oldSize - Variable in class org.openstreetmap.josm.gui.MapView
 
oldState - Variable in class org.openstreetmap.josm.command.MoveCommand
List of all old states of the objects.
oldStates - Variable in class org.openstreetmap.josm.command.TransformNodesCommand
List of all old states of the nodes.
oldValue - Variable in class org.openstreetmap.josm.actions.upload.FixDataHook.FixDataTag
value of wrong data
oldValue - Variable in class org.openstreetmap.josm.data.correction.TagCorrection
Old value
oldValue - Variable in class org.openstreetmap.josm.data.Preferences.DefaultPreferenceChangeEvent
 
ON - Static variable in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
onAddLayer(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Invoked when a layer managed by MapView is added
onConflictsAdded(ConflictCollection) - Method in interface org.openstreetmap.josm.data.conflict.IConflictListener
 
onConflictsAdded(ConflictCollection) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
onConflictsRemoved(ConflictCollection) - Method in interface org.openstreetmap.josm.data.conflict.IConflictListener
 
onConflictsRemoved(ConflictCollection) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
ONE_NODE_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
One node way error
oneParentMultipolygonNotFiltered(OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.data.osm.FilterMatcher
 
oneParentWayNotFiltered(OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.data.osm.FilterMatcher
 
oneWay - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap.NodesWays
 
onewayArrow - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
onewayBeginning - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
onewayMap - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
onewayReverseMap - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
onLayerChange(OsmDataLayer) - Method in class org.openstreetmap.josm.gui.MainFrame
 
onLayerSelectionChanged() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
OnlineResource - Enum in org.openstreetmap.josm.io
Online resources directly used by JOSM.
OnlineResource(String) - Constructor for enum org.openstreetmap.josm.io.OnlineResource
 
ONLY_APPLICABLE - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
onoffAction - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
OnOffAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.OnOffAction
Constructs a new OnOffAction.
onPostDownloadFromServer() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Actions run after data has been downloaded to this layer.
onPostDownloadOpenChangesets() - Method in class org.openstreetmap.josm.actions.CloseChangesetAction
 
onPostLoadFromFile() - Method in class org.openstreetmap.josm.gui.layer.Layer
Initializes the layer after a successful load of data from a file
onPostLoadFromFile() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
onPostSaveToFile() - Method in class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Initializes the layer after a successful save of data to a file.
onPostSaveToFile() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
onPostSaveToFile() - Method in interface org.openstreetmap.josm.gui.layer.SaveToFile
Initializes the layer after a successful save of data to a file.
onPostUploadToServer() - Method in class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Initializes the layer after a successful upload to the server.
onPostUploadToServer() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
onPostUploadToServer() - Method in interface org.openstreetmap.josm.gui.layer.UploadToServer
Initializes the layer after a successful upload to the server.
onRemoveLayer(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Invoked if a layer managed by MapView is removed
onStart - Variable in class org.openstreetmap.josm.tools.XmlObjectParser.Entry
 
onStateChanged() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
Called whenever the state of the slider was changed.
onStateChanged() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.OpacitySlider
 
op - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulImageProcessor
 
op - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
 
op - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.IndexCondition
 
op - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueCondition
The key/value match operation.
Op() - Constructor for enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.Op
 
op - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.RoleCondition
 
op3 - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.GammaImageProcessor
 
op4 - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.GammaImageProcessor
 
opacity - Variable in class org.openstreetmap.josm.gui.layer.Layer
The opacity of the layer.
OPACITY - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
OPACITY_PROP - Static variable in class org.openstreetmap.josm.gui.layer.Layer
 
opacitySlider - Variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
OpacitySlider() - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.OpacitySlider
OPAQUE - Static variable in class org.openstreetmap.gui.jmapviewer.Style
 
open - Variable in class org.openstreetmap.josm.data.osm.Changeset
indicates whether this changeset is still open or not
open - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
open - Variable in class org.openstreetmap.josm.io.ChangesetQuery
indicates whether only open changesets are queried.
open(String) - Method in class org.openstreetmap.josm.io.GpxWriter
 
OPEN_FILES - Static variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
OpenAndCloseStateRestrictionPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel
 
openAndReadXML(File) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
openAndReadXML(InputStream) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
openAtt(String, String) - Method in class org.openstreetmap.josm.io.GpxWriter
 
OpenBrowser - Class in org.openstreetmap.josm.tools
Helper to open platform web browser on different platforms This now delegates the real work to a platform specific class.
OpenBrowser() - Constructor for class org.openstreetmap.josm.tools.OpenBrowser
 
openChangeset(Changeset, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Creates a new changeset based on the keys in changeset.
OpenChangesetComboBoxModel - Class in org.openstreetmap.josm.gui.io
A combobox model for the list of open changesets.
OpenChangesetComboBoxModel() - Constructor for class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
Constructs a new OpenChangesetComboBoxModel.
OpenChangesetDialogAction(Class<? extends JComponent>) - Constructor for class org.openstreetmap.josm.gui.history.VersionInfoPanel.OpenChangesetDialogAction
 
openCloseRestrictionStateChanged() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.RestrictionGroupStateChangeHandler
 
openDialogs - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
the map of open dialogs
OpenEndPseudoClassCondition(boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.OpenEndPseudoClassCondition
 
openEnds - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
openFile - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Open...
OpenFileAction - Class in org.openstreetmap.josm.actions
Open a file chooser dialog and select a file to import.
OpenFileAction() - Constructor for class org.openstreetmap.josm.actions.OpenFileAction
Create an open action.
OpenFileAction.OpenFileTask - Class in org.openstreetmap.josm.actions
Task to open files.
openFileChooser() - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Opens the AbstractFileChooser that has been created.
openFileChooser(Component) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Opens the AbstractFileChooser that has been created and waits for the user to choose a file/directory, or cancel the dialog.
When the user choses a file or directory, the lastDirProperty is updated to the chosen directory path.
OpenFileHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Opens a local file
OpenFileHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.OpenFileHandler
 
openFiles(List<File>) - Static method in class org.openstreetmap.josm.actions.OpenFileAction
Open a list of files.
openFiles(List<File>, boolean) - Static method in class org.openstreetmap.josm.actions.OpenFileAction
Open a list of files.
OpenFileTask(List<File>, FileFilter, String) - Constructor for class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
Constructs a new OpenFileTask.
OpenFileTask(List<File>, FileFilter) - Constructor for class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
Constructs a new OpenFileTask.
openHelpTopic(String) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
 
openHelpTopic(String) - Method in interface org.openstreetmap.josm.gui.help.IHelpBrowser
Loads and displays the help information for a help topic given by a relative help topic name, i.e.
OpenInBrowserAction(IHelpBrowser) - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowser.OpenInBrowserAction
Constructs a new OpenInBrowserAction.
OpeningHoursTestError(String, Severity, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.OpeningHourTest.OpeningHoursTestError
Constructs a new OpeningHoursTestError with a known pretiffied value.
openingHourTest - Variable in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
OpeningHourTest - Class in org.openstreetmap.josm.data.validation.tests
Tests the correct usage of the opening hour syntax of the tags opening_hours, collection_times, service_times according to opening_hours.js.
OpeningHourTest() - Constructor for class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
Constructs a new OpeningHourTest.
OpeningHourTest.CheckMode - Enum in org.openstreetmap.josm.data.validation.tests
 
OpeningHourTest.OpeningHoursTestError - Class in org.openstreetmap.josm.data.validation.tests
An error concerning invalid syntax for an "opening_hours"-like tag.
openLink(String) - Method in interface org.openstreetmap.gui.jmapviewer.FeatureAdapter.BrowserAdapter
 
openLink(String) - Method in class org.openstreetmap.gui.jmapviewer.FeatureAdapter.DefaultBrowserAdapter
 
openLink(String) - Static method in class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
openln(String) - Method in class org.openstreetmap.josm.io.GpxWriter
 
openLocation - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Open Location...
OpenLocationAction - Class in org.openstreetmap.josm.actions
Open an URL input dialog and load data from the given URL.
OpenLocationAction() - Constructor for class org.openstreetmap.josm.actions.OpenLocationAction
Create an open action.
openNewChangeset() - Method in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
openUrl(boolean, String) - Method in class org.openstreetmap.josm.actions.OpenLocationAction
Open the given URL.
openUrl(String) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
 
openUrl(String) - Method in interface org.openstreetmap.josm.gui.help.IHelpBrowser
Opens an URL and displays the content.
openUrl(String) - Method in interface org.openstreetmap.josm.tools.PlatformHook
The openURL hook will be used to open an URL in the default web browser.
openUrl(String) - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
openUrl(String) - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
openUrl(String) - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
operationCanceled() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
 
operationCanceled() - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor.CancelListener
 
opposite() - Method in enum org.openstreetmap.josm.gui.history.PointInTimeType
Returns the opposite point in time.
oppositeHasTag(String) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
optimizedBaseCheck() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
 
optimizedBaseCheck() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.GeneralSelector
 
optimizedBaseCheck() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.LinkSelector
 
optimizedBaseCheck() - Method in interface org.openstreetmap.josm.gui.mappaint.mapcss.Selector
Create an "optimized" copy of this selector that omits the base check.
optimizedBaseCheck() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
OptimizedGeneralSelector(String, Pair<Integer, Integer>, List<Condition>, Subpart) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
OptimizedGeneralSelector(String, Range, List<Condition>, Subpart) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
OptimizedGeneralSelector(Selector.GeneralSelector) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
Option(boolean) - Constructor for enum org.openstreetmap.josm.gui.MainApplication.Option
 
Optional - Class in org.openstreetmap.josm.gui.tagging.presets.items
Used to group optional attributes.
Optional() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Optional
 
optional - Variable in class org.openstreetmap.josm.tools.ImageProvider
In case of errors do not throw exception but return null for missing image
OPTIONAL_TOOLTIP_TEXT - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
options - Variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Holds the set of current validation options.
Or(SearchCompiler.Match, SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Or
Constructs a new Or match.
ORANGE_TRANSPARENT - Static variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
orderFont - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
orderNodesByTrafficHand(List<Node>) - Static method in class org.openstreetmap.josm.actions.CreateCircleAction
Order nodes according to left/right hand traffic.
orderNodesByWay(List<Node>, Way) - Static method in class org.openstreetmap.josm.actions.CreateCircleAction
Order nodes according to way direction.
org.openstreetmap.gui.jmapviewer - package org.openstreetmap.gui.jmapviewer
This package and all sub-packages are belonging to the Java component JMapViewer
org.openstreetmap.gui.jmapviewer.checkBoxTree - package org.openstreetmap.gui.jmapviewer.checkBoxTree
 
org.openstreetmap.gui.jmapviewer.events - package org.openstreetmap.gui.jmapviewer.events
 
org.openstreetmap.gui.jmapviewer.interfaces - package org.openstreetmap.gui.jmapviewer.interfaces
 
org.openstreetmap.gui.jmapviewer.tilesources - package org.openstreetmap.gui.jmapviewer.tilesources
 
org.openstreetmap.josm - package org.openstreetmap.josm
Provides the classes of JOSM application.
org.openstreetmap.josm.actions - package org.openstreetmap.josm.actions
Provides the classes for JOSM user actions.
org.openstreetmap.josm.actions.audio - package org.openstreetmap.josm.actions.audio
 
org.openstreetmap.josm.actions.downloadtasks - package org.openstreetmap.josm.actions.downloadtasks
 
org.openstreetmap.josm.actions.mapmode - package org.openstreetmap.josm.actions.mapmode
 
org.openstreetmap.josm.actions.relation - package org.openstreetmap.josm.actions.relation
 
org.openstreetmap.josm.actions.search - package org.openstreetmap.josm.actions.search
 
org.openstreetmap.josm.actions.upload - package org.openstreetmap.josm.actions.upload
 
org.openstreetmap.josm.command - package org.openstreetmap.josm.command
Provides the classes for JOSM commands allowing to modify an OSM data set.
org.openstreetmap.josm.command.conflict - package org.openstreetmap.josm.command.conflict
Provides commands for handling conflicts.
org.openstreetmap.josm.corrector - package org.openstreetmap.josm.corrector
 
org.openstreetmap.josm.data - package org.openstreetmap.josm.data
Provides the classes for JOSM managed data.
org.openstreetmap.josm.data.cache - package org.openstreetmap.josm.data.cache
 
org.openstreetmap.josm.data.conflict - package org.openstreetmap.josm.data.conflict
 
org.openstreetmap.josm.data.coor - package org.openstreetmap.josm.data.coor
 
org.openstreetmap.josm.data.correction - package org.openstreetmap.josm.data.correction
Provides the classes for JOSM data correction.
org.openstreetmap.josm.data.gpx - package org.openstreetmap.josm.data.gpx
 
org.openstreetmap.josm.data.imagery - package org.openstreetmap.josm.data.imagery
 
org.openstreetmap.josm.data.notes - package org.openstreetmap.josm.data.notes
Provides the classes for OSM notes.
org.openstreetmap.josm.data.oauth - package org.openstreetmap.josm.data.oauth
 
org.openstreetmap.josm.data.osm - package org.openstreetmap.josm.data.osm
 
org.openstreetmap.josm.data.osm.event - package org.openstreetmap.josm.data.osm.event
 
org.openstreetmap.josm.data.osm.history - package org.openstreetmap.josm.data.osm.history
 
org.openstreetmap.josm.data.osm.visitor - package org.openstreetmap.josm.data.osm.visitor
 
org.openstreetmap.josm.data.osm.visitor.paint - package org.openstreetmap.josm.data.osm.visitor.paint
 
org.openstreetmap.josm.data.osm.visitor.paint.relations - package org.openstreetmap.josm.data.osm.visitor.paint.relations
 
org.openstreetmap.josm.data.preferences - package org.openstreetmap.josm.data.preferences
 
org.openstreetmap.josm.data.projection - package org.openstreetmap.josm.data.projection
Provides the classes for JOSM map projection.
org.openstreetmap.josm.data.projection.datum - package org.openstreetmap.josm.data.projection.datum
 
org.openstreetmap.josm.data.projection.proj - package org.openstreetmap.josm.data.projection.proj
 
org.openstreetmap.josm.data.validation - package org.openstreetmap.josm.data.validation
Provides the classes for JOSM data validation.
org.openstreetmap.josm.data.validation.routines - package org.openstreetmap.josm.data.validation.routines
This package contains independant validation routines adapted from Apache Commons Validator 1.5.0.
org.openstreetmap.josm.data.validation.tests - package org.openstreetmap.josm.data.validation.tests
 
org.openstreetmap.josm.data.validation.util - package org.openstreetmap.josm.data.validation.util
 
org.openstreetmap.josm.gui - package org.openstreetmap.josm.gui
Provides the classes for JOSM graphical user interface.
org.openstreetmap.josm.gui.bbox - package org.openstreetmap.josm.gui.bbox
Provides GUI classes for displaying a customizable and interactive bounding box.
org.openstreetmap.josm.gui.conflict - package org.openstreetmap.josm.gui.conflict
 
org.openstreetmap.josm.gui.conflict.pair - package org.openstreetmap.josm.gui.conflict.pair
 
org.openstreetmap.josm.gui.conflict.pair.nodes - package org.openstreetmap.josm.gui.conflict.pair.nodes
 
org.openstreetmap.josm.gui.conflict.pair.properties - package org.openstreetmap.josm.gui.conflict.pair.properties
 
org.openstreetmap.josm.gui.conflict.pair.relation - package org.openstreetmap.josm.gui.conflict.pair.relation
 
org.openstreetmap.josm.gui.conflict.pair.tags - package org.openstreetmap.josm.gui.conflict.pair.tags
 
org.openstreetmap.josm.gui.conflict.tags - package org.openstreetmap.josm.gui.conflict.tags
 
org.openstreetmap.josm.gui.correction - package org.openstreetmap.josm.gui.correction
Provides the classes for JOSM data correction tables.
org.openstreetmap.josm.gui.datatransfer - package org.openstreetmap.josm.gui.datatransfer
 
org.openstreetmap.josm.gui.dialogs - package 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.changeset - package org.openstreetmap.josm.gui.dialogs.changeset
Standalone dialog allowing to handle OSM changesets (query and display them).
org.openstreetmap.josm.gui.dialogs.changeset.query - package org.openstreetmap.josm.gui.dialogs.changeset.query
Provides classes allowing to query changesets to the OSM API.
org.openstreetmap.josm.gui.dialogs.layer - package org.openstreetmap.josm.gui.dialogs.layer
Toggle dialog allowing to display the list of layers.
org.openstreetmap.josm.gui.dialogs.properties - package 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.dialogs.relation - package org.openstreetmap.josm.gui.dialogs.relation
Toggle dialog allowing to display currently loaded relations and perform operations on them.
org.openstreetmap.josm.gui.dialogs.relation.actions - package org.openstreetmap.josm.gui.dialogs.relation.actions
 
org.openstreetmap.josm.gui.dialogs.relation.sort - package org.openstreetmap.josm.gui.dialogs.relation.sort
 
org.openstreetmap.josm.gui.dialogs.validator - package org.openstreetmap.josm.gui.dialogs.validator
Toggle dialog allowing to launch data validation and display validation results (errors and warnings).
org.openstreetmap.josm.gui.download - package org.openstreetmap.josm.gui.download
Provides GUI classes for the download dialog.
org.openstreetmap.josm.gui.help - package org.openstreetmap.josm.gui.help
Help system based on an embedded web browser fetching contents from JOSM wiki.
org.openstreetmap.josm.gui.history - package org.openstreetmap.josm.gui.history
Provides GUI classes for handling history of OSM objects.
org.openstreetmap.josm.gui.io - package org.openstreetmap.josm.gui.io
Provides GUI classes for handling input/output operations (download, upload, save).
org.openstreetmap.josm.gui.layer - package org.openstreetmap.josm.gui.layer
Provides classes for handling the different kinds of map layers.
org.openstreetmap.josm.gui.layer.geoimage - package org.openstreetmap.josm.gui.layer.geoimage
Provides classes for handling layers displaying geottaged pictures.
org.openstreetmap.josm.gui.layer.gpx - package org.openstreetmap.josm.gui.layer.gpx
Provides classes for handling GPX layers.
org.openstreetmap.josm.gui.layer.markerlayer - package org.openstreetmap.josm.gui.layer.markerlayer
Provides classes for handling marker layers.
org.openstreetmap.josm.gui.mappaint - package org.openstreetmap.josm.gui.mappaint
Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time.
org.openstreetmap.josm.gui.mappaint.mapcss - package org.openstreetmap.josm.gui.mappaint.mapcss
Drawing system based on MapCSS map styles.
org.openstreetmap.josm.gui.mappaint.styleelement - package org.openstreetmap.josm.gui.mappaint.styleelement
 
org.openstreetmap.josm.gui.oauth - package org.openstreetmap.josm.gui.oauth
Provides GUI classes for handling OAuth authentication to OSM API.
org.openstreetmap.josm.gui.preferences - package org.openstreetmap.josm.gui.preferences
Provides generic classes for handling JOSM preferences.
org.openstreetmap.josm.gui.preferences.advanced - package org.openstreetmap.josm.gui.preferences.advanced
Provides classes for handling advanced preferences.
org.openstreetmap.josm.gui.preferences.audio - package org.openstreetmap.josm.gui.preferences.audio
Provides classes for handling audio preferences.
org.openstreetmap.josm.gui.preferences.display - package org.openstreetmap.josm.gui.preferences.display
Provides classes for handling display preferences.
org.openstreetmap.josm.gui.preferences.imagery - package org.openstreetmap.josm.gui.preferences.imagery
Provides classes for handling imagery preferences.
org.openstreetmap.josm.gui.preferences.map - package org.openstreetmap.josm.gui.preferences.map
Provides classes for handling map preferences.
org.openstreetmap.josm.gui.preferences.plugin - package org.openstreetmap.josm.gui.preferences.plugin
Provides classes for handling plugin preferences.
org.openstreetmap.josm.gui.preferences.projection - package org.openstreetmap.josm.gui.preferences.projection
Provides classes for handling projection preferences.
org.openstreetmap.josm.gui.preferences.remotecontrol - package org.openstreetmap.josm.gui.preferences.remotecontrol
Provides classes for handling Remote Control preferences.
org.openstreetmap.josm.gui.preferences.server - package org.openstreetmap.josm.gui.preferences.server
Provides classes for handling connection preferences, including server authentication and proxy settings.
org.openstreetmap.josm.gui.preferences.shortcut - package org.openstreetmap.josm.gui.preferences.shortcut
Provides classes for handling shortcut preferences.
org.openstreetmap.josm.gui.preferences.validator - package org.openstreetmap.josm.gui.preferences.validator
Provides classes for handling validator preferences.
org.openstreetmap.josm.gui.progress - package org.openstreetmap.josm.gui.progress
Provides GUI classes for displaying long tasks background advancement in a progress bar, and a way to cancel them.
org.openstreetmap.josm.gui.tagging - package org.openstreetmap.josm.gui.tagging
Provides classes for handling edition of OSM tags: tag tables, tag editors.
org.openstreetmap.josm.gui.tagging.ac - package org.openstreetmap.josm.gui.tagging.ac
Provides classes for handling autocompletion of tags.
org.openstreetmap.josm.gui.tagging.presets - package org.openstreetmap.josm.gui.tagging.presets
Provides classes for handling tagging presets.
org.openstreetmap.josm.gui.tagging.presets.items - package org.openstreetmap.josm.gui.tagging.presets.items
Provides classes for handling tagging presets items.
org.openstreetmap.josm.gui.util - package org.openstreetmap.josm.gui.util
Provides GUI utility classes.
org.openstreetmap.josm.gui.widgets - package org.openstreetmap.josm.gui.widgets
Provides GUI widgets customized for JOSM needs.
org.openstreetmap.josm.io - package org.openstreetmap.josm.io
Provides the classes for JOSM input/output support.
org.openstreetmap.josm.io.auth - package org.openstreetmap.josm.io.auth
 
org.openstreetmap.josm.io.imagery - package org.openstreetmap.josm.io.imagery
 
org.openstreetmap.josm.io.remotecontrol - package org.openstreetmap.josm.io.remotecontrol
 
org.openstreetmap.josm.io.remotecontrol.handler - package org.openstreetmap.josm.io.remotecontrol.handler
 
org.openstreetmap.josm.io.session - package org.openstreetmap.josm.io.session
 
org.openstreetmap.josm.plugins - package org.openstreetmap.josm.plugins
Provides the classes for JOSM plugins system.
org.openstreetmap.josm.tools - package org.openstreetmap.josm.tools
Provides the classes for various utilities and tools called from all other packages.
org.openstreetmap.josm.tools.bugreport - package org.openstreetmap.josm.tools.bugreport
 
org.openstreetmap.josm.tools.date - package org.openstreetmap.josm.tools.date
Provides classes for handling dates.
org.openstreetmap.josm.tools.template_engine - package org.openstreetmap.josm.tools.template_engine
 
orientation - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.LoadImageRunnable
 
orientationNeedsCorrection(int) - Static method in class org.openstreetmap.josm.tools.ExifReader
Check, if the given orientation requires any correction to the image.
orientationSwitchesDimensions(int) - Static method in class org.openstreetmap.josm.tools.ExifReader
Check, if the given orientation switches width and height of the image.
orig - Variable in class org.openstreetmap.josm.command.Command.CloneVisitor
 
origin - Variable in class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
 
origin - Variable in class org.openstreetmap.josm.data.DataSource
The textual description of the origin (example: "OpenStreetMap Server")
originalKeys - Variable in class org.openstreetmap.josm.data.osm.event.TagsChangedEvent
 
originalPrimitive - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
originalSelectionEmpty - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
True whenever the original selection given into createSelection was empty
originalToolTipText - Variable in class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
 
originalValue - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
originalValue - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
originalValue - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
originalValue - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Text
The original value
originalWay - Variable in class org.openstreetmap.josm.actions.SplitWayAction.SplitWayResult
 
originator - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.Request
 
origName - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
original name of the imagery entry in case of translation call, for multiple languages English when possible
OrOperator(List<Expression>) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.OrOperator
Constructs a new OrOperator.
OrSet(ContextSwitchTemplate.ContextProvider, ContextSwitchTemplate.ContextProvider) - Constructor for class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.OrSet
 
ortho - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Orthogonalize Shape
orthogonalize(Iterable<OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction
Rectifies the selection
orthogonalize(List<OrthogonalizeAction.WayData>, List<Node>) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction
Outline: 1.
OrthogonalizeAction - Class in org.openstreetmap.josm.actions
Tools / Orthogonalize Align edges of a way so all angles are angles of 90 or 180 degrees.
OrthogonalizeAction() - Constructor for class org.openstreetmap.josm.actions.OrthogonalizeAction
Constructs a new OrthogonalizeAction.
OrthogonalizeAction.Direction - Enum in org.openstreetmap.josm.actions
 
OrthogonalizeAction.EN - Class in org.openstreetmap.josm.actions
Class contains some auxiliary functions
OrthogonalizeAction.InvalidUserInputException - Exception in org.openstreetmap.josm.actions
Exception: unsuited user input
OrthogonalizeAction.RejectedAngleException - Exception in org.openstreetmap.josm.actions
Exception: angle cannot be recognized as 0, 90, 180 or 270 degrees
OrthogonalizeAction.Undo - Class in org.openstreetmap.josm.actions
Undo the previous orthogonalization for certain nodes.
OrthogonalizeAction.WayData - Class in org.openstreetmap.josm.actions
Class contains everything we need to know about a single way.
orthoUndo - Variable in class org.openstreetmap.josm.gui.MainMenu
Orthogonalize undo.
osDescription - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
OSDLabel(String) - Constructor for class org.openstreetmap.josm.gui.dialogs.FilterTableModel.OSDLabel
 
osdText - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
osm - Variable in class org.openstreetmap.josm.command.AddCommand
The primitive to add to the dataset.
osm - Variable in class org.openstreetmap.josm.command.ChangeCommand
 
osm - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.StyleRecord
 
osm - Variable in class org.openstreetmap.josm.gui.mappaint.Environment
 
osm_id(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the OSM id of the current object.
OSM_MIME_TYPE - Static variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
OSM_WEBSITE - Static variable in class org.openstreetmap.josm.Main
The OSM website URL.
OSM_WEBSITE_PATTERN - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask
 
OsmApi - Class in org.openstreetmap.josm.io
Class that encapsulates the communications with the OSM API.

All interaction with the server-side OSM API should go through this class.

It is conceivable to extract this into an interface later and create various classes implementing the interface, to be able to talk to various kinds of servers.
OsmApi(String) - Constructor for class org.openstreetmap.josm.io.OsmApi
Constructs a new OsmApi for a specific server URL.
OsmApi.CapabilitiesCache - Class in org.openstreetmap.josm.io
 
OsmApiCredentialsPanel(CredentialDialog) - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog.OsmApiCredentialsPanel
 
OsmApiException - Exception in org.openstreetmap.josm.io
Exception thrown when a communication error occurs when accessing the OSM API.
OsmApiException(int, String, String, String) - Constructor for exception org.openstreetmap.josm.io.OsmApiException
Constructs an OsmApiException with the specified response code, error header and error body
OsmApiException(int, String, String) - Constructor for exception org.openstreetmap.josm.io.OsmApiException
Constructs an OsmApiException with the specified response code, error header and error body
OsmApiException(String) - Constructor for exception org.openstreetmap.josm.io.OsmApiException
Constructs an OsmApiException with the specified detail message.
OsmApiException(Throwable) - Constructor for exception org.openstreetmap.josm.io.OsmApiException
Constructs an OsmApiException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
OsmApiException(String, Throwable) - Constructor for exception org.openstreetmap.josm.io.OsmApiException
Constructs an OsmApiException with the specified detail message and cause.
OsmApiInitializationException - Exception in org.openstreetmap.josm.io
Exception thrown when a communication error occured with the OSM server during API initialization.
OsmApiInitializationException(String) - Constructor for exception org.openstreetmap.josm.io.OsmApiInitializationException
Constructs an OsmApiInitializationException with the specified detail message.
OsmApiInitializationException(Throwable) - Constructor for exception org.openstreetmap.josm.io.OsmApiInitializationException
Constructs an OsmApiInitializationException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
OsmApiInitializationException(String, Throwable) - Constructor for exception org.openstreetmap.josm.io.OsmApiInitializationException
Constructs an OsmApiInitializationException with the specified detail message and cause.
OsmApiPrimitiveGoneException - Exception in org.openstreetmap.josm.io
Represents an exception thrown by the OSM API if JOSM tries to update or delete a primitive which is already deleted on the server.
OsmApiPrimitiveGoneException(String, String) - Constructor for exception org.openstreetmap.josm.io.OsmApiPrimitiveGoneException
Constructs a new OsmApiPrimitiveGoneException.
OsmApiUrlInputPanel - Class in org.openstreetmap.josm.gui.preferences.server
Component allowing input os OSM API URL.
OsmApiUrlInputPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
Constructs a new OsmApiUrlInputPanel.
OsmApiUrlInputPanel.ApiUrlPropagator - Class in org.openstreetmap.josm.gui.preferences.server
 
OsmApiUrlInputPanel.ApiUrlValidator - Class in org.openstreetmap.josm.gui.preferences.server
 
OsmApiUrlInputPanel.UseDefaultServerUrlChangeHandler - Class in org.openstreetmap.josm.gui.preferences.server
Handles changes in the default URL
OsmApiUrlInputPanel.ValidateApiUrlAction - Class in org.openstreetmap.josm.gui.preferences.server
 
OsmBzip2Exporter - Class in org.openstreetmap.josm.io
OSM data exporter that compresses it in Bzip2 format.
OsmBzip2Exporter() - Constructor for class org.openstreetmap.josm.io.OsmBzip2Exporter
Constructs a new OsmBzip2Exporter.
OsmChangeBuilder - Class in org.openstreetmap.josm.io
Creates an OsmChange document from JOSM edits.
OsmChangeBuilder(Changeset) - Constructor for class org.openstreetmap.josm.io.OsmChangeBuilder
Constructs a new OsmChangeBuilder.
OsmChangeBuilder(Changeset, String) - Constructor for class org.openstreetmap.josm.io.OsmChangeBuilder
Constructs a new OsmChangeBuilder.
OsmChangeImporter - Class in org.openstreetmap.josm.io
 
OsmChangeImporter() - Constructor for class org.openstreetmap.josm.io.OsmChangeImporter
Constructs a new OsmChangeImporter.
OsmChangeImporter(ExtensionFileFilter) - Constructor for class org.openstreetmap.josm.io.OsmChangeImporter
 
OsmChangeParser(ProgressMonitor, Compression) - Constructor for class org.openstreetmap.josm.io.OsmServerLocationReader.OsmChangeParser
 
OsmChangeReader - Class in org.openstreetmap.josm.io
Reader for OsmChange file format.
OsmChangeReader() - Constructor for class org.openstreetmap.josm.io.OsmChangeReader
constructor (for private and subclasses use only)
OsmChangesetContentParser - Class in org.openstreetmap.josm.io
Parser for OSM changeset content.
OsmChangesetContentParser(InputStream) - Constructor for class org.openstreetmap.josm.io.OsmChangesetContentParser
Constructs a new OsmChangesetContentParser.
OsmChangesetContentParser(String) - Constructor for class org.openstreetmap.josm.io.OsmChangesetContentParser
Constructs a new OsmChangesetContentParser.
OsmChangesetContentParser.Parser - Class in org.openstreetmap.josm.io
 
OsmChangesetParser - Class in org.openstreetmap.josm.io
Parser for a list of changesets, encapsulated in an OSM data set structure.
OsmChangesetParser() - Constructor for class org.openstreetmap.josm.io.OsmChangesetParser
 
OsmChangesetParser.Parser - Class in org.openstreetmap.josm.io
 
osmClass - Variable in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
osmConform - Variable in class org.openstreetmap.josm.io.OsmWriter
 
OsmConnection - Class in org.openstreetmap.josm.io
Base class that handles common things like authentication for the reader and writer to the osm server.
OsmConnection() - Constructor for class org.openstreetmap.josm.io.OsmConnection
 
osmData - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList.PostDownloadProcessor
 
OsmDataLayer - Class in org.openstreetmap.josm.gui.layer
A layer that holds OSM data from a specific dataset.
OsmDataLayer(DataSet, String, File) - Constructor for class org.openstreetmap.josm.gui.layer.OsmDataLayer
Construct a new OsmDataLayer.
OsmDataLayer.CommandQueueListener - Interface in org.openstreetmap.josm.gui.layer
 
OsmDataLayer.ConsistencyTestAction - Class in org.openstreetmap.josm.gui.layer
 
OsmDataLayer.ConvertToGpxLayerAction - Class in org.openstreetmap.josm.gui.layer
Action that converts this OSM layer to a GPX layer.
OsmDataLayer.DataCountVisitor - Class in org.openstreetmap.josm.gui.layer
 
OsmDataLayer.LayerStateChangeListener - Interface in org.openstreetmap.josm.gui.layer
Listener called when a state of this layer has changed.
OsmDataSessionExporter - Class in org.openstreetmap.josm.io.session
Session exporter for OsmDataLayer.
OsmDataSessionExporter(OsmDataLayer) - Constructor for class org.openstreetmap.josm.io.session.OsmDataSessionExporter
Constructs a new OsmDataSessionExporter.
OsmDataSessionImporter - Class in org.openstreetmap.josm.io.session
Session importer for OsmDataLayer.
OsmDataSessionImporter() - Constructor for class org.openstreetmap.josm.io.session.OsmDataSessionImporter
 
OsmExporter - Class in org.openstreetmap.josm.io
Exports data to an .osm file.
OsmExporter() - Constructor for class org.openstreetmap.josm.io.OsmExporter
Constructs a new OsmExporter.
OsmExporter(ExtensionFileFilter) - Constructor for class org.openstreetmap.josm.io.OsmExporter
Constructs a new OsmExporter.
OsmGzipExporter - Class in org.openstreetmap.josm.io
OSM data exporter that compresses it in GZip format.
OsmGzipExporter() - Constructor for class org.openstreetmap.josm.io.OsmGzipExporter
Constructs a new OsmGzipExporter.
OsmHistoryReader - Class in org.openstreetmap.josm.io
Parser for OSM history data.
OsmHistoryReader(InputStream) - Constructor for class org.openstreetmap.josm.io.OsmHistoryReader
Constructs a new OsmHistoryReader.
OsmHistoryReader.Parser - Class in org.openstreetmap.josm.io
 
OsmIdSelectionDialog - Class in org.openstreetmap.josm.gui.dialogs
Dialog prompt to user to let him choose OSM primitives by specifying their type and IDs.
OsmIdSelectionDialog(Component, String, String[]) - Constructor for class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
OsmIdSelectionDialog(Component, String, String[], boolean) - Constructor for class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
OsmIdSelectionDialog(Component, String, String[], boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
OsmIdTextField - Class in org.openstreetmap.josm.gui.widgets
A text field designed to enter one or several OSM primitive IDs.
OsmIdTextField() - Constructor for class org.openstreetmap.josm.gui.widgets.OsmIdTextField
Constructs a new OsmIdTextField
OsmIdTextField.OsmIdValidator - Class in org.openstreetmap.josm.gui.widgets
Validator for an OSM primitive ID entered in a JTextComponent.
OsmIdValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.widgets.OsmIdTextField.OsmIdValidator
OsmImporter - Class in org.openstreetmap.josm.io
 
OsmImporter() - Constructor for class org.openstreetmap.josm.io.OsmImporter
Constructs a new OsmImporter.
OsmImporter(ExtensionFileFilter) - Constructor for class org.openstreetmap.josm.io.OsmImporter
Constructs a new OsmImporter with the given extension file filter.
OsmImporter.OsmImporterData - Class in org.openstreetmap.josm.io
Utility class containing imported OSM layer, and a task to run after it is added to MapView.
OsmImporterData(OsmDataLayer, Runnable) - Constructor for class org.openstreetmap.josm.io.OsmImporter.OsmImporterData
 
OsmLoginFailedException - Exception in org.openstreetmap.josm.gui.oauth
OSM login failure exception.
OsmLoginFailedException(Throwable) - Constructor for exception org.openstreetmap.josm.gui.oauth.OsmLoginFailedException
Constructs a new OsmLoginFailedException with the specified cause.
osmLoginUrl - Variable in class org.openstreetmap.josm.data.oauth.OAuthParameters
 
osmLogoutUrl - Variable in class org.openstreetmap.josm.data.oauth.OAuthParameters
 
OsmLonLatListener() - Constructor for class org.openstreetmap.josm.actions.JumpToAction.OsmLonLatListener
 
OsmMercator - Class in org.openstreetmap.gui.jmapviewer
This class implements the Mercator Projection as it is used by OpenStreetMap (and google).
OsmMercator() - Constructor for class org.openstreetmap.gui.jmapviewer.OsmMercator
Creates instance with default tile size of 256
OsmMercator(int) - Constructor for class org.openstreetmap.gui.jmapviewer.OsmMercator
Creates instance with provided tile size.
osmMercator - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
OsmOAuthAuthorizationClient - Class in org.openstreetmap.josm.gui.oauth
An OAuth 1.0 authorization client.
OsmOAuthAuthorizationClient(OAuthParameters) - Constructor for class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
Creates a new authorisation client with the parameters parameters.
OsmOAuthAuthorizationClient(OAuthParameters, OAuthToken) - Constructor for class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
Creates a new authorisation client with the parameters parameters and an already known Request Token.
OsmOAuthAuthorizationClient.SessionId - Class in org.openstreetmap.josm.gui.oauth
 
OsmOAuthAuthorizationException - Exception in org.openstreetmap.josm.gui.oauth
OSM OAuth authorization exception.
OsmOAuthAuthorizationException(String) - Constructor for exception org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationException
Constructs a new OsmLoginFailedException with the specified detail message.
OsmOAuthAuthorizationException(Throwable) - Constructor for exception org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationException
Constructs a new OsmLoginFailedException with the specified cause.
OsmParser(ProgressMonitor, Compression) - Constructor for class org.openstreetmap.josm.io.OsmServerLocationReader.OsmParser
 
OsmParsingCanceledException(String, Location) - Constructor for exception org.openstreetmap.josm.io.OsmReader.OsmParsingCanceledException
Constructs a new OsmParsingCanceledException.
OsmPrimitive - Class in org.openstreetmap.josm.data.osm
The base class for OSM objects (Node, Way, Relation).
OsmPrimitive(long, boolean) - Constructor for class org.openstreetmap.josm.data.osm.OsmPrimitive
Creates a new primitive for the given id.
OsmPrimitive(long, int, boolean) - Constructor for class org.openstreetmap.josm.data.osm.OsmPrimitive
Creates a new primitive for the given id and version.
OsmPrimitiveAction - Interface in org.openstreetmap.josm.actions
Interface used to enable/disable all primitive-related actions, even those registered by plugins.
OsmPrimitiveComparator - Class in org.openstreetmap.josm.data.osm
Comparator, comparing pritimives by: type and ids in "quick" mode type and objects display names instead
OsmPrimitiveComparator() - Constructor for class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
Constructs a new OsmPrimitiveComparator.
OsmPrimitiveComparator(boolean, boolean) - Constructor for class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
Constructs a new OsmPrimitiveComparator.
OsmPrimitiveList() - Constructor for class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveList
 
OsmPrimitiveList(UploadSelectionDialog.OsmPrimitiveListModel) - Constructor for class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveList
 
OsmPrimitiveListModel() - Constructor for class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveListModel
 
OsmPrimitivesTable - Class in org.openstreetmap.josm.gui.widgets
Table displaying OSM primitives.
OsmPrimitivesTable(OsmPrimitivesTableModel, TableColumnModel, ListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
Constructs a new OsmPrimitivesTable.
OsmPrimitivesTable.DblClickHandler - Class in org.openstreetmap.josm.gui.widgets
 
OsmPrimitivesTableModel - Interface in org.openstreetmap.josm.gui.widgets
 
OsmPrimitiveType - Enum in org.openstreetmap.josm.data.osm
 
OsmPrimitiveType(String, Class<? extends OsmPrimitive>, Class<? extends PrimitiveData>) - Constructor for enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
OsmPrimitiveTypesComboBox - Class in org.openstreetmap.josm.gui.widgets
A Combo box containing OSM primitive types (Node, Way, Relation).
OsmPrimitiveTypesComboBox() - Constructor for class org.openstreetmap.josm.gui.widgets.OsmPrimitiveTypesComboBox
Constructs a new OsmPrimitiveTypesComboBox.
OsmPrimitivRenderer - Class in org.openstreetmap.josm.gui
Renderer that renders the objects from an OsmPrimitive as data.
OsmPrimitivRenderer() - Constructor for class org.openstreetmap.josm.gui.OsmPrimitivRenderer
 
OsmPrivileges - Class in org.openstreetmap.josm.data.oauth
List of permissions granted to the current OSM connection.
OsmPrivileges() - Constructor for class org.openstreetmap.josm.data.oauth.OsmPrivileges
 
OsmPrivilegesPanel - Class in org.openstreetmap.josm.gui.oauth
 
OsmPrivilegesPanel() - Constructor for class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel
Constructs a new OsmPrivilegesPanel.
OsmReader - Class in org.openstreetmap.josm.io
Parser for the Osm Api.
OsmReader() - Constructor for class org.openstreetmap.josm.io.OsmReader
constructor (for private and subclasses use only)
OsmReader.OsmParsingCanceledException - Exception in org.openstreetmap.josm.io
Exception thrown after user cancelation.
OsmServerBackreferenceReader - Class in org.openstreetmap.josm.io
OsmServerBackreferenceReader fetches the primitives from the OSM server which refer to a specific primitive.
OsmServerBackreferenceReader(OsmPrimitive) - Constructor for class org.openstreetmap.josm.io.OsmServerBackreferenceReader
constructor
OsmServerBackreferenceReader(long, OsmPrimitiveType) - Constructor for class org.openstreetmap.josm.io.OsmServerBackreferenceReader
constructor
OsmServerBackreferenceReader(OsmPrimitive, boolean) - Constructor for class org.openstreetmap.josm.io.OsmServerBackreferenceReader
Creates a back reference reader for given primitive
OsmServerBackreferenceReader(long, OsmPrimitiveType, boolean) - Constructor for class org.openstreetmap.josm.io.OsmServerBackreferenceReader
Creates a back reference reader for given primitive id
OsmServerChangesetReader - Class in org.openstreetmap.josm.io
Reads the history of an OsmPrimitive from the OSM API server.
OsmServerChangesetReader() - Constructor for class org.openstreetmap.josm.io.OsmServerChangesetReader
Constructs a new OsmServerChangesetReader.
OsmServerHistoryReader - Class in org.openstreetmap.josm.io
Reads the history of an OsmPrimitive from the OSM API server.
OsmServerHistoryReader(OsmPrimitiveType, long) - Constructor for class org.openstreetmap.josm.io.OsmServerHistoryReader
constructor
OsmServerLocationReader - Class in org.openstreetmap.josm.io
Read content from OSM server for a given URL
OsmServerLocationReader(String) - Constructor for class org.openstreetmap.josm.io.OsmServerLocationReader
Constructs a new OsmServerLocationReader.
OsmServerLocationReader.GpxParser - Class in org.openstreetmap.josm.io
 
OsmServerLocationReader.NoteParser - Class in org.openstreetmap.josm.io
 
OsmServerLocationReader.OsmChangeParser - Class in org.openstreetmap.josm.io
 
OsmServerLocationReader.OsmParser - Class in org.openstreetmap.josm.io
 
OsmServerLocationReader.Parser<T> - Class in org.openstreetmap.josm.io
 
OsmServerObjectReader - Class in org.openstreetmap.josm.io
OsmServerObjectReader reads an individual object from the OSM server.
OsmServerObjectReader(long, OsmPrimitiveType, boolean) - Constructor for class org.openstreetmap.josm.io.OsmServerObjectReader
Creates a new server object reader for a given id and a primitive type.
OsmServerObjectReader(long, OsmPrimitiveType, int) - Constructor for class org.openstreetmap.josm.io.OsmServerObjectReader
Creates a new server object reader for a given id and a primitive type.
OsmServerObjectReader(long, OsmPrimitiveType, boolean, int) - Constructor for class org.openstreetmap.josm.io.OsmServerObjectReader
 
OsmServerObjectReader(PrimitiveId, boolean) - Constructor for class org.openstreetmap.josm.io.OsmServerObjectReader
Creates a new server object reader for an object with the given id
OsmServerObjectReader(PrimitiveId, int) - Constructor for class org.openstreetmap.josm.io.OsmServerObjectReader
Creates a new server object reader for an object with the given id
OsmServerObjectReader(PrimitiveId, boolean, int) - Constructor for class org.openstreetmap.josm.io.OsmServerObjectReader
 
OsmServerReader - Class in org.openstreetmap.josm.io
This DataReader reads directly from the REST API of the osm server.
OsmServerReader() - Constructor for class org.openstreetmap.josm.io.OsmServerReader
 
OsmServerReadPostprocessor - Interface in org.openstreetmap.josm.io
 
OsmServerUserInfoReader - Class in org.openstreetmap.josm.io
 
OsmServerUserInfoReader() - Constructor for class org.openstreetmap.josm.io.OsmServerUserInfoReader
Constructs a new OsmServerUserInfoReader.
OsmServerWritePostprocessor - Interface in org.openstreetmap.josm.io
 
OsmServerWriter - Class in org.openstreetmap.josm.io
Class that uploads all changes to the osm server.
OsmServerWriter() - Constructor for class org.openstreetmap.josm.io.OsmServerWriter
 
OsmTileJob(Tile) - Constructor for class org.openstreetmap.gui.jmapviewer.OsmTileLoader.OsmTileJob
 
OsmTileLoader - Class in org.openstreetmap.gui.jmapviewer
A TileLoader implementation that loads tiles from OSM.
OsmTileLoader(TileLoaderListener) - Constructor for class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
OsmTileLoader(TileLoaderListener, Map<String, String>) - Constructor for class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
OsmTileLoader.OsmTileJob - Class in org.openstreetmap.gui.jmapviewer
 
OsmTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
OSM Tile source.
OsmTileSource() - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource
 
OsmTileSource.CycleMap - Class in org.openstreetmap.gui.jmapviewer.tilesources
The "Cycle Map" OSM tile source.
OsmTileSource.Mapnik - Class in org.openstreetmap.gui.jmapviewer.tilesources
The default "Mapnik" OSM tile source.
OsmTransferCanceledException - Exception in org.openstreetmap.josm.io
Exception thrown when a communication with the OSM server has been cancelled by the user.
OsmTransferCanceledException(String) - Constructor for exception org.openstreetmap.josm.io.OsmTransferCanceledException
Constructs a new OsmTransferCanceledException, without message.
OsmTransferCanceledException(Throwable) - Constructor for exception org.openstreetmap.josm.io.OsmTransferCanceledException
Constructs a new OsmTransferCanceledException, with given root cause.
OsmTransferException - Exception in org.openstreetmap.josm.io
Exception thrown when a communication error with the OSM server occurs.
OsmTransferException() - Constructor for exception org.openstreetmap.josm.io.OsmTransferException
Constructs an OsmTransferException with null as its error detail message.
OsmTransferException(String) - Constructor for exception org.openstreetmap.josm.io.OsmTransferException
Constructs an OsmTransferException with the specified detail message.
OsmTransferException(Throwable) - Constructor for exception org.openstreetmap.josm.io.OsmTransferException
Constructs an OsmTransferException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
OsmTransferException(String, Throwable) - Constructor for exception org.openstreetmap.josm.io.OsmTransferException
Constructs an OsmTransferException with the specified detail message and cause.
OsmURLListener() - Constructor for class org.openstreetmap.josm.actions.JumpToAction.OsmURLListener
 
OsmUrlRefresher() - Constructor for class org.openstreetmap.josm.gui.download.BoundingBoxSelection.OsmUrlRefresher
 
OsmUrlRefresher() - Constructor for class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.OsmUrlRefresher
 
OsmUrlToBounds - Class in org.openstreetmap.josm.tools
 
OsmUrlToBounds() - Constructor for class org.openstreetmap.josm.tools.OsmUrlToBounds
 
OsmUtils - Class in org.openstreetmap.josm.data.osm
 
OsmUtils() - Constructor for class org.openstreetmap.josm.data.osm.OsmUtils
 
OsmValidator - Class in org.openstreetmap.josm.data.validation
A OSM data validator.
OsmValidator() - Constructor for class org.openstreetmap.josm.data.validation.OsmValidator
Constructs a new OsmValidator.
osmwriter - Variable in class org.openstreetmap.josm.io.OsmChangeBuilder
 
OsmWriter - Class in org.openstreetmap.josm.io
Save the dataset into a stream as osm intern xml format.
OsmWriter(PrintWriter, boolean, String) - Constructor for class org.openstreetmap.josm.io.OsmWriter
Constructs a new OsmWriter.
OsmWriterFactory - Class in org.openstreetmap.josm.io
This factory is called by everyone who needs an OsmWriter object, instead of directly calling the OsmWriter constructor.
OsmWriterFactory() - Constructor for class org.openstreetmap.josm.io.OsmWriterFactory
 
other - Variable in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in interface org.openstreetmap.josm.data.osm.event.DataSetListener
Minor dataset change, currently only changeset id changed is supported, but can be extended in future.
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.data.validation.TestError
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
otherDatasetChange(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
OtherHostCredentialsPanel(CredentialDialog, String) - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog.OtherHostCredentialsPanel
 
othernodes - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
out - Variable in class org.openstreetmap.josm.io.ProgressOutputStream
 
out - Variable in class org.openstreetmap.josm.io.XmlWriter
 
OUTER_STYLE - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Area style on outer way
OUTER_STYLE_MISMATCH - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Style for outer way mismatches / With the currently used mappaint style(s) the style for outer way mismatches the area style
outerExactRoles - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
outerNodes - Variable in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequences
outer endpoints of selected ways
outerPanel - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
outerRolePrefixes - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
outers - Variable in class org.openstreetmap.josm.tools.Geometry.MultiPolygonMembers
 
outerWay - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.AssembledMultipolygon
 
outerWay - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.Multipolygon
 
outerWay - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.PolygonLevel
 
outerWays - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder
List of outer ways
outerWays - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
outlineOnly - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: should only the data area outline be drawn
outlineOnly - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
output - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
output - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
outputDataSet - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
 
OVERLAPPING_AREA - Static variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
OVERLAPPING_HIGHWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
OVERLAPPING_HIGHWAY_AREA - Static variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
OVERLAPPING_RAILWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
OVERLAPPING_RAILWAY_AREA - Static variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
OVERLAPPING_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
OVERLAPPING_WAY_AREA - Static variable in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
OverlappingWays - Class in org.openstreetmap.josm.data.validation.tests
Tests if there are overlapping ways.
OverlappingWays() - Constructor for class org.openstreetmap.josm.data.validation.tests.OverlappingWays
Constructor
overlayInfo - Variable in class org.openstreetmap.josm.tools.ImageProvider
ordered list of overlay images
overlayInfo - Variable in class org.openstreetmap.josm.tools.ImageResource
ordered list of overlay images
OverlayPosition() - Constructor for enum org.openstreetmap.josm.tools.ImageProvider.OverlayPosition
 
OVERPASS_QUERY_HISTORY - Static variable in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassQueryHistoryPopup
 
OVERPASS_QUERY_HISTORY_SIZE - Static variable in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassQueryHistoryPopup
 
OVERPASS_SERVER - Static variable in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
OVERPASS_SERVER_HISTORY - Static variable in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
OVERPASS_WIZARD_HISTORY - Static variable in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
overpassDownload - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Download from Overpass API...
OverpassDownloadAction - Class in org.openstreetmap.josm.actions
Download map data from Overpass API server.
OverpassDownloadAction() - Constructor for class org.openstreetmap.josm.actions.OverpassDownloadAction
Constructs a new OverpassDownloadAction.
OverpassDownloadAction.DisableActionsFocusListener - Class in org.openstreetmap.josm.actions
 
OverpassDownloadAction.OverpassDownloadDialog - Class in org.openstreetmap.josm.actions
 
OverpassDownloadAction.OverpassQueryHistoryItem - Class in org.openstreetmap.josm.actions
 
OverpassDownloadAction.OverpassQueryHistoryPopup - Class in org.openstreetmap.josm.actions
 
OverpassDownloadDialog(Component) - Constructor for class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
OverpassDownloadReader - Class in org.openstreetmap.josm.io
Read content from an Overpass server.
OverpassDownloadReader(Bounds, String, String) - Constructor for class org.openstreetmap.josm.io.OverpassDownloadReader
Constructs a new OverpassDownloadReader.
overpassQuery - Variable in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
overpassQuery - Variable in class org.openstreetmap.josm.io.OverpassDownloadReader
 
OverpassQueryHistoryItem(String, OverpassDownloadAction.OverpassDownloadDialog) - Constructor for class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassQueryHistoryItem
 
OverpassQueryHistoryPopup(OverpassDownloadAction.OverpassDownloadDialog) - Constructor for class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassQueryHistoryPopup
 
overpassServer - Variable in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
overpassServer - Variable in class org.openstreetmap.josm.io.OverpassDownloadReader
 
OverpassServerPreference - Class in org.openstreetmap.josm.gui.preferences.server
Preferences related to Overpass API servers.
OverpassServerPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
 
OverpassServerPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.server
Factory used to create a new OverpassServerPreference.
OverpassTurboQueryWizard - Class in org.openstreetmap.josm.tools
Uses Overpass Turbo query wizard code (MIT Licensed) to build an Overpass QL from a SearchAction like query.
OverpassTurboQueryWizard() - Constructor for class org.openstreetmap.josm.tools.OverpassTurboQueryWizard
 
overpassWizard - Variable in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
overviewHeaderCount - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
owner - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
owner - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.TFKeyListener
 
owner - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
 
OWS_NS_URL - Static variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 

P

P - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
P00 - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Constants for authalic latitude.
P01 - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
P02 - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
p1 - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction.ReferenceSegment
 
p1 - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.LineClip
 
p1 - Variable in class org.openstreetmap.josm.data.validation.PaintVisitor.PaintedPoint
 
p1 - Variable in class org.openstreetmap.josm.gui.MapViewState.MapViewRectangle
 
P10 - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
P11 - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
p2 - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction.ReferenceSegment
 
p2 - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.LineClip
 
p2 - Variable in class org.openstreetmap.josm.data.validation.PaintVisitor.PaintedSegment
 
p2 - Variable in class org.openstreetmap.josm.gui.MapViewState.MapViewRectangle
 
P20 - Static variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
P_XML - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
PADDING_LEFT - Static variable in class org.openstreetmap.josm.gui.MapScaler
 
PADDING_RIGHT - Static variable in class org.openstreetmap.josm.gui.MapScaler
 
paint(Graphics, Point, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapMarker
Paints the map marker on the map.
paint(Graphics, List<Point>) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapPolygon
Paints the map polygon on the map.
paint(Graphics, Polygon) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapPolygon
Paints the map polygon on the map.
paint(Graphics, Point, Point) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapRectangle
Paints the map rectangle on the map.
paint(Graphics, Point, int) - Method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
paint(Graphics, List<Point>) - Method in class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
paint(Graphics, Polygon) - Method in class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
paint(Graphics, Point, Point) - Method in class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
paint(Graphics, int, int) - Method in class org.openstreetmap.gui.jmapviewer.Tile
Paints the tile-image on the Graphics g at the position x/y.
paint(Graphics, int, int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.Tile
Paints the tile-image on the Graphics g at the position x/y.
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
Redraws temporary layer.
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
paint(Graphics) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
Draw the map.
paint(Graphics) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBoundsMapView
Draw the map.
paint(Graphics) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
 
paint(MapViewGraphics) - Method in class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable.CompatibilityModeLayerPainter
 
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
paint(MapViewGraphics) - Method in interface org.openstreetmap.josm.gui.layer.MapViewPaintable.LayerPainter
Paints the given layer.
paint(Graphics2D, MapView, Bounds) - Method in interface org.openstreetmap.josm.gui.layer.MapViewPaintable
Paint the dataset using the engine set.
paint(Graphics, MapView, boolean, boolean) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.ButtonMarker
 
paint(Graphics, MapView, boolean, boolean) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Paints the marker.
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
paint(Graphics, MapView) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
Paint the marker icon in the given graphics context.
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Draw all primitives in this layer but do not draw modified ones (they are drawn by the edit layer).
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
Draw all primitives in this layer but do not draw modified ones (they are drawn by the edit layer).
paint(Graphics) - Method in class org.openstreetmap.josm.gui.MapScaler
 
paint(Graphics) - Method in class org.openstreetmap.josm.gui.MapView
Draw the component.
paint(MapViewGraphics) - Method in class org.openstreetmap.josm.gui.MapView.WarningLayerPainter
 
paint(Graphics2D, MapView, Bounds) - Method in class org.openstreetmap.josm.gui.SelectionManager.SelectionHintLayer
 
paint(Graphics, Shape) - Method in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
paint(Graphics) - Method in class org.openstreetmap.josm.gui.widgets.JosmTextField
 
paint(Graphics, MultiSplitLayout.Divider) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane.DefaultDividerPainter
 
paint(Graphics, MultiSplitLayout.Divider) - Method in interface org.openstreetmap.josm.gui.widgets.MultiSplitPane.DividerPainter
Paint a single Divider.
paintable - Variable in class org.openstreetmap.josm.gui.layer.MapViewPaintable.PaintableInvalidationEvent
 
PaintableInvalidationEvent(MapViewPaintable) - Constructor for class org.openstreetmap.josm.gui.layer.MapViewPaintable.PaintableInvalidationEvent
paintablInvalidated(MapViewPaintable.PaintableInvalidationEvent) - Method in interface org.openstreetmap.josm.gui.layer.MapViewPaintable.PaintableInvalidationListener
paintablInvalidated(MapViewPaintable.PaintableInvalidationEvent) - Method in class org.openstreetmap.josm.gui.MapView.LayerInvalidatedListener
 
paintAttribution(Graphics, int, int, ICoordinate, ICoordinate, int, ImageObserver) - Method in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
paintChildren(Graphics) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
Uses the DividerPainter (if any) to paint each Divider that overlaps the clip Rectangle.
PaintColors - Enum in org.openstreetmap.josm.data.osm.visitor.paint
 
PaintColors(String, Color) - Constructor for enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
paintComponent(Graphics) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
paintComponent(Graphics) - Method in class org.openstreetmap.josm.gui.bbox.SizeButton
 
paintComponent(Graphics) - Method in class org.openstreetmap.josm.gui.bbox.SourceButton
 
paintComponent(Graphics) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel.OSDLabel
 
paintComponent(Graphics) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
paintComponent(Graphics) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
paintComponent(Graphics) - Method in class org.openstreetmap.josm.gui.NotificationManager.RoundedPanel
 
paintConflicts(Graphics, NavigatableComponent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
Paints all conflicts that can be expressed on the main window.
PaintedPoint(LatLon, Color) - Constructor for class org.openstreetmap.josm.data.validation.PaintVisitor.PaintedPoint
 
paintedPoints - Variable in class org.openstreetmap.josm.data.validation.PaintVisitor
 
PaintedSegment(LatLon, LatLon, Color) - Constructor for class org.openstreetmap.josm.data.validation.PaintVisitor.PaintedSegment
 
paintedSegments - Variable in class org.openstreetmap.josm.data.validation.PaintVisitor
 
paintIcon(MapView, Graphics, int, int) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
paintIcon(Component, Graphics, int, int) - Method in enum org.openstreetmap.josm.gui.MenuScroller.MenuIcon
 
paintLayer(Layer, Graphics2D, Bounds) - Method in class org.openstreetmap.josm.gui.MapView
 
paintMarker(Graphics, MapMarker) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Paint a single marker.
paintPolygon(Graphics, MapPolygon) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Paint a single polygon.
paintPreferencesChanged - Variable in class org.openstreetmap.josm.gui.MapView
 
paintPrimitive(OsmPrimitive, MapPaintSettings, StyledMapRenderer, boolean, boolean, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
paintPrimitive(OsmPrimitive, MapPaintSettings, StyledMapRenderer, boolean, boolean, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
 
paintPrimitive(OsmPrimitive, MapPaintSettings, StyledMapRenderer, boolean, boolean, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
paintPrimitive(OsmPrimitive, MapPaintSettings, StyledMapRenderer, boolean, boolean, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineTextElement
 
paintPrimitive(OsmPrimitive, MapPaintSettings, StyledMapRenderer, boolean, boolean, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
paintPrimitive(OsmPrimitive, MapPaintSettings, StyledMapRenderer, boolean, boolean, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
paintPrimitive(OsmPrimitive, MapPaintSettings, StyledMapRenderer, boolean, boolean, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
draws a primitive
paintRectangle(Graphics, MapRectangle) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Paint a single rectangle.
paintSettings - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
paintText(Graphics, Point) - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
paintTicks(Graphics) - Method in class org.openstreetmap.josm.gui.MapScaler.TickMarks
Paint the ticks to the graphics.
paintTileImages(Graphics, AbstractTileSourceLayer<T>.TileSet, int, Tile) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
paintTileText(AbstractTileSourceLayer<T>.TileSet, Tile, Graphics, MapView, int, Tile) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
PaintVisitor - Class in org.openstreetmap.josm.data.validation
Visitor that highlights the primitives affected by an error
PaintVisitor(Graphics, MapView) - Constructor for class org.openstreetmap.josm.data.validation.PaintVisitor
Constructor
PaintVisitor.PaintedPoint - Class in org.openstreetmap.josm.data.validation
 
PaintVisitor.PaintedSegment - Class in org.openstreetmap.josm.data.validation
 
Pair<A,B> - Class in org.openstreetmap.josm.tools
A pair of objects.
Pair(A, B) - Constructor for class org.openstreetmap.josm.tools.Pair
Constructs a new Pair.
PairTable - Class in org.openstreetmap.josm.gui.conflict.pair
 
PairTable(String, ListMergeModel<? extends PrimitiveId>, OsmPrimitivesTableModel, TableColumnModel, ListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.PairTable
Constructs a new PairTable.
pane - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.DefaultAction
 
PANE_TITLES - Static variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
panel - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
 
panel - Variable in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
panel - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SetOffsetActionListener
 
panel - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
panel - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginCheckBox
 
panel - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.CbAction
 
panel - Static variable in class org.openstreetmap.josm.Main
Global panel.
PANEL_OPAQUE - Static variable in class org.openstreetmap.josm.gui.NotificationManager
 
PANEL_SEMITRANSPARENT - Static variable in class org.openstreetmap.josm.gui.NotificationManager
 
panels - Variable in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
Panels that are added to the multisplitpane.
ParallelWayAction - Class in org.openstreetmap.josm.actions.mapmode
MapMode for making parallel ways.
ParallelWayAction(MapFrame) - Constructor for class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
Constructs a new ParallelWayAction.
ParallelWayAction.Mode - Enum in org.openstreetmap.josm.actions.mapmode
 
ParallelWays - Class in org.openstreetmap.josm.actions.mapmode
Helper for ParallelWayAction
ParallelWays(Collection<Way>, boolean, int) - Constructor for class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
Param(String, boolean) - Constructor for enum org.openstreetmap.josm.data.projection.CustomProjection.Param
 
paramCleanup(Collection<String>) - Static method in class org.openstreetmap.josm.actions.ShowStatusReportAction
 
paramCleanup(String) - Static method in class org.openstreetmap.josm.actions.ShowStatusReportAction
Shortens and removes private informations from a parameter used for status report.
ParameterFunction(Method, List<Expression>, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ParameterFunction
Constructs a new ParameterFunction.
parameterFunctions - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory
 
parameterFunctionsEnv - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory
 
ParameterInfoDialog() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice.ParameterInfoDialog
Constructs a new ParameterInfoDialog.
ParameterizedAction - Interface in org.openstreetmap.josm.actions
 
ParameterizedActionDecorator - Class in org.openstreetmap.josm.actions
 
ParameterizedActionDecorator(ParameterizedAction, Map<String, Object>) - Constructor for class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
parameters - Variable in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
Parameters(double) - Constructor for class org.openstreetmap.josm.data.projection.proj.LambertConformalConic.Parameters
 
parameters - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
parameters - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
 
parameters - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
Parameters1SP(double) - Constructor for class org.openstreetmap.josm.data.projection.proj.LambertConformalConic.Parameters1SP
 
Parameters2SP(double, double, double) - Constructor for class org.openstreetmap.josm.data.projection.proj.LambertConformalConic.Parameters2SP
 
ParametrizedEnumProperty<T extends java.lang.Enum<T>> - Class in org.openstreetmap.josm.data.preferences
 
ParametrizedEnumProperty(Class<T>, T) - Constructor for class org.openstreetmap.josm.data.preferences.ParametrizedEnumProperty
 
paramReplace(String, String, String) - Static method in class org.openstreetmap.josm.actions.ShowStatusReportAction
 
params - Variable in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
paramsByKey - Static variable in enum org.openstreetmap.josm.data.projection.CustomProjection.Param
Map of all parameters by key
paramType(String) - Static method in enum org.openstreetmap.josm.Main.DownloadParamType
Guess the type of a parameter string specified on the command line with --download= or --downloadgps.
parent - Variable in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
Parent(SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Parent
 
parent - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
parent - Variable in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
parent - Variable in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
 
parent - Variable in class org.openstreetmap.josm.gui.download.BookmarkSelection
the parent download GUI
parent - Variable in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
parent - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection
 
parent - Variable in class org.openstreetmap.josm.gui.download.TileSelection
 
parent - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
parent - Variable in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
 
parent - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
parent - Variable in class org.openstreetmap.josm.gui.mappaint.Environment
If not null, this is the matching parent object if a condition or an expression is evaluated in a Selector.LinkSelector (within a child selector)
parent - Variable in class org.openstreetmap.josm.gui.MapStatus.Collector
 
parent - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
parent - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
 
parent - Variable in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
parent - Variable in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
parent - Variable in class org.openstreetmap.josm.gui.progress.ChildProgress
 
parent - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
 
parent - Static variable in class org.openstreetmap.josm.Main
Global parent component for all dialogs and message boxes
parent - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
 
parent_get() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
Returns the Split parent of this Node, or null.
parent_set(MultiSplitLayout.Split) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
Set the value of this Node's parent property.
parent_tag(Environment, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Gets the first non-null value of the key key from the object's parent(s).
parent_tags(Environment, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Gets a list of all non-null values of the key key from the object's parent(s).
parentCondition - Variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ChildSet
 
parenthesis(SearchCompiler.Match) - Static method in class org.openstreetmap.josm.actions.search.SearchCompiler.AbstractBinaryMatch
 
parentLayer - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
parentMonitor - Variable in class org.openstreetmap.josm.gui.io.SaveLayerTask
 
parentMultipolygonConcernsArea(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
ParentRelationLoadingTask - Class in org.openstreetmap.josm.gui.dialogs.relation
This is an asynchronous task for loading the parents of a given relation.
ParentRelationLoadingTask(Relation, OsmDataLayer, boolean, PleaseWaitProgressMonitor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
Creates a new task for asynchronously downloading the parents of a child relation.
parents - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
the parents
parents - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
parents - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
ParentSet(SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.ParentSet
 
parentStyle - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting
 
parentSubGridName - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
parse() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler
Parse search string.
parse(String) - Method in class org.openstreetmap.josm.data.preferences.ParametrizedEnumProperty
 
parse() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
Parse preferences.
parse(String) - Static method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys.ConditionalValue
 
parse(String, OpeningHourTest.CheckMode, String) - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest
 
parse(InputSource) - Static method in class org.openstreetmap.josm.io.Capabilities.CapabilitiesParser
Parses and returns capabilities from the given input source.
parse(String) - Method in class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlParser
Parses the changeset query given as URL query parameters and replies a ChangesetQuery.
parse(String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.DiffResultProcessor
Parse the response from a diff upload to the OSM API.
parse(boolean) - Method in class org.openstreetmap.josm.io.GpxReader
Parse the GPX data.
parse() - Method in class org.openstreetmap.josm.io.imagery.ImageryReader
Parses imagery source.
parse() - Method in class org.openstreetmap.josm.io.NoteReader
Parses the InputStream given to the constructor and returns the resulting Note objects
parse(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmChangesetContentParser
Parses the content.
parse() - Method in class org.openstreetmap.josm.io.OsmChangesetContentParser
Parses the content from the input source
parse(InputStream, ProgressMonitor) - Static method in class org.openstreetmap.josm.io.OsmChangesetParser
Parse the given input source and return the list of changesets
parse(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmHistoryReader
Parses the content.
parse() - Method in class org.openstreetmap.josm.io.OsmReader
 
parse() - Method in class org.openstreetmap.josm.io.OsmServerLocationReader.GpxParser
 
parse() - Method in class org.openstreetmap.josm.io.OsmServerLocationReader.NoteParser
 
parse() - Method in class org.openstreetmap.josm.io.OsmServerLocationReader.OsmChangeParser
 
parse() - Method in class org.openstreetmap.josm.io.OsmServerLocationReader.OsmParser
 
parse() - Method in class org.openstreetmap.josm.io.OsmServerLocationReader.Parser
 
parse(InputStream) - Method in class org.openstreetmap.josm.plugins.PluginListParser
Parses a plugin information document and replies a list of plugin information objects.
parse(String) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
 
parse() - Method in class org.openstreetmap.josm.tools.template_engine.TemplateParser
Parse the template.
PARSE_AUTHORITY_EXTRA - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Should always be empty.
PARSE_AUTHORITY_HOST_IP - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
PARSE_AUTHORITY_IPV6 - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
PARSE_URL_AUTHORITY - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Includes hostname/ip and port number.
PARSE_URL_FRAGMENT - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
PARSE_URL_PATH - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
PARSE_URL_QUERY - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
PARSE_URL_SCHEME - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Schema/Protocol (ie.
parseAndPut(String) - Method in class org.openstreetmap.josm.data.preferences.DoubleProperty
parses and saves a double precision value
parseAndPut(String) - Method in class org.openstreetmap.josm.data.preferences.IntegerProperty
parses and saves an integer value
parseAngle(String, String) - Static method in class org.openstreetmap.josm.data.projection.CustomProjection
 
parseArgs() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Parse the request parameters as key=value pairs.
parseArgs() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RawURLParseRequestHandler
 
parseAttributionText(InputSource) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
parseBoolean(String, String) - Method in class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlParser
 
parseBoolean(String) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
parseBounds(String) - Static method in class org.openstreetmap.josm.data.projection.CustomProjection
 
parseBounds(String) - Method in class org.openstreetmap.josm.io.OsmReader
 
parseCardinalRotation(String) - Static method in class org.openstreetmap.josm.gui.util.RotationAngle
Converts an angle diven in cardinal directions to radians.
parseChangeset(Long) - Method in class org.openstreetmap.josm.io.OsmReader
 
parseChangesetAttributes(Attributes) - Method in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
parseChecks - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.ParseResult
Checks successfully parsed
parseCommentAttributes(Attributes) - Method in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
parseCommon(String) - Method in class org.openstreetmap.josm.io.OsmChangeReader
 
parseCondition() - Method in class org.openstreetmap.josm.tools.template_engine.TemplateParser
 
parseContents(XMLStreamReader) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Parse Contents tag.
parseContextSwitch() - Method in class org.openstreetmap.josm.tools.template_engine.TemplateParser
 
parseCoord(String) - Method in class org.openstreetmap.josm.io.GpxReader.Parser
 
parseDataSet() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask.DownloadTask
 
parseDataSet() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.DownloadTask
 
parseDataSet(InputStream, ProgressMonitor) - Method in class org.openstreetmap.josm.io.BoundingBoxDownloader
Parse the given input source and return the dataset.
parseDataSet(InputStream, ProgressMonitor) - Static method in class org.openstreetmap.josm.io.OsmChangeReader
Parse the given input source and return the dataset.
parseDataSet(InputStream, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmImporter
 
parseDataSet(InputStream, ProgressMonitor) - Static method in class org.openstreetmap.josm.io.OsmReader
Parse the given input source and return the dataset.
parseDataSet(InputStream, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OverpassDownloadReader
 
parseDate(String, String) - Method in class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlParser
 
parseDatum(Map<String, String>, Ellipsoid) - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
parsedNotes - Variable in class org.openstreetmap.josm.io.NoteReader
 
parseDouble(Map<String, String>, String) - Static method in class org.openstreetmap.josm.data.projection.CustomProjection
 
parseDouble(String, String) - Static method in class org.openstreetmap.josm.data.projection.CustomProjection
 
parseDouble(Map<String, String>, String) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
 
parseEastNorth(String) - Static method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
parseEastNorthUserInput() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
parseEllipsoid(Map<String, String>) - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
ParseError(String) - Constructor for exception org.openstreetmap.josm.actions.search.SearchCompiler.ParseError
 
ParseError(String, Throwable) - Constructor for exception org.openstreetmap.josm.actions.search.SearchCompiler.ParseError
 
ParseError(PushbackTokenizer.Token, PushbackTokenizer.Token) - Constructor for exception org.openstreetmap.josm.actions.search.SearchCompiler.ParseError
 
ParseError - Exception in org.openstreetmap.josm.tools.template_engine
 
ParseError(Tokenizer.Token) - Constructor for exception org.openstreetmap.josm.tools.template_engine.ParseError
 
ParseError(Tokenizer.Token, Tokenizer.TokenType) - Constructor for exception org.openstreetmap.josm.tools.template_engine.ParseError
 
ParseError(int, SearchCompiler.ParseError) - Constructor for exception org.openstreetmap.josm.tools.template_engine.ParseError
 
ParseError(String) - Constructor for exception org.openstreetmap.josm.tools.template_engine.ParseError
 
parseErrorHeader(String) - Method in exception org.openstreetmap.josm.io.ChangesetClosedException
 
parseErrors - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.ParseResult
Errors that occured during parsing
parseExpression() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler
Parse expression.
parseExpression(String) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler
Parse expression, showing the specified error message if parsing fails.
parseExpression(Collection<Tokenizer.TokenType>) - Method in class org.openstreetmap.josm.tools.template_engine.TemplateParser
 
parseFactor() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler
Parse next factor (a search operator or search term).
parseFactor(String) - Method in class org.openstreetmap.josm.actions.search.SearchCompiler
 
parseField(String, String, String) - Method in class org.openstreetmap.josm.tools.WindowGeometry
 
parseHashURLs(String) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
Openstreetmap.org changed it's URL scheme in August 2013, which breaks the URL parsing.
parseHeaders(HttpClient.Response) - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
parseHeaders(HttpClient.Response) - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
parseHistory(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerHistoryReader
Fetches the history from the OSM API and parses it
parseInnerList() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
parseInteger(String) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
 
parseJos(Document, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.SessionReader
 
parseLatLon(String) - Static method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
parseLatLon(Attributes) - Method in class org.openstreetmap.josm.io.GpxReader.Parser
 
parseLatLon(String, String, String, String) - Static method in class org.openstreetmap.josm.io.NmeaReader
 
parseLatLonUserInput() - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
parseLayer(XMLStreamReader) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Parse Layer tag.
parseLayer(Element, Set<String>) - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
parseLayers(List<Element>, Set<String>) - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
parseLongs(String) - Method in class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlParser
 
parseMap() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
ParseMethod() - Constructor for enum org.openstreetmap.josm.data.Bounds.ParseMethod
 
parseMode - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
parseNMEASentence(String, NmeaReader.NMEAParserState) - Method in class org.openstreetmap.josm.io.NmeaReader
 
parseNode() - Method in class org.openstreetmap.josm.io.OsmReader
 
parseNotes(int, int, ProgressMonitor) - Method in class org.openstreetmap.josm.io.BoundingBoxDownloader
 
parseNotes(int, int, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Downloads notes from the API, given API limit parameters
parseNumericAttribute(String, int) - Method in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
parseOffset(String) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
parseOperationMetadata(XMLStreamReader) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Parses OperationMetadata section.
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.BoundingBoxDownloader
 
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
 
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
invokes one or more Multi Gets to fetch the OsmPrimitives and replies the dataset of retrieved primitives.
parseOsm() - Method in class org.openstreetmap.josm.io.OsmReader
 
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
Reads the referring primitives from the OSM server, parses them and replies them as DataSet
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerChangesetReader
don't use - not implemented!
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerHistoryReader
don't use - not implemented!
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerObjectReader
Downloads and parses the data.
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Download OSM files from somewhere
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerUserInfoReader
 
parseOsm(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OverpassDownloadReader
 
parseOsmBzip2(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseOsmBzip2(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Download BZip2-compressed OSM files from somewhere
parseOsmChange() - Method in class org.openstreetmap.josm.io.OsmChangeReader
 
parseOsmChange(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseOsmChange(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Download OSM Change files from somewhere
parseOsmChangeBzip2(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseOsmChangeBzip2(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Download BZip2-compressed OSM Change files from somewhere
parseOsmChangeGzip(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseOsmChangeGzip(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Download GZip-compressed OSM Change files from somewhere
parseOsmGzip(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseOsmGzip(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Download GZip-compressed OSM files from somewhere
parseOsmZip(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseOsmZip(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Download Zip-compressed OSM files from somewhere
parseParameterList(String, boolean) - Static method in class org.openstreetmap.josm.data.projection.CustomProjection
Parse a parameter list to key=value pairs.
parsePart2(String, int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
 
parsePart3(String, int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
 
parsePart4(String, int) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
 
parsePluginListDocument(String, String) - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
Parses the plugin list
parsePreconditionFailed(String) - Static method in class org.openstreetmap.josm.tools.ExceptionUtil
 
parseProjection(Map<String, String>, Ellipsoid) - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
parseProxyPortValue(String, String) - Method in class org.openstreetmap.josm.io.DefaultProxySelector
 
parser - Variable in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
Parser() - Constructor for class org.openstreetmap.josm.io.DiffResultProcessor.Parser
 
Parser() - Constructor for class org.openstreetmap.josm.io.GpxReader.Parser
 
Parser() - Constructor for class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
Parser() - Constructor for class org.openstreetmap.josm.io.NoteReader.Parser
 
Parser() - Constructor for class org.openstreetmap.josm.io.OsmChangesetContentParser.Parser
 
Parser() - Constructor for class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
Parser() - Constructor for class org.openstreetmap.josm.io.OsmHistoryReader.Parser
 
parser - Variable in class org.openstreetmap.josm.io.OsmReader
 
Parser(ProgressMonitor, Compression) - Constructor for class org.openstreetmap.josm.io.OsmServerLocationReader.Parser
 
parser - Variable in class org.openstreetmap.josm.tools.XmlObjectParser
 
Parser() - Constructor for class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
parseRawGps(ProgressMonitor) - Method in class org.openstreetmap.josm.io.BoundingBoxDownloader
 
parseRawGps(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseRawGps(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Retrieve raw gps waypoints from the server API.
parseRawGpsBzip2(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseRawGpsBzip2(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Retrieve BZip2-compressed GPX files from somewhere.
parseRawNotes(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseRawNotes(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Downloads notes from a given raw URL.
parseRawNotesBzip2(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerLocationReader
 
parseRawNotesBzip2(ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerReader
Download notes from a URL that contains a bzip2 compressed notes dump file
parseRelation() - Method in class org.openstreetmap.josm.io.OsmReader
 
parseRelationMember(Relation) - Method in class org.openstreetmap.josm.io.OsmReader
 
ParseResult(List<MapCSSTagChecker.TagCheck>, Collection<Throwable>) - Constructor for class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.ParseResult
Constructs a new ParseResult.
parseRGB(String[]) - Static method in class org.openstreetmap.josm.tools.ImageProvider
 
parseRoot() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
parseRoot() - Method in class org.openstreetmap.josm.io.OsmChangeReader
 
parseRoot() - Method in class org.openstreetmap.josm.io.OsmReader
 
parseSafeDOM(InputStream) - Static method in class org.openstreetmap.josm.tools.Utils
Parse the content given InputStream as XML.
parseSafeSAX(InputSource, DefaultHandler) - Static method in class org.openstreetmap.josm.tools.Utils
Parse the content given InputSource as XML using the specified DefaultHandler.
parseShortLink(String) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
Parse OSM short link
parseSingleNote(String) - Static method in class org.openstreetmap.josm.io.OsmApi
Method for parsing API responses for operations on individual notes
parseString(String) - Method in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 
parseTag(Tagged) - Method in class org.openstreetmap.josm.io.OsmReader
 
parseTileMatrix(XMLStreamReader, String) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Parses TileMatrix section.
parseTileMatrixSet(XMLStreamReader) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Parses TileMatrixSet section.
parseTime(String) - Method in class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlParser
 
parseTimezone(String) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Timezone
 
parseToplevelList() - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
parseToWGS84(String, Ellipsoid) - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
parseUid(String) - Method in class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlParser
 
parseUnknown(boolean) - Method in class org.openstreetmap.josm.io.OsmReader
 
parseUnknown() - Method in class org.openstreetmap.josm.io.OsmReader
 
parseURL() - Method in class org.openstreetmap.josm.actions.JumpToAction
 
parseURL(DownloadDialog) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
parseURL() - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel
 
parseVariable() - Method in class org.openstreetmap.josm.tools.template_engine.TemplateParser
 
parseWay() - Method in class org.openstreetmap.josm.io.OsmReader
 
parseWayNode(Way) - Method in class org.openstreetmap.josm.io.OsmReader
 
partialSelection - Variable in class org.openstreetmap.josm.data.validation.Test
Whether the test is run on a partial selection data
participants - Variable in class org.openstreetmap.josm.gui.history.SelectionSynchronizer
 
participateInSynchronizedScrolling(Adjustable) - Method in class org.openstreetmap.josm.gui.util.AdjustmentSynchronizer
Registers an Adjustable for participation in synchronized scrolling.
participateInSynchronizedSelection(ListSelectionModel) - Method in class org.openstreetmap.josm.gui.history.SelectionSynchronizer
 
participatesInConflict(Conflict<?>) - Method in class org.openstreetmap.josm.data.APIDataSet
Replies true if one of the primitives to be updated or to be deleted participates in the conflict conflict
participatesInConflict(ConflictCollection) - Method in class org.openstreetmap.josm.data.APIDataSet
Replies true if one of the primitives to be updated or to be deleted participates in at least one conflict in conflicts
participatingRoles - Variable in enum org.openstreetmap.josm.gui.conflict.pair.ComparePairType
 
password - Variable in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
 
PasswordValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.PasswordValidator
 
paste - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Paste
PasteAction - Class in org.openstreetmap.josm.actions
Paste OSM primitives from clipboard to the current edit layer.
PasteAction() - Constructor for class org.openstreetmap.josm.actions.PasteAction
Constructs a new PasteAction.
pasteAction - Variable in class org.openstreetmap.josm.gui.tagging.TagTable
the tag paste action
PasteAction() - Constructor for class org.openstreetmap.josm.gui.tagging.TagTable.PasteAction
 
pasteBuffer - Static variable in class org.openstreetmap.josm.Main
The global paste buffer.
pasteBufferChanged(PrimitiveDeepCopy) - Method in class org.openstreetmap.josm.actions.PasteAction
 
pasteBufferChanged(PrimitiveDeepCopy) - Method in interface org.openstreetmap.josm.data.osm.PrimitiveDeepCopy.PasteBufferChangedListener
 
pasteData(PrimitiveDeepCopy, Layer, ActionEvent) - Method in class org.openstreetmap.josm.actions.PasteAction
Paste OSM primitives from the given paste buffer and OSM data layer source to the current edit layer.
pasteDebugText() - Method in class org.openstreetmap.josm.tools.bugreport.BugReportSender
Sends the debug text to the server.
pasteFromHeterogeneousSource() - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Pastes the tags in the current selection of the paste buffer to a set of target primitives.
pasteFromHomogeneousSource() - Method in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Pastes the tags from a homogeneous source (the Main.pasteBuffers selection consisting of one type of OsmPrimitives only).
PasteMembersAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Paste members.
PasteMembersAction(MemberTableModel, OsmDataLayer, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.PasteMembersAction
Constructs a new PasteMembersAction.
pasteSource - Static variable in class org.openstreetmap.josm.Main
The layer source from which Main.pasteBuffer data comes from.
pasteTags - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Paste Tags
PasteTagsAction - Class in org.openstreetmap.josm.actions
Action, to paste all tags from one primitive to another.
PasteTagsAction() - Constructor for class org.openstreetmap.josm.actions.PasteTagsAction
Constructs a new PasteTagsAction.
PasteTagsAction.TagPaster - Class in org.openstreetmap.josm.actions
 
PasteTagsConflictResolverDialog - Class in org.openstreetmap.josm.gui.conflict.tags
 
PasteTagsConflictResolverDialog(Component) - Constructor for class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
Constructs a new PasteTagsConflictResolverDialog.
PasteTagsConflictResolverDialog.ApplyAction - Class in org.openstreetmap.josm.gui.conflict.tags
 
PasteTagsConflictResolverDialog.CancelAction - Class in org.openstreetmap.josm.gui.conflict.tags
 
PasteTagsConflictResolverDialog.Mode - Enum in org.openstreetmap.josm.gui.conflict.tags
 
PasteTagsConflictResolverDialog.StatisticsInfo - Class in org.openstreetmap.josm.gui.conflict.tags
 
PasteTagsConflictResolverDialog.StatisticsInfoRenderer - Class in org.openstreetmap.josm.gui.conflict.tags
 
PasteTagsConflictResolverDialog.StatisticsInfoTable - Class in org.openstreetmap.josm.gui.conflict.tags
 
PasteTagsConflictResolverDialog.StatisticsTableModel - Class in org.openstreetmap.josm.gui.conflict.tags
 
pasteTagsFromJOSMBuffer(Collection<OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.PasteTagsAction
Paste tags from JOSM buffer
pasteTagsFromText(Collection<OsmPrimitive>, String) - Static method in class org.openstreetmap.josm.actions.PasteTagsAction
Paste tags from arbitrary text, not using JOSM buffer
pasteValueAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
PasteValueAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.PasteValueAction
 
path - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.RelationLoader
 
path - Static variable in class org.openstreetmap.josm.gui.util.StayOpenCheckBoxMenuItem
 
path - Variable in class org.openstreetmap.josm.io.CacheCustomContent
The (file-)path where the data will be stored
path - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
PATH_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
PATH_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
PATTERN - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.MapQuestOpenAerialTileSource
 
PATTERN - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.MapQuestOsmTileSource
 
PATTERN - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.CycleMap
 
PATTERN - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.Mapnik
 
pattern - Variable in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector.StringSwitcher
 
pattern - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueRegexpCondition
 
pattern - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
PATTERN_API_URL - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
PATTERN_BBOX - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_COMPRESS - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmCompressedTask
 
PATTERN_DUMP_FILE - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask
 
PATTERN_E - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_EXTERNAL_GPX_FILE - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
PATTERN_EXTERNAL_GPX_SCRIPT - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
PATTERN_EXTERNAL_OSM_FILE - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
PATTERN_HEADER - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
PATTERN_HEADER - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_HEADER - Static variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
PATTERN_HEIGHT - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_N - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_NEG_Y - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
PATTERN_OSM_API_URL - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
PATTERN_OVERPASS_API_URL - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
PATTERN_OVERPASS_API_XAPI_URL - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
 
PATTERN_PARAM - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_PROJ - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_S - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_SESSION - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadSessionTask
 
PATTERN_SWITCH - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
PATTERN_TRACE_ID - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
PATTERN_TRACKPOINTS_BBOX - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask
 
PATTERN_W - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_WIDTH - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_WKID - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
PATTERN_X - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
PATTERN_Y - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
PATTERN_Y_YAHOO - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
PATTERN_ZOOM - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
patterns - Variable in class org.openstreetmap.josm.data.validation.routines.RegexValidator
 
pause() - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
pause() - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Pauses the currently playing audio stream.
paused() - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Whether or not we are paused.
PauseFinishedEvent() - Constructor for class org.openstreetmap.josm.gui.NotificationManager.PauseFinishedEvent
 
pauseTime - Static variable in class org.openstreetmap.josm.gui.NotificationManager
 
pauseTimer - Variable in class org.openstreetmap.josm.gui.NotificationManager
 
pcs - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
pDate - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
pe - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
pedestrianWays - Variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
peek() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QuadBucketIterator
 
pendingDownloads - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
 
percent - Variable in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserInfo
 
performExtrusion() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Does actual extrusion of ExtrudeAction.selectedSegment.
performSearch(String) - Method in class org.openstreetmap.josm.actions.SearchNotesDownloadAction
Perform search.
performSelection(EastNorth, boolean, boolean) - Static method in class org.openstreetmap.josm.actions.SelectByInternalPointAction
Select a polygon or multipolygon by an internal point.
performTagAdding() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
Read tags from comboboxes and add it to all selected objects
performTagEdit() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.EditTagDialog
Edit tags of multiple selected objects according to selected ComboBox values If value == "", tag will be deleted Confirmations may be needed.
performTagEdit() - Method in interface org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.IEditTagDialog
 
performValidation() - Method in class org.openstreetmap.josm.gui.widgets.AbstractIdTextField
Performs the field validation
perimeter - Variable in class org.openstreetmap.josm.tools.Geometry.AreaAndPerimeter
 
PermissionPrefWithDefault - Class in org.openstreetmap.josm.io.remotecontrol
Contains a preference name to control permission for the operation implemented by the RequestHandler, and an error message to be displayed if not permitted.
PermissionPrefWithDefault(String, boolean, String) - Constructor for class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
perpendicular - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction.ReferenceSegment
 
phase - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
PHI - Static variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
PHI - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
PHI - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
PHI - Static variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
phi0 - Variable in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
phi1(double) - Method in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
Iteratively solves equation (3-16) from Snyder.
pi - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginCheckBox
 
pivot - Variable in class org.openstreetmap.josm.command.RotateCommand
Pivot point
pivot - Variable in class org.openstreetmap.josm.command.ScaleCommand
Pivot point
pixel_per_eastnorth - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
pixelPerDegree - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
pixelPos(LatLon) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
pixelPos(Tile) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
pkg - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
 
placeContentInScrollPane - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
set to true if the content of the extended dialog should be placed in a JScrollPane
placeOnScreen(HistoryBrowserDialog) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
PlaceSelection - Class in org.openstreetmap.josm.gui.download
Place selector.
PlaceSelection() - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection
 
PlaceSelection.ListSelectionHandler - Class in org.openstreetmap.josm.gui.download
 
PlaceSelection.NamedResultCellRenderer - Class in org.openstreetmap.josm.gui.download
 
PlaceSelection.NamedResultTableColumnModel - Class in org.openstreetmap.josm.gui.download
 
PlaceSelection.NamedResultTableModel - Class in org.openstreetmap.josm.gui.download
 
PlaceSelection.NameFinderResultParser - Class in org.openstreetmap.josm.gui.download
A very primitive parser for the name finder's output.
PlaceSelection.NameQueryTask - Class in org.openstreetmap.josm.gui.download
 
PlaceSelection.SearchAction - Class in org.openstreetmap.josm.gui.download
 
PlaceSelection.SearchResult - Class in org.openstreetmap.josm.gui.download
Data storage for search results.
PlaceSelection.Server - Class in org.openstreetmap.josm.gui.download
 
PLAIN - Static variable in class org.openstreetmap.josm.gui.mappaint.StyleCache
 
plainText - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
platform - Static variable in class org.openstreetmap.josm.Main
Platform specific code goes in here.
PlatformHook - Interface in org.openstreetmap.josm.tools
This interface allows platform (operating system) dependent code to be bundled into self-contained classes.
PlatformHookOsx - Class in org.openstreetmap.josm.tools
PlatformHook implementation for Apple Mac OS X systems.
PlatformHookOsx() - Constructor for class org.openstreetmap.josm.tools.PlatformHookOsx
 
PlatformHookUnixoid - Class in org.openstreetmap.josm.tools
PlatformHook base implementation.
PlatformHookUnixoid() - Constructor for class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
PlatformHookUnixoid.FontEntry - Class in org.openstreetmap.josm.tools
Simple data class to hold information about a font.
PlatformHookUnixoid.LinuxReleaseInfo - Class in org.openstreetmap.josm.tools
 
PlatformHookWindows - Class in org.openstreetmap.josm.tools
PlatformHook implementation for Microsoft Windows systems.
PlatformHookWindows() - Constructor for class org.openstreetmap.josm.tools.PlatformHookWindows
 
play(double) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
Starts playing the audio associated with the marker offset by the given amount
play() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
Starts playing the audio associated with the marker: used in response to pressing the marker as well as indirectly
play(URL, double, double) - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
play(URL) - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Plays a WAV audio file from the beginning.
play(URL, double) - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Plays a WAV audio file from a specified position.
play(URL, double, double) - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Plays a WAV audio file from a specified position at variable speed.
playAdjacentMarker(Marker, boolean) - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
playAudio() - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
playHead - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
PlayHeadDragMode - Class in org.openstreetmap.josm.actions.mapmode
Singleton marker class to track position of audio.
PlayHeadDragMode(PlayHeadMarker) - Constructor for class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
Constructs a new PlayHeadDragMode.
playHeadMarker - Variable in class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode
 
PlayHeadMarker - Class in org.openstreetmap.josm.gui.layer.markerlayer
Singleton marker class to track position of audio.
PlayHeadMarker() - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
playHeadMarker - Variable in class org.openstreetmap.josm.gui.MapView
The play head marker: there is only one of these so it isn't in any specific layer
playing() - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Whether or not we are playing.
playingUrl - Variable in class org.openstreetmap.josm.tools.AudioPlayer
 
playNextMarker() - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
playPreviousMarker() - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
PleaseWaitDialog - Class in org.openstreetmap.josm.gui
 
PleaseWaitDialog(Component) - Constructor for class org.openstreetmap.josm.gui.PleaseWaitDialog
Constructs a new PleaseWaitDialog.
PleaseWaitProgressMonitor - Class in org.openstreetmap.josm.gui.progress
 
PleaseWaitProgressMonitor() - Constructor for class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
Constructs a new PleaseWaitProgressMonitor.
PleaseWaitProgressMonitor(String) - Constructor for class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
Constructs a new PleaseWaitProgressMonitor.
PleaseWaitProgressMonitor(Component) - Constructor for class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
Constructs a new PleaseWaitProgressMonitor.
PleaseWaitProgressMonitor(Component, String) - Constructor for class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
Constructs a new PleaseWaitProgressMonitor.
PleaseWaitProgressMonitor.ProgressMonitorDialog - Interface in org.openstreetmap.josm.gui.progress
Implemented by both foreground dialog and background progress dialog (in status bar)
PleaseWaitRunnable - Class in org.openstreetmap.josm.gui
Instanced of this thread will display a "Please Wait" message in middle of JOSM to indicate a progress being executed.
PleaseWaitRunnable(String) - Constructor for class org.openstreetmap.josm.gui.PleaseWaitRunnable
Create the runnable object with a given message for the user.
PleaseWaitRunnable(String, boolean) - Constructor for class org.openstreetmap.josm.gui.PleaseWaitRunnable
Create the runnable object with a given message for the user.
PleaseWaitRunnable(Component, String, boolean) - Constructor for class org.openstreetmap.josm.gui.PleaseWaitRunnable
Create the runnable object with a given message for the user
PleaseWaitRunnable(String, ProgressMonitor, boolean) - Constructor for class org.openstreetmap.josm.gui.PleaseWaitRunnable
Create the runnable object with a given message for the user
Plugin - Class in org.openstreetmap.josm.plugins
For all purposes of loading dynamic resources, the Plugin's class loader should be used (or else, the plugin jar will not be within the class path).
Plugin(PluginInformation) - Constructor for class org.openstreetmap.josm.plugins.Plugin
Creates the plugin
plugin - Variable in exception org.openstreetmap.josm.plugins.PluginException
Plugin proxy, can be null
plugin - Variable in class org.openstreetmap.josm.plugins.PluginPreferenceFactory
 
plugin - Variable in class org.openstreetmap.josm.plugins.PluginProxy
The plugin.
PLUGIN_MIME_TYPES - Static variable in class org.openstreetmap.josm.plugins.PluginDownloadTask
The accepted MIME types sent in the HTTP Accept header.
PluginCheckBox - Class in org.openstreetmap.josm.gui.preferences.plugin
A plugin checkbox.
PluginCheckBox(PluginInformation, boolean, PluginListPanel, PluginPreferencesModel) - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginCheckBox
 
pluginClassLoader - Static variable in class org.openstreetmap.josm.plugins.PluginHandler
Global plugin ClassLoader.
PluginConfigurationSitesPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.PluginConfigurationSitesPanel
 
PluginDownloadAfterTask(PluginPreference, PluginDownloadTask, Set<PluginInformation>) - Constructor for class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PluginDownloadAfterTask
 
PluginDownloadException - Exception in org.openstreetmap.josm.plugins
Exception thrown during plugin download.
PluginDownloadException(String, Throwable) - Constructor for exception org.openstreetmap.josm.plugins.PluginDownloadException
Constructs a new PluginDownloadException with the specified detail message and cause.
PluginDownloadException(String) - Constructor for exception org.openstreetmap.josm.plugins.PluginDownloadException
Constructs a new PluginDownloadException with the specified detail message.
PluginDownloadException(Throwable) - Constructor for exception org.openstreetmap.josm.plugins.PluginDownloadException
Constructs a new PluginDownloadException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
PluginDownloadTask - Class in org.openstreetmap.josm.plugins
Asynchronous task for downloading a collection of plugins.
PluginDownloadTask(Component, Collection<PluginInformation>, String) - Constructor for class org.openstreetmap.josm.plugins.PluginDownloadTask
Creates the download task
PluginDownloadTask(ProgressMonitor, Collection<PluginInformation>, String) - Constructor for class org.openstreetmap.josm.plugins.PluginDownloadTask
Creates the task
pluginDownloadTask - Static variable in class org.openstreetmap.josm.plugins.PluginHandler
 
pluginDownloadTask - Variable in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler.BugReporterThread.BugReporterWorker
 
PluginException - Exception in org.openstreetmap.josm.plugins
Exception that wraps any exception thrown by plugins.
PluginException(PluginProxy, String, Throwable) - Constructor for exception org.openstreetmap.josm.plugins.PluginException
Constructs a new PluginException with the specified plugin and cause.
PluginException(String) - Constructor for exception org.openstreetmap.josm.plugins.PluginException
Constructs a new PluginException with the specified detail message.
PluginException(String, Throwable) - Constructor for exception org.openstreetmap.josm.plugins.PluginException
Constructs a new PluginException with the specified plugin name, cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
PluginHandler - Class in org.openstreetmap.josm.plugins
PluginHandler is basically a collection of static utility functions used to bootstrap and manage the loaded plugins.
PluginHandler() - Constructor for class org.openstreetmap.josm.plugins.PluginHandler
 
PluginHandler.DeprecatedPlugin - Class in org.openstreetmap.josm.plugins
Description of a deprecated plugin
PluginHandler.DynamicURLClassLoader - Class in org.openstreetmap.josm.plugins
ClassLoader that makes the addURL method of URLClassLoader public.
PluginHandler.UpdatePluginsMessagePanel - Class in org.openstreetmap.josm.plugins
 
pluginHook - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
hook for roadsigns plugin to display a small button in the upper right corner of this dialog
PluginInformation - Class in org.openstreetmap.josm.plugins
Encapsulate general information about a plugin.
PluginInformation(File) - Constructor for class org.openstreetmap.josm.plugins.PluginInformation
Creates a plugin information object by reading the plugin information from the manifest in the plugin jar.
PluginInformation(File, String) - Constructor for class org.openstreetmap.josm.plugins.PluginInformation
Creates a plugin information object for the plugin with name name.
PluginInformation(InputStream, String, String) - Constructor for class org.openstreetmap.josm.plugins.PluginInformation
Creates a plugin information object by reading plugin information in Manifest format from the input stream manifestStream.
pluginList - Static variable in class org.openstreetmap.josm.plugins.PluginHandler
All installed and loaded plugins (resp.
PluginListPanel - Class in org.openstreetmap.josm.gui.preferences.plugin
A panel displaying the list of known plugins.
PluginListPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginListPanel
Constructs a new PluginListPanel with a default model.
PluginListPanel(PluginPreferencesModel) - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginListPanel
Constructs a new PluginListPanel with a given model.
PluginListParseException - Exception in org.openstreetmap.josm.plugins
Exception thrown during plugin list parsing.
PluginListParseException(String, Throwable) - Constructor for exception org.openstreetmap.josm.plugins.PluginListParseException
Constructs a new PluginListParseException with the specified detail message and cause.
PluginListParseException(Throwable) - Constructor for exception org.openstreetmap.josm.plugins.PluginListParseException
Constructs a new PluginListParseException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
PluginListParser - Class in org.openstreetmap.josm.plugins
A parser for the plugin list provided by a JOSM Plugin Download Site.
PluginListParser() - Constructor for class org.openstreetmap.josm.plugins.PluginListParser
 
pluginLoadingExceptions - Static variable in class org.openstreetmap.josm.plugins.PluginHandler
All exceptions that occured during plugin loading
pluginOperation(String, String, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
 
PluginPreference - Class in org.openstreetmap.josm.gui.preferences.plugin
Preference settings for plugins.
PluginPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
PluginPreference.ConfigureSitesAction - Class in org.openstreetmap.josm.gui.preferences.plugin
The action for configuring the plugin download sites
PluginPreference.DownloadAvailablePluginsAction - Class in org.openstreetmap.josm.gui.preferences.plugin
The action for downloading the list of available plugins
PluginPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.plugin
Factory used to create a new PluginPreference.
PluginPreference.PluginConfigurationSitesPanel - Class in org.openstreetmap.josm.gui.preferences.plugin
 
PluginPreference.SearchFieldAdapter - Class in org.openstreetmap.josm.gui.preferences.plugin
Applies the current filter condition in the filter text field to the model.
PluginPreference.UpdateSelectedPluginsAction - Class in org.openstreetmap.josm.gui.preferences.plugin
The action for updating the list of selected plugins
PluginPreferenceFactory - Class in org.openstreetmap.josm.plugins
 
PluginPreferenceFactory(PluginProxy) - Constructor for class org.openstreetmap.josm.plugins.PluginPreferenceFactory
 
pluginPreferencesActivated - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
is set to true if this preference pane has been selected by the user
PluginPreferencesModel - Class in org.openstreetmap.josm.gui.preferences.plugin
The plugin model behind a PluginListPanel.
PluginPreferencesModel() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Constructs a new PluginPreferencesModel.
PluginProxy - Class in org.openstreetmap.josm.plugins
Helper class for the JOSM system to communicate with the plugin.
PluginProxy(Object, PluginInformation) - Constructor for class org.openstreetmap.josm.plugins.PluginProxy
Constructs a new PluginProxy.
PluginUpdatePolicyPanel - Class in org.openstreetmap.josm.gui.preferences.plugin
A panel for configuring whether JOSM shall update plugins at startup.
PluginUpdatePolicyPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
Constructs a new PluginUpdatePolicyPanel.
PluginUpdatePolicyPanel.Policy - Enum in org.openstreetmap.josm.gui.preferences.plugin
 
PluginUpdatePolicyPanel.TimeBasedPolicyChangeListener - Class in org.openstreetmap.josm.gui.preferences.plugin
 
pluralEval(long) - Static method in class org.openstreetmap.josm.tools.I18n
 
pluralMode - Static variable in class org.openstreetmap.josm.tools.I18n
 
PluralMode() - Constructor for enum org.openstreetmap.josm.tools.I18n.PluralMode
 
plus(float...) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Function associated to the numeric "+" operator.
pm - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
pn - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
pnlAccessTokenInfo - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
pnlAccessTokenInfo - Variable in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
pnlActionButtonsPanel - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
pnlAdvancedProperties - Variable in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
 
pnlAdvancedProperties - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
 
pnlAdvancedQueries - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
pnlAlreadyAuthorised - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
 
pnlApiUrlPreferences - Variable in class org.openstreetmap.josm.gui.preferences.server.ServerAccessPreference
indicates whether to use the default OSM URL or not
pnlAuthenticationParameteters - Variable in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
the panel which contains the authentication parameters for the respective authentication scheme
pnlAuthorisationMessage - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
 
pnlAuthPreferences - Variable in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreference
 
pnlBasicAuthPreferences - Variable in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
the panel for the basic authentication parameters
pnlBasicChangesetQueries - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
pnlBasicUploadSettings - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
 
pnlBoundingBoxRestriction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
pnlButtons - Variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
pnlChangesetDetailTabs - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
pnlChangesetImageryUsed - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
pnlChangesetManagement - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
the panel to select the changeset used
pnlChangesetSource - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
pnlCredentials - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog
 
pnlEmpty - Variable in class org.openstreetmap.josm.gui.io.SaveLayersTableColumnModel.RecommendedActionsTableCell
 
pnlFeaturesPreferences - Variable in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
the panel for messages notifier preferences
pnlFullyAutomaticAuthorisationUI - Variable in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
pnlHeader - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
pnlHttpProxyConfigurationPanel - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
pnlList - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
pnlManualAuthorisationUI - Variable in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
pnlMessage - Variable in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
pnlMultiChangesetPolicyPanel - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
pnlNotYetAuthorised - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
 
pnlOAuthPreferences - Variable in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
the panel for the OAuth authentication parameters
pnlOpenAndCloseRestriction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
pnlOsmPrivileges - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
pnlPluginPreferences - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
pnlPluginUpdatePolicy - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
pnlPropertiesPanel - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
pnlProxyPreferences - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreference
 
pnlRelationMemberConflictResolver - Variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
pnlResult - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
pnlRetrieveAccessToken - Variable in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
pnlRetrieveRequestToken - Variable in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
pnlSemiAutomaticAuthorisationUI - Variable in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
pnlShowAccessToken - Variable in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
pnlSlippyMapBBoxChooser - Variable in class org.openstreetmap.josm.gui.download.SlippyMapChooser
 
pnlSocksProxyConfigurationPanel - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
pnlTagConflictResolver - Variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
pnlTagEditor - Variable in class org.openstreetmap.josm.gui.io.TagSettingsPanel
checkbox for selecting whether an atomic upload is to be used
pnlTagResolver - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
pnlTagSettings - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
checkbox for selecting whether an atomic upload is to be used
pnlTileAddress - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
a panel for entering a bounding box given by the address of an individual OSM tile at a given zoom level
pnlTileGrid - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
a panel for entering a bounding box given by a tile grid and a zoom level
pnlTimeRestriction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
pnlUploadedObjects - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
the panel with the objects to upload
pnlUploadLayers - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
pnlUploadParameterSummary - Variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
the panel with a summary of the upload parameters
pnlUploadStrategySelectionPanel - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
 
pnlUrlBasedQueries - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
pnlUserRestriction - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
pointAt(double, Polygon, double) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
pointInTimeType - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
PointInTimeType - Enum in org.openstreetmap.josm.gui.history
PointInTimeType enumerates two points in time in the History of an OsmPrimitive.
PointInTimeType() - Constructor for enum org.openstreetmap.josm.gui.history.PointInTimeType
 
pointInTimeType - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
points - Variable in class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
points - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction.PrecacheWmsTask
 
pol - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.PolygonLevel
 
polar(EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction.EN
 
PolarCoor(double, double) - Constructor for class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
 
PolarCoor(double, double, EastNorth, double) - Constructor for class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
 
PolarCoor(EastNorth) - Constructor for class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
 
PolarCoor(EastNorth, EastNorth, double) - Constructor for class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
 
Polarity() - Constructor for enum org.openstreetmap.josm.data.projection.CustomProjection.Polarity
 
PolarNode(EastNorth, Node) - Constructor for class org.openstreetmap.josm.actions.CreateCircleAction.PolarNode
 
PolarNodeComparator() - Constructor for class org.openstreetmap.josm.actions.CreateCircleAction.PolarNodeComparator
 
PolarStereographic - Class in org.openstreetmap.josm.data.projection.proj
The polar case of the stereographic projection.
PolarStereographic() - Constructor for class org.openstreetmap.josm.data.projection.proj.PolarStereographic
 
polesEN - Variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
polesLL - Variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
policy - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
Policy(String) - Constructor for enum org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel.Policy
 
policyName - Variable in enum org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel.ProxyPolicy
 
poll(long, TimeUnit) - Method in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
poly - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
PolyData(Way) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
Constructs a new PolyData from a closed way.
PolyData(Multipolygon.JoinedWay) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
Constructs a new PolyData from a Multipolygon.JoinedWay.
PolyData(List<Node>, boolean, Collection<Long>) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
PolyData(Multipolygon.PolyData) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
Constructs a new PolyData from an existing PolyData.
polygonIntersection(List<Node>, List<Node>) - Static method in class org.openstreetmap.josm.tools.Geometry
Tests if two polygons intersect.
polygonIntersection(Area, Area) - Static method in class org.openstreetmap.josm.tools.Geometry
Tests if two polygons intersect.
polygonIntersection(Area, Area, double) - Static method in class org.openstreetmap.josm.tools.Geometry
Tests if two polygons intersect.
PolygonIntersection() - Constructor for enum org.openstreetmap.josm.tools.Geometry.PolygonIntersection
 
PolygonLevel(JoinAreasAction.AssembledMultipolygon, int) - Constructor for class org.openstreetmap.josm.actions.JoinAreasAction.PolygonLevel
 
PolygonLevel(MultipolygonBuilder.JoinedPolygon, int) - Constructor for class org.openstreetmap.josm.data.osm.MultipolygonBuilder.PolygonLevel
 
polygons - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.JoinAreasResult
 
pop() - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
Returns some remaining member or null if every sortable member has been processed.
popAdjacent(Integer) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
Return a relation member that is linked to the member 'i', but has not been popped yet.
popBackwardOnewayPart(int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
popForwardOnewayPart(Integer) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
populate(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
populates the conflict resolver with the conflicts between my and their
populate(Conflict<? extends OsmPrimitive>) - Method in interface org.openstreetmap.josm.gui.conflict.pair.IConflictResolver
 
populate(Way, Way, Map<PrimitiveId, PrimitiveId>) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMergeModel
Populates the model with the nodes in the two Ways my and their.
populate(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMerger
 
populate(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
Populates the model with the differences between local and server version
populate(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
populate(Relation, Relation, Map<PrimitiveId, PrimitiveId>) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListMergeModel
populates the model with the relation members in relation my and their
populate(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberMerger
 
populate(OsmPrimitive, OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
Populate the model with conflicts between the tag sets of the two OsmPrimitive my and their.
populate(Conflict<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
populate(TagCollection, Map<OsmPrimitiveType, Integer>, Map<OsmPrimitiveType, Integer>) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
Populates the conflict resolver with one tag collection
populate(TagCollection, TagCollection, TagCollection, Map<OsmPrimitiveType, Integer>, Map<OsmPrimitiveType, Integer>) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
Populate the tag conflict resolver with tags for each type of primitives
populate(Relation, OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Populates the model with the members of the relation relation referring to primitive.
populate(Collection<Relation>, Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Populates the model with the relation members belonging to one of the relations in relations and referring to one of the primitives in memberPrimitives.
populate(Collection<RelationToChildReference>) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Populates the model with the relation members represented as a collection of RelationToChildReferences.
populate(TagCollection, Set<String>) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
Populates the model with the tags for which conflicts are to be resolved.
populate(ChangesetDataSet) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
Populates the model with the content of a changeset.
populate(List<ChangesetDiscussionComment>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionTableModel
Populates the model with the discussion of a changeset.
populate(Collection<RelationToChildReference>) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
populate() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Populates the model with the current layers managed by MapView.
populate(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
populates the browser with a relation
populate(List<RelationMember>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser
populates the browser with a list of relation members
populate(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Populates this model from the given relation.
populate(List<Relation>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
 
populate(DataSet) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
Populates the browser with the list of referring relations in the DataSet ds.
populate(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
Populates the model with a root relation
populate(List<RelationMember>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
Populates the model with a list of relation members
populate(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserTableModel
 
populate(History) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowser
populates the browser with the history of a specific OsmPrimitive
populate(List<? extends AbstractModifiableLayer>) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
Populates the model with given modifiable layers.
populate(Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
populateModels(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
populateSelectedPrimitives(OsmDataLayer) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
populates the model with the primitives currently selected in layer
populateWithKeys(AutoCompletionList) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Populates the an AutoCompletionList with the currently cached tag keys
populateWithMemberRoles(AutoCompletionList) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Populates the AutoCompletionList with the currently cached member roles.
populateWithMemberRoles(AutoCompletionList, Relation) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Populates the AutoCompletionList with the roles used in this relation plus the ones defined in its applicable presets, if any.
populateWithTagValues(AutoCompletionList, String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Populates the an AutoCompletionList with the currently cached values for a tag
populateWithTagValues(AutoCompletionList, List<String>) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Populates the an AutoCompletionList with the currently cached values for some given tags
popup - Variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
popup - Variable in class org.openstreetmap.josm.gui.MapStatus.Collector
The popup displayed to show additional information
popupBuildPrimitiveLabels(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
Builds the labels with all necessary listeners for the info popup for the given OsmPrimitive
popupCreatePopup(Component, MapStatus.MouseState) - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
Creates a popup for the given content next to the cursor.
popupCycleSelection(Collection<OsmPrimitive>, int) - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
Call this with a set of primitives to cycle through them.
popupHidePopup() - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
Tries to hide the given popup
popupLabels - Variable in class org.openstreetmap.josm.gui.MapStatus.Collector
Contains the labels that are currently shown in the information popup
popupMenu - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
popupMenu - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
popupMenu - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
 
popupMenu - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
the popup menu and its handler
popupMenu - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
the popup menu and its handler
popupMenu - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar
the contextual menu
popupMenu - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
 
popupMenu - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer
 
popupMenu - Variable in class org.openstreetmap.josm.gui.history.VersionTable
 
popupMenu - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
popupMenu - Variable in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
the popup menu
popupMenuCanceled(PopupMenuEvent) - Method in class org.openstreetmap.josm.gui.MenuScroller.MenuScrollListener
 
popupMenuHandler - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
PopupMenuHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.PopupMenuHandler
 
PopupMenuHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.PopupMenuHandler
 
popupMenuHandler - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
popupMenuHandler - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
popupMenuHandler - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
 
PopupMenuHandler - Class in org.openstreetmap.josm.gui
Handler to ease management of actions in different popup menus.
PopupMenuHandler(JPopupMenu) - Constructor for class org.openstreetmap.josm.gui.PopupMenuHandler
Constructs a new RelationActionMenuHandler for the specified popup menu.
PopupMenuLauncher - Class in org.openstreetmap.josm.gui.widgets
Utility class that helps to display popup menus on mouse events.
PopupMenuLauncher() - Constructor for class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
Creates a new PopupMenuLauncher with no defined menu.
PopupMenuLauncher(JPopupMenu) - Constructor for class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
Creates a new PopupMenuLauncher with the given menu.
PopupMenuLauncher(JPopupMenu, boolean) - Constructor for class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
Creates a new PopupMenuLauncher with the given menu.
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class org.openstreetmap.josm.gui.MenuScroller.MenuScrollListener
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class org.openstreetmap.josm.gui.MenuScroller.MenuScrollListener
 
popupSetLabelColors(JLabel, OsmPrimitive) - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
Sets the colors for the given label depending on the selected status of the given OsmPrimitive
popupShowPopup(Popup, List<JLabel>) - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
Tries to show the given popup, can be hidden using MapStatus.Collector.popupHidePopup() If an old popup exists, it will be automatically hidden
popupUpdateLabels() - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
This method should be called if the selection may have changed from outside of this class.
pos - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
pos - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
The following values are computed from the correlation with the gpx track or extracted from the image EXIF data.
pos - Variable in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 
position - Variable in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
position - Variable in class org.openstreetmap.josm.data.correction.RoleCorrection
Relation member index
position - Variable in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
position - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
position - Variable in enum org.openstreetmap.josm.io.NmeaReader.GPGGA
 
position - Variable in enum org.openstreetmap.josm.io.NmeaReader.GPGSA
 
position - Variable in enum org.openstreetmap.josm.io.NmeaReader.GPRMC
 
position - Variable in enum org.openstreetmap.josm.io.NmeaReader.GPVTG
 
position - Variable in class org.openstreetmap.josm.tools.AudioPlayer
 
position() - Static method in class org.openstreetmap.josm.tools.AudioPlayer
How far we are through playing, in seconds.
position - Variable in class org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
 
positionOnScreen(RelationEditor) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
Positions a RelationEditor on the screen.
positionString - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
positionToBounds(double, double, int) - Static method in class org.openstreetmap.josm.tools.OsmUrlToBounds
 
POSSIBLE_THROWS - Static variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
possibleMoveDirections - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Possible directions to move to.
possibleThrows() - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
possiblyInterrupt() - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
postConstructorProcessCmdLine(Map<MainApplication.Option, Collection<String>>) - Static method in class org.openstreetmap.josm.Main
 
PostDownloadHandler - Class in org.openstreetmap.josm.actions.downloadtasks
 
PostDownloadHandler(DownloadTask, Future<?>) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.PostDownloadHandler
constructor
PostDownloadProcessor(boolean) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList.PostDownloadProcessor
 
postLayerTask - Variable in class org.openstreetmap.josm.io.GpxImporter.GpxImporterData
The task to run after GPX and/or marker layer has been added to MapView.
postLayerTask - Variable in class org.openstreetmap.josm.io.OsmImporter.OsmImporterData
 
postLoadTasks - Variable in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
postLoadTasks - Variable in class org.openstreetmap.josm.io.session.SessionReader
 
postProcess(Changeset, ProgressMonitor) - Method in class org.openstreetmap.josm.io.DiffResultProcessor
Postprocesses the diff result read and parsed from the server.
postprocessDataSet(DataSet, ProgressMonitor) - Method in interface org.openstreetmap.josm.io.OsmServerReadPostprocessor
 
postprocessors - Static variable in class org.openstreetmap.josm.io.OsmReader
Used by plugins to register themselves as data postprocessors.
postprocessors - Static variable in class org.openstreetmap.josm.io.OsmServerWriter
 
postprocessUploadedPrimitives(Collection<OsmPrimitive>, ProgressMonitor) - Method in interface org.openstreetmap.josm.io.OsmServerWritePostprocessor
 
potentialDuplicates - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
The map of potential duplicates.
potentialErrors - Variable in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
POWER_ALLOWED_TAGS - Static variable in class org.openstreetmap.josm.data.validation.tests.PowerLines
Values for power key interpreted as allowed power items
POWER_LINE_TAGS - Static variable in class org.openstreetmap.josm.data.validation.tests.PowerLines
Values for power key interpreted as power lines
POWER_LINES - Static variable in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
POWER_STATION_TAGS - Static variable in class org.openstreetmap.josm.data.validation.tests.PowerLines
Values for power key interpreted as power stations
POWER_TOWER_TAGS - Static variable in class org.openstreetmap.josm.data.validation.tests.PowerLines
Values for power key interpreted as power towers
PowerLineError(PowerLines, Node, Way) - Constructor for class org.openstreetmap.josm.data.validation.tests.PowerLines.PowerLineError
 
PowerLines - Class in org.openstreetmap.josm.data.validation.tests
Checks for nodes in power lines/minor_lines that do not have a power=tower/pole tag.
See #7812 for discussions about this test.
PowerLines() - Constructor for class org.openstreetmap.josm.data.validation.tests.PowerLines
Constructs a new PowerLines test.
PowerLines.PowerLineError - Class in org.openstreetmap.josm.data.validation.tests
 
powerStations - Variable in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
ppModel - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginCheckBox
 
praseTileMatrixSetLink(XMLStreamReader) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
Gets TileMatrixSetLink value.
PRECACHE_WMS - Static variable in interface org.openstreetmap.josm.gui.progress.ProgressTaskIds
 
PrecacheTask(ProgressMonitor) - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
 
precacheTask - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction.PrecacheWmsTask
 
PrecacheWmsTask(AbstractTileSourceLayer<? extends AbstractTMSTileSource>, List<LatLon>) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction.PrecacheWmsTask
 
precision - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode.NodeHash
 
preConstructorInit(Map<MainApplication.Option, Collection<String>>) - Static method in class org.openstreetmap.josm.Main
Should be called before the main constructor to setup some parameter stuff
predecessors - Variable in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
predicate - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
Predicate<T> - Interface in org.openstreetmap.josm.tools
Used to identify objects that fulfill a certain condition, e.g.
predicate - Variable in class org.openstreetmap.josm.tools.SubclassFilteredCollection
 
Predicates - Class in org.openstreetmap.josm.tools
Utility class for creating Predicates.
Predicates() - Constructor for class org.openstreetmap.josm.tools.Predicates
 
pref - Variable in class org.openstreetmap.josm.data.projection.CustomProjection
pref String that defines the projection null means fall back mode (Mercator)
pref - Variable in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
pref - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourcePrefHelper
 
pref - Variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
name of the preference setting to permit the remote operation
pref - Static variable in class org.openstreetmap.josm.Main
Global application preferences
PREF_CHECK_COMPLEX - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
PREF_CHECK_COMPLEX_BEFORE_UPLOAD - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
PREF_CHECK_FIXMES - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
PREF_CHECK_FIXMES_BEFORE_UPLOAD - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
PREF_CHECK_KEYS - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
PREF_CHECK_KEYS_BEFORE_UPLOAD - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
PREF_CHECK_VALUES - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
PREF_CHECK_VALUES_BEFORE_UPLOAD - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
PREF_DOWNLOAD_ALONG_TRACK_AREA - Static variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
PREF_DOWNLOAD_ALONG_TRACK_DISTANCE - Static variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
PREF_DOWNLOAD_ALONG_TRACK_GPS - Static variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
PREF_DOWNLOAD_ALONG_TRACK_NEAR - Static variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
PREF_DOWNLOAD_ALONG_TRACK_OSM - Static variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongTrackAction
 
PREF_FILTER_BY_SELECTION - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
The preferences key for enabling the permanent filtering of the displayed errors in the tree regarding the current selection
PREF_KEY_INNER_ROLE_PREFIXES - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
preference key for collection of role prefixes which indicate that the respective member belongs to an inner polygon.
PREF_KEY_INNER_ROLES - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
preference key for a collection of roles which indicate that the respective member belongs to an inner polygon.
PREF_KEY_OUTER_ROLE_PREFIXES - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
preference key for collection of role prefixes which indicate that the respective member belongs to an outer polygon.
PREF_KEY_OUTER_ROLES - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
preference key for a collection of roles which indicate that the respective member belongs to an outer polygon.
PREF_KEY_RENDERER_CLASS_NAME - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
preference key for the renderer class name.
PREF_LAYER - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
The preferences key for error layer
PREF_OTHER - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
The preferences for ignored severity other
PREF_OTHER_UPLOAD - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
The preferences key for ignored severity other on upload
PREF_SKIP_TESTS - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
The preferences key for enabled tests
PREF_SKIP_TESTS_BEFORE_UPLOAD - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
The preferences key for enabled tests before upload
PREF_SOURCES - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
PREF_USE_IGNORE - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
The preferences key for enabled tests
prefArea - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
prefcb - Variable in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice.CBPanel
 
prefCheckComplex - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefCheckComplexBeforeUpload - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefCheckFixmes - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefCheckFixmesBeforeUpload - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefCheckKeys - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefCheckKeysBeforeUpload - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefCheckPaint - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefCheckPaintBeforeUpload - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefCheckValues - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefCheckValuesBeforeUpload - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
prefDate0 - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
prefDateMax - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
prefDateMin - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
prefDefault - Variable in class org.openstreetmap.josm.actions.PreferenceToggleAction
 
prefDist - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
PrefEntry - Class in org.openstreetmap.josm.gui.preferences.advanced
Class to store single preference line for the table.
PrefEntry(String, Setting<?>, Setting<?>, boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
Constructs a new PrefEntry.
preference - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PluginDownloadAfterTask
 
PREFERENCE_ACTION - Static variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
Action that opens the map paint preferences.
PREFERENCE_PREFIX - Static variable in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
PREFERENCE_PREFIX - Static variable in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
 
PREFERENCE_PREFIX - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
PREFERENCE_PREFIX - Static variable in class org.openstreetmap.josm.gui.layer.TMSLayer
 
PREFERENCE_PREFIX - Static variable in class org.openstreetmap.josm.gui.layer.WMSLayer
 
preferenceCache - Variable in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.actions.PreferenceToggleAction
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in interface org.openstreetmap.josm.data.Preferences.PreferenceChangedListener
Trigerred when a preference entry value changes.
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.MapMover.JMapViewerUpdater
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.MapStatus
 
preferenceChanged(Preferences.PreferenceChangeEvent) - Method in class org.openstreetmap.josm.gui.MapView
 
preferenceClass - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
The linked preferences class (optional).
PreferenceDialog - Class in org.openstreetmap.josm.gui.preferences
 
PreferenceDialog(Component) - Constructor for class org.openstreetmap.josm.gui.preferences.PreferenceDialog
Constructs a new PreferenceDialog.
PreferenceDialog.CancelAction - Class in org.openstreetmap.josm.gui.preferences
 
PreferenceDialog.OKAction - Class in org.openstreetmap.josm.gui.preferences
 
PreferenceDialog.WindowEventHandler - Class in org.openstreetmap.josm.gui.preferences
 
PreferencePanel(TabPreferenceSetting) - Constructor for class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferencePanel
 
PreferencePanel(String, ActionListener) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice.PreferencePanel
 
preferencePrefix - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
Preferences - Class in org.openstreetmap.josm.data
This class holds all preferences for JOSM.
Preferences() - Constructor for class org.openstreetmap.josm.data.Preferences
 
preferences - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Preferences
Preferences.ColorKey - Interface in org.openstreetmap.josm.data
 
Preferences.DefaultPreferenceChangeEvent - Class in org.openstreetmap.josm.data
 
Preferences.pref - Annotation Type in org.openstreetmap.josm.data
Annotation used for converting objects to String Maps and vice versa.
Preferences.PreferenceChangedListener - Interface in org.openstreetmap.josm.data
Listener to preference change events.
Preferences.PreferenceChangeEvent - Interface in org.openstreetmap.josm.data
Event triggered when a preference entry value changes.
Preferences.writeExplicitly - Annotation Type in org.openstreetmap.josm.data
Annotation used for converting objects to String Maps.
PreferencesAction - Class in org.openstreetmap.josm.actions
Open the Preferences dialog.
PreferencesAction(String, String, String, Class<? extends TabPreferenceSetting>, Class<? extends SubPreferenceSetting>) - Constructor for class org.openstreetmap.josm.actions.PreferencesAction
 
PreferencesAction() - Constructor for class org.openstreetmap.josm.actions.PreferencesAction
Create the preference action with "Preferences" as label.
PreferenceScrollPane(Component, TabPreferenceSetting) - Constructor for class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferenceScrollPane
 
PreferenceScrollPane(PreferenceTabbedPane.PreferencePanel) - Constructor for class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferenceScrollPane
 
preferencesDir - Variable in class org.openstreetmap.josm.data.Preferences
Internal storage for the preference directory.
PreferenceSetting - Interface in org.openstreetmap.josm.gui.preferences
Base interface of Preferences settings, should not be directly implemented, see TabPreferenceSetting and SubPreferenceSetting.
preferenceSetting - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferencePanel
 
preferenceSetting - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferenceScrollPane
 
PreferenceSettingFactory - Interface in org.openstreetmap.josm.gui.preferences
 
PreferencesReader - Class in org.openstreetmap.josm.data.preferences
Loads preferences from XML.
PreferencesReader(File, boolean) - Constructor for class org.openstreetmap.josm.data.preferences.PreferencesReader
Constructs a new PreferencesReader.
PreferencesReader(Reader, boolean) - Constructor for class org.openstreetmap.josm.data.preferences.PreferencesReader
Constructs a new PreferencesReader.
PreferencesTable - Class in org.openstreetmap.josm.gui.preferences.advanced
Component for editing list of preferences as a table.
PreferencesTable(List<PrefEntry>) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
Constructs a new PreferencesTable.
PreferencesTable.AllSettingsTableModel - Class in org.openstreetmap.josm.gui.preferences.advanced
 
PreferencesTable.SettingCellEditor - Class in org.openstreetmap.josm.gui.preferences.advanced
 
PreferencesTable.SettingCellRenderer - Class in org.openstreetmap.josm.gui.preferences.advanced
 
PreferencesUtils() - Constructor for class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
PreferencesWriter - Class in org.openstreetmap.josm.data.preferences
Write preferences to XML.
PreferencesWriter(PrintWriter, boolean, boolean) - Constructor for class org.openstreetmap.josm.data.preferences.PreferencesWriter
Construct new PreferencesWriter.
PreferenceTabbedPane - Class in org.openstreetmap.josm.gui.preferences
The preference settings.
PreferenceTabbedPane() - Constructor for class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
If the dialog is closed with Ok, the preferences will be stored to the preferences- file, otherwise no change of the file happens.
PreferenceTabbedPane.PluginDownloadAfterTask - Class in org.openstreetmap.josm.gui.preferences
 
PreferenceTabbedPane.PreferencePanel - Class in org.openstreetmap.josm.gui.preferences
 
PreferenceTabbedPane.PreferenceScrollPane - Class in org.openstreetmap.josm.gui.preferences
 
PreferenceTabbedPane.PreferenceTab - Interface in org.openstreetmap.josm.gui.preferences
 
PreferenceTabbedPane.TabIdentifier - Interface in org.openstreetmap.josm.gui.preferences
 
PreferenceTabbedPane.ValidationListener - Interface in org.openstreetmap.josm.gui.preferences
Allows PreferenceSettings to do validation of entered values when ok was pressed.
preferenceText - Variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
text for the preference dialog checkbox
PreferenceToggleAction - Class in org.openstreetmap.josm.actions
 
PreferenceToggleAction(String, String, String, boolean) - Constructor for class org.openstreetmap.josm.actions.PreferenceToggleAction
 
preferenceValue - Variable in enum org.openstreetmap.josm.gui.io.UploadStrategy
 
preferenceValue - Variable in enum org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel.Policy
 
preferredComponentSize(MultiSplitLayout.Node) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
preferredHeight - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
the preferred height if the toggle dialog is expanded
preferredLayoutSize(Container) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
preferredNodeSize(MultiSplitLayout.Node) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
prefferedHeight - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Cached height (currently only for Combo) to speed up preset dialog initialization
prefferedWidth - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Cached width (currently only for Combo) to speed up preset dialog initialization
prefGps - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
PREFIX - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
The preferences prefix
PREFIX - Static variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
prefix - Variable in enum org.openstreetmap.josm.gui.mappaint.styleelement.LineElement.LineType
 
PREFIX - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
The preferences prefix
prefix - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
PrefJPanel - Class in org.openstreetmap.josm.gui.preferences.shortcut
This is the keyboard preferences content.
PrefJPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
Creates new form prefJPanel
PrefJPanel.CbAction - Class in org.openstreetmap.josm.gui.preferences.shortcut
 
PrefJPanel.FilterFieldAdapter - Class in org.openstreetmap.josm.gui.preferences.shortcut
 
PrefJPanel.ScListModel - Class in org.openstreetmap.josm.gui.preferences.shortcut
 
PrefJPanel.ShortcutTableCellRenderer - Class in org.openstreetmap.josm.gui.preferences.shortcut
 
prefKey(String) - Static method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
prefKey - Variable in class org.openstreetmap.josm.actions.PreferenceToggleAction
 
prefKey - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting
 
prefNear - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
prefOsm - Variable in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
 
prefOther - Variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
 
prefOtherUpload - Variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
 
prefPattern - Variable in class org.openstreetmap.josm.gui.preferences.advanced.ExportProfileAction
 
prefs - Variable in class org.openstreetmap.josm.gui.preferences.advanced.ExportProfileAction
 
prefs - Variable in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
prefUseIgnore - Variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
 
prefUseLayer - Variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
 
prepare() - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
prepare(PrimitiveId) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.NodeListPopupMenu
 
prepare(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.VersionTable.ChangesetInfoAction
 
prepare(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.VersionTable.UserInfoAction
 
prepare(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.VersionTable.VersionTablePopupMenu
 
prepare() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator
Call this before using the iterator.
prepareData(Map<String, Setting<?>>, Map<String, Setting<?>>, Map<String, Setting<?>>) - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
prepareDataSet() - Method in class org.openstreetmap.josm.io.AbstractReader
 
prepareDefaultDecisions() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Prepares the default decisions for populated tag and relation membership conflicts.
prepareDefaultRelationDecisions() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Prepare the default decisions for the current model.
prepareDefaultTagDecisions() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
Prepare the default decisions for the current model
prepareFileChooser(String, AbstractFileChooser) - Static method in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
prepareForEditing() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
prepareForOsmApiCredentials(String, String) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
prepareForOtherHostCredentials(String, String, String) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
prepareForProxyCredentials(String, String) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
prepareForSavingAndUpdatingLayersBeforeDelete() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
prepareForSavingAndUpdatingLayersBeforeExit() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
prepareGUIBeforeConflictResolutionStarts() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
prepareHelpContent(BufferedReader, boolean, URL) - Method in class org.openstreetmap.josm.gui.help.HelpContentReader
Reads help content from the input stream and prepares it to be rendered later in the internal help browser.
prepareHttpUrlConnection(HttpURLConnection) - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
prepareLabel(RelationMemberConflictDecisionType, JLabel) - Static method in enum org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionType
 
prepareResizeableOptionPane(Component, Dimension) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Attaches a HierarchyListener to the specified Component that will set its parent dialog resizeable.
prepareToDraw() - Method in class org.openstreetmap.josm.gui.MapView
Sets up the viewport to prepare for drawing the view.
prepareUIForEnteringRequest() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
Prepares the UI for the first step in the automatic process: entering the authentication and authorisation parameters.
prepareUIForResultDisplay() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
Prepares the UI for the second step in the automatic process: displaying the access token
prepend(TagModel) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
preset - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
PRESET_ICON_ERROR_MSG_PREFIX - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Prefix of preset icon loading failure error message
PRESET_MIME_TYPES - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
The accepted MIME types sent in the HTTP Accept header.
preset_name - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.PresetLink
The exact name of the preset to link to.
preset_name_label - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
PRESET_ROLE_CACHE - Static variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
the same as roleCache but for the preset roles can be accessed directly
PRESET_TAG_CACHE - Static variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
the same as tagCache but for the preset keys and values can be accessed directly
PresetClassification(TaggingPreset) - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
PresetClassifications() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassifications
 
PresetDialog(Component, String, ImageIcon, boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset.PresetDialog
 
presetHandler - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
presetHandler - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
presetHandler - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
 
PresetLabelMouseListener(JLabel) - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel.PresetLabelMouseListener
Constructs a new PresetLabelMouseListener.
PresetLink - Class in org.openstreetmap.josm.gui.tagging.presets.items
Adds a link to an other preset.
PresetLink() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.PresetLink
 
PresetListEntry() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Constructs a new PresetListEntry, uninitialized.
PresetListEntry(String) - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Constructs a new PresetListEntry, initialized with a value.
PresetListPanel - Class in org.openstreetmap.josm.gui.dialogs.properties
A list of matching presets for a set of tags.
PresetListPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PresetListPanel
Constructs a new PresetListPanel.
presetListPanel - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
 
PresetPanel() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset.PresetPanel
 
PresetPrefHelper() - Constructor for class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.PresetPrefHelper
Constructs a new PresetPrefHelper.
presets - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Matching preset display class
presetSearchAction - Variable in class org.openstreetmap.josm.gui.MainMenu
 
presetSearchPrimitiveAction - Variable in class org.openstreetmap.josm.gui.MainMenu
 
presetsMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
presetsMenu contains presets actions (search, presets tree)
presetsMenu - Variable in class org.openstreetmap.josm.gui.MainMenu.PresetsMenuEnabler
 
PresetsMenuEnabler(JMenu) - Constructor for class org.openstreetmap.josm.gui.MainMenu.PresetsMenuEnabler
 
presetSourceProviders - Static variable in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
 
presetsValueData - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
The spell check preset values
presetsWithPattern - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetNameTemplateList
 
PresetTextComparator() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu.PresetTextComparator
 
preStartupHook() - Method in interface org.openstreetmap.josm.tools.PlatformHook
The preStartupHook will be called extremly early.
preStartupHook() - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
preStartupHook() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
prettifiedValue - Variable in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest.OpeningHoursTestError
 
prev - Variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheEntry
 
prev - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
prevBounds - Variable in class org.openstreetmap.josm.actions.FullscreenToggleAction
 
prevEastNorth - Variable in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
preventChange - Variable in class org.openstreetmap.josm.gui.MapSlider
 
previousActiveLayer - Variable in class org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeEvent
 
previousCoordinateFormat - Variable in class org.openstreetmap.josm.gui.MapStatus
The CoordinateFormat set in the previous update
previousEditLayer - Variable in class org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeEvent
 
previouslyShownUnsupportedCrsError - Variable in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
 
previousModifiers - Variable in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
previousNode - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
previousSibling() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
Return the Node that comes before this one in the parent's list of children, or null.
PRIME_MERIDANS - Static variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
primitive - Variable in class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultChangesetDataSetEntry
 
primitive - Variable in class org.openstreetmap.josm.data.osm.event.PrimitiveFlagsChangedEvent
 
primitive - Variable in class org.openstreetmap.josm.data.osm.event.TagsChangedEvent
 
primitive - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel.ChangesetContentEntry
 
primitive - Variable in class org.openstreetmap.josm.gui.history.VersionTable.ChangesetInfoAction
 
primitive - Variable in class org.openstreetmap.josm.gui.history.VersionTable.UserInfoAction
 
primitive - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
PRIMITIVE_DATA - Static variable in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable
Data flavor for PrimitiveData which is wrapped in PrimitiveTransferable.Data.
primitiveActions - Variable in class org.openstreetmap.josm.gui.PopupMenuHandler
 
PrimitiveData - Class in org.openstreetmap.josm.data.osm
This class can be used to save properties of OsmPrimitive.
PrimitiveData() - Constructor for class org.openstreetmap.josm.data.osm.PrimitiveData
Constructs a new PrimitiveData.
PrimitiveData(PrimitiveData) - Constructor for class org.openstreetmap.josm.data.osm.PrimitiveData
 
primitiveData - Variable in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable.Data
 
PrimitiveDeepCopy - Class in org.openstreetmap.josm.data.osm
This class allows to create and keep a deep copy of primitives.
PrimitiveDeepCopy() - Constructor for class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
Constructs a new PrimitiveDeepCopy without data.
PrimitiveDeepCopy(Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
Constructs a new PrimitiveDeepCopy of given OSM primitives.
PrimitiveDeepCopy.PasteBufferChangedListener - Interface in org.openstreetmap.josm.data.osm
 
PrimitiveFlagsChangedEvent - Class in org.openstreetmap.josm.data.osm.event
Represents a change in AbstractPrimitive.flags unless covered by a more specific event
PrimitiveFlagsChangedEvent(DataSet, OsmPrimitive) - Constructor for class org.openstreetmap.josm.data.osm.event.PrimitiveFlagsChangedEvent
 
PrimitiveId - Interface in org.openstreetmap.josm.data.osm
interface to represent identifaction and type of the datatypes primitives.
primitiveId - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer.ShowHistoryAction
 
primitiveId - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer.ZoomToNodeAction
 
primitiveIdAtRow(TableModel, int) - Static method in class org.openstreetmap.josm.gui.history.NodeListViewer
 
PrimitiveIdHash() - Constructor for class org.openstreetmap.josm.data.osm.Storage.PrimitiveIdHash
 
PrimitiveList() - Constructor for class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel.PrimitiveList
Constructs a new PrimitiveList.
PrimitiveListModel() - Constructor for class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel.PrimitiveListModel
Constructs a new PrimitiveListModel.
PrimitiveListModel(List<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel.PrimitiveListModel
 
primitiveRenderer - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverColumnModel
 
primitives - Variable in class org.openstreetmap.josm.data.osm.ChangesetDataSet
 
primitives - Variable in class org.openstreetmap.josm.data.osm.event.ChangesetIdChangedEvent
 
primitives - Variable in class org.openstreetmap.josm.data.osm.event.PrimitivesAddedEvent
 
primitives - Variable in class org.openstreetmap.josm.data.osm.event.PrimitivesRemovedEvent
 
primitives - Variable in class org.openstreetmap.josm.data.validation.TestError
The affected primitives
primitives - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
the collection of primitives for which we manage conflicts
primitives - Variable in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable
 
primitives - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction.ShowHistoryTask
 
primitives - Variable in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog
 
primitives - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel.PrimitiveListModel
 
primitives - Variable in class org.openstreetmap.josm.io.DiffResultProcessor
the collection of primitives being uploaded
primitivesAdded(PrimitivesAddedEvent) - Method in interface org.openstreetmap.josm.data.osm.event.DataSetListener
A bunch of primitives were added into the DataSet, or existing deleted/invisible primitives were resurrected.
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.data.validation.TestError
 
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
primitivesAdded(PrimitivesAddedEvent) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Implementation of the DataSetListener interface
PrimitivesAddedEvent - Class in org.openstreetmap.josm.data.osm.event
 
PrimitivesAddedEvent(DataSet, Collection<? extends OsmPrimitive>, boolean) - Constructor for class org.openstreetmap.josm.data.osm.event.PrimitivesAddedEvent
 
primitivesMap - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in interface org.openstreetmap.josm.data.osm.event.DataSetListener
A bunch of primitives were removed from the DataSet, or preexisting primitives were marked as deleted.
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.data.validation.TestError
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
primitivesRemoved(PrimitivesRemovedEvent) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
PrimitivesRemovedEvent - Class in org.openstreetmap.josm.data.osm.event
 
PrimitivesRemovedEvent(DataSet, Collection<? extends OsmPrimitive>, boolean) - Constructor for class org.openstreetmap.josm.data.osm.event.PrimitivesRemovedEvent
 
PrimitiveTransferable - Class in org.openstreetmap.josm.gui.datatransfer
Transferable objects for PrimitiveData.
PrimitiveTransferable(Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable
Constructs a new PrimitiveTransferable.
PrimitiveTransferable.Data - Class in org.openstreetmap.josm.gui.datatransfer
A wrapper for a collection of PrimitiveData.
primitiveType - Variable in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
the type of the primitive
primitiveType - Variable in class org.openstreetmap.josm.io.OsmServerHistoryReader
 
PrimitiveVisitor - Interface in org.openstreetmap.josm.data.osm.visitor
OSM primitives interfaces visitor, following conventional visitor design pattern.
print(Object) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Prints the object to the command line (for debugging purpose).
print(PrintWriter) - Method in class org.openstreetmap.josm.tools.bugreport.ReportedException.SectionEntry
Prints this entry to the output stream in a line.
printElapsedTime(long) - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
 
printError(String, String, Object...) - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
 
printJsonInfo(String, PrintWriter, RequestHandler) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
 
println(Object) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Prints the object to the command line, with new line at the end (for debugging purpose).
printReportDataTo(PrintWriter) - Method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
Prints the captured data of this report to a PrintWriter.
printReportStackTo(PrintWriter) - Method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
Prints the stack trace of this report to a PrintWriter.
printReportThreadsTo(PrintWriter) - Method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
Prints the stack traces for other threads of this report to a PrintWriter.
printSection(PrintWriter) - Method in class org.openstreetmap.josm.tools.bugreport.ReportedException.Section
Prints this section to the output stream.
priority - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
the pritority of this item
pristine - Variable in class org.openstreetmap.josm.tools.CopyList
 
privateInputContext - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
 
process(BufferedImage) - Method in interface org.openstreetmap.josm.gui.layer.ImageProcessor
This method should process given image according to image processors which is contained in the Layer
process(BufferedImage) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulImageProcessor
 
process(BufferedImage) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.GammaImageProcessor
 
process(BufferedImage) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
 
process(BufferedImage) - Method in class org.openstreetmap.josm.tools.ImageOverlay
Handle overlay.
processAskElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processBackwardIfEndOfLoopReached(Integer) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
processChangesetAfterParsing() - Method in class org.openstreetmap.josm.io.AbstractReader
 
processCommand(JMVCommandEvent) - Method in class org.openstreetmap.gui.jmapviewer.Demo
 
processCommand(JMVCommandEvent) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.JMapViewerEventListener
 
processDatasetEvent(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.data.AutosaveTask
 
processDatasetEvent(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
processDatasetEvent(AbstractDatasetChangedEvent) - Method in interface org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter.Listener
 
processDatasetEvent(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
processDatasetEvent(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
processDeleteElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processDownloadElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processDownloadOperation(String, String, String, boolean, boolean) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Downloads file to arbitrary folder
processed - Variable in class org.openstreetmap.josm.io.DiffResultProcessor
the set of processed primitives *after* the new id, the new version and the new changeset id is set
processed - Variable in class org.openstreetmap.josm.io.OsmServerWriter
This list contains all successfully processed objects.
processedCount - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
 
processedPrimitives - Variable in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
processedPrimitives - Variable in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
processElseElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processEvent(AbstractDatasetChangedEvent, Relation, Collection<Map<Relation, Multipolygon>>) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
processEvent(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox.ContextMenuHandler
 
processEvent(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
processEvents() - Method in class org.openstreetmap.josm.io.FileWatcher
Process all events for the key queued to the watcher.
processIfElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processItems(boolean, List<PrimitiveId>, boolean, boolean) - Static method in class org.openstreetmap.josm.actions.DownloadPrimitiveAction
 
processJarFile(File, String) - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
processKeyEvent(KeyEvent) - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
processLocalPluginInformationFile(File) - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
processMsgBoxElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processNodesAfterParsing() - Method in class org.openstreetmap.josm.io.AbstractReader
Processes the parsed nodes after parsing.
processNoteComment(ProgressMonitor, OsmApi, Note, NoteComment) - Method in class org.openstreetmap.josm.actions.upload.UploadNotesTask.UploadTask
 
processOffline(Map<MainApplication.Option, Collection<String>>) - Static method in class org.openstreetmap.josm.gui.MainApplication
 
processOuterWay(int, List<MultipolygonBuilder.JoinedPolygon>, List<MultipolygonBuilder.PolygonLevel>, MultipolygonBuilder.JoinedPolygon) - Static method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
processPluginInstallElement(Element) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processPostParentChecker(OsmDataLayer, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction
 
processPreferencesElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processQueue() - Method in class org.openstreetmap.josm.gui.NotificationManager
 
processRelationsAfterParsing() - Method in class org.openstreetmap.josm.io.AbstractReader
Completes the parsed relations with its members.
processRequest(Socket) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Spawns a new thread for the request
processRunTaskElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processScriptElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processWaysAfterParsing() - Method in class org.openstreetmap.josm.io.AbstractReader
Processes the ways after parsing.
processXML(Document) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
processXmlFragment(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
profileTypes - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
progress - Variable in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
PROGRESS_BAR_MAX - Static variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
PROGRESS_BAR_MAX - Static variable in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
progressBar - Variable in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
progressBar - Variable in class org.openstreetmap.josm.gui.MapStatus
 
progressBar - Variable in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
progressBar - Variable in class org.openstreetmap.josm.gui.SplashScreen.SplashScreenProgressRenderer
 
ProgressException - Exception in org.openstreetmap.josm.gui.progress
 
ProgressException(String, Object...) - Constructor for exception org.openstreetmap.josm.gui.progress.ProgressException
 
ProgressInputStream - Class in org.openstreetmap.josm.io
Read from an other reader and increment an progress counter while on the way.
ProgressInputStream(InputStream, long, ProgressMonitor) - Constructor for class org.openstreetmap.josm.io.ProgressInputStream
Constructs a new ProgressInputStream.
ProgressInputStream(URLConnection, ProgressMonitor) - Constructor for class org.openstreetmap.josm.io.ProgressInputStream
Constructs a new ProgressInputStream.
progressMonitor - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
 
progressMonitor - Variable in class org.openstreetmap.josm.data.validation.Test
the progress monitor to use
progressMonitor - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
 
progressMonitor - Variable in class org.openstreetmap.josm.gui.MapStatus
 
progressMonitor - Variable in class org.openstreetmap.josm.gui.PleaseWaitRunnable
 
ProgressMonitor - Interface in org.openstreetmap.josm.gui.progress
Typical use case is:
progressMonitor - Variable in class org.openstreetmap.josm.gui.SplashScreen
 
progressMonitor - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
 
progressMonitor - Variable in class org.openstreetmap.josm.io.OsmServerLocationReader.Parser
 
progressMonitor - Variable in class org.openstreetmap.josm.io.StreamProgressUpdater
 
ProgressMonitor.CancelListener - Interface in org.openstreetmap.josm.gui.progress
 
ProgressMonitorExecutor - Class in org.openstreetmap.josm.gui.progress
Executor that displays the progress monitor to the user.
ProgressMonitorExecutor(String, int) - Constructor for class org.openstreetmap.josm.gui.progress.ProgressMonitorExecutor
Creates a new ProgressMonitorExecutor
ProgressOutputStream - Class in org.openstreetmap.josm.io
An OutputStream which reports progress to the ProgressMonitor.
ProgressOutputStream(OutputStream, long, ProgressMonitor, boolean) - Constructor for class org.openstreetmap.josm.io.ProgressOutputStream
Constructs a new ProgressOutputStream.
ProgressRenderer - Interface in org.openstreetmap.josm.gui.progress
Swing components can implement this interface and use a SwingRenderingProgressMonitor to render progress information.
progressRenderer - Variable in class org.openstreetmap.josm.gui.SplashScreen
 
ProgressTaskId - Class in org.openstreetmap.josm.gui.progress
 
ProgressTaskId(String, String) - Constructor for class org.openstreetmap.josm.gui.progress.ProgressTaskId
 
ProgressTaskIds - Interface in org.openstreetmap.josm.gui.progress
 
proj - Variable in class org.openstreetmap.josm.data.coor.CachedLatLon
 
proj - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
Proj - Interface in org.openstreetmap.josm.data.projection.proj
A projection (in the narrow sense).
proj - Static variable in class org.openstreetmap.josm.Main
The projection method used.
proj4Id - Variable in class org.openstreetmap.josm.data.projection.datum.AbstractDatum
 
projClass - Variable in class org.openstreetmap.josm.data.projection.proj.ClassProjFactory
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.CassiniSoldner
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.LonLat
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.Mercator
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
 
project(double, double) - Method in interface org.openstreetmap.josm.data.projection.proj.Proj
Convert lat/lon to east/north.
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.Sinusoidal
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
project(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.TransverseMercator
 
project(LatLon) - Static method in class org.openstreetmap.josm.data.projection.Projections
Convert from lat/lon to easting/northing using the current projection.
project(double, Point2D, Point2D) - Static method in class org.openstreetmap.josm.gui.NavigatableComponent
if r = 0 returns a, if r=1 returns b, if r = 0.5 returns center between a and b, etc..
projected - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
Projection - Interface in org.openstreetmap.josm.data.projection
A projection, i.e. a class that supports conversion from lat/lon to east/north and back.
projection - Variable in class org.openstreetmap.josm.gui.MapViewState
 
projection - Variable in class org.openstreetmap.josm.io.GeoJSONExporter
 
projection - Variable in class org.openstreetmap.josm.io.GeoJSONWriter
 
ProjectionBounds - Class in org.openstreetmap.josm.data
This is a simple data class for "rectangular" areas of the world, given in east/north min/max values.
ProjectionBounds(EastNorth, EastNorth) - Constructor for class org.openstreetmap.josm.data.ProjectionBounds
Construct bounds out of two points.
ProjectionBounds(EastNorth) - Constructor for class org.openstreetmap.josm.data.ProjectionBounds
Construct bounds out of a single point.
ProjectionBounds(EastNorth, double, double) - Constructor for class org.openstreetmap.josm.data.ProjectionBounds
Construct bounds out of a center point and east/north dimensions.
ProjectionBounds(double, double, double, double) - Constructor for class org.openstreetmap.josm.data.ProjectionBounds
Construct bounds out of two points.
projectionBoundsBox - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
projectionCb - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper.AnglePopupMenu
 
projectionChanged(Projection, Projection) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
projectionChanged(Projection, Projection) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
projectionChanged(Projection, Projection) - Method in interface org.openstreetmap.josm.data.projection.ProjectionChangeListener
 
projectionChanged(Projection, Projection) - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
projectionChanged(Projection, Projection) - Method in class org.openstreetmap.josm.gui.layer.Layer
 
projectionChanged(Projection, Projection) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
projectionChanged(Projection, Projection) - Method in class org.openstreetmap.josm.gui.layer.WMSLayer
 
projectionChanged(Projection, Projection) - Method in class org.openstreetmap.josm.gui.layer.WMTSLayer
 
ProjectionChangeListener - Interface in org.openstreetmap.josm.data.projection
 
ProjectionChoice - Interface in org.openstreetmap.josm.gui.preferences.projection
This class offers a choice of projections to the user.
projectionChoices - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
projectionChoicesById - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
projectionCode - Variable in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
projectionCode - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
projectionCodeGlue - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
projectionCodeLabel - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
ProjectionCodeListModel() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel.ProjectionCodeListModel
 
projectionCombo - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
Combobox with all projections available
projectionCommand(Node) - Method in class org.openstreetmap.josm.actions.AlignInLineAction.Line
Orthogonal projection of a node N along this line.
ProjectionConfigurationException - Exception in org.openstreetmap.josm.data.projection
 
ProjectionConfigurationException(String, Throwable) - Constructor for exception org.openstreetmap.josm.data.projection.ProjectionConfigurationException
Constructs a new ProjectionConfigurationException.
ProjectionConfigurationException(String) - Constructor for exception org.openstreetmap.josm.data.projection.ProjectionConfigurationException
Constructs a new ProjectionConfigurationException.
ProjectionConfigurationException(Throwable) - Constructor for exception org.openstreetmap.josm.data.projection.ProjectionConfigurationException
Constructs a new ProjectionConfigurationException.
ProjectionDefinition(String, String, String) - Constructor for class org.openstreetmap.josm.data.projection.Projections.ProjectionDefinition
 
projectionName - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
projectionNameGlue - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
projectionNameLabel - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
ProjectionPreference - Class in org.openstreetmap.josm.gui.preferences.projection
Projection preferences.
ProjectionPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
ProjectionPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.projection
Factory used to create a new ProjectionPreference.
projections - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
Projections - Class in org.openstreetmap.josm.data.projection
Class to manage projections.
Projections() - Constructor for class org.openstreetmap.josm.data.projection.Projections
 
projections - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
Projections.ProjectionDefinition - Class in org.openstreetmap.josm.data.projection
Class to hold information about one projection.
projectionsByCode_cache - Static variable in class org.openstreetmap.josm.data.projection.Projections
 
projectionSource - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
projectToSegment - Variable in class org.openstreetmap.josm.actions.JoinNodeWayAction.NodeDistanceToRefNodeComparator
 
ProjFactory - Interface in org.openstreetmap.josm.data.projection.proj
Factory class that provides a Proj instance.
projPanel - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
This is the panel holding all projection preferences
ProjParameters - Class in org.openstreetmap.josm.data.projection.proj
Parameters to initialize a Proj object.
ProjParameters() - Constructor for class org.openstreetmap.josm.data.projection.proj.ProjParameters
 
projs - Static variable in class org.openstreetmap.josm.data.projection.Projections
Registry for custom projection should be compatible to PROJ.4
projSubPrefPanel - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
This variable holds the JPanel with the projection's preferences.
projSubPrefPanelGBC - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
The GridBagConstraints for the Panel containing the ProjectionSubPrefs.
projSubPrefPanelWrapper - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
prologWritten - Variable in class org.openstreetmap.josm.io.OsmChangeBuilder
 
prop - Variable in class org.openstreetmap.josm.gui.mappaint.Cascade
 
prop(Environment, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the value of the property key, e.g., prop("width").
prop(Environment, String, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the value of the property key from layer layer.
PROP_ACTIVE_BACKGROUND_COLOR - Static variable in class org.openstreetmap.josm.gui.MapStatus
Property for map status background color (active state).
PROP_ACTIVE_FOREGROUND_COLOR - Static variable in class org.openstreetmap.josm.gui.MapStatus
Property for map status foreground color (active state).
PROP_ADD_TO_SLIPPYMAP_CHOOSER - Static variable in class org.openstreetmap.josm.gui.layer.TMSLayer
shall TMS layers be added to download dialog
PROP_AUTOSAVE_ENABLED - Static variable in class org.openstreetmap.josm.data.AutosaveTask
 
PROP_BACKGROUND_COLOR - Static variable in class org.openstreetmap.josm.gui.MapStatus
Property for map status background color.
PROP_COORDINATES - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
PROP_DEFAULT_AUTOLOAD - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
do set autoload when creating a new layer
PROP_DEFAULT_AUTOZOOM - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
do set autozoom when creating a new layer
PROP_DEFAULT_AUTOZOOM - Static variable in class org.openstreetmap.josm.gui.layer.WMSLayer
should WMS layer autozoom in default mode
PROP_DEFAULT_AUTOZOOM_WMTS - Static variable in class org.openstreetmap.josm.gui.layer.WMTSLayer
default setting of autozoom per layer
PROP_DEFAULT_SHOWERRORS - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
do show errors per default
PROP_DELETED_LAYERS - Static variable in class org.openstreetmap.josm.data.AutosaveTask
 
PROP_DIRTY - Static variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
PROP_DYNAMIC_BUTTONS - Static variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Property to enable dynamic buttons globally.
PROP_FADE_AMOUNT - Static variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
PROP_FADE_COLOR - Static variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
PROP_FILES_PER_LAYER - Static variable in class org.openstreetmap.josm.data.AutosaveTask
 
PROP_FILL_DEFAULT - Static variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
 
PROP_FOREGROUND_COLOR - Static variable in class org.openstreetmap.josm.gui.MapStatus
Property for map status foreground color.
PROP_IMAGE_SIZE - Static variable in class org.openstreetmap.josm.gui.layer.WMSLayer
default tile size for WMS Layer
PROP_INDEX_LIMIT - Static variable in class org.openstreetmap.josm.data.AutosaveTask
 
PROP_INTERVAL - Static variable in class org.openstreetmap.josm.data.AutosaveTask
 
PROP_INTERVAL - Static variable in class org.openstreetmap.josm.io.MessageNotifier
Property defining the update interval in minutes
PROP_ISO_DATES - Static variable in class org.openstreetmap.josm.tools.date.DateUtils
Property to enable display of ISO dates globally.
PROP_KEEP_BACKUP - Static variable in class org.openstreetmap.josm.gui.preferences.map.BackupPreference
 
PROP_LABEL - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
PROP_MAPSTYLE - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
PROP_MAX_ZOOM_LVL - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
maximum zoom level to show to user
PROP_MAX_ZOOM_LVL - Static variable in class org.openstreetmap.josm.gui.layer.TMSLayer
maximum zoom level for TMS layer
PROP_MIN_ZOOM_LVL - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
minimum zoom level to show to user
PROP_MIN_ZOOM_LVL - Static variable in class org.openstreetmap.josm.gui.layer.TMSLayer
minimum zoom level for TMS layer
PROP_NOTIFICATION - Static variable in class org.openstreetmap.josm.data.AutosaveTask
Defines if a notification should be displayed after each autosave
PROP_NOTIFIER_ENABLED - Static variable in class org.openstreetmap.josm.io.MessageNotifier
Property defining if this task is enabled or not
PROP_NUM_UNDECIDED_TAGS - Static variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
PROP_PROJECTION - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
PROP_REMOTECONTROL_ENABLED - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
If the remote control feature is enabled or disabled.
PROP_REMOTECONTROL_HTTPS_ENABLED - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
If the remote control feature is enabled or disabled for HTTPS.
PROP_REVERSE_WAY - Static variable in class org.openstreetmap.josm.actions.CombineWayAction
 
PROP_SELECTED - Static variable in interface org.openstreetmap.josm.gui.conflict.pair.ListMerger.FreezeActionProperties
 
PROP_SHARPEN_LEVEL - Static variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
PROP_SNAP_DISTANCE - Static variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
PROP_SUB_PROJECTION - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
PROP_SYSTEM_OF_MEASUREMENT - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
PROP_TILECACHE_DIR - Static variable in class org.openstreetmap.josm.data.imagery.CachedTileLoaderFactory
Keeps the cache directory where
PROP_TRANSPARENCY_COLOR - Static variable in class org.openstreetmap.josm.tools.ImageProvider
Property set on BufferedImage returned by ImageProvider.read(java.io.File, boolean, boolean) if metadata is required.
PROP_TRANSPARENCY_FORCED - Static variable in class org.openstreetmap.josm.tools.ImageProvider
PROP_USE_NATIVE_FILE_DIALOG - Static variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Property to enable use of native file dialogs.
PROP_ZOOM_INTERMEDIATE_STEPS - Static variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
PROP_ZOOM_RATIO - Static variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
PROP_ZOOM_REVERSE_WHEEL - Static variable in class org.openstreetmap.josm.gui.MapMover
 
propagate() - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ApiUrlPropagator
 
propagate(String) - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ApiUrlPropagator
 
propagator - Variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
 
propButtonHiding - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
propChangeSupport - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
PropertiesCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.properties
Cell renderer of tags table.
PropertiesCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesCellRenderer
 
PropertiesDialog - Class in org.openstreetmap.josm.gui.dialogs.properties
This dialog displays the tags of the current selected primitives.
PropertiesDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Create a new PropertiesDialog
propertiesDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
Properties dialog
PropertiesDialog.AbstractCopyAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
PropertiesDialog.AddAction - Class in org.openstreetmap.josm.gui.dialogs.properties
Action handling add button press in properties dialog.
PropertiesDialog.CopyAllKeyValueAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
PropertiesDialog.CopyKeyValueAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
PropertiesDialog.CopyValueAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
PropertiesDialog.DeleteAction - Class in org.openstreetmap.josm.gui.dialogs.properties
Action handling delete button press in properties dialog.
PropertiesDialog.EditAction - Class in org.openstreetmap.josm.gui.dialogs.properties
Action handling edit button press in properties dialog.
PropertiesDialog.HelpAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
PropertiesDialog.MemberInfo - Class in org.openstreetmap.josm.gui.dialogs.properties
 
PropertiesDialog.MouseClickWatch - Class in org.openstreetmap.josm.gui.dialogs.properties
Class that watches for mouse clicks
PropertiesDialog.PasteValueAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
PropertiesDialog.ReadOnlyTableModel - Class in org.openstreetmap.josm.gui.dialogs.properties
Class that allows fast creation of read-only table model with String columns
PropertiesDialog.RemoveHiddenSelection - Class in org.openstreetmap.josm.gui.dialogs.properties
Clears the row selection when it is filtered away by the row sorter.
PropertiesDialog.SearchAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
PropertiesDialog.TaginfoAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
PropertiesMembershipDialog(boolean, boolean, boolean) - Constructor for class org.openstreetmap.josm.actions.UnGlueAction.PropertiesMembershipDialog
 
PropertiesMergeModel - Class in org.openstreetmap.josm.gui.conflict.pair.properties
This is the model for resolving conflicts in the properties of the OsmPrimitives.
PropertiesMergeModel() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
Constructs a new PropertiesMergeModel.
propertiesMerger - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
PropertiesMerger - Class in org.openstreetmap.josm.gui.conflict.pair.properties
This class represents a UI component for resolving conflicts in some properties of OsmPrimitive.
PropertiesMerger() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
Constructs a new PropertiesMerger.
PropertiesMerger.KeepMyCoordinatesAction - Class in org.openstreetmap.josm.gui.conflict.pair.properties
 
PropertiesMerger.KeepMyDeletedStateAction - Class in org.openstreetmap.josm.gui.conflict.pair.properties
 
PropertiesMerger.KeepTheirCoordinatesAction - Class in org.openstreetmap.josm.gui.conflict.pair.properties
 
PropertiesMerger.KeepTheirDeletedStateAction - Class in org.openstreetmap.josm.gui.conflict.pair.properties
 
PropertiesMerger.UndecideCoordinateConflictAction - Class in org.openstreetmap.josm.gui.conflict.pair.properties
 
PropertiesMerger.UndecideDeletedStateConflictAction - Class in org.openstreetmap.josm.gui.conflict.pair.properties
 
Property<O,P> - Interface in org.openstreetmap.josm.tools
Small interface to define a property with both read and write access.
PROPERTY_FIX_TAG_LOCALE - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Use English language for tag by default
PROPERTY_RECENT_EXISTING - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Preference setting for popup menu item "Recent tags with existing key"
PROPERTY_RECENT_RELATIONS_NUMBER - Static variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
PROPERTY_RECENT_TAGS - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
The preference storage of recent tags
PROPERTY_RECENT_TAGS_NUMBER - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Number of recent tags
PROPERTY_REFRESH_RECENT - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Preference setting for popup menu item "Refresh recent tags list after applying tag"
PROPERTY_REMEMBER_TAGS - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Whether recent tags must be remembered
PROPERTY_SAVE_EXTENSION - Static variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
PROPERTY_TAGS_TO_IGNORE - Static variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBoundsChangeListener
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
handles property change events
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllLeft
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllRight
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.ApplyAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.AutoAdjustingSplitPane
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.ApplyAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetTagsPanel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog.ApplyResolutionAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MinimapDialog
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.ApplyAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.DeleteCurrentRelationAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.download.SlippyMapChooser
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.download.TileSelection
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.DiscardAndProceedAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.io.SaveLayersTable
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.ChunkSizeInputVerifier
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.MapSlider
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.MapView
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.TestAccessTokenAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.AcceptAccessTokenAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
If the action goes inactive, remove the selection rectangle from screen
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.tagging.TagTable.AddAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.tagging.TagTable.CellEditorRemover
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.tagging.TagTable.PasteAction
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
propertyChange(PropertyChangeEvent) - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox.ContextMenuHandler
 
propertyChangeListener - Variable in class org.openstreetmap.josm.gui.SideButton
 
propertyChangeListener - Variable in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
propertyChangeSupport - Variable in class org.openstreetmap.josm.gui.layer.Layer
keeps track of property change listeners
propertyTable - Variable in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog
 
propertyText - Variable in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
PROPNAME_CENTER - Static variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
PROPNAME_SCALE - Static variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
protocolMajorVersion - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
RemoteControl HTTP protocol version.
protocolMinorVersion - Static variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
 
PROTOCOLVERSION - Static variable in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
RemoteControl protocol version.
provider - Variable in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
providers - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
PROXY_EXCEPTIONS - Static variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Property key for proxy exceptions list
PROXY_HTTP_HOST - Static variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Property key for HTTP proxy host
PROXY_HTTP_PORT - Static variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Property key for HTTP proxy port
PROXY_PASS - Static variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Property key for proxy password
PROXY_POLICY - Static variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Property key for proxy policy
PROXY_SOCKS_HOST - Static variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Property key for SOCKS proxy host
PROXY_SOCKS_PORT - Static variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Property key for SOCKS proxy port
PROXY_USER - Static variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Property key for proxy username
proxyExceptions - Variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
ProxyPolicy(String) - Constructor for enum org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel.ProxyPolicy
 
proxyPolicy - Variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
ProxyPolicyChangeListener() - Constructor for class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel.ProxyPolicyChangeListener
 
ProxyPreference - Class in org.openstreetmap.josm.gui.preferences.server
Proxy sub-preferences in server preferences.
ProxyPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.server.ProxyPreference
 
ProxyPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.server
Factory used to create a new ProxyPreference.
proxyPreferenceChanged() - Method in class org.openstreetmap.josm.gui.GettingStarted
 
proxyPreferenceChanged() - Method in interface org.openstreetmap.josm.gui.preferences.server.ProxyPreferenceListener
Method called when proxy settings are updated.
ProxyPreferenceListener - Interface in org.openstreetmap.josm.gui.preferences.server
Listener called when proxy settings are updated.
ProxyPreferencesPanel - Class in org.openstreetmap.josm.gui.preferences.server
Component allowing input of proxy settings.
ProxyPreferencesPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Constructs a new ProxyPreferencesPanel.
ProxyPreferencesPanel.ProxyPolicy - Enum in org.openstreetmap.josm.gui.preferences.server
The proxy policy is how JOSM will use proxy information.
ProxyPreferencesPanel.ProxyPolicyChangeListener - Class in org.openstreetmap.josm.gui.preferences.server
 
proxySelector - Variable in class org.openstreetmap.josm.gui.MainApplication.GuiFinalizationWorker
 
pruneSuccs(Collection<Integer>) - Static method in class org.openstreetmap.josm.actions.JoinNodeWayAction
 
pruneSuccsAndReverse(List<Integer>) - Static method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
ps - Variable in class org.openstreetmap.josm.io.NmeaReader
 
ps - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
PseudoClassCondition(Method, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClassCondition
 
PseudoClasses() - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
 
PseudoCommand - Class in org.openstreetmap.josm.command
PseudoCommand is a reduced form of a command.
PseudoCommand() - Constructor for class org.openstreetmap.josm.command.PseudoCommand
 
pstrings - Static variable in class org.openstreetmap.josm.tools.I18n
 
PT_AGEOFDGPSDATA - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Number of seconds since last DGPS update.
PT_DGPSID - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Represents a differential GPS station.
PT_ELE - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Elevation (in meters) of the point.
PT_FIX - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Type of GPS fix.
PT_GEOIDHEIGHT - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Height, in meters, of geoid (mean sea level) above WGS-84 earth ellipsoid.
PT_HDOP - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Horizontal dilution of precision.
PT_MAGVAR - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Magnetic variation (in degrees) at the point.
PT_PDOP - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Position dilution of precision.
PT_SAT - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Number of satellites used to calculate the GPS fix.
PT_SYM - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Text of GPS symbol name.
PT_TIME - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Creation/modification timestamp for the point.
PT_TYPE - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Type (textual classification) of element.
PT_VDOP - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Vertical dilution of precision.
pTime - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
pts - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
PublicTransportRoleStopPlatformSorter() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.PublicTransportRoleStopPlatformSorter
 
PublicTransportRouteTest - Class in org.openstreetmap.josm.data.validation.tests
PublicTransportRouteTest() - Constructor for class org.openstreetmap.josm.data.validation.tests.PublicTransportRouteTest
Constructs a new PublicTransportRouteTest.
purge - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Purge...
PurgeAction - Class in org.openstreetmap.josm.actions
The action to purge the selected primitives, i.e.
PurgeAction() - Constructor for class org.openstreetmap.josm.actions.PurgeAction
Constructs a new PurgeAction.
PurgeCommand - Class in org.openstreetmap.josm.command
Command, to purge a list of primitives.
PurgeCommand(OsmDataLayer, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.command.PurgeCommand
This command relies on a number of consistency conditions: - makeIncomplete must be a subset of toPurge.
purgedConflicts - Variable in class org.openstreetmap.josm.command.PurgeCommand
 
PushbackTokenizer - Class in org.openstreetmap.josm.actions.search
 
PushbackTokenizer(Reader) - Constructor for class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
PushbackTokenizer.Range - Class in org.openstreetmap.josm.actions.search
 
PushbackTokenizer.Token - Enum in org.openstreetmap.josm.actions.search
 
pushZoomUndo(EastNorth, double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
put(String, Object) - Method in interface org.openstreetmap.josm.data.gpx.IWithAttributes
Put a key / value pair as a new attribute.
put(String, Object) - Method in class org.openstreetmap.josm.data.gpx.WithAttributes
Put a key / value pair as a new attribute.
put(String, String) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Set the given value to the given key.
put(String, String) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
put(HistoryOsmPrimitive, ChangesetDataSet.ChangesetModificationType) - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
Remembers a history primitive with the given modification type
put(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
Adds a history primitive to the data set
put(String, String) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
put(String, String) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
put(K, T) - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
put(T) - Method in class org.openstreetmap.josm.data.osm.Storage
 
put(String, String) - Method in class org.openstreetmap.josm.data.osm.Tag
Unsupported.
put(String, String) - Method in interface org.openstreetmap.josm.data.osm.Tagged
Sets a key/value pairs
put(String, String) - Method in class org.openstreetmap.josm.data.osm.TagMap
 
put(T) - Method in class org.openstreetmap.josm.data.preferences.AbstractProperty
Sets this property to the specified value.
put(Boolean) - Method in class org.openstreetmap.josm.data.preferences.BooleanProperty
 
put(String) - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
put(T) - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
put(Collection<String>) - Method in class org.openstreetmap.josm.data.preferences.CollectionProperty
 
put(Color) - Method in class org.openstreetmap.josm.data.preferences.ColorProperty
 
put(Double) - Method in class org.openstreetmap.josm.data.preferences.DoubleProperty
 
put(Integer) - Method in class org.openstreetmap.josm.data.preferences.IntegerProperty
 
put(Long) - Method in class org.openstreetmap.josm.data.preferences.LongProperty
 
put(T, String...) - Method in class org.openstreetmap.josm.data.preferences.ParametrizedEnumProperty
 
put(String, String) - Method in class org.openstreetmap.josm.data.Preferences
Set a value for a certain setting.
put(String, boolean) - Method in class org.openstreetmap.josm.data.Preferences
 
put(String) - Method in class org.openstreetmap.josm.data.preferences.StringProperty
 
put(String, Object) - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
put(T, Range) - Method in class org.openstreetmap.josm.gui.mappaint.DividedScale
Add data object which is valid for the given range.
put(StyleElementList, Range, boolean) - Method in class org.openstreetmap.josm.gui.mappaint.StyleCache
Creates a new copy of this style cache with a new entry added.
put(Collection<? extends SourceEntry>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourcePrefHelper
Saves a list of sources to JOSM preferences.
put(KeyStroke, Object) - Method in class org.openstreetmap.josm.gui.util.RedirectInputMap
 
put(String, String, String) - Method in class org.openstreetmap.josm.io.Capabilities
Adds a new configuration item.
put(String, Object) - Method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
Adds some debug values to this exception.
put(String, String) - Method in class org.openstreetmap.josm.tools.bugreport.ReportedException.Section
Add a key/value entry to this section.
put(A, B) - Method in class org.openstreetmap.josm.tools.MultiMap
Map a key to a value.
putAll(Map<? extends K, ? extends T>) - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
putAll(A, Collection<B>) - Method in class org.openstreetmap.josm.tools.MultiMap
Map the key to all the given values.
putArray(String, Collection<Collection<String>>) - Method in class org.openstreetmap.josm.data.Preferences
Put an array.
putChangeset(Changeset) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
Adds a changeset to the data set
putCollection(String, Collection<String>) - Method in class org.openstreetmap.josm.data.Preferences
Put a collection.
putCollectionBounded(String, int, Collection<String>) - Method in class org.openstreetmap.josm.data.Preferences
Saves at most maxsize items of collection val.
putColor(String, Color) - Method in class org.openstreetmap.josm.data.Preferences
 
putDouble(String, Double) - Method in class org.openstreetmap.josm.data.Preferences
 
putImpl(T, double, double) - Method in class org.openstreetmap.josm.gui.mappaint.DividedScale
Implementation of the put operation.
putInteger(String, Integer) - Method in class org.openstreetmap.josm.data.Preferences
 
putListOfStructs(String, Collection<Map<String, String>>) - Method in class org.openstreetmap.josm.data.Preferences
 
putListOfStructs(String, Collection<T>, Class<T>) - Method in class org.openstreetmap.josm.data.Preferences
Convenience method that saves a MapListSetting which is provided as a collection of objects.
putLong(String, Long) - Method in class org.openstreetmap.josm.data.Preferences
 
putOrClear(String, Object) - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
putSetting(String, Setting<?>) - Method in class org.openstreetmap.josm.data.Preferences
Set a value for a certain setting.
putUnique(T) - Method in class org.openstreetmap.josm.data.osm.Storage
 
putValue(String, String) - Method in class org.openstreetmap.gui.jmapviewer.Tile
Puts the given key/value pair to the metadata of the tile.
putValue(String, Object) - Method in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
putVoid(A) - Method in class org.openstreetmap.josm.tools.MultiMap
Put a key that maps to nothing.
PuwgProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
 
PuwgProjectionChoice() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.PuwgProjectionChoice
Constructs a new PuwgProjectionChoice.
pWays - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
pWp - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 

Q

QBLevel(QuadBuckets<T>) - Constructor for class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
Constructor for root node
QBLevel(QuadBuckets.QBLevel<T>, int, QuadBuckets<T>) - Constructor for class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
qp - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Constant parameters.
qsfn(double) - Method in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
Calculates q, Snyder equation (3-12)
qsfn(double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Calculates q, Snyder equation (3-12)
quad - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
QuadBucketIterator(QuadBuckets<T>) - Constructor for class org.openstreetmap.josm.data.osm.QuadBuckets.QuadBucketIterator
 
QuadBuckets<T extends OsmPrimitive> - Class in org.openstreetmap.josm.data.osm
Note: bbox of primitives added to QuadBuckets has to stay the same.
QuadBuckets() - Constructor for class org.openstreetmap.josm.data.osm.QuadBuckets
Constructs a new QuadBuckets.
QuadBuckets.QBLevel<T extends OsmPrimitive> - Class in org.openstreetmap.josm.data.osm
 
QuadBuckets.QuadBucketIterator - Class in org.openstreetmap.josm.data.osm
 
quadkeyPattern - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
quads() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
QuadStateCheckBox - Class in org.openstreetmap.josm.gui.widgets
A four-state checkbox.
QuadStateCheckBox(String, Icon, QuadStateCheckBox.State, QuadStateCheckBox.State[]) - Constructor for class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox
Constructs a new QuadStateCheckBox.
QuadStateCheckBox(String, QuadStateCheckBox.State, QuadStateCheckBox.State[]) - Constructor for class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox
Constructs a new QuadStateCheckBox.
QuadStateCheckBox.QuadStateDecorator - Class in org.openstreetmap.josm.gui.widgets
 
QuadStateCheckBox.State - Enum in org.openstreetmap.josm.gui.widgets
The 4 possible states of this checkbox.
QuadStateDecorator(ButtonModel) - Constructor for class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
quadTile(LatLon) - Static method in class org.openstreetmap.josm.data.coor.QuadTiling
 
QuadTiling - Class in org.openstreetmap.josm.data.coor
 
QuadTiling() - Constructor for class org.openstreetmap.josm.data.coor.QuadTiling
 
query - Variable in class org.openstreetmap.josm.actions.downloadtasks.ChangesetQueryTask.DownloadTask
the changeset query
query - Variable in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassQueryHistoryItem
 
QUERY_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
QUERY_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
QueryAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.QueryAction
 
QueryAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog.QueryAction
 
queryChangesets(ChangesetQuery, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerChangesetReader
Queries a list
queue - Variable in class org.openstreetmap.josm.gui.NotificationManager
 
queue - Variable in class org.openstreetmap.josm.tools.XmlObjectParser
The queue of already parsed items from the parsing thread.
queueIterator - Variable in class org.openstreetmap.josm.tools.XmlObjectParser
 
quick - Variable in class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
 
QUOTED_USER - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
quotesStarted - Variable in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 

R

r - Variable in class org.openstreetmap.josm.data.projection.proj.DoubleStereographic
 
r0 - Variable in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
radius of the parallel of latitude of the false origin (2SP) or at natural origin (1SP)
RADIANS_PER_SECOND - Static variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
RadioButtonEditor() - Constructor for class org.openstreetmap.josm.gui.history.VersionTable.RadioButtonEditor
Constructs a new RadioButtonEditor.
RadioButtonHandler() - Constructor for class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.RadioButtonHandler
 
RadioButtonRenderer() - Constructor for class org.openstreetmap.josm.gui.history.VersionTable.RadioButtonRenderer
 
radius - Variable in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
radius(int) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
 
radius - Variable in class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
 
RAILWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
rand - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
randomParts - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
 
Range(long, long) - Constructor for class org.openstreetmap.josm.actions.search.PushbackTokenizer.Range
 
range - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
range - Variable in class org.openstreetmap.josm.gui.mappaint.MultiCascade
 
Range - Class in org.openstreetmap.josm.gui.mappaint
An interval of the form "lower < x <= upper" where 0 <= lower < upper.
Range(double, double) - Constructor for class org.openstreetmap.josm.gui.mappaint.Range
Constructs a new Range.
rangeCheck(int) - Method in class org.openstreetmap.josm.tools.CopyList
 
RangeMatch(long, long) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.RangeMatch
 
RangeMatch(PushbackTokenizer.Range) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.RangeMatch
 
RangeViolatedError(String) - Constructor for exception org.openstreetmap.josm.gui.mappaint.DividedScale.RangeViolatedError
Constructs a new RangeViolatedError
rawData - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
rawUrl - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
RawURLParseRequestHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RawURLParseRequestHandler
 
rbBasicAuthentication - Variable in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
indicates whether we use basic authentication
rbBoth - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel
 
rbClosedAfter - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
rbClosedAfterAndCreatedBefore - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
rbClosedOnly - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel
 
rbExisting - Variable in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
rbFillOneChangeset - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
rbOAuth - Variable in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
indicates whether we use OAuth as authentication scheme
rbOpenOnly - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel
 
rbProxyPolicy - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
rbQueries - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
rbRestrictToMyself - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
rbRestrictToUid - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
rbRestrictToUserName - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
rbStrategy - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
rbTimeBasedUpatePolicy - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
 
rbUseMultipleChangesets - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
rbUseNew - Variable in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
rbVersionBasedUpatePolicy - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
 
read(char[], int, int) - Method in class org.openstreetmap.josm.io.InvalidXmlCharacterFilter
 
read(byte[], int, int) - Method in class org.openstreetmap.josm.io.ProgressInputStream
 
read() - Method in class org.openstreetmap.josm.io.ProgressInputStream
 
read(File, boolean, boolean) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Returns a BufferedImage as the result of decoding a supplied File with an ImageReader chosen automatically from among those currently registered.
read(InputStream, boolean, boolean) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Returns a BufferedImage as the result of decoding a supplied InputStream with an ImageReader chosen automatically from among those currently registered.
read(URL, boolean, boolean) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Returns a BufferedImage as the result of decoding a supplied URL with an ImageReader chosen automatically from among those currently registered.
read(ImageInputStream, boolean, boolean) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Returns a BufferedImage as the result of decoding a supplied ImageInputStream with an ImageReader chosen automatically from among those currently registered.
read(String) - Method in class org.openstreetmap.josm.tools.WikiReader
Read the page specified by the url and return the content.
READ_PROTOCOL_VERSION - Static variable in class org.openstreetmap.josm.io.remotecontrol.PermissionPrefWithDefault
 
readAll(Reader, boolean) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Reads all tagging presets from the input reader.
readAll(Reader, boolean, TaggingPresetReader.HashSetWithLast<TaggingPreset>) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Reads all tagging presets from the input reader.
readAll(String, boolean) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Reads all tagging presets from the given source.
readAll(String, boolean, TaggingPresetReader.HashSetWithLast<TaggingPreset>) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Reads all tagging presets from the given source.
readAll(Collection<String>, boolean) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Reads all tagging presets from the given sources.
readAll(Collection<String>, boolean, boolean) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Reads all tagging presets from the given sources.
readAxis(GpsDirectory, int, int, char) - Static method in class org.openstreetmap.josm.tools.ExifReader
 
readBytes(InputStream, byte[]) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
readBytes(InputStream, byte[]) - Static method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
readBytesFromStream(InputStream) - Static method in class org.openstreetmap.josm.tools.Utils
Reads the input stream and closes the stream at the end of processing (regardless if an exception was thrown)
readChangeset(long, boolean, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerChangesetReader
Reads the changeset with id id from the server.
readChangesetAction - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
readChangesetId() - Method in class org.openstreetmap.josm.gui.widgets.ChangesetIdTextField.ChangesetIdValidator
Reads the changeset id.
readChangesets(Collection<Integer>, boolean, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerChangesetReader
Reads the changesets with id ids from the server.
ReadChangesetsAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ReadChangesetsAction
 
readCommon(PrimitiveData) - Method in class org.openstreetmap.josm.io.OsmReader
Read out the common attributes and put them into current OsmPrimitive.
readDirection(File) - Static method in class org.openstreetmap.josm.tools.ExifReader
Returns the direction of the given JPEG file.
readDirection(GpsDirectory) - Static method in class org.openstreetmap.josm.tools.ExifReader
Returns the direction of the given EXIF GPS directory.
reAddListeners() - Method in class org.openstreetmap.josm.gui.MainPanel
Re-adds the layer listeners.
reader - Variable in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
reader - Variable in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask.RunnableDownloadTask
the reader object used to read changesets from the API
reader - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
reader - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadTask
 
reader - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.DownloadTask
 
reader - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
 
reader - Variable in class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
 
reader - Variable in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
reader - Variable in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
reader - Variable in class org.openstreetmap.josm.gui.help.HelpBrowser
 
reader - Variable in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
reader - Variable in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
 
reader - Variable in class org.openstreetmap.josm.io.InvalidXmlCharacterFilter
 
readFile() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
readFromPreferences() - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
readFromPreferences(boolean, boolean) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Reads all tagging presets from sources stored in preferences.
readFromPreferences() - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
Initializes tagging presets from preferences.
readFromString(String) - Method in class org.openstreetmap.josm.actions.ActionParameter
 
readFromString(String) - Method in class org.openstreetmap.josm.actions.ActionParameter.SearchSettingsActionParameter
 
readFromString(String) - Method in class org.openstreetmap.josm.actions.ActionParameter.StringActionParameter
 
readFromString(String) - Static method in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
readFromTrac(BufferedReader, URL) - Method in class org.openstreetmap.josm.tools.WikiReader
 
readFull - Variable in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
true if this reader should complete incomplete primitives
readIds() - Method in class org.openstreetmap.josm.gui.widgets.AbstractIdTextField
Reads the id(s).
readIds() - Method in class org.openstreetmap.josm.gui.widgets.ChangesetIdTextField
Reads the changeset id.
readIds() - Method in class org.openstreetmap.josm.gui.widgets.OsmIdTextField
Reads the OSM primitive id(s)
readIfEqual(PushbackTokenizer.Token) - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
readIncompletePrimitives(DataSet, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
Scans a dataset for incomplete primitives.
readLang(String) - Method in class org.openstreetmap.josm.tools.WikiReader
Reads the localized version of the given wiki page.
readLang(URL) - Method in class org.openstreetmap.josm.tools.WikiReader
 
readLatLon(File) - Static method in class org.openstreetmap.josm.tools.ExifReader
Returns the geolocation of the given JPEG file.
readLatLon(GpsDirectory) - Static method in class org.openstreetmap.josm.tools.ExifReader
Returns the geolocation of the given EXIF GPS directory.
readLocalPluginInformation() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
Reads locally available information about plugins from the local file system.
ReadLocalPluginInformationTask - Class in org.openstreetmap.josm.plugins
This is an asynchronous task for reading plugin information from the files in the local plugin repositories.
ReadLocalPluginInformationTask() - Constructor for class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
Constructs a new ReadLocalPluginInformationTask.
ReadLocalPluginInformationTask(ProgressMonitor) - Constructor for class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
readMapCSS(Reader) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
readNormal(BufferedReader, boolean) - Static method in class org.openstreetmap.josm.tools.WikiReader
 
readNumber(String) - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
readObject(ObjectInputStream) - Method in class org.openstreetmap.gui.jmapviewer.Coordinate
 
readObject(ObjectInputStream) - Method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
readObject(ObjectInputStream) - Method in class org.openstreetmap.josm.data.osm.PrimitiveData
 
ReadOnlyTableModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.ReadOnlyTableModel
 
readOrientation(File) - Static method in class org.openstreetmap.josm.tools.ExifReader
Returns the image orientation of the given JPEG file.
readOsmIds() - Method in class org.openstreetmap.josm.gui.widgets.OsmIdTextField.OsmIdValidator
Reads the OSM primitive id(s)
readPreferences() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
readPreferences() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
readPreferences() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
readPreferences() - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
readPreferences(String) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
Read all drawing-related settings from preferences
readPreferences(Preferences) - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
readPreferencesFromDOMElement(Element) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
readPreferencesFromXML() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
readPrefsFromJS(ScriptEngine, Preferences, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
Convert JavaScript preferences object to preferences data structures
readRange(String) - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
ReadRemotePluginInformationTask - Class in org.openstreetmap.josm.plugins
An asynchronous task for downloading plugin lists from the configured plugin download sites.
ReadRemotePluginInformationTask(Collection<String>) - Constructor for class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
Constructs a new ReadRemotePluginInformationTask.
ReadRemotePluginInformationTask(ProgressMonitor, Collection<String>, boolean) - Constructor for class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
Constructs a new ReadRemotePluginInformationTask.
readTagsByRegexp(String, String, String, boolean) - Static method in class org.openstreetmap.josm.tools.TextTagParser
Try to find tag-value pairs in given text
readTagsFromText(String) - Static method in class org.openstreetmap.josm.tools.TextTagParser
Apply different methods to extract tag-value pairs from arbitrary text
readTextOrNumber() - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
readTillChar(char, char) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
readTime(String) - Method in class org.openstreetmap.josm.io.NmeaReader
 
readTime(File) - Static method in class org.openstreetmap.josm.tools.ExifReader
Returns the date/time from the given JPEG file.
readTimeout - Variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
readTimeout - Variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
 
readTimeout - Variable in class org.openstreetmap.josm.tools.HttpClient
 
readXML(String, String) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Read configuration script from XML file, modifying main preferences
readXML(File, Preferences) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Read configuration script from XML file, modifying given preferences object
readXML(File) - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Read configuration script from XML file, modifying main preferences
REAL_WIDTH - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
realAddLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
 
realAddLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
 
realindexes - Variable in class org.openstreetmap.josm.tools.Diff.FileData
Vector mapping virtual line numbers (not counting discarded lines) to real ones (counting those lines).
realMoveLayer(Layer, int) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
 
realRemoveLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
 
realRemoveSingleLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
 
realRemoveSingleLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
 
realRun() - Method in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask.DownloadTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask.DownloadTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.ChangesetQueryTask.DownloadTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask.DownloadTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadBoundingBoxTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadBzip2RawUrlTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadRawUrlTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesTask.DownloadTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.DownloadTask
 
realRun() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
 
realRun() - Method in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
realRun() - Method in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
realRun() - Method in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
realRun() - Method in class org.openstreetmap.josm.actions.upload.UploadNotesTask.UploadTask
 
realRun() - Method in class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
 
realRun() - Method in class org.openstreetmap.josm.actions.ValidateAction.ValidationTask
 
realRun() - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo.DefaultEntryLoader
 
realRun() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction.SaveToFileTask
 
realRun() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildrenTask
 
realRun() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadRelationSetTask
 
realRun() - Method in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationMemberTask
 
realRun() - Method in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask
 
realRun() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
realRun() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.RelationLoader
 
realRun() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.FixTask
 
realRun() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
realRun() - Method in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
realRun() - Method in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
realRun() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetTask
 
realRun() - Method in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
realRun() - Method in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
 
realRun() - Method in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
 
realRun() - Method in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
realRun() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
realRun() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction.PrecacheWmsTask
 
realRun() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.MapPaintStyleLoader
 
realRun() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
 
realRun() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
realRun() - Method in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
 
realRun() - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
realRun() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
Called in the worker thread to do the actual work.
realRun() - Method in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
realRun() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
realRun() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler.LoadDataTask
 
realRun() - Method in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
realRun() - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
realRun() - Method in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
realSetActiveLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
 
realWidth - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
reason - Variable in class org.openstreetmap.josm.plugins.PluginHandler.DeprecatedPlugin
Short explanation about deprecation, can be null
reasonForRequest - Variable in class org.openstreetmap.josm.tools.HttpClient
 
reassignShortcut(String, String, int, Shortcut, int, int, int) - Static method in class org.openstreetmap.josm.tools.Shortcut
 
rebuild() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
initializes the model from the current tags
rebuild() - Method in class org.openstreetmap.josm.gui.io.RecentlyOpenedFilesMenu
 
rebuild() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
initializes the cache from the primitives in the dataset
recalculateBounds() - Method in class org.openstreetmap.josm.data.gpx.GpxData
Calculates the bounding box of available data and returns it.
receiveOneInitialFire - Variable in class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
receiveSearchResult(DataSet, Collection<OsmPrimitive>, int, SearchAction.SearchSetting) - Method in class org.openstreetmap.josm.actions.search.SearchAction.CapturingSearchReceiver
 
receiveSearchResult(DataSet, Collection<OsmPrimitive>, int, SearchAction.SearchSetting) - Method in interface org.openstreetmap.josm.actions.search.SearchAction.SearchReceiver
Receive the search result
receiveSearchResult(DataSet, Collection<OsmPrimitive>, int, SearchAction.SearchSetting) - Method in class org.openstreetmap.josm.actions.search.SearchAction.SelectSearchReceiver
 
RecentExisting() - Constructor for enum org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.RecentExisting
 
recentlyOpened - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Open Recent >
RecentlyOpenedFilesMenu - Class in org.openstreetmap.josm.gui.io
Show list of recently opened files
RecentlyOpenedFilesMenu() - Constructor for class org.openstreetmap.josm.gui.io.RecentlyOpenedFilesMenu
Constructs a new RecentlyOpenedFilesMenu.
RecentlyOpenedFilesMenu.ClearAction - Class in org.openstreetmap.josm.gui.io
 
recentlyPlayedMarker - Static variable in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
recentlyPlayedMarker() - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
recentRelations - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
List of recent relations
RecentRelationsAction - Class in org.openstreetmap.josm.actions.relation
Action for accessing recent relations.
RecentRelationsAction(SideButton) - Constructor for class org.openstreetmap.josm.actions.relation.RecentRelationsAction
Constructs a new RecentRelationsAction.
recentRelationsAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
RecentRelationsAction.RecentRelationsMenuItem - Class in org.openstreetmap.josm.actions.relation
A specialized JMenuItem for presenting one entry of the relation history
RecentRelationsAction.RecentRelationsPopupMenu - Class in org.openstreetmap.josm.actions.relation
 
RecentRelationsMenuItem(Relation) - Constructor for class org.openstreetmap.josm.actions.relation.RecentRelationsAction.RecentRelationsMenuItem
 
RecentRelationsPopupMenu(List<Relation>, KeyStroke) - Constructor for class org.openstreetmap.josm.actions.relation.RecentRelationsAction.RecentRelationsPopupMenu
Constructs a new RecentRelationsPopupMenu.
RecentTagCollection - Class in org.openstreetmap.josm.gui.dialogs.properties
 
RecentTagCollection(int) - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
recentTags - Variable in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
recentTags - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
recentTagsActions - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
recentTagsPanel - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
RecommendedActionsTableCell() - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersTableColumnModel.RecommendedActionsTableCell
Constructs a new RecommendedActionsTableCell.
reconstituteConflicts() - Method in class org.openstreetmap.josm.command.conflict.ConflictResolveCommand
reconstitutes all remembered conflicts.
reconstruct(DialogsPanel.Action, ToggleDialog) - Method in class org.openstreetmap.josm.gui.dialogs.DialogsPanel
Reconstruct the view, if the configurations of dialogs has changed.
recordElementStats(List<StyledMapRenderer.StyleRecord>) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.BenchmarkData
 
recordHistory - Variable in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
recoverFromChangesetFullException() - Method in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
recoverFromGoneOnServer(OsmApiPrimitiveGoneException, ProgressMonitor) - Method in class org.openstreetmap.josm.gui.io.UploadLayerTask
Retries to recover the upload operation from an exception which was thrown because an uploaded primitive was already deleted on the server.
recoverFromGoneOnServer(OsmApiPrimitiveGoneException, ProgressMonitor) - Method in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
Retries to recover the upload operation from an exception which was thrown because an uploaded primitive was already deleted on the server.
recoverUnsavedLayers() - Method in class org.openstreetmap.josm.data.AutosaveTask
Recover the unsaved layers and open them asynchronously.
rectaction - Variable in class org.openstreetmap.josm.gui.ImageryMenu
 
rectifiedGridAngle - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
The rectified bearing of the central line, in radians.
RectifierService(String, String, String, String, String) - Constructor for class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction.RectifierService
 
rectTo(MapViewState.MapViewPoint) - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewPoint
Create a rectangle from this to the other point.
rectToPolygon(Rectangle) - Static method in class org.openstreetmap.josm.gui.SelectionManager
 
recursesDown() - Method in class org.openstreetmap.josm.io.MultiFetchOverpassObjectReader
 
recursesDown() - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
Whether this reader fetches nodes when loading ways, or members when loading relations.
red(Color) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Get the value of the red color channel in the rgb color model
redirect(JComponent, JComponent) - Static method in class org.openstreetmap.josm.gui.util.RedirectInputMap
 
RedirectInputMap - Class in org.openstreetmap.josm.gui.util
Make shortcuts from main window work in dialog windows.
RedirectInputMap(JComponent, InputMap) - Constructor for class org.openstreetmap.josm.gui.util.RedirectInputMap
 
redirectToMainContentPane(JComponent) - Static method in class org.openstreetmap.josm.Main
 
redo() - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Redoes the last undoed command.
redo(int) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Redoes multiple commands.
redo - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Redo
RedoAction - Class in org.openstreetmap.josm.actions
Redoes the last command.
RedoAction() - Constructor for class org.openstreetmap.josm.actions.RedoAction
Construct the action with "Redo" as label.
redoAction - Variable in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
RedoAction() - Constructor for class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu.RedoAction
Constructs a new RedoAction.
redoCommands - Variable in class org.openstreetmap.josm.data.UndoRedoHandler
The stack for redoing commands
redoSelectionListener - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
redoTree - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
redoTreeModel - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
redoUndoListener - Variable in class org.openstreetmap.josm.Main
 
redraw() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Initiates a repaint of Main.map
redrawIcon() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
redrawIfRequired() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Checks if a map redraw is required and does so if needed.
redSymbol - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
reduceAround(double, Range) - Method in class org.openstreetmap.josm.gui.mappaint.Range
under the premise, that x is within this range, and not within the other range, it shrinks this range in a way to exclude the other range, but still contain x.
ref - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader.Reference
Reference matching a chunk id defined earlier
reference - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
reference - Variable in class org.openstreetmap.josm.gui.history.TwoColumnDiff
 
Reference() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader.Reference
 
referenced - Variable in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
referenceDiff - Variable in class org.openstreetmap.josm.gui.history.TwoColumnDiff
 
referenceInfoPanel - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
the common info panel for the history node in role REFERENCE_POINT_IN_TIME
referenceInfoPanel - Variable in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
referenceInfoPanel - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer
 
referenceLatLonViewer - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
the info panel for coordinates for the node in role REFERENCE_POINT_IN_TIME
referenceNodeListTableModel - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
referenceNumber - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ValueComparison
 
referencePoint - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
A reference point, which is known to be on the central line.
referenceRelationMemberTableModel - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
referenceReversed - Variable in class org.openstreetmap.josm.gui.history.TwoColumnDiff
 
ReferenceSegment(EastNorth, EastNorth, EastNorth, boolean) - Constructor for class org.openstreetmap.josm.actions.mapmode.ExtrudeAction.ReferenceSegment
 
referenceSegment - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
referenceTagTableModel - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
referenceValue - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ValueComparison
 
referredPrimitiveNotInDataset() - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Checks that referred primitives are present in dataset.
referrerBrowser - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
referrerModel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
referrers - Variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
referrers - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
referrers - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser
the list of relations
referrers - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
 
referrers - Variable in class org.openstreetmap.josm.gui.download.DownloadObjectDialog
 
referrersToString(List<OsmPrimitive>) - Static method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
ReferringRelationsBrowser - Class in org.openstreetmap.josm.gui.dialogs.relation
This is browser for a list of relations which refer to another relations.
ReferringRelationsBrowser(OsmDataLayer, ReferringRelationsBrowserModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser
Constructs a new ReferringRelationsBrowser.
ReferringRelationsBrowser.DblClickMouseAdapter - Class in org.openstreetmap.josm.gui.dialogs.relation
 
ReferringRelationsBrowser.EditAction - Class in org.openstreetmap.josm.gui.dialogs.relation
Action for editing the currently selected relation
ReferringRelationsBrowser.ReloadAction - Class in org.openstreetmap.josm.gui.dialogs.relation
Action for loading the parent relations of a relation
ReferringRelationsBrowserModel - Class in org.openstreetmap.josm.gui.dialogs.relation
 
ReferringRelationsBrowserModel(Relation) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
Constructs a new ReferringRelationsBrowserModel.
refersTo(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.RelationMember
Replies true, if this relation member refers to the primitive
refLineStroke - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
refPoint - Variable in class org.openstreetmap.josm.actions.JoinNodeWayAction.NodeDistanceToRefNodeComparator
 
refPoint2 - Variable in class org.openstreetmap.josm.actions.JoinNodeWayAction.NodeDistanceToRefNodeComparator
 
refresh() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Refreshes the model state.
refresh() - Method in interface org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModelListener
Fired when something has changed in the layer list model.
refresh(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog
Refreshes user list from given collection of OSM primitives.
refresh() - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.DistanceViewer
 
refresh() - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.LatLonViewer
 
refresh() - Method in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
Refreshes the content of the combobox model with the current list of open changesets from the ChangesetCache.
refresh() - Method in class org.openstreetmap.josm.gui.widgets.UrlLabel
 
RefreshAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Refresh relation.
RefreshAction(MemberTable, MemberTableModel, TagEditorModel, OsmDataLayer, IRelationEditor) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.RefreshAction
Constructs a new RefreshAction.
refreshAction - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Action for performing the RefreshAction
RefreshAction() - Constructor for class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.RefreshAction
 
refreshAnglePanel() - Method in class org.openstreetmap.josm.gui.MapStatus
 
refreshAuthorisationProcedurePanel() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Refreshes the view of the authorisation panel, depending on the authorisation procedure currently selected
refreshBounds() - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.BoundingBoxBuilder
 
refreshEnabled() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.EditAction
 
refreshEnabled() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.EditAction
 
refreshEnabled() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.ReloadAction
 
refreshEnabledState() - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel.CloseChangesetAction
 
refreshEnabledState() - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog.CloseAction
 
refreshGUI() - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
refreshHidingButtons() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
refreshImageryMenu() - Method in class org.openstreetmap.josm.gui.ImageryMenu
Refresh imagery menu.
refreshLocalPluginVersion(Collection<PluginInformation>) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Refreshes the local version field on the plugins in plugins with the version in the manifest of the downloaded "jar.new"-file for this plugin.
refreshLocalUpdatedPluginInfo(Collection<PluginInformation>) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Refreshes the given PluginInformation objects with new contents read from their corresponding jar file.
refreshMapView() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
 
refreshMenu() - Method in class org.openstreetmap.josm.gui.MenuScroller
 
refreshNode(TreePath) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
Invoke to notify all listeners about an update of a particular node
refreshNumConflicts() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
refreshNumUndecidedTags() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
refreshes the number of undecided tag conflicts after an update in the list of TagMergeItems.
refreshOffsetMenu() - Method in class org.openstreetmap.josm.gui.ImageryMenu
 
RefreshRecent() - Constructor for enum org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.RefreshRecent
 
refreshRecentTags() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
refreshTileSources() - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
Refreshes the tile sources
refreshTileSources() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Refreshes the tile sources
refreshTileSources() - Method in class org.openstreetmap.josm.gui.download.SlippyMapChooser
Refreshes the tile sources
refreshTitle() - Method in class org.openstreetmap.josm.gui.MainFrame
Update the title of the window to reflect the current content.
refreshTitle() - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Replaced by MainFrame.refreshTitle(). The MainFrame should handle this by itself.
refreshToolbarControl() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
Parse the toolbar preference setting and construct the toolbar GUI control.
refreshUserIdentity() - Method in class org.openstreetmap.josm.gui.io.DownloadOpenChangesetsTask
Refreshes the user info from the server.
refreshView() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
refreshes the view of this dialog
refreshView(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadTask
 
refreshView() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginListPanel
Refreshes the list.
refreshView() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel
 
refreshView() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
 
regactions - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
regex_search - Variable in class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
 
regexFlags(boolean) - Static method in class org.openstreetmap.josm.actions.search.SearchCompiler
 
regexp_match(String, String, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Tries to match string against pattern regexp and returns a list of capture groups in case of success.
regexp_match(String, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Tries to match string against pattern regexp and returns a list of capture groups in case of success.
regexp_test(String, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Tests if string target matches pattern pattern
regexp_test(String, String, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Tests if string target matches pattern pattern
RegexpKeyValueRegexpCondition(String, String, Condition.Op) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.RegexpKeyValueRegexpCondition
 
regExpr - Variable in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.RegExprRule
 
regExpr - Variable in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.SynonymRule
 
RegExprRule(String, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.RegExprRule
 
regexSearch - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
regexSearch - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler
 
RegexValidator - Class in org.openstreetmap.josm.data.validation.routines
Regular Expression validation (using JDK 1.4+ regex support).
RegexValidator(String) - Constructor for class org.openstreetmap.josm.data.validation.routines.RegexValidator
Construct a case sensitive validator for a single regular expression.
RegexValidator(String, boolean) - Constructor for class org.openstreetmap.josm.data.validation.routines.RegexValidator
Construct a validator for a single regular expression with the specified case sensitivity.
RegexValidator(String[]) - Constructor for class org.openstreetmap.josm.data.validation.routines.RegexValidator
Construct a case sensitive validator that matches any one of the set of regular expressions.
RegexValidator(String[], boolean) - Constructor for class org.openstreetmap.josm.data.validation.routines.RegexValidator
Construct a validator that matches any one of the set of regular expressions with the specified case sensitivity.
register(Class<? extends AbstractMapRenderer>, String, String) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
Registers a map renderer class.
register() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Registers listeners (selection change and dataset change).
register(OsmDataLayer, Relation, RelationEditor) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
Register the relation editor for a relation managed by a OsmDataLayer.
register() - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
Registers listeners (selection change and layer change).
register(Action) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
register(MapView, boolean) - Method in class org.openstreetmap.josm.gui.SelectionManager
Register itself at the given event source and add a hint layer.
register() - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
Register this object as AWTEventListener
register(T, Map<Path, T>) - Method in class org.openstreetmap.josm.io.FileWatcher
 
registerActionShortcut(MapMover.ZoomerAction, Shortcut) - Method in class org.openstreetmap.josm.gui.MapMover
 
registerActionShortcut(JosmAction) - Static method in class org.openstreetmap.josm.Main
 
registerActionShortcut(Action, Shortcut) - Static method in class org.openstreetmap.josm.Main
 
registerAsChangeListener(HistoryBrowserModel) - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
 
registerAsChangeListener(HistoryBrowserModel) - Method in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
registerAsChangeListener(HistoryBrowserModel) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer
 
registerAsListener() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
registerBaseProjection(String, ProjFactory, String) - Static method in class org.openstreetmap.josm.data.projection.Projections
Plugins can register additional base projections.
registerBaseProjection(String, Class<? extends Proj>, String) - Static method in class org.openstreetmap.josm.data.projection.Projections
 
registerBoundingBoxBuilder() - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
registerBrowserAdapter(FeatureAdapter.BrowserAdapter) - Static method in class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
registerCopyPasteAction(AbstractAction, Object, KeyStroke, JRootPane, JTable...) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
registerCredentialsAgentFactory(CredentialsManager.CredentialsAgentFactory) - Static method in class org.openstreetmap.josm.io.auth.CredentialsManager
Plugins can register a CredentialsAgentFactory, thereby overriding JOSM's default credentials agent.
registerDefaultRenderers() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
 
registeredLayers - Variable in class org.openstreetmap.josm.gui.MapView
This is a map of all Layers that have been added to this view.
registeredShortcuts - Variable in class org.openstreetmap.josm.gui.MapMover
 
registerFormatHook(NameFormatterHook) - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Registers a format hook.
registerInWindowMenu() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Registers this dialog in the window menu.
registerListeners() - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
Adds all registered listeners by this conflict resolver
registerListeners() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
Adds all registered listeners by this merger
registerListeners() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
registerListeners() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
registerListeners() - Method in class org.openstreetmap.josm.gui.MapStatus
 
registerListeners() - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
Adds all registered listeners by this table
registerLoggingAdapter(FeatureAdapter.LoggingAdapter) - Static method in class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
registerMenuAddition(Action) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
registerMouseListener() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar
Registers the mouse listeners.
registerNewlayer(OsmDataLayer) - Method in class org.openstreetmap.josm.data.AutosaveTask
 
registerPostprocessor(OsmServerReadPostprocessor) - Static method in class org.openstreetmap.josm.io.OsmReader
Register a new postprocessor.
registerPostprocessor(OsmServerWritePostprocessor) - Static method in class org.openstreetmap.josm.io.OsmServerWriter
Registers a post-processor.
registerProjectionChoice(ProjectionChoice) - Static method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
registerProjectionChoice(String, String, Integer, String) - Static method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
registerProjectionChoice(String, String, Integer) - Static method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
registerRelationEditor(Class<RelationEditor>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
Registers a relation editor class.
registerSessionLayerExporter(Class<? extends Layer>, Class<? extends SessionLayerExporter>) - Static method in class org.openstreetmap.josm.io.session.SessionWriter
Register a session layer exporter.
registerSessionLayerImporter(String, Class<? extends SessionLayerImporter>) - Static method in class org.openstreetmap.josm.io.session.SessionReader
Register a session layer importer.
registerShortcut(String, String, int, int) - Static method in class org.openstreetmap.josm.tools.Shortcut
Register a shortcut.
registerShortcut(String, String, int, int, Integer) - Static method in class org.openstreetmap.josm.tools.Shortcut
 
registerSourceProvider(SourceProvider) - Static method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
Registers a new additional style source provider.
registerSourceProvider(SourceProvider) - Static method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
Registers a new additional preset source provider.
registerSourceProvider(SourceProvider) - Static method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference
Registers a new additional rule source provider.
registerStyleSource(StyleSource) - Method in class org.openstreetmap.josm.io.FileWatcher
Registers a map paint style for local file changes, allowing dynamic reloading.
registerSubTab(SubPreferenceSetting, Component) - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
registerSubTab(SubPreferenceSetting, Component) - Method in interface org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
Registers a sub preference settings to an existing tab component.
registerSupportedMapMode(MapMode) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Registers a map mode for which the functionality of this layer should be available.
registerSystemShortcut(String, String, int, int) - Static method in class org.openstreetmap.josm.tools.Shortcut
FOR PLATFORMHOOK USE ONLY.
registerTranslationAdapter(FeatureAdapter.TranslationAdapter) - Static method in class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
registerUploadHook(UploadHook) - Static method in class org.openstreetmap.josm.actions.UploadAction
Registers an upload hook.
registerUploadHook(UploadHook, boolean) - Static method in class org.openstreetmap.josm.actions.UploadAction
Registers an upload hook.
registerValidableComponent(AbstractButton) - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
registerValidableComponent(JTextComponent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
registerValidatorRule(SourceEntry) - Method in class org.openstreetmap.josm.io.FileWatcher
Registers a validator rule for local file changes, allowing dynamic reloading.
rehash(int) - Static method in class org.openstreetmap.josm.data.osm.Storage
Additional mixing of hash
reindexNode(Node, LatLon, EastNorth) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
reindexRelation(Relation) - Static method in class org.openstreetmap.josm.data.osm.DataSet
 
reindexWay(Way) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
reinitialize(Collection<E>) - Method in class org.openstreetmap.josm.gui.widgets.JosmComboBox
Reinitializes this JosmComboBox to the specified values.
RejectedAngleException() - Constructor for exception org.openstreetmap.josm.actions.OrthogonalizeAction.RejectedAngleException
 
rel - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.RelationRole
 
relatedWayStroke - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
relation - Variable in class org.openstreetmap.josm.actions.relation.RecentRelationsAction.RecentRelationsMenuItem
 
relation - Variable in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
relation - Variable in class org.openstreetmap.josm.data.correction.RoleCorrection
OSM relation
relation - Variable in class org.openstreetmap.josm.data.osm.event.RelationMembersChangedEvent
 
Relation - Class in org.openstreetmap.josm.data.osm
A relation, having a set of tags and any number (0...n) of members.
Relation(long, boolean) - Constructor for class org.openstreetmap.josm.data.osm.Relation
 
Relation() - Constructor for class org.openstreetmap.josm.data.osm.Relation
Create a new relation with id 0
Relation(Relation, boolean) - Constructor for class org.openstreetmap.josm.data.osm.Relation
Constructs an identical clone of the argument.
Relation(Relation) - Constructor for class org.openstreetmap.josm.data.osm.Relation
Create an identical clone of the argument (including the id)
Relation(long) - Constructor for class org.openstreetmap.josm.data.osm.Relation
Creates a new relation for the given id.
Relation(long, int) - Constructor for class org.openstreetmap.josm.data.osm.Relation
Creates new relation
relation - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
relation - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildrenTask
 
relation - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberRoleCellEditor
 
relation - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
relation - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
the relation
relation - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager.DialogContext
 
relation - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
The relation that this editor is working on.
relation - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.RelationLoader
 
RELATION_EMPTY - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Relation is empty
RELATION_FILTER_PREDICATE - Static variable in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
RELATION_MEMBER_DATA - Static variable in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable
Data flavor for RelationMemberData which is wrapped in RelationMemberTransferable.Data.
RELATION_PROP - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
the property name for the current relation.
RELATION_SNAPSHOT_PROP - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
the property name for the current relation snapshot
RELATION_UNKNOWN - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Relation type is unknown
RelationChecker - Class in org.openstreetmap.josm.data.validation.tests
Check for wrong relations.
RelationChecker() - Constructor for class org.openstreetmap.josm.data.validation.tests.RelationChecker
Constructor
RelationChecker.RoleInfo - Class in org.openstreetmap.josm.data.validation.tests
 
RelationChecker.RolePreset - Class in org.openstreetmap.josm.data.validation.tests
 
relationColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Color Preference for relations
relationComparator - Variable in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
RelationData - Class in org.openstreetmap.josm.data.osm
 
RelationData() - Constructor for class org.openstreetmap.josm.data.osm.RelationData
Constructs a new RelationData.
RelationData(RelationData) - Constructor for class org.openstreetmap.josm.data.osm.RelationData
Constructs a new RelationData.
RelationDialogManager - Class in org.openstreetmap.josm.gui.dialogs.relation
RelationDialogManager keeps track of the open relation editors.
RelationDialogManager() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
constructor
relationDialogManager - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
keeps track of open relation editors
RelationDialogManager.DialogContext - Class in org.openstreetmap.josm.gui.dialogs.relation
Helper class for keeping the context of a relation editor.
RelationEditor - Class in org.openstreetmap.josm.gui.dialogs.relation
Abstract relation editor.
RelationEditor(OsmDataLayer, Relation) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
Creates a new relation editor
RelationListDialog - Class in org.openstreetmap.josm.gui.dialogs
A dialog showing all known relations, with buttons to add, edit, and delete them.
RelationListDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.RelationListDialog
Constructs RelationListDialog
relationListDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
Relation list dialog
RelationListDialog.MouseEventHandler - Class in org.openstreetmap.josm.gui.dialogs
 
RelationListDialog.NewAction - Class in org.openstreetmap.josm.gui.dialogs
The action for creating a new relation.
RelationListDialog.RelationListModel - Class in org.openstreetmap.josm.gui.dialogs
The list model for the list of relations displayed in the relation list dialog.
RelationListModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
RelationLoader(Dialog, Relation, TreePath) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.RelationLoader
 
RelationMember - Class in org.openstreetmap.josm.data.osm
A linkage class that can be used by an relation to keep a list of members.
RelationMember(String, OsmPrimitive) - Constructor for class org.openstreetmap.josm.data.osm.RelationMember
Constructs a new RelationMember.
RelationMember(RelationMember) - Constructor for class org.openstreetmap.josm.data.osm.RelationMember
Copy constructor.
RelationMemberConflictDecision - Class in org.openstreetmap.josm.gui.conflict.tags
 
RelationMemberConflictDecision(Relation, int) - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
RelationMemberConflictDecisionEditor - Class in org.openstreetmap.josm.gui.conflict.tags
Table cell editor for relation member conflict resolver table.
RelationMemberConflictDecisionEditor() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
Constructs a new RelationMemberConflictDecisionEditor.
RelationMemberConflictDecisionRenderer - Class in org.openstreetmap.josm.gui.conflict.tags
 
RelationMemberConflictDecisionRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionRenderer
Constructs a new RelationMemberConflictDecisionRenderer.
RelationMemberConflictDecisionType - Enum in org.openstreetmap.josm.gui.conflict.tags
 
RelationMemberConflictDecisionType() - Constructor for enum org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionType
 
RelationMemberConflictResolver - Class in org.openstreetmap.josm.gui.conflict.tags
 
RelationMemberConflictResolver(RelationMemberConflictResolverModel) - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
Constructs a new RelationMemberConflictResolver.
RelationMemberConflictResolver.ApplyRoleAction - Class in org.openstreetmap.josm.gui.conflict.tags
 
RelationMemberConflictResolver.ToggleTagRelationsAction - Class in org.openstreetmap.josm.gui.conflict.tags
 
RelationMemberConflictResolverColumnModel - Class in org.openstreetmap.josm.gui.conflict.tags
 
RelationMemberConflictResolverColumnModel() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverColumnModel
Constructs a new RelationMemberConflictResolverColumnModel.
RelationMemberConflictResolverCommand - Class in org.openstreetmap.josm.command.conflict
Represents the resolution of conflicts in the member list of two Relations.
RelationMemberConflictResolverCommand(Relation, Relation, List<RelationMember>) - Constructor for class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
 
RelationMemberConflictResolverModel - Class in org.openstreetmap.josm.gui.conflict.tags
This model manages a list of conflicting relation members.
RelationMemberConflictResolverModel() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
RelationMemberConflictResolverTable - Class in org.openstreetmap.josm.gui.conflict.tags
 
RelationMemberConflictResolverTable(RelationMemberConflictResolverModel) - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable
 
RelationMemberConflictResolverTable.SelectNextColumnCellAction - Class in org.openstreetmap.josm.gui.conflict.tags
Action to be run when the user navigates to the next cell in the table, for instance by pressing TAB or ENTER.
RelationMemberConflictResolverTable.SelectPreviousColumnCellAction - Class in org.openstreetmap.josm.gui.conflict.tags
Action to be run when the user navigates to the previous cell in the table, for instance by pressing Shift-TAB
RelationMemberData - Class in org.openstreetmap.josm.data.osm
 
RelationMemberData(String, OsmPrimitiveType, long) - Constructor for class org.openstreetmap.josm.data.osm.RelationMemberData
Constructs a new RelationMemberData.
RelationMemberData(String, PrimitiveId) - Constructor for class org.openstreetmap.josm.data.osm.RelationMemberData
Constructs a new RelationMemberData.
relationMemberDatas - Variable in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable.Data
 
RelationMemberListColumnModel - Class in org.openstreetmap.josm.gui.conflict.pair.relation
Column model used in RelationMemberTable.
RelationMemberListColumnModel() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListColumnModel
Constructs a new RelationMemberListColumnModel.
RelationMemberListMergeModel - Class in org.openstreetmap.josm.gui.conflict.pair.relation
The model for merging two lists of relation members
RelationMemberListMergeModel() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListMergeModel
 
RelationMemberListTableCellRenderer - Class in org.openstreetmap.josm.gui.history
The TableCellRenderer for a list of relation members in HistoryBrowser.
RelationMemberListTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.history.RelationMemberListTableCellRenderer
Constructs a new RelationMemberListTableCellRenderer.
relationMemberListViewer - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowser
 
RelationMemberListViewer - Class in org.openstreetmap.josm.gui.history
RelationMemberListViewer is a UI component which displays the list of relation members of two version of a Relation in a History.
RelationMemberListViewer(HistoryBrowserModel) - Constructor for class org.openstreetmap.josm.gui.history.RelationMemberListViewer
Constructs a new RelationMemberListViewer.
RelationMemberListViewer.MemberModelChanged - Class in org.openstreetmap.josm.gui.history
 
relationMemberMerger - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
RelationMemberMerger - Class in org.openstreetmap.josm.gui.conflict.pair.relation
A UI component for resolving conflicts in the member lists of two Relations.
RelationMemberMerger() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberMerger
Constructs a new RelationMemberMerger.
RelationMembers(List<RelationMember>) - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelationMembers
Store relation information
relationMembersChanged(RelationMembersChangedEvent) - Method in interface org.openstreetmap.josm.data.osm.event.DataSetListener
A relation's members have changed.
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.data.validation.TestError
 
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
relationMembersChanged(RelationMembersChangedEvent) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
RelationMembersChangedEvent - Class in org.openstreetmap.josm.data.osm.event
 
RelationMembersChangedEvent(DataSet, Relation) - Constructor for class org.openstreetmap.josm.data.osm.event.RelationMembersChangedEvent
 
RelationMemberTable - Class in org.openstreetmap.josm.gui.conflict.pair.relation
 
RelationMemberTable(String, ListMergeModel<RelationMember>, OsmPrimitivesTableModel, ListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTable
Constructs a new RelationMemberTable.
RelationMemberTableCellEditor - Class in org.openstreetmap.josm.gui.conflict.pair.relation
TableCellEditor for the role column in a table for RelationMembers.
RelationMemberTableCellEditor() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellEditor
Constructs a new RelationMemberTableCellEditor.
RelationMemberTableCellRenderer - Class in org.openstreetmap.josm.gui.conflict.pair.relation
This is the TableCellRenderer used in the tables of RelationMemberMerger.
RelationMemberTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
constructor
RelationMemberTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableColumnModel
 
RelationMemberTableColumnModel - Class in org.openstreetmap.josm.gui.history
The TableColumnModel for the table with the list of relation members.
RelationMemberTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.history.RelationMemberTableColumnModel
Constructs a new RelationMemberTableColumnModel.
RelationMemberTableModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
Constructs a new RelationMemberTableModel.
RelationMemberTransferable - Class in org.openstreetmap.josm.gui.datatransfer
Transferable objects for RelationMemberData.
RelationMemberTransferable(Collection<RelationMember>) - Constructor for class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable
Constructs a new RelationMemberTransferable.
RelationMemberTransferable.Data - Class in org.openstreetmap.josm.gui.datatransfer
A wrapper for a collection of RelationMemberData.
RelationNodeMap - Class in org.openstreetmap.josm.gui.dialogs.relation.sort
Auxiliary class for relation sorting.
RelationNodeMap(List<RelationMember>) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
RelationNodeMap.NodesWays - Class in org.openstreetmap.josm.gui.dialogs.relation.sort
 
RelationPair(List<RelationMember>, Map<String, String>) - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelationPair
Store relation information
relationPredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate filtering relations.
relationpresets - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
RelationRole(Relation, String) - Constructor for class org.openstreetmap.josm.actions.JoinAreasAction.RelationRole
 
relationRules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
relations - Variable in class org.openstreetmap.josm.actions.relation.AbstractRelationAction
 
relations - Variable in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
relations - Variable in class org.openstreetmap.josm.data.osm.DataSet
All relations/relationships
relations - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
MultiMap of all relations
relations - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
the collection of relations for which we manage conflicts
relations - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadRelationSetTask
 
relations - Variable in class org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask
 
relations - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
relations - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
relations - Variable in class org.openstreetmap.josm.io.AbstractReader
Data structure for relation objects
relations - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
 
relationSelectedColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Color Preference for members of selected relations
relationSelectedColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
 
relationsFirst - Variable in class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
 
relationSnapshot - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
The version of the relation when editing is started.
relationsNoKeys - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
MultiMap of all relations, regardless of keys
relationSorter - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
RelationSorter - Class in org.openstreetmap.josm.gui.dialogs.relation.sort
 
RelationSorter() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter
 
RelationSorter.AdditionalSorter - Interface in org.openstreetmap.josm.gui.dialogs.relation.sort
 
RelationSorter.AssociatedStreetRoleAddressHouseSorter - Class in org.openstreetmap.josm.gui.dialogs.relation.sort
Class that sorts the address and house members of type=associatedStreet and type=street relations.
RelationSorter.AssociatedStreetRoleStreetSorter - Class in org.openstreetmap.josm.gui.dialogs.relation.sort
Class that sorts the street members of type=associatedStreet and type=street relations.
RelationSorter.PublicTransportRoleStopPlatformSorter - Class in org.openstreetmap.josm.gui.dialogs.relation.sort
Class that sorts the platform and stop members of type=public_transport relations.
RelationSortUtils - Class in org.openstreetmap.josm.gui.dialogs.relation.sort
 
RelationSortUtils() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSortUtils
 
relationsToDownload - Variable in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildrenTask
 
RelationToChildReference - Class in org.openstreetmap.josm.data.osm
 
RelationToChildReference(Relation, int, String, OsmPrimitive) - Constructor for class org.openstreetmap.josm.data.osm.RelationToChildReference
 
RelationToChildReference(Relation, int, RelationMember) - Constructor for class org.openstreetmap.josm.data.osm.RelationToChildReference
 
RelationTree - Class in org.openstreetmap.josm.gui.dialogs.relation
This is a JTree rendering the hierarchical structure of Relations.
RelationTree() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.RelationTree
constructor
RelationTree(RelationTreeModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.RelationTree
constructor
RelationTree.LazyRelationLoader - Class in org.openstreetmap.josm.gui.dialogs.relation
An adapter for TreeWillExpand-events.
RelationTree.RelationLoader - Class in org.openstreetmap.josm.gui.dialogs.relation
Asynchronous download task for a specific relation
RelationTreeCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.relation
This is the cell renderer used in RelationTree.
RelationTreeCellRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeCellRenderer
constructor
RelationTreeModel - Class in org.openstreetmap.josm.gui.dialogs.relation
This is a TreeModel which provides the hierarchical structure of Relations to a JTree.
RelationTreeModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
constructor
RelationUploadDependencyGraph(Collection<Relation>, boolean) - Constructor for class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
RelationUploadOrderHook - Class in org.openstreetmap.josm.actions.upload
This upload hook reorders the list of new relations to upload such that child relations are uploaded before parent relations.
RelationUploadOrderHook() - Constructor for class org.openstreetmap.josm.actions.upload.RelationUploadOrderHook
 
RelativeFloat(float) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.RelativeFloat
 
releaseDescription - Variable in class org.openstreetmap.josm.data.Version
 
releaseEvent - Variable in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
releaseField - Variable in class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
releaseSemaphore(JCSCachedTileLoaderJob<?, ?>) - Method in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
relId - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelMember
ID of the relation member in case it is a Relation
RelMember(RelationMember) - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelMember
Extract and store relation information based on the relation member
RELOAD_FLAG - Static variable in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
RELOAD_IMAGE_FLAG - Static variable in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
reloadAction - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
ReloadAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.ReloadAction
Constructs a new ReloadAction.
ReloadAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.ReloadAction
 
ReloadAction(IHelpBrowser) - Constructor for class org.openstreetmap.josm.gui.help.HelpBrowser.ReloadAction
Constructs a new ReloadAction.
ReloadAction() - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserDialog.ReloadAction
 
ReloadAction() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ReloadAction
Constructs a new ReloadAction.
reloadAvailableSources(String, List<SourceProvider>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
reloadDataFromRelation() - Method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
reloadDataFromRelation() - Method in interface org.openstreetmap.josm.gui.dialogs.relation.IRelationEditor
Reloads data from relation.
ReloadSourcesAction(String, List<SourceProvider>) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.ReloadSourcesAction
 
reloadStyles(int...) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
reload styles preferences are the same, but the file source may have changed
remaining - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
remaining - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
Rules that do not require any key to be present.
remainingOneway - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap
 
remember(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Remembers a JOSM selection the history of JOSM selections
remember(PrimitiveId) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
Remembers an OsmPrimitive's id.
remember(String) - Method in class org.openstreetmap.josm.tools.WindowGeometry
Remembers a window geometry under a specific preference key
rememberAddedChangeset(Changeset) - Method in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
rememberChildRelationsToDownload(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildrenTask
Remembers the child relations to download
rememberConflict(Conflict<?>) - Method in class org.openstreetmap.josm.command.conflict.ConflictResolveCommand
remembers a conflict in the internal list of remembered conflicts
rememberDecision(int, MergeDecisionType) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
rememberDownloadedData(T) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
rememberError(String) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
rememberErrorMessage(String) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
rememberException(Exception) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
rememberGeometry() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.DetachedDialog
 
rememberHistory() - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice.PreferencePanel
 
rememberIncomplete(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
rememberInPreferences() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
rememberInPreferences() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
Remebers the update policy preference settings on the JOSM preferences
rememberLastException(Exception) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask.RunnableDownloadTask
 
rememberLastPositionOnScreen() - Method in class org.openstreetmap.josm.gui.MapView
Call this method to keep map position on screen during next repaint
rememberLocation(Locator) - Method in exception org.openstreetmap.josm.tools.XmlParsingException
Sets the location (line/column) where the exception occured.
rememberMovements - Static variable in class org.openstreetmap.josm.actions.OrthogonalizeAction
Remember movements, so the user can later undo it for certain nodes
rememberNode(Node) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
Remebers a node in the "hull"
rememberNodesOfIncompleteWaysToLoad(DataSet) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
 
rememberOriginalValue(String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
rememberPredecessors(CombineWayAction.NodePair) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
rememberPreferences(Preferences) - Method in class org.openstreetmap.josm.data.oauth.OAuthParameters
Remembers the current values in the preferences pref.
rememberPreferences() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver
Remembers the current settings in the global preferences
rememberPreferences(Preferences) - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
Remembers the current values in the preferences pref.
rememberRelation(Relation) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
Remembers a relation in the hull
rememberRelationPartial(Relation) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
rememberRemovedChangeset(Changeset) - Method in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
rememberSettings() - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
rememberSettings() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel
 
rememberSettings() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
rememberSettings() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
rememberSettings() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
rememberSettings() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Remembers the current settings in the download dialog.
rememberSettings() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
Remembers the current settings in the download panel
rememberSizePref - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
rememberSuccessor(CombineWayAction.NodePair) - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
rememberToggleDialogWidth() - Method in class org.openstreetmap.josm.gui.MapFrame
Remember the current width of the (possibly resized) toggle dialog area
rememberUpdatedChangeset(Changeset) - Method in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
rememberUserInput() - Method in class org.openstreetmap.josm.gui.io.AbstractUploadDialog
 
rememberUserInput() - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
Remembers the user input in the preference settings
rememberUserInput() - Method in interface org.openstreetmap.josm.gui.io.IUploadDialog
Remembers the user input in the preference settings
rememberUserInput() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
rememberUserInput() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
rememberUserInput(String, String, boolean) - Static method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Remembers user input for the given key/value.
rememberWarnErrorMsg(String) - Static method in class org.openstreetmap.josm.Main
 
rememberWay(Way) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
remembers a way in the hull
rememberWindowGeometry(WindowGeometry) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
 
remindPrimitivesHistory(HistoryComboBox) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
Remind the current history in the preferences
remindUploadAddressHistory(HistoryComboBox) - Method in class org.openstreetmap.josm.actions.OpenLocationAction
Remind the current history in the preferences
RemoteControl - Class in org.openstreetmap.josm.io.remotecontrol
Manager class for remote control operations.
RemoteControl() - Constructor for class org.openstreetmap.josm.io.remotecontrol.RemoteControl
 
RemoteControlHttpServer - Class in org.openstreetmap.josm.io.remotecontrol
Simple HTTP server that spawns a RequestProcessor for every connection.
RemoteControlHttpServer(int, boolean) - Constructor for class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpServer
Constructor
RemoteControlHttpsServer - Class in org.openstreetmap.josm.io.remotecontrol
Simple HTTPS server that spawns a RequestProcessor for every secure connection.
RemoteControlHttpsServer(int, boolean) - Constructor for class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Constructs a new RemoteControlHttpsServer.
RemoteControlPreference - Class in org.openstreetmap.josm.gui.preferences.remotecontrol
Preference settings for Remote Control.
RemoteControlPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
RemoteControlPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.remotecontrol
Factory used to build a new instance of this preference setting
remove(Conflict<?>) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
removes a conflict from this collection
remove(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
removes the conflict registered for OsmPrimitive my if any
remove() - Method in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
remove(ImageryInfo) - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
remove(String) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Remove the given key from the list
remove(String) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
remove(int, DefaultChangesetCacheEvent) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
remove(int) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
remove(Changeset) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
remove(Collection<Changeset>) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
Removes the changesets in changesets from the cache.
remove() - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultIterator
 
remove(String) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
remove() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QuadBucketIterator
 
remove(Object) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
remove(Object) - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
remove() - Method in class org.openstreetmap.josm.data.osm.Storage.Iter
 
remove(Object) - Method in class org.openstreetmap.josm.data.osm.Storage
 
remove() - Method in class org.openstreetmap.josm.data.osm.Storage.SafeReadonlyIter
 
remove(String) - Method in class org.openstreetmap.josm.data.osm.Tag
Unsupported.
remove(Tag) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Removes a specific tag from the tag collection.
remove(Collection<Tag>) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Removes a collection of tags from the tag collection.
remove(TagCollection) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Removes all tags in the tag collection tags from the current tag collection.
remove(String) - Method in interface org.openstreetmap.josm.data.osm.Tagged
Removes a given key/value pair
remove(Object) - Method in class org.openstreetmap.josm.data.osm.TagMap
 
remove() - Method in class org.openstreetmap.josm.data.osm.TagMap.TagEntryInterator
 
remove() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
remove() - Method in class org.openstreetmap.josm.data.preferences.AbstractProperty
Removes this property from JOSM preferences (i.e replace it by its default value).
remove(int[]) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
remove(Component) - Static method in class org.openstreetmap.josm.gui.FileDrop
Removes the drag-and-drop hooks from the component and optionally from the all children.
remove(Component, boolean) - Static method in class org.openstreetmap.josm.gui.FileDrop
Removes the drag-and-drop hooks from the component and optionally from the all children.
remove(String) - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
remove() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator
 
remove(int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.AbstractEntryListModel
 
remove(int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.EntryListModel
 
remove(int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.EntryListModel
 
remove - Variable in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
remove - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ToolbarPopupMenu
 
remove(int, int) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompletingComboBoxDocument
 
remove(String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
removes the auto completion item with key key
remove(KeyStroke) - Method in class org.openstreetmap.josm.gui.util.RedirectInputMap
 
remove() - Method in class org.openstreetmap.josm.tools.CopyList.Itr
 
remove(int) - Method in class org.openstreetmap.josm.tools.CopyList
 
remove(A, B) - Method in class org.openstreetmap.josm.tools.MultiMap
Removes a certain key=value mapping.
remove(A) - Method in class org.openstreetmap.josm.tools.MultiMap
Removes all mappings for a certain key.
remove() - Method in class org.openstreetmap.josm.tools.SubclassFilteredCollection.FilterIterator
 
remove_content(T) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
remove_from_parent() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
RemoveAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Remove the currently selected members from this relation.
RemoveAction(MemberTable, MemberTableModel, String) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.RemoveAction
Constructs a new RemoveAction.
RemoveAction() - Constructor for class org.openstreetmap.josm.gui.download.BookmarkSelection.RemoveAction
Constructs a new RemoveAction.
removeAction(Action) - Method in class org.openstreetmap.josm.gui.PopupMenuHandler
Removes the menu item which dispatches the specified Action object.
removeAction(MultikeyShortcutAction) - Method in class org.openstreetmap.josm.tools.MultikeyActionsHandler
Unregisters an action and its shortcut completely
removeActionListener(ActionListener) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
removeActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Removes an active/edit layer change listener.
RemoveActiveSourcesAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.RemoveActiveSourcesAction
 
removeAll() - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Removes all keys from this primitive.
removeAll() - Method in class org.openstreetmap.josm.data.osm.Changeset
 
removeAll() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
removeAll(Collection<?>) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
removeAll() - Method in class org.openstreetmap.josm.data.osm.Tag
Unsupported.
removeAll() - Method in interface org.openstreetmap.josm.data.osm.Tagged
Removes all tags
removeAllMapMarkers() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Remove all MapMarkers.
removeAllMapPolygons() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Remove all MapPolygons.
removeAllMapRectangles() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Remove all MapRectangles.
removeButton - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
removeButtonModel(ButtonModel) - Method in class org.openstreetmap.josm.actions.ToggleAction
Removes a button model
removeByKey(String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Removes all tags whose keys are equal to key.
removeByKey(Collection<String>) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Removes all tags whose key is in the collection keys.
removeCacheFiles(String) - Method in class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
 
removeCancelListener(ProgressMonitor.CancelListener) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
removeCancelListener(ProgressMonitor.CancelListener) - Method in class org.openstreetmap.josm.gui.progress.CancelHandler
 
removeCancelListener(ProgressMonitor.CancelListener) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
removeCancelListener(ProgressMonitor.CancelListener) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Remove listener for user abort action
removeCancelListener(ProgressMonitor.CancelListener) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
removeCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
removeCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
removeCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
removeCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
removeCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
removeCellEditorListener(CellEditorListener) - Method in class org.openstreetmap.josm.gui.util.CellEditorSupport
Worker for CellEditor.removeCellEditorListener(CellEditorListener) method.
removeChangeListener(ChangeListener) - Method in class org.openstreetmap.josm.gui.util.ChangeNotifier
Removes a ChangeListener.
removeChangeListener(ChangeListener) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
removeChangesetCacheListener(ChangesetCacheListener) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
removeCommandQueueListener(OsmDataLayer.CommandQueueListener) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Removes a command queue listener.
removeComponent(Component) - Method in class org.openstreetmap.josm.gui.util.CursorManager
Removes a component that this manager should send cursor changes to.
removeComponentNotStoppingCellEditing(Component) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
removeConflictListener(IConflictListener) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Removes the specified conflict listener.
removeCurrentPhoto() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
removeCurrentPhotoFromDisk() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
removeCustomPropertiesCellRenderer(TableCellRenderer) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Removes a custom table cell renderer.
removeCustomRenderer(TableCellRenderer) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesCellRenderer
Removes a custom table cell renderer.
removed - Variable in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
removeDataSetListener(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.DataSet
Removes a data set listener.
removeDatasetListener(DataSetListener) - Method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager
 
removeDateListener(ChangeListener) - Method in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
removedLayer - Variable in class org.openstreetmap.josm.gui.layer.LayerManager.LayerRemoveEvent
 
removeDouble(List<Node>) - Static method in class org.openstreetmap.josm.data.osm.Way
Prevent directly following identical nodes in ways.
removeDuplicateNodes(List<Way>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
This method removes duplicate points (if any) from the input way.
removeDynamicItems() - Method in class org.openstreetmap.josm.gui.ImageryMenu
Remove all the items in @field dynamicItems collection
removeEditLayerChangeListener(MapView.EditLayerChangeListener) - Static method in class org.openstreetmap.josm.gui.MapView
Deprecated.
You should register the listener on Main.getLayerManager() instead.
removeEditor() - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
removeElem(T) - Method in class org.openstreetmap.josm.data.osm.Storage
 
removeEntry(MemoryTileCache.CacheEntry) - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheLinkedListElement
Removes the specified element from the list.
removeEntry(MemoryTileCache.CacheEntry) - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
 
RemoveEntryAction() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.RemoveEntryAction
 
RemoveEntryAction() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.RemoveEntryAction
Constructs a new RemoveEntryAction.
removeExpertModeChangeListener(ExpertToggleAction.ExpertModeChangeListener) - Static method in class org.openstreetmap.josm.actions.ExpertToggleAction
Removes a expert mode change listener
removeFailedCredentialHost(String) - Method in class org.openstreetmap.josm.io.auth.DefaultAuthenticator
Un-marks the failed authentication attempt for the host
removeFilter(int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
removeForMy(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Removes any conflicts for the OsmPrimitive my.
removeForTheir(OsmPrimitive) - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Removes any conflicts for the OsmPrimitive their.
removeFrom(MapViewPaintable) - Method in class org.openstreetmap.josm.gui.MapView.LayerInvalidatedListener
Temporary until all MapViewPaintables support this.
removeFromAllRelations(OsmPrimitive) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Removes a given OsmPrimitive from all relations.
RemoveFromCacheAction(ChangesetCacheManagerModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.RemoveFromCacheAction
 
RemoveFromCacheAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.RemoveFromCacheAction
 
removeFromCollection(String, String) - Method in class org.openstreetmap.josm.data.Preferences
 
removeFromLayer(MapObject) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
RemoveHiddenSelection() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.RemoveHiddenSelection
 
removeHiddenSelection() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.RemoveHiddenSelection
 
removeHighlighting() - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
removes any highlighting that may have been set beforehand.
removeHighlighting() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
Removes target highlighting from primitives.
removeHighlighting() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Removes all existing highlights.
removeHistoryDataSetListener(HistoryDataSetListener) - Method in class org.openstreetmap.josm.data.osm.history.HistoryDataSet
 
RemoveIconPathAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.RemoveIconPathAction
 
removeIdxs(Collection<Integer>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
removeImageProcessor(ImageProcessor) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
This method removes given ImageProcessor from this layer
removeIndexInterval(int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
removeInsecureCertificates() - Static method in class org.openstreetmap.josm.tools.PlatformHookWindows
Removes potential insecure certificates installed with previous versions of JOSM on Windows.
removeInvalidationListener(MapViewPaintable.PaintableInvalidationListener) - Method in class org.openstreetmap.josm.gui.layer.AbstractMapViewPaintable
Removes an added paintable invalidation listener.
removeItemListener(ItemListener) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
removeJMVListener(JMapViewerEventListener) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
removeKeyListener(KeyPressReleaseListener) - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
Removes the listener.
removeLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Remove the layer from the mapview.
removeLayer(Layer) - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Use Main.getLayerManager().removeLayer() instead.
removeLayer(Layer) - Method in class org.openstreetmap.josm.Main
Deprecated.
You can remove the layer using Main.getLayerManager()
removeLayerAvailabilityListener(MainLayerManager.LayerAvailabilityListener) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
removeLayerChangeListener(LayerManager.LayerChangeListener) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Removes a layer change listener
removeLayerChangeListener(LayerManager.LayerChangeListener, boolean) - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Removes a layer change listener
removeLayerChangeListener(MapView.LayerChangeListener) - Static method in class org.openstreetmap.josm.gui.MapView
Deprecated.
You should register the listener on Main.getLayerManager() instead.
removeLayerListModelListener(LayerListDialog.LayerListModelListener) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
removes a listener from this model
removeLayerPropertyChangeListener(OsmDataLayer.LayerStateChangeListener) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Deprecated.
removeLayerStateChangeListener(OsmDataLayer.LayerStateChangeListener) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Removes a layer state change listener
removeLayoutComponent(Component) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Removes the specified component from the layout.
removeListDataListener(ListDataListener) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictListModel
 
removeListener(PopupMenuListener) - Method in class org.openstreetmap.josm.gui.PopupMenuHandler
Removes a PopupMenu listener.
removeListener(TaggingPresetListener) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
Removes a tagging preset listener.
removeListeners() - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction
 
removeListSelectionListener(ListSelectionListener) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
Remove the given list selection listener from the conflicts list.
removeMapFrameListener(MapFrameListener) - Method in class org.openstreetmap.josm.gui.MainPanel
Unregisters the given MapFrameListener from MapFrame changes
removeMapFrameListener(MapFrameListener) - Static method in class org.openstreetmap.josm.Main
Unregisters the given MapFrameListener from MapFrame changes
removeMapMarker(MapMarker) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Remove a MapMarker.
removeMapModeChangeListener(MapFrame.MapModeChangeListener) - Static method in class org.openstreetmap.josm.gui.MapFrame
Removes a mapMode change listener
removeMapPaintSylesUpdateListener(MapPaintStyles.MapPaintSylesUpdateListener) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
removeMapPolygon(MapPolygon) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Remove a MapPolygon.
removeMapRectangle(MapRectangle) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Remove a MapRectangle.
removeMember(int) - Method in class org.openstreetmap.josm.data.osm.Relation
Removes member at specified position.
removeMemberModelListener(IMemberModelListener) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
removeMembersFor(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.Relation
removes all members with member.member == primitive
removeMembersFor(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.osm.Relation
removes all members with member.member == primitive
removeMembersReferringTo(List<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
removeMerged(int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Removes the nodes given by indices in rows from the list of merged nodes.
removeMergedAction - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
RemoveMergedAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.ListMerger.RemoveMergedAction
 
removeMetaRules(MapCSSStyleSource) - Static method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
removeModifierListener(ModifierListener) - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
Removes the key modifier listener.
removeMultipolygonFrom(Relation, Collection<Map<Relation, Multipolygon>>) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
removeNavigationListener(MultiValueCellEditor.NavigationListener) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor
Removes a navigation listener.
removeNode(Node) - Method in class org.openstreetmap.josm.data.osm.Way
Removes the given Node from this way.
removeNodes(Set<? extends Node>) - Method in class org.openstreetmap.josm.data.osm.Way
Removes the given set of nodes from this way.
RemoveNodesCommand - Class in org.openstreetmap.josm.command
Command that removes a set of nodes from a way.
RemoveNodesCommand(Way, List<Node>) - Constructor for class org.openstreetmap.josm.command.RemoveNodesCommand
Constructs a new RemoveNodesCommand.
removeNodesWithoutCoordinates(Collection<Node>) - Static method in class org.openstreetmap.josm.actions.DistributeAction
Remove nodes without knowned coordinates from a collection.
removeNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
removeNotify() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
removeNotify() - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
removeObsolete(int) - Method in class org.openstreetmap.josm.data.Preferences
Removes obsolete preference settings.
removeOldEntries() - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
Removes the least recently used tiles
removePasteBufferChangedListener(PrimitiveDeepCopy.PasteBufferChangedListener) - Method in class org.openstreetmap.josm.data.osm.PrimitiveDeepCopy
 
removePhotoByIdx(int) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Removes a photo from the list of images by index.
removePreferenceChangeListener(Preferences.PreferenceChangedListener) - Method in class org.openstreetmap.josm.data.Preferences
Removes a preferences listener.
removePrimitive(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.DataSet
Removes a primitive from the dataset.
removeProcessed(Collection<IPrimitive>) - Method in class org.openstreetmap.josm.data.APIDataSet
 
removeProjectionChangeListener(ProjectionChangeListener) - Static method in class org.openstreetmap.josm.Main
Removes a projection change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.layer.Layer
Removes a PropertyChangeListener
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openstreetmap.josm.gui.SelectionManager.SelectionEnded
Called to remove the selection manager from the listener list for "active" property.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Removes property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Remove property change listener.
removeProxyPreferenceListener(ProxyPreferenceListener) - Static method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreference
Removes a ProxyPreferenceListener.
removeRecentRelation(Relation) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Remove relation from list of recent relations.
removeReferrer(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Remove referrer.
removeRelations(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
Removes all relations in removedPrimitives from the model
removeRepaintListener(MapView.RepaintListener) - Method in class org.openstreetmap.josm.gui.MapView
Removes a registered repaint listener.
removeRow(int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel
 
removeRow(int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel
 
removeSelected() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
removeSelected() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
RemoveSelectedAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Remove all members referring to one of the selected objects.
RemoveSelectedAction(MemberTableModel, SelectionTableModel, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.RemoveSelectedAction
Constructs a new RemoveSelectedAction.
removeSelectionInterval(int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
removeSelectionListener(SelectionChangedListener) - Static method in class org.openstreetmap.josm.data.osm.DataSet
Removes a selection listener.
removeSelectionListener(SelectionChangedListener) - Method in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
removeSelectionListener(ListSelectionListener) - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
Removes a selection listener from the presets list.
removeSlot - Variable in class org.openstreetmap.josm.data.osm.Storage.Iter
 
removeSoMChangeListener(SystemOfMeasurement.SoMChangeListener) - Static method in class org.openstreetmap.josm.data.SystemOfMeasurement
Removes a global SoM change listener.
removeSources(Collection<Integer>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor
Remove sources associated with given indexes from active list.
removeSourceWay(Way) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
removeStaleFiles(String, String) - Static method in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
removeTagsFromWaysIfNeeded(Relation) - Static method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
This method removes tags/value pairs from inner and outer ways and put them on relation if necessary Function was extended in reltoolbox plugin by Zverikk and copied back to the core
removeTemporaryLayer(MapViewPaintable) - Method in class org.openstreetmap.josm.gui.MapView
Removes a layer previously added as temporary layer.
removeTopPanel(Class<?>) - Method in class org.openstreetmap.josm.gui.MapFrame
Remove panel from top of MapView by class
removeTreeModelListener(TreeModelListener) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
 
removeTreeSelectionListener(TreeSelectionListener) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Remove the given tree selection listener from the validator tree.
removeUninterestingKeys(Map<String, String>) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
Remove uninteresting discardable keys to normalize the tags
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.actions.JumpToAction.OsmLonLatListener
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.actions.JumpToAction.OsmURLListener
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel.ChangetQueryUrlValidator
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel.DownloadAction
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.EastNorthInputVerifier
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog.LatLonInputVerifier
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SetRoleAction
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.OsmUrlRefresher
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchAction
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.ChunkSizeInputVerifier
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.StatusBarUpdater
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.RunAuthorisationAction
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.AccessTokenBuilder
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.SearchFieldAdapter
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ValidateApiUrlAction
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.FilterFieldAdapter
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.OsmUrlRefresher
 
removeUpdate(DocumentEvent) - Method in class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
 
removeUrlFromEntries(int, int, String, String) - Method in class org.openstreetmap.josm.data.Preferences
 
removeValue(String) - Method in class org.openstreetmap.josm.gui.tagging.TagModel
removes a value from the list of values.
removeVisibilitySwitcher(Component) - Static method in class org.openstreetmap.josm.actions.ExpertToggleAction
 
removeWay(JoinAreasAction.WayInPolygon) - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Remove a single way from available ways
removeWayHighlighting(Collection<Way>) - Static method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
removeWays(Collection<JoinAreasAction.WayInPolygon>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Remove ways from available ways
removeWhiteSpaces(String) - Static method in class org.openstreetmap.josm.data.osm.Tag
Removes leading, trailing, and multiple inner whitespaces from the given string, to be used as a key or value.
removeWindowSwitchListener(Main.WindowSwitchListener) - Static method in class org.openstreetmap.josm.Main
Removes a window switch listener.
removeZoomChangeListener(NavigatableComponent.ZoomChangeListener) - Static method in class org.openstreetmap.josm.gui.NavigatableComponent
Removes a zoom change listener
rename(String) - Method in class org.openstreetmap.josm.gui.layer.Layer
Rename layer and set renamed flag to mark it as renamed (has user given name).
rename(File, File) - Method in interface org.openstreetmap.josm.tools.PlatformHook
Renames a file.
rename(File, File) - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
rename(File, File) - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
RenameAction() - Constructor for class org.openstreetmap.josm.gui.download.BookmarkSelection.RenameAction
Constructs a new RenameAction.
renamed - Variable in class org.openstreetmap.josm.gui.layer.Layer
This is set if user renamed this layer.
RenameLayerAction - Class in org.openstreetmap.josm.actions
Action to rename an specific layer.
RenameLayerAction(File, Layer) - Constructor for class org.openstreetmap.josm.actions.RenameLayerAction
Constructs a new RenameLayerAction.
render(DataSet, boolean, Bounds) - Method in interface org.openstreetmap.josm.data.osm.visitor.paint.Rendering
Renders the OSM data in data
render(DataSet, boolean, Bounds) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
render(DataSet, boolean, Bounds) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Renders the dataset for display.
renderBackground(ListMergeModel<Node>.EntriesTableModel, RelationMember, int, int, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
 
renderBackground(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeCellRenderer
renders the background
renderBackgroundForeground(MemberTableModel, OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableCellRenderer
 
renderBackgroundForeground(MemberTableModel, OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableCellRenderer
 
renderButton - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CacheContentsPanel.ButtonColumn
 
renderColor(boolean) - Method in class org.openstreetmap.josm.gui.download.BookmarkList.BookmarkCellRenderer
 
renderColor(boolean) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultCellRenderer
 
renderColors(boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor.EditorCellRenderer
Set component color.
renderColors(MultiValueResolutionDecision, boolean, boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
 
renderColors(JComponent, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.AbstractCellRenderer
 
renderColors(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.AbstractCellRenderer
 
renderColors(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListCellRenderer
 
renderColors(boolean) - Method in class org.openstreetmap.josm.gui.oauth.AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer
 
renderDate(Date) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.AbstractCellRenderer
 
renderDiscussions(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableCellRenderer
 
renderEmptyRow() - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer
render an empty row
renderEmptyRow() - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
 
renderer - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeEditor
 
renderer - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.Descriptor
 
renderer - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableColumnModel
 
renderer(Component, OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
Internal method that stuffs information into the rendering component provided that it's a kind of JLabel.
renderer(Component, HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
Internal method that stuffs information into the rendering component provided that it's a kind of JLabel.
RENDERER - Static variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
Renderer() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.Renderer
 
renderForeground(ListMergeModel<Node>.EntriesTableModel, RelationMember, int, int, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
 
renderFrom(PasteTagsConflictResolverDialog.StatisticsInfo) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfoRenderer
 
renderIcon() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeCellRenderer
renders the icon
renderIcon(RelationMemberData) - Method in class org.openstreetmap.josm.gui.history.RelationMemberListTableCellRenderer
 
renderId(long) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.AbstractCellRenderer
 
Rendering - Interface in org.openstreetmap.josm.data.osm.visitor.paint
An object which can render data provided by a DataSet.
renderKey(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.MergedTableCellRenderer
 
renderKey(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.MineTableCellRenderer
 
renderKey(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeTableCellRenderer
 
renderKey(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TheirTableCellRenderer
 
renderLabel(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListCellRenderer
 
renderModificationType(ChangesetDataSet.ChangesetModificationType) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableCellRenderer
 
renderNode(ListMergeModel<Node>.EntriesTableModel, Node, int, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer
render a node
renderNode(TwoColumnDiff.Item, boolean) - Method in class org.openstreetmap.josm.gui.history.NodeListTableCellRenderer
 
renderNumTags(PasteTagsConflictResolverDialog.StatisticsInfo) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfoRenderer
 
renderOpen(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableCellRenderer
 
renderPrimitive(RelationMember) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
 
renderPrimitive(OsmPrimitive, Dimension) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableMemberCellRenderer
 
renderPrimitive(TwoColumnDiff.Item) - Method in class org.openstreetmap.josm.gui.history.RelationMemberListTableCellRenderer
 
renderRole(RelationMember) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
 
renderRole(TwoColumnDiff.Item) - Method in class org.openstreetmap.josm.gui.history.RelationMemberListTableCellRenderer
 
renderRowId(ListMergeModel<Node>.EntriesTableModel, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer
render the row id
renderRowId(int) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
render the row id
renderStatistics(Map<OsmPrimitiveType, Integer>) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfoRenderer
 
renderTagName(TagModel) - Method in class org.openstreetmap.josm.gui.tagging.TagCellRenderer
renders the name of a tag in the second column of the table
renderTagValue(TagModel) - Method in class org.openstreetmap.josm.gui.tagging.TagCellRenderer
renders the value of a a tag in the third column of the table
renderText(AuthorizationProcedure) - Method in class org.openstreetmap.josm.gui.oauth.AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer
 
renderTo(PasteTagsConflictResolverDialog.StatisticsInfo) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfoRenderer
 
renderToolTipText(MultiValueResolutionDecision) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
Sets the text of the tooltip for both renderers, this (the JLabel) and the combobox renderer.
renderToolTipText(AuthorizationProcedure) - Method in class org.openstreetmap.josm.gui.oauth.AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer
 
renderUploadComment(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableCellRenderer
 
renderUser(User) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.AbstractCellRenderer
 
renderValue(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.MergedTableCellRenderer
 
renderValue(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.MineTableCellRenderer
 
renderValue(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeTableCellRenderer
 
renderValue(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TheirTableCellRenderer
 
renderValue(Object) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor.EditorCellRenderer
Set text for a value
renderValue(MultiValueResolutionDecision) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
 
renderValue(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeCellRenderer
renders the textual value.
RenewAuthorisationAction() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.RenewAuthorisationAction
Constructs a new RenewAuthorisationAction.
reopenAction - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
ReopenAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.NotesDialog.ReopenAction
Constructs a new ReopenAction.
reOpenNote(Note, String) - Method in class org.openstreetmap.josm.data.osm.NoteData
Reopen a closed note.
reopenNote(Note, String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Reopen a closed note
repaint(long, int, int, int, int) - Method in class org.openstreetmap.josm.gui.MapView
 
repaint() - Method in class org.openstreetmap.josm.gui.MapView
 
repaint(long, int, int, int, int) - Method in interface org.openstreetmap.josm.gui.MapView.RepaintListener
Called when any repaint method is called (using default arguments if required).
repaintDragLimits() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
repaintIfRequired(Set<OsmPrimitive>, WaySegment) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
repaintIfRequired(Set<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
repaintListeners - Variable in class org.openstreetmap.josm.gui.MapView
 
repaintSelectionChangedListener - Variable in class org.openstreetmap.josm.gui.MapView
 
repaintTheMap - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
RepaintTheMapListener() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.RepaintTheMapListener
 
REPEAT_IMAGE - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
REPEAT_IMAGE_ALIGN - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
REPEAT_IMAGE_HEIGHT - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
REPEAT_IMAGE_KEYS - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
REPEAT_IMAGE_OFFSET - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
REPEAT_IMAGE_OPACITY - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
REPEAT_IMAGE_PHASE - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
REPEAT_IMAGE_SPACING - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
REPEAT_IMAGE_WIDTH - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
repeatedCb - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper.AnglePopupMenu
 
repeatedKeySwitchLassoOption - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
RepeatImageElement - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
RepeatImageElement(Cascade, MapImage, float, float, float, RepeatImageElement.LineImageAlignment) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
RepeatImageElement.LineImageAlignment - Enum in org.openstreetmap.josm.gui.mappaint.styleelement
 
replace(String, String, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Replaces in s every target} substring by replacement.
replacement - Variable in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.RegExprRule
 
replacement - Variable in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.SynonymRule
 
replacePreferences(Preferences, Preferences) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
replaceTagsOf(Tagged) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replaces the tags of an OsmPrimitive by the tags in this collection .
replaceTagsOf(Collection<? extends Tagged>) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replaces the tags of a collection ofOsmPrimitives by the tags in this collection.
report() - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
reportbug - Variable in class org.openstreetmap.josm.gui.MainMenu
Help / Report bug
reportBug(String) - Static method in class org.openstreetmap.josm.tools.bugreport.BugReportSender
Opens the bug report window on the JOSM server.
ReportBugAction - Class in org.openstreetmap.josm.actions
Reports a ticket to JOSM bugtracker.
ReportBugAction() - Constructor for class org.openstreetmap.josm.actions.ReportBugAction
Constructs a new ReportBugAction that reports the normal status report.
ReportBugAction(String) - Constructor for class org.openstreetmap.josm.actions.ReportBugAction
Constructs a new ReportBugAction for the given debug text.
ReportedException - Exception in org.openstreetmap.josm.tools.bugreport
This is a special exception that cannot be directly thrown.
ReportedException(Throwable) - Constructor for exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
ReportedException(Throwable, Thread) - Constructor for exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
ReportedException.Section - Class in org.openstreetmap.josm.tools.bugreport
 
ReportedException.SectionEntry - Class in org.openstreetmap.josm.tools.bugreport
 
reportError(Way, String, int) - Method in class org.openstreetmap.josm.data.validation.tests.WronglyOrderedWays
 
reportProblemDialog(Set<PrimitiveId>, String, String, String, int) - Static method in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
Dialog for report a problem during download.
reposition(EastNorth) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
reposition the play head at the point on the track nearest position given, providing we are within reasonable distance from the track; otherwise reset to the original position.
request - Variable in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
Request() - Constructor for class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.Request
 
request - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
The request URL without "GET".
request - Variable in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
The socket this processor listens on
requestBody - Variable in class org.openstreetmap.josm.tools.HttpClient
 
requestedGroup - Variable in class org.openstreetmap.josm.tools.Shortcut
the group, the caller requested
requestedKey - Variable in class org.openstreetmap.josm.tools.Shortcut
the key, the caller requested
requestedState - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
requestFocusInCell(int, int) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
requestFocusInMapView() - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
requestFocusToDefaultButton() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
 
RequestHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
This is the parent of all classes that handle a specific remote control command
RequestHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
RequestHandler.RawURLParseRequestHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
 
RequestHandler.RequestHandlerBadRequestException - Exception in org.openstreetmap.josm.io.remotecontrol.handler
 
RequestHandler.RequestHandlerErrorException - Exception in org.openstreetmap.josm.io.remotecontrol.handler
 
RequestHandler.RequestHandlerException - Exception in org.openstreetmap.josm.io.remotecontrol.handler
 
RequestHandler.RequestHandlerForbiddenException - Exception in org.openstreetmap.josm.io.remotecontrol.handler
 
RequestHandlerBadRequestException(String) - Constructor for exception org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerBadRequestException
 
RequestHandlerBadRequestException(String, Throwable) - Constructor for exception org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerBadRequestException
 
RequestHandlerErrorException(Throwable) - Constructor for exception org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerErrorException
 
RequestHandlerException(String) - Constructor for exception org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerException
Constructs a new RequestHandlerException.
RequestHandlerException(String, Throwable) - Constructor for exception org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerException
Constructs a new RequestHandlerException.
RequestHandlerException(Throwable) - Constructor for exception org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerException
Constructs a new RequestHandlerException.
RequestHandlerForbiddenException(String) - Constructor for exception org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerForbiddenException
 
requestMethod - Variable in class org.openstreetmap.josm.tools.HttpClient
 
RequestProcessor - Class in org.openstreetmap.josm.io.remotecontrol
Processes HTTP "remote control" requests.
RequestProcessor(Socket) - Constructor for class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Constructor
requests - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
requestToken - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
 
requestToken - Variable in class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
 
requestToken - Variable in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
requestTokenUrl - Variable in class org.openstreetmap.josm.data.oauth.OAuthParameters
 
required - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
 
requires - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The list of required plugins, separated by ';' (from plugin list).
REQUIRES_SAVE_TO_DISK_PROP - Static variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Property used to know if this layer has to be saved on disk
REQUIRES_UPLOAD_TO_SERVER_PROP - Static variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Property used to know if this layer has to be uploaded
requiresArg - Variable in enum org.openstreetmap.josm.gui.MainApplication.Option
 
requiresArgument() - Method in enum org.openstreetmap.josm.gui.MainApplication.Option
Determines if this option requires an argument.
requiresAttribution() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.Attributed
 
requiresAttribution() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
 
requiresAttribution() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
requiresAttribution() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
requiresAttribution() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
requiresSaveToFile() - Method in class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Determines if the data managed by this layer needs to be saved to a file.
requiresSaveToFile() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
requiresSaveToFile - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
requiresSaveToFile() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
requiresSaveToFile() - Method in interface org.openstreetmap.josm.gui.layer.SaveToFile
Determines if the data managed by this layer needs to be saved to a file.
requiresUploadToServer() - Method in class org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
Determines if the data managed by this layer needs to be uploaded to the server because it contains modified data.
requiresUploadToServer() - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
requiresUploadToServer - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
requiresUploadToServer() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
requiresUploadToServer() - Method in interface org.openstreetmap.josm.gui.layer.UploadToServer
Determines if the data managed by this layer needs to be uploaded to the server because it contains modified data.
requiresZip() - Method in class org.openstreetmap.josm.io.session.AbstractSessionExporter
 
requiresZip() - Method in class org.openstreetmap.josm.io.session.GenericSessionExporter
 
requiresZip() - Method in class org.openstreetmap.josm.io.session.MarkerSessionExporter
 
requiresZip() - Method in interface org.openstreetmap.josm.io.session.SessionLayerExporter
Return true, if some data needs to be included in the zip archive.
rescale(Image) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
Rescale excessively large images.
RESERVED - Static variable in class org.openstreetmap.josm.tools.Shortcut
Reserved group: for system shortcuts only
RESERVED_KEYS - Static variable in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
reset() - Method in class org.openstreetmap.josm.data.osm.FilterMatcher
Clears the filters in use.
reset() - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer
reset the renderer
reset() - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
reset the renderer
reset() - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeTableCellRenderer
 
reset() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer
 
reset() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfoRenderer
 
reset() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsTableModel
 
reset(JComponent, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.AbstractCellRenderer
 
reset() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.AbstractCellRenderer
 
reset() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableCellRenderer
reset the renderer
reset() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultCellRenderer
 
reset() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
Resets this preference entry to default state.
reset() - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
reset() - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Resets the audio player.
reset - Variable in class org.openstreetmap.josm.tools.Shortcut
true if the user requested this shortcut to be set to its default value (will happen on next restart, as this shortcut will not be saved to the preferences)
ResetAction() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.ResetAction
 
resetChangedKey() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Reset last changed key.
resetCursor(Object) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Remove the new cursor and reset to previous
resetCursor(Object) - Method in class org.openstreetmap.josm.gui.util.CursorManager
Remove the new cursor that was set with the given reference object.
resetEastNorthCache() - Method in class org.openstreetmap.josm.data.gpx.GpxData
Resets the internal caches of east/north coordinates.
resetErrorMessage(JosmTextField) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
resetErrors() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Updates the current errors list
resetFilter() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
resetHelpText(Object) - Method in class org.openstreetmap.josm.gui.MapStatus
 
resetListRenderer() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionRenderer
 
resetLog() - Static method in class org.openstreetmap.josm.data.CustomConfigurator
Resets the log.
resetMaxSize(Dimension) - Method in class org.openstreetmap.josm.tools.ImageProvider
Limit the maximum size of the image.
resetMouseTrackingState() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
resetNodes(DataSet) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
resetPoly() - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
resetPreferences(JComponent) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable
Reset selected preferences to their default values
resetPrimitive(OsmPrimitive) - Static method in class org.openstreetmap.josm.data.osm.DataSetMerger
 
resetRenderer() - Method in class org.openstreetmap.josm.gui.tagging.TagCellRenderer
resets the renderer
resetSaveAndUploadState() - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
resetState() - Method in class org.openstreetmap.josm.gui.layer.LayerManager
Reset all layer manager state.
resetState() - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
 
resetState() - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
resetTableRenderer() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionRenderer
 
resetToCheckpoint() - Method in class org.openstreetmap.josm.command.MoveCommand
Restore old displacement in case of some problems
resetToDefault() - Method in class org.openstreetmap.josm.data.Preferences
 
resetToDefaultSettings() - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
resetUploadAndSaveState() - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Resets the upload and save state
RESIZE_PROP - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
resizeSlippyMap() - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
Performs resizing of the DownloadDialog in order to enlarge or shrink the map.
resolve() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
Launches a conflict resolution dialog for the first selected conflict
ResolveAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ResolveAction
 
RESOLVED_COMPLETELY_PROP - Static variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
name of the property indicating whether all conflicts are resolved, ConflictResolver.isResolvedCompletely()
RESOLVED_COMPLETELY_PROP - Static variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
resolvedCompletely - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
indicates whether the current conflict is resolved completely
resolvedCompletely - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
resolvedConflicts - Variable in class org.openstreetmap.josm.command.conflict.ConflictResolveCommand
the list of resolved conflicts
resolveInits(Map<String, String>, boolean) - Static method in class org.openstreetmap.josm.data.projection.CustomProjection
Recursive resolution of +init includes.
resolver - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
the conflict resolver component
resolvers - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
resolveTagConflicts(List<JoinAreasAction.Multipolygon>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Checks if tags of two given ways differ, and presents the user a dialog to solve conflicts
ResolveToAction(String, String, MergeDecisionType) - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ResolveToAction
 
ResolveToMyVersionAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ResolveToMyVersionAction
 
ResolveToTheirVersionAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ResolveToTheirVersionAction
 
response - Variable in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpResponse
 
response - Variable in class org.openstreetmap.josm.tools.HttpClient
 
Response(HttpURLConnection, ProgressMonitor) - Constructor for class org.openstreetmap.josm.tools.HttpClient.Response
 
responseCode - Variable in exception org.openstreetmap.josm.gui.help.HelpContentReaderException
 
responseCode - Variable in exception org.openstreetmap.josm.io.OsmApiException
 
responseCode - Variable in class org.openstreetmap.josm.tools.HttpClient.Response
 
responseMessage - Variable in class org.openstreetmap.josm.tools.HttpClient.Response
 
restart - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Restart
RESTART_APPLE_SCRIPT - Static variable in class org.openstreetmap.josm.actions.RestartAction
 
RestartAction - Class in org.openstreetmap.josm.actions
Restarts JOSM as it was launched.
RestartAction() - Constructor for class org.openstreetmap.josm.actions.RestartAction
Constructs a new RestartAction.
RestartAction() - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.ShowAccessTokenPanel.RestartAction
 
restartJOSM() - Static method in class org.openstreetmap.josm.actions.RestartAction
Restarts the current Java application.
restartRemoteControlHttpServer() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpServer
Starts or restarts the HTTP server
restartRemoteControlHttpsServer() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Starts or restarts the HTTPS server
restoreActionShortcuts() - Method in class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Restore all action shortcuts previously unregistered
restoreFromPreferences() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel
 
restoreFromSettings() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel
 
restoreFromSettings() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
restoreFromSettings() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
restoreFromSettings() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
restoreMenuActions() - Method in class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Restore all actions previously disabled
restoreMenuItems() - Method in class org.openstreetmap.josm.gui.MenuScroller.MenuScrollListener
 
restoreOriginalValue() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
restorePrimitivesHistory(HistoryComboBox) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
Restore the current history from the preferences
restoreSettings() - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
restoreSettings() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Restores the previous settings in the download dialog.
restoreUploadAddressHistory(HistoryComboBox) - Method in class org.openstreetmap.josm.actions.OpenLocationAction
Restore the current history from the preferences
RESTRICTION_TYPES - Static variable in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
RESTRICTION_VALUES - Static variable in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
RestrictionGroupStateChangeHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.RestrictionGroupStateChangeHandler
 
restrictionValue - Variable in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys.ConditionalValue
 
restrictStringLines(String, int) - Static method in class org.openstreetmap.josm.tools.Utils
If the string s is longer than maxLines lines, the string is cut and a "..." line is appended.
result - Variable in class org.openstreetmap.gui.jmapviewer.Tile.CachedCallable
 
result - Variable in class org.openstreetmap.josm.actions.search.SearchAction.CapturingSearchReceiver
 
result - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
result - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
result - Variable in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
Result() - Constructor for enum org.openstreetmap.josm.tools.AudioPlayer.Result
 
result - Variable in exception org.openstreetmap.josm.tools.ImageProvider.SAXReturnException
 
ResultListCellRenderer() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.ResultListCellRenderer
 
ResultListModel() - Constructor for class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel.ResultListModel
 
resultOf(Boolean, Boolean) - Method in class org.openstreetmap.gui.jmapviewer.LayerGroup
 
resultReceiver - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
retainAll(Collection<?>) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
RetrieveAccessTokenAction() - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenAction
 
RetrieveAccessTokenPanel() - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel
Constructs a new RetrieveAccessTokenPanel.
RetrieveAccessTokenTask - Class in org.openstreetmap.josm.gui.oauth
Asynchronous task for retrieving an Access Token.
RetrieveAccessTokenTask(Component, OAuthParameters, OAuthToken) - Constructor for class org.openstreetmap.josm.gui.oauth.RetrieveAccessTokenTask
Creates the task
retrieveDebugToken(Document) - Static method in class org.openstreetmap.josm.tools.bugreport.BugReportSender
 
RetrieveRequestTokenAction() - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveRequestTokenAction
 
RetrieveRequestTokenPanel() - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveRequestTokenPanel
Constructs a new RetrieveRequestTokenPanel.
RetrieveRequestTokenTask - Class in org.openstreetmap.josm.gui.oauth
Asynchronous task for retrieving a request token
RetrieveRequestTokenTask(Component, OAuthParameters) - Constructor for class org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask
Creates the task
Reunion92Name - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
ReunionEPSG - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
reverse() - Method in class org.openstreetmap.josm.actions.JoinAreasAction.AssembledPolygon
Inverse inside and outside
reverse() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Reverse the relation members.
reverse(WayConnectionType.Direction) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
REVERSE_VALUES - Static variable in class org.openstreetmap.josm.data.osm.OsmUtils
 
ReverseAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Reverse the order of the relation members.
ReverseAction(MemberTable, MemberTableModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.ReverseAction
Constructs a new ReverseAction.
reverseCommand - Variable in class org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
 
reversed - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygon
 
reversed - Variable in class org.openstreetmap.josm.gui.history.DiffTableModel
 
REVERSED_COASTLINE - Static variable in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
reversedDirection() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
true if this object has the "reversed diretion" flag enabled
reversedDirectionKeys - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A tagged way that matches this pattern has a direction that is reversed.
reverseScript - Static variable in class org.openstreetmap.josm.tools.Diff
Standard Reverse ScriptBuilder.
ReverseScript() - Constructor for class org.openstreetmap.josm.tools.Diff.ReverseScript
 
reverseval - Static variable in class org.openstreetmap.josm.data.osm.OsmUtils
 
reverseWay(Way) - Static method in class org.openstreetmap.josm.actions.ReverseWayAction
 
reverseWay - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Reverse Ways
ReverseWayAction - Class in org.openstreetmap.josm.actions
 
ReverseWayAction() - Constructor for class org.openstreetmap.josm.actions.ReverseWayAction
 
ReverseWayAction.ReverseWayResult - Class in org.openstreetmap.josm.actions
 
ReverseWayNoTagCorrector - Class in org.openstreetmap.josm.corrector
A ReverseWayNoTagCorrector warns about ways that should not be reversed because their semantic meaning cannot be preserved in that case.
ReverseWayNoTagCorrector() - Constructor for class org.openstreetmap.josm.corrector.ReverseWayNoTagCorrector
 
ReverseWayResult(Way, Collection<Command>, Command) - Constructor for class org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
 
ReverseWayTagCorrector - Class in org.openstreetmap.josm.corrector
A ReverseWayTagCorrector handles necessary corrections of tags when a way is reversed.
ReverseWayTagCorrector() - Constructor for class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
ReverseWayTagCorrector.StringSwitcher - Class in org.openstreetmap.josm.corrector
 
ReverseWayTagCorrector.TagSwitcher - Class in org.openstreetmap.josm.corrector
Reverses a given tag.
rgb(float, float, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Creates a color value with the specified amounts of red, green, blue (arguments from 0.0 to 1.0)
rgba(float, float, float, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Creates a color value with the specified amounts of red, green, blue, alpha (arguments from 0.0 to 1.0)
rho0 - Variable in class org.openstreetmap.josm.data.projection.proj.AlbersEqualArea
Constants used by the spherical and elliptical Albers projection.
rhs - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.AbstractBinaryMatch
 
rhs - Variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.AndSet
 
rhs - Variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate.OrSet
 
RIGHT - Static variable in class org.openstreetmap.josm.gui.mappaint.Keyword
 
right - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
 
RIGHT_DIRECTION - Static variable in class org.openstreetmap.josm.gui.ScrollViewport
 
RightAndLefthandTraffic - Class in org.openstreetmap.josm.tools
Look up, if there is right- or left-hand traffic at a certain place.
RightAndLefthandTraffic() - Constructor for class org.openstreetmap.josm.tools.RightAndLefthandTraffic
 
RightAndLefthandTraffic.RLTrafficGeoProperty - Class in org.openstreetmap.josm.tools
 
rightClickPressPos - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
righthandtraffic(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
righthandtraffic checks if there is right-hand traffic at the current location.
rlCache - Static variable in class org.openstreetmap.josm.tools.RightAndLefthandTraffic
 
RLTrafficGeoProperty() - Constructor for class org.openstreetmap.josm.tools.RightAndLefthandTraffic.RLTrafficGeoProperty
 
rmcTimeFmt - Variable in class org.openstreetmap.josm.io.NmeaReader
 
rmcTimeFmtStd - Variable in class org.openstreetmap.josm.io.NmeaReader
 
rmNodes - Variable in class org.openstreetmap.josm.command.RemoveNodesCommand
 
role - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.RelationRole
 
role - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.HasRole
 
role - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.RoleMatch
 
role - Variable in class org.openstreetmap.josm.data.osm.RelationMember
 
role - Variable in class org.openstreetmap.josm.data.osm.RelationMemberData
 
role - Variable in class org.openstreetmap.josm.data.osm.RelationToChildReference
 
role - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelMember
Role of the relation member
role - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
role - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
role - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
role - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.Updater
 
role - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.RoleCondition
 
role(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the role of current object in parent relation, or role of child if current object is a relation.
Role() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
 
ROLE_EMPTY - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Empty role type found when expecting one of {0}
ROLE_MISSING - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Role {0} missing
ROLE_UNKNOWN - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Role {0} unknown in templates {1}
ROLE_VERIF_PROBLEM_MSG - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Error message used to group errors related to role problems.
roleCache - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
the cached list of member roles only accessed by getRoleCache(), rebuild() and cacheRelationMemberRoles() use getRoleCache() accessor
RoleCondition(String, Condition.Op) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.RoleCondition
 
RoleCorrection - Class in org.openstreetmap.josm.data.correction
Represents a change of a single RelationMember role.
RoleCorrection(Relation, int, RelationMember, String) - Constructor for class org.openstreetmap.josm.data.correction.RoleCorrection
Constructs a new RoleCorrection.
RoleCorrectionTable - Class in org.openstreetmap.josm.gui.correction
Role correction table.
RoleCorrectionTable(List<RoleCorrection>) - Constructor for class org.openstreetmap.josm.gui.correction.RoleCorrectionTable
Constructs a new RoleCorrectionTable.
RoleCorrectionTableModel - Class in org.openstreetmap.josm.gui.correction
Role correction table model.
RoleCorrectionTableModel(List<RoleCorrection>) - Constructor for class org.openstreetmap.josm.gui.correction.RoleCorrectionTableModel
Constructs a new RoleCorrectionTableModel.
RoleInfo() - Constructor for class org.openstreetmap.josm.data.validation.tests.RelationChecker.RoleInfo
 
RoleMatch(String) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.RoleMatch
 
roleMatcher - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon
 
RolePreset(List<Roles.Role>, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.RelationChecker.RolePreset
 
roles - Variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker.RolePreset
 
Roles - Class in org.openstreetmap.josm.gui.tagging.presets.items
 
Roles() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Roles
 
roles - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Roles
 
roles - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
Roles.Role - Class in org.openstreetmap.josm.gui.tagging.presets.items
 
roleString - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
root - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets
 
root - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
the root relation
root - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex
 
rootActionsNode - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
 
rootData() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
rootLayer() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
rootNode() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
rotate(EastNorth, double) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Returns an EastNorth representing the this EastNorth rotated around a given EastNorth by a given angle
ROTATE_CACHE - Static variable in class org.openstreetmap.josm.tools.ImageProvider
Caches the image data for rotated versions of the same image.
rotateCC(EastNorth, EastNorth, double) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction.EN
Rotate counter-clock-wise.
RotateCommand - Class in org.openstreetmap.josm.command
RotateCommand rotates a number of objects around their centre.
RotateCommand(Collection<OsmPrimitive>, EastNorth) - Constructor for class org.openstreetmap.josm.command.RotateCommand
Creates a RotateCommand.
rotationAngle - Variable in class org.openstreetmap.josm.command.RotateCommand
computed rotation angle between starting click and current mouse pos
RotationAngle - Class in org.openstreetmap.josm.gui.util
Determines how an icon is to be rotated depending on the primitive to displayed.
RotationAngle() - Constructor for class org.openstreetmap.josm.gui.util.RotationAngle
 
roundabout_left - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
roundabout_right - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
roundaboutType(RelationMember) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSortUtils
determine, if the way i is a roundabout and if yes, what type of roundabout
roundaboutType(Way) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSortUtils
 
roundCoord(LatLon) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode.NodeHash
 
RoundedPanel() - Constructor for class org.openstreetmap.josm.gui.NotificationManager.RoundedPanel
 
roundToOsmPrecision(double) - Static method in class org.openstreetmap.josm.data.coor.LatLon
Returns the value rounded to OSM precisions, i.e.
ROUTE_POINT - Static variable in class org.openstreetmap.josm.io.GpxWriter
 
routePoints - Variable in class org.openstreetmap.josm.data.gpx.GpxRoute
 
routes - Variable in class org.openstreetmap.josm.data.gpx.GpxData
Routes
rowLayout - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Split
 
rowMax - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel.SelectionStateMemento
 
rowMin - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel.SelectionStateMemento
 
rowNumberBorder - Variable in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer
 
rowNumberBorder - Variable in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer
 
rows - Variable in class org.openstreetmap.josm.gui.history.DiffTableModel
 
rows - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.MultiSelect
Number of rows to display (positive integer, optional).
rowSelectionModel - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
rq - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Constant parameters.
RTE_TRK_KEYS - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Ordered list of all possible route and track keys.
rubberLineColor - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
rubberLineStroke - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
rule - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.MapCSSTagCheckerAndRule
 
rule - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
ruleCandidates - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator
 
RuleCandidatesIterator(BitSet) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator
 
ruleMap - Variable in class org.openstreetmap.josm.io.FileWatcher
 
RulePrefHelper() - Constructor for class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.RulePrefHelper
Constructs a new PresetPrefHelper.
rules - Variable in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
 
rules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex
All rules this index is for.
rules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
ruleSourceProviders - Static variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference
 
run() - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader.OsmTileJob
 
run() - Method in class org.openstreetmap.josm.actions.CreateMultipolygonAction.CreateUpdateMultipolygonTask
 
run() - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList.PostDownloadProcessor
Grabs and displays the error messages after all download threads have finished.
run() - Method in class org.openstreetmap.josm.actions.downloadtasks.PostDownloadHandler
 
run() - Method in class org.openstreetmap.josm.actions.PreferencesAction
 
run() - Method in class org.openstreetmap.josm.data.AutosaveTask
 
run() - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
run() - Method in class org.openstreetmap.josm.data.osm.event.DatasetEventManager.EdtRunnable
 
run() - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
 
run() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable.SelectNextColumnCellAction
 
run() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable.SelectPreviousColumnCellAction
 
run() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction.ShowHistoryTask
 
run() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildRelationsAction
 
run() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadSelectedAction
 
run() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.EditAction
 
run() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.EditAction
 
run() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.NewAction
 
run() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog.CancelAction
 
run() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog.DownloadAction
 
run() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog.CloseAction
 
run() - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.ShowHistoryAction
 
run() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
run() - Method in class org.openstreetmap.josm.gui.io.SaveLayerTask
 
run() - Method in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
run() - Method in class org.openstreetmap.josm.gui.io.UploadNoteLayerTask
 
run() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay.LoadImageRunnable
 
run() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
run() - Method in class org.openstreetmap.josm.gui.MainApplication.GuiFinalizationWorker
 
run() - Method in class org.openstreetmap.josm.gui.MapStatus.Collector.CollectorWorker
 
run() - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
Execution function for the Collector.
run() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
 
run() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PluginDownloadAfterTask
 
run() - Method in class org.openstreetmap.josm.gui.tagging.TagTable.SelectNextColumnCellAction
 
run() - Method in class org.openstreetmap.josm.io.MessageNotifier.Worker
 
run() - Method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpServer
The main loop, spawns a RequestProcessor for each connection
run() - Method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
The main loop, spawns a RequestProcessor for each connection.
run() - Method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
The work is done here.
run() - Method in class org.openstreetmap.josm.tools.AudioPlayer
Starts the thread to actually play the audio, per Thread interface Not to be used as public, though Thread interface doesn't allow it to be made private
run() - Method in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler.BugReporterThread.BugReporterWorker
 
run() - Method in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler.BugReporterThread
 
run() - Method in class org.openstreetmap.josm.tools.bugreport.BugReportSender
 
run() - Method in class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyTimerTask
 
run() - Method in class org.openstreetmap.josm.tools.MultikeyActionsHandler.ShowLayersPopupWorker
 
RunAuthorisationAction() - Constructor for class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.RunAuthorisationAction
 
runDownloadTask(AbstractChangesetDownloadTask) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Runs the given changeset download task.
runInEDT(Runnable) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Executes asynchronously a runnable in Event Dispatch Thread.
runInEDTAndWait(Runnable) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Executes synchronously a runnable in Event Dispatch Thread.
runInEDTAndWaitAndReturn(Callable<V>) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Executes synchronously a callable in Event Dispatch Thread and return a value.
runInEDTAndWaitWithException(Runnable) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Executes synchronously a runnable in Event Dispatch Thread.
RunnableDownloadTask(Component, String) - Constructor for class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask.RunnableDownloadTask
 
running - Variable in class org.openstreetmap.josm.gui.NotificationManager
 
runPostLoadTasks() - Method in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
runTest() - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Runs test.
runTests(DataSet) - Static method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Runs test on the given dataset.
rx - Variable in class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 
rxErrorMsg - Static variable in class org.openstreetmap.josm.actions.search.SearchCompiler
 
rxErrorMsgNoPos - Static variable in class org.openstreetmap.josm.actions.search.SearchCompiler
 
ry - Variable in class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 
rz - Variable in class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 

S

s - Variable in class org.openstreetmap.josm.actions.search.SearchAction.DescriptionTextBuilder
 
s - Variable in class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 
s - Variable in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
s - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction.SaveToFileTask
 
s - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchMenuItem
 
s - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
s - Variable in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 
S_TR - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
safeIterator - Variable in class org.openstreetmap.josm.data.osm.Storage
 
SafeReadonlyIter(T[]) - Constructor for class org.openstreetmap.josm.data.osm.Storage.SafeReadonlyIter
 
SainteAnneEPSG - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
SainteAnneName - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
SAME_RELATION - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
Code number of relation with same members error
SAME_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
Test identification for identical ways (coordinates only).
sameTags(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
:same-tags tests whether the object has the same tags as its child/parent.
sameType - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.SearchAction
 
sanitize(String) - Static method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
sanitize(String, ImageryInfo.ImageryType) - Static method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryPanel
 
sanity() - Method in class org.openstreetmap.josm.data.osm.BBox
 
sanityCheck() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
sanityChecks() - Method in class org.openstreetmap.josm.command.ChangeCommand
 
save() - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
 
save() - Method in class org.openstreetmap.josm.data.osm.Node
 
save() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Save parameters of this primitive to the transport object
save() - Method in class org.openstreetmap.josm.data.osm.Relation
 
save() - Method in class org.openstreetmap.josm.data.osm.Way
 
save() - Method in class org.openstreetmap.josm.data.Preferences
Called after every put.
save(File, Collection<Map.Entry<String, Setting<?>>>, boolean) - Method in class org.openstreetmap.josm.data.Preferences
 
save() - Method in class org.openstreetmap.josm.gui.download.BookmarkList
Saves all bookmarks to the preferences file
save - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
save - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Save
save(Preferences, CredentialsAgent) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Saves the content of this holder to the preferences and a credential store managed by a credential manager.
save(File, OsmDataLayer, boolean) - Method in class org.openstreetmap.josm.io.OsmExporter
 
save() - Method in class org.openstreetmap.josm.tools.Shortcut
 
SaveAction - Class in org.openstreetmap.josm.actions
Export the data as an OSM xml file.
SaveAction() - Constructor for class org.openstreetmap.josm.actions.SaveAction
Construct the action with "Save" as label.
saveAction(ToolbarPreferences.ActionDefinition) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
SaveActionBase - Class in org.openstreetmap.josm.actions
Abstract superclass of save actions.
SaveActionBase(String, String, String, Shortcut) - Constructor for class org.openstreetmap.josm.actions.SaveActionBase
Constructs a new SaveActionBase.
saveAndProceedAction - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
SaveAndProceedAction() - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
saveAndProceedActionButton - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
saveAndUploadTask - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
SaveAndUploadTask(SaveLayersModel, ProgressMonitor) - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
saveAngles(String...) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
saveAs - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Save As...
SaveAsAction - Class in org.openstreetmap.josm.actions
Export the data.
SaveAsAction() - Constructor for class org.openstreetmap.josm.actions.SaveAsAction
Construct the action with "Save" as label.
SaveAsAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction
Constructs a new SaveAsAction.
saveBookmarks() - Static method in class org.openstreetmap.josm.data.imagery.OffsetBookmark
 
saveCheckpoint() - Method in class org.openstreetmap.josm.command.MoveCommand
Save curent displacement to restore in case of some problems
saveCommonAttributes(PrimitiveData) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Save common parameters of primitives to the transport object
saveCredentials - Variable in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
 
saveDefault() - Method in class org.openstreetmap.josm.tools.Shortcut
 
saveDefaults() - Method in class org.openstreetmap.josm.data.Preferences
 
saveDis - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
saveHorizontalSpace(AbstractButton) - Static method in class org.openstreetmap.josm.gui.tagging.presets.items.Text
 
saveIgnoredErrors() - Static method in class org.openstreetmap.josm.data.validation.OsmValidator
 
saveIncomplete(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.command.PurgeCommand
 
saveInPrefs() - Method in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
Called by other components when it is correct time to save date filtering parameters
savelayer(AutosaveTask.AutosaveLayerInfo) - Method in class org.openstreetmap.josm.data.AutosaveTask
 
SaveLayerInfo - Class in org.openstreetmap.josm.gui.io
SaveLayerInfo represents the information, user preferences and save/upload states of a layer which might be uploaded/saved.
SaveLayerInfo(AbstractModifiableLayer) - Constructor for class org.openstreetmap.josm.gui.io.SaveLayerInfo
Constructs a new SaveLayerInfo.
saveLayers(List<SaveLayerInfo>) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
SaveLayersDialog - Class in org.openstreetmap.josm.gui.io
 
SaveLayersDialog(Component) - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersDialog
Constructs a new SaveLayersDialog.
SaveLayersDialog.CancelAction - Class in org.openstreetmap.josm.gui.io
 
SaveLayersDialog.DiscardAndProceedAction - Class in org.openstreetmap.josm.gui.io
 
SaveLayersDialog.LayerListWarningMessagePanel - Class in org.openstreetmap.josm.gui.io
 
SaveLayersDialog.SaveAndProceedAction - Class in org.openstreetmap.josm.gui.io
 
SaveLayersDialog.SaveAndUploadTask - Class in org.openstreetmap.josm.gui.io
This is the asynchronous task which uploads modified layers to the server and saves them to files, if requested by the user.
SaveLayersDialog.SaveSessionAction - Class in org.openstreetmap.josm.gui.io
 
SaveLayersDialog.UserAction - Enum in org.openstreetmap.josm.gui.io
 
SaveLayersDialog.WindowClosingAdapter - Class in org.openstreetmap.josm.gui.io
 
SaveLayersModel - Class in org.openstreetmap.josm.gui.io
 
SaveLayersModel() - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersModel
Constructs a new SaveLayersModel.
SaveLayersModel.Mode - Enum in org.openstreetmap.josm.gui.io
 
SaveLayersTable - Class in org.openstreetmap.josm.gui.io
 
SaveLayersTable(SaveLayersModel) - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersTable
 
SaveLayersTableColumnModel - Class in org.openstreetmap.josm.gui.io
 
SaveLayersTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersTableColumnModel
Constructs a new SaveLayersTableColumnModel.
SaveLayersTableColumnModel.RecommendedActionsTableCell - Class in org.openstreetmap.josm.gui.io
small renderer class that handles the "should be uploaded/saved" texts.
SaveLayerTask - Class in org.openstreetmap.josm.gui.io
SaveLayerTask saves the data managed by an AbstractModifiableLayer to the Layer.getAssociatedFile().
SaveLayerTask(SaveLayerInfo, ProgressMonitor) - Constructor for class org.openstreetmap.josm.gui.io.SaveLayerTask
 
saveOnPut - Variable in class org.openstreetmap.josm.data.Preferences
Determines if preferences file is saved each time a property is changed.
savePreferences(String, boolean) - Method in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
Save preferences from UI controls, globally or for a specified layer.
savePreferences() - Method in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
Save preferences from UI controls for initial layer or globally
savePreferences() - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
Saves preferences.
savePreferences() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
Save checkbox values in preferences for future reuse
savePrefs() - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
savePrefs() - Static method in class org.openstreetmap.josm.tools.Shortcut
 
saveSession() - Method in class org.openstreetmap.josm.actions.SessionSaveAsAction
Attempts to save the session.
saveSessionAction - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
SaveSessionAction() - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveSessionAction
 
saveSettings() - Method in class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
Saves the common settings.
saveSettings() - Method in class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
Saves the TMS settings.
saveSettings() - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSSettingsPanel
Saves the WMS settings.
saveState - Variable in class org.openstreetmap.josm.gui.io.SaveLayerInfo
 
saveTagsIfNeeded() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Store recently used tags in preferences if needed.
saveToDisk() - Method in class org.openstreetmap.josm.io.CacheCustomContent
Stores the data to disk
SaveToFile - Interface in org.openstreetmap.josm.gui.layer
Interface for layers that can save data to a file.
SaveToFileTask(StyleSource, File) - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction.SaveToFileTask
 
saveToHistory(SearchAction.SearchSetting) - Static method in class org.openstreetmap.josm.actions.search.SearchAction
 
saveToPreference(CollectionProperty) - Method in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
saveToPreferences(UploadStrategy) - Static method in enum org.openstreetmap.josm.gui.io.UploadStrategy
Saves the upload strategy strategy to the preferences.
saveToPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel
Saves the current values to preferences
saveToPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.BasicAuthenticationPreferencesPanel
Saves contents to preferences.
saveToPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.FeaturesPanel
Saves the current values to preferences
saveToPreferences - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
 
saveToPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
Saves the current values to preferences
saveToPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
Saves the values to the preferences
saveToPreferences() - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
Saves the current values to the preferences
saveUnsavedModifications() - Static method in class org.openstreetmap.josm.Main
Asks user to perform "save layer" operations (save on disk and/or upload data to server) for all AbstractModifiableLayer before JOSM exits.
saveUnsavedModifications(Iterable<? extends Layer>, boolean) - Static method in class org.openstreetmap.josm.Main
Asks user to perform "save layer" operations (save on disk and/or upload data to server) before data layers deletion.
saveUsernameAndPasswordCheckboxText - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog
 
SavingAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Abstract superclass of relation saving actions (OK, Apply, Cancel).
SavingAction(MemberTable, MemberTableModel, TagEditorModel, OsmDataLayer, IRelationEditor, AutoCompletingTextField) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
 
SAXReturnException(String) - Constructor for exception org.openstreetmap.josm.tools.ImageProvider.SAXReturnException
 
sc - Variable in class org.openstreetmap.josm.actions.JosmAction
 
scale(double) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Scales this EastNorth instance to a given factor and returns the result.
scale - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
scale - Variable in class org.openstreetmap.josm.data.ViewportData
 
Scale(double, int) - Constructor for class org.openstreetmap.josm.gui.layer.NativeScaleLayer.Scale
Constructs a new Scale with given scale, native defaults to true.
Scale(double, boolean, int) - Constructor for class org.openstreetmap.josm.gui.layer.NativeScaleLayer.Scale
Constructs a new Scale with given scale, native and index values.
scale - Variable in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.Scale
Scale factor, same unit as in NavigatableComponent
scale - Variable in class org.openstreetmap.josm.gui.MapViewState
 
scale - Variable in class org.openstreetmap.josm.gui.NavigatableComponent.ZoomData
 
scale2level(double) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
SCALE_DENOMINATOR_ZOOM_LEVEL_1 - Static variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
scaleBaseImageIfNeeded(Image) - Static method in class org.openstreetmap.josm.tools.ImageResource
Scale image according to screen DPI if needed.
ScaleCommand - Class in org.openstreetmap.josm.command
 
ScaleCommand(Collection<OsmPrimitive>, EastNorth) - Constructor for class org.openstreetmap.josm.command.ScaleCommand
Creates a ScaleCommand.
scaledDimension(Image) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
scaleDenominator - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrix
 
scaleFactor - Variable in class org.openstreetmap.josm.data.projection.proj.Mercator
 
scaleFloor(double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Get a scale snapped to native resolutions.
ScaleList() - Constructor for class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
 
ScaleList(Collection<Double>) - Constructor for class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
 
scaleRound(double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Get a scale snapped to native resolutions, use round method.
scales - Variable in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
 
scaleSnap(double, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Get a scale snapped to native resolutions.
scaleZoomIn(double, double) - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
Get new scale for zoom in.
scaleZoomIn() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Get a new scale that is zoomed in from previous scale and snapped to selected native scale layer.
scaleZoomManyTimes(int) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Get a new scale that is zoomed in/out a number of times from previous scale and snapped to selected native scale layer.
scaleZoomOut(double, double) - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
Get new scale for zoom out.
scaleZoomOut() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Get a new scale that is zoomed out from previous scale and snapped to selected native scale layer.
scaleZoomTimes(double, double, int) - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
Get new scale for zoom in/out with a ratio at a number of times.
scalingFactor - Variable in class org.openstreetmap.josm.command.ScaleCommand
Current scaling factor applied
ScanexLayer(String, String) - Constructor for enum org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource.ScanexLayer
 
ScanexTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
This tilesource uses different to OsmMercator projection.
ScanexTileSource(TileSourceInfo) - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
Constructs a new ScanexTileSource.
ScanexTileSource.ScanexLayer - Enum in org.openstreetmap.gui.jmapviewer.tilesources
 
scanLocalPluginRepository(ProgressMonitor, File) - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
scanManifest(Manifest, boolean) - Method in class org.openstreetmap.josm.plugins.PluginInformation
 
scanPluginFiles(ProgressMonitor, File) - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
scanSiteCacheFiles(ProgressMonitor, File) - Method in class org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask
 
schedule() - Method in class org.openstreetmap.josm.data.AutosaveTask
Starts the autosave background task.
scheduled - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
Indicated if moveTask is currently enabled (periodically executed via timer) or disabled
scheduleForRemoval - Variable in class org.openstreetmap.josm.gui.layer.LayerManager.LayerRemoveEvent
 
scheduleRemoval(Collection<? extends Layer>) - Method in class org.openstreetmap.josm.gui.layer.LayerManager.LayerRemoveEvent
Schedule the removal of other layers after this layer has been deleted.
scheduleTimer(int, ActionListener, boolean) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Schedules a new Timer to be run in the future (once or several times).
scheduleZoomTo(ViewportData) - Method in class org.openstreetmap.josm.gui.MapView
Schedule a zoom to the given position on the next redraw.
schemaKey - Variable in class org.openstreetmap.josm.gui.preferences.advanced.ExportProfileAction
 
SCHEME_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
SCHEME_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
Protocol scheme (e.g.
ScListModel() - Constructor for class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ScListModel
Constructs a new ScListModel.
screenDPI - Static variable in class org.openstreetmap.josm.gui.util.GuiSizesHelper
cache value for screen resolution
scroll() - Method in class org.openstreetmap.josm.gui.ScrollViewport
 
scroll(int, int) - Method in class org.openstreetmap.josm.gui.ScrollViewport
 
scrollDirection - Variable in class org.openstreetmap.josm.gui.ScrollViewport
 
scrollPane - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
scrollRectToVisible(Rectangle) - Method in class org.openstreetmap.josm.gui.history.VersionTable
 
scrollToElementWithId(String) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.HyperlinkHandler
Scrolls the help browser to the element with id id
scrollToVisible(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerList
 
scrollToVisible(int, int) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesTable
 
ScrollViewport - Class in org.openstreetmap.josm.gui
A viewport with UP and DOWN arrow buttons, so that the user can make the content scroll.
ScrollViewport(JComponent, int) - Constructor for class org.openstreetmap.josm.gui.ScrollViewport
 
ScrollViewport(int) - Constructor for class org.openstreetmap.josm.gui.ScrollViewport
 
ScrollViewport.ScrollViewPortMouseListener - Class in org.openstreetmap.josm.gui
 
ScrollViewPortMouseListener(int) - Constructor for class org.openstreetmap.josm.gui.ScrollViewport.ScrollViewPortMouseListener
 
scrollWrapEnabled - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
se - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
SE_INDEX - Static variable in class org.openstreetmap.josm.data.osm.QuadBuckets
 
search - Variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
search() - Static method in class org.openstreetmap.josm.actions.search.SearchAction
Launches the dialog for specifying search criteria and runs a search
search(String, SearchAction.SearchMode) - Static method in class org.openstreetmap.josm.actions.search.SearchAction
Performs the search specified by the search string search and the search mode mode.
search(SearchAction.SearchSetting) - Static method in class org.openstreetmap.josm.actions.search.SearchAction
 
search - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.Any
 
search(BBox, List<T>) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
search(BBox) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
search - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Search...
search_contents(BBox, List<T>) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
SEARCH_EXPRESSION - Static variable in class org.openstreetmap.josm.actions.search.SearchAction
 
SEARCH_IN_TAGS - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
SearchAction - Class in org.openstreetmap.josm.actions.search
 
SearchAction() - Constructor for class org.openstreetmap.josm.actions.search.SearchAction
Constructs a new SearchAction.
SearchAction(boolean) - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.SearchAction
 
SearchAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchAction
Constructs a new SearchAction.
SearchAction() - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection.SearchAction
 
SearchAction.CapturingSearchReceiver - Class in org.openstreetmap.josm.actions.search
This class stores the result of the search in a local variable.
SearchAction.DescriptionTextBuilder - Class in org.openstreetmap.josm.actions.search
 
SearchAction.SearchKeywordRow - Class in org.openstreetmap.josm.actions.search
 
SearchAction.SearchMode - Enum in org.openstreetmap.josm.actions.search
 
SearchAction.SearchReceiver - Interface in org.openstreetmap.josm.actions.search
Interfaces implementing this may receive the result of the current search.
SearchAction.SearchSetting - Class in org.openstreetmap.josm.actions.search
 
SearchAction.SearchTask - Class in org.openstreetmap.josm.actions.search
 
SearchAction.SelectSearchReceiver - Class in org.openstreetmap.josm.actions.search
Select the search result and display a status text for it.
searchActionAny - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
searchActionSame - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
searchAndReturn(String, SearchAction.SearchMode) - Static method in class org.openstreetmap.josm.actions.search.SearchAction
Performs the search specified by the search string search and the search mode mode and returns the result of the search.
SearchBasedRowFilter - Class in org.openstreetmap.josm.gui.dialogs.properties
A RowFilter implementation which matches tags w.r.t.
SearchBasedRowFilter(SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.SearchBasedRowFilter
Constructs a new SearchBasedRowFilter with the given filter.
searchCache - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets
 
SearchCompiler - Class in org.openstreetmap.josm.actions.search
Implements a google-like search.
SearchCompiler(boolean, boolean, PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler
 
SearchCompiler.AbstractBinaryMatch - Class in org.openstreetmap.josm.actions.search
A binary search operator which may take data parameters.
SearchCompiler.Always - Class in org.openstreetmap.josm.actions.search
Matches every OsmPrimitive.
SearchCompiler.And - Class in org.openstreetmap.josm.actions.search
Matches if both left and right expressions match.
SearchCompiler.Any - Class in org.openstreetmap.josm.actions.search
Match a string in any tags (key or value), with optional regex and case insensitivity.
SearchCompiler.AreaSize - Class in org.openstreetmap.josm.actions.search
Matches if the size of the area is within the given range
SearchCompiler.BinaryMatchFactory - Interface in org.openstreetmap.josm.actions.search
 
SearchCompiler.BooleanMatch - Class in org.openstreetmap.josm.actions.search
Matches if the value of the corresponding key is ''yes'', ''true'', ''1'' or ''on''.
SearchCompiler.ChangesetId - Class in org.openstreetmap.josm.actions.search
Matches objects with a changeset ID in the given range.
SearchCompiler.Child - Class in org.openstreetmap.josm.actions.search
Matches objects if they are children of the expression
SearchCompiler.Closed - Class in org.openstreetmap.josm.actions.search
Matches ways which are closed (i.e.
SearchCompiler.CoreSimpleMatchFactory - Class in org.openstreetmap.josm.actions.search
 
SearchCompiler.CoreUnaryMatchFactory - Class in org.openstreetmap.josm.actions.search
 
SearchCompiler.ExactKeyValue - Class in org.openstreetmap.josm.actions.search
Matches objects with the exact given key-value pair.
SearchCompiler.ExactKeyValue.Mode - Enum in org.openstreetmap.josm.actions.search
 
SearchCompiler.ExactType - Class in org.openstreetmap.josm.actions.search
 
SearchCompiler.HasRole - Class in org.openstreetmap.josm.actions.search
Matches relations with a member of the given role
SearchCompiler.Id - Class in org.openstreetmap.josm.actions.search
Matches objects with ID in the given range.
SearchCompiler.InArea - Class in org.openstreetmap.josm.actions.search
Matches objects within the given bounds.
SearchCompiler.Incomplete - Class in org.openstreetmap.josm.actions.search
Match objects that are incomplete, where only id and type are known.
SearchCompiler.InDataSourceArea - Class in org.openstreetmap.josm.actions.search
Matches objects within source area ("downloaded area").
SearchCompiler.InView - Class in org.openstreetmap.josm.actions.search
Matches objects within current map view.
SearchCompiler.KeyValue - Class in org.openstreetmap.josm.actions.search
Matches objects with the given key-value pair.
SearchCompiler.Match - Class in org.openstreetmap.josm.actions.search
Base class for all search criteria.
SearchCompiler.MatchFactory - Interface in org.openstreetmap.josm.actions.search
Classes implementing this interface can provide Match operators.
SearchCompiler.Modified - Class in org.openstreetmap.josm.actions.search
Matches all objects that have been modified, created, or undeleted
SearchCompiler.Never - Class in org.openstreetmap.josm.actions.search
Never matches any OsmPrimitive.
SearchCompiler.New - Class in org.openstreetmap.josm.actions.search
Matches objects that are new (i.e.
SearchCompiler.NodeCountRange - Class in org.openstreetmap.josm.actions.search
Matches ways with a number of nodes in given range
SearchCompiler.Not - Class in org.openstreetmap.josm.actions.search
Inverts the match.
SearchCompiler.NotOutsideDataSourceArea - Class in org.openstreetmap.josm.actions.search
Matches objects which are not outside the source area ("downloaded area").
SearchCompiler.Nth - Class in org.openstreetmap.josm.actions.search
Matches the n-th object of a relation and/or the n-th node of a way.
SearchCompiler.Or - Class in org.openstreetmap.josm.actions.search
Matches if the left OR the right expression match.
SearchCompiler.Parent - Class in org.openstreetmap.josm.actions.search
Matches objects if they are parents of the expression
SearchCompiler.ParseError - Exception in org.openstreetmap.josm.actions.search
 
SearchCompiler.RangeMatch - Class in org.openstreetmap.josm.actions.search
Matches objects with properties in a certain range.
SearchCompiler.RoleMatch - Class in org.openstreetmap.josm.actions.search
Matches objects with the given relation role (i.e.
SearchCompiler.Selected - Class in org.openstreetmap.josm.actions.search
Matches all objects currently selected
SearchCompiler.SimpleMatchFactory - Interface in org.openstreetmap.josm.actions.search
 
SearchCompiler.TagCountRange - Class in org.openstreetmap.josm.actions.search
Matches objects with a number of tags in given range
SearchCompiler.TaggedMatch - Class in org.openstreetmap.josm.actions.search
 
SearchCompiler.TimestampRange - Class in org.openstreetmap.josm.actions.search
Matches objects with a timestamp in given range
SearchCompiler.UnaryMatch - Class in org.openstreetmap.josm.actions.search
A unary search operator which may take data parameters.
SearchCompiler.UnaryMatchFactory - Interface in org.openstreetmap.josm.actions.search
 
SearchCompiler.Untagged - Class in org.openstreetmap.josm.actions.search
Matches objects that don't have any interesting tags (i.e.
SearchCompiler.UserMatch - Class in org.openstreetmap.josm.actions.search
Matches objects last changed by the given username.
SearchCompiler.ValueComparison - Class in org.openstreetmap.josm.actions.search
 
SearchCompiler.Version - Class in org.openstreetmap.josm.actions.search
Matches objects with a version number in the given range.
SearchCompiler.WayCountRange - Class in org.openstreetmap.josm.actions.search
Matches objects with the number of referring/contained ways in the given range
SearchCompiler.WayLength - Class in org.openstreetmap.josm.actions.search
Matches if the length of a way is within the given range
SearchCompiler.Xor - Class in org.openstreetmap.josm.actions.search
Matches if the left OR the right expression match, but not both.
searchExpression - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
SearchExpressionCondition - Class in org.openstreetmap.josm.tools.template_engine
 
SearchExpressionCondition(SearchCompiler.Match, TemplateEntry) - Constructor for class org.openstreetmap.josm.tools.template_engine.SearchExpressionCondition
 
SearchFieldAdapter() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.SearchFieldAdapter
 
searchHistory - Static variable in class org.openstreetmap.josm.actions.search.SearchAction
 
SearchKeywordRow(HistoryComboBox) - Constructor for class org.openstreetmap.josm.actions.search.SearchAction.SearchKeywordRow
 
SearchMenuItem(SearchAction.SearchSetting) - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchMenuItem
 
SearchMode(char) - Constructor for enum org.openstreetmap.josm.actions.search.SearchAction.SearchMode
 
searchNode(AbstractLayer) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
searchNode(DefaultMutableTreeNode, AbstractLayer) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
searchNodes(BBox) - Method in class org.openstreetmap.josm.data.osm.DataSet
Searches for nodes in the given bounding box.
searchNodes() - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Checks that nodes can be retrieved through their coordinates.
searchNotes - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Search Notes...
SearchNotesDownloadAction - Class in org.openstreetmap.josm.actions
Action to use the Notes search API to download all notes matching a given search term.
SearchNotesDownloadAction() - Constructor for class org.openstreetmap.josm.actions.SearchNotesDownloadAction
Constructs a new note search action
SearchPopupMenu() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchPopupMenu
Constructs a new SearchPopupMenu.
searchRegex - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.Any
 
searchRelations(BBox) - Method in class org.openstreetmap.josm.data.osm.DataSet
Searches for relations in the given bounding box.
SearchResult() - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
SearchSetting() - Constructor for class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
Constructs a new SearchSetting.
SearchSetting(SearchAction.SearchSetting) - Constructor for class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
Constructs a new SearchSetting from an existing one.
SearchSettingsActionParameter(String) - Constructor for class org.openstreetmap.josm.actions.ActionParameter.SearchSettingsActionParameter
 
SearchTask(DataSet, SearchAction.SearchSetting, Collection<OsmPrimitive>, Predicate<OsmPrimitive>, SearchAction.SearchReceiver) - Constructor for class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
SearchTextResultListPanel<T> - Class in org.openstreetmap.josm.gui.widgets
 
SearchTextResultListPanel() - Constructor for class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
Constructs a new SearchTextResultListPanel.
SearchTextResultListPanel.ResultListModel<T> - Class in org.openstreetmap.josm.gui.widgets
 
searchWays(BBox) - Method in class org.openstreetmap.josm.data.osm.DataSet
Searches for ways in the given bounding box.
searchWays() - Method in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
Checks that ways can be retrieved through their bounding box.
searchWithHistory(SearchAction.SearchSetting) - Static method in class org.openstreetmap.josm.actions.search.SearchAction
Adds the search specified by the settings in s to the search history and performs the search.
searchWithoutHistory(SearchAction.SearchSetting) - Static method in class org.openstreetmap.josm.actions.search.SearchAction
Performs the search specified by the settings in s without saving it to search history.
SEC - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
secondOption - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.CondOperator
 
seconds(long) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
SECONDS_PER_MINUTE - Static variable in class org.openstreetmap.josm.io.OsmServerWriter
 
secret - Variable in class org.openstreetmap.josm.data.oauth.OAuthToken
 
Section(String) - Constructor for class org.openstreetmap.josm.tools.bugreport.ReportedException.Section
 
SectionEntry(String, String) - Constructor for class org.openstreetmap.josm.tools.bugreport.ReportedException.SectionEntry
 
sectionName - Variable in class org.openstreetmap.josm.tools.bugreport.ReportedException.Section
 
sections - Variable in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
seenWays - Variable in class org.openstreetmap.josm.data.validation.tests.CrossingWays
The already detected ways in error
segDirections - Variable in class org.openstreetmap.josm.actions.OrthogonalizeAction.WayData
 
segmentNumberSpace - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Preference: minimum space (displayed way length) to display segment numbers
segmentOrderNumber - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
segmentPoint1 - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
segmentPoint2 - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
segments - Variable in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrack
 
segmentsParallel(EastNorth, EastNorth, EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.tools.Geometry
 
SegmentToKeepSelectionDialog(Way, List<Way>, Way, List<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
segSum - Variable in class org.openstreetmap.josm.actions.OrthogonalizeAction.WayData
 
sel - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
sel - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionMenuItem
 
sel - Variable in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog
 
select() - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.SelectUsersPrimitivesAction
 
select(URI) - Method in class org.openstreetmap.josm.io.DefaultProxySelector
 
selectACComboBoxSavingUnixBuffer(AutoCompletingComboBox) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
 
SelectAction - Class in org.openstreetmap.josm.actions.mapmode
Move is an action that can move all kind of OsmPrimitives (except keys for now).
SelectAction(MapFrame) - Constructor for class org.openstreetmap.josm.actions.mapmode.SelectAction
Create a new SelectAction
selectAction - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
SelectAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.SelectAction
Constructs a new SelectAction.
SelectAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ConflictDialog.SelectAction
 
SelectAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectAction
Constructs a new SelectAction.
SelectAction.ConfirmMoveDialog - Class in org.openstreetmap.josm.actions.mapmode
 
SelectAction.CycleManager - Class in org.openstreetmap.josm.actions.mapmode
 
SelectAction.Mode - Enum in org.openstreetmap.josm.actions.mapmode
Select action mode.
SelectAction.SelectActionCursor - Enum in org.openstreetmap.josm.actions.mapmode
 
SelectAction.VirtualManager - Class in org.openstreetmap.josm.actions.mapmode
 
SelectActionCursor(String, String) - Constructor for enum org.openstreetmap.josm.actions.mapmode.SelectAction.SelectActionCursor
 
SelectActionCursor(int) - Constructor for enum org.openstreetmap.josm.actions.mapmode.SelectAction.SelectActionCursor
 
selectAll - Variable in class org.openstreetmap.josm.gui.MainMenu
Selection / Select All
SelectAllAction - Class in org.openstreetmap.josm.actions
 
SelectAllAction() - Constructor for class org.openstreetmap.josm.actions.SelectAllAction
Constructs a new SelectAllAction.
SelectAllOnFocusGainedDecorator - Class in org.openstreetmap.josm.gui.widgets
 
SelectAllOnFocusGainedDecorator() - Constructor for class org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator
 
SelectAllOnFocusHandler(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.download.BoundingBoxSelection.SelectAllOnFocusHandler
 
SelectAllOnFocusHandler() - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog.SelectAllOnFocusHandler
 
selectAndZoomAction - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
SelectAndZoomAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.SelectAndZoomAction
Constructs a new SelectAndZoomAction.
selectButton - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
The select button
SelectByInternalPointAction - Class in org.openstreetmap.josm.actions
This allows to select a polygon/multipolygon by an internal point.
SelectByInternalPointAction() - Constructor for class org.openstreetmap.josm.actions.SelectByInternalPointAction
 
SelectCommand - Class in org.openstreetmap.josm.command
Command that selects OSM primitives
SelectCommand(Collection<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.command.SelectCommand
Constructs a new select command.
selectDrawTool(boolean) - Method in class org.openstreetmap.josm.gui.MapFrame
 
Selected() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Selected
 
selected - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
 
selected - Variable in class org.openstreetmap.josm.data.validation.PaintVisitor
Is the error selected ?
selected - Variable in class org.openstreetmap.josm.data.validation.TestError
If this error is selected
selected(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
 
SELECTED - Static variable in class org.openstreetmap.josm.gui.mappaint.StyleCache
 
selected - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
selected - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
 
SELECTED_CHANGESET_PROP - Static variable in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
 
selectedChangeset - Variable in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
 
selectedChangeset - Variable in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
selectedColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Color Preference for selected objects
selectedColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Color Preference for selected objects
selectedGPX(boolean) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
selectedIcon - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
selectedIdx - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.ComparePairListModel
 
selectedLayers - Variable in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
 
selectedList - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
SelectedListTransferHandler() - Constructor for class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings.SelectedListTransferHandler
 
SelectedMembersForSelectionAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Selects members in the relation editor which refer to primitives in the current selection of the context layer.
SelectedMembersForSelectionAction(MemberTableModel, SelectionTableModel, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.SelectedMembersForSelectionAction
Constructs a new SelectedMembersForSelectionAction.
selectedNode - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
selectedNode - Variable in class org.openstreetmap.josm.actions.UnGlueAction
 
selectedNodes - Variable in class org.openstreetmap.josm.actions.UnGlueAction
 
selectedNodeSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: size of selected nodes
selectedNodeSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: size of selected nodes
selectedNote - Variable in class org.openstreetmap.josm.data.osm.NoteData
 
selectedPluginsMap - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
 
selectedPolyData - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
selectedPrimitives - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
selectedProjectionChanged(ProjectionChoice) - Method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
Handles all the work related to update the projection-specific preferences
selectedRect - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
When a selection is done, the rectangle of the selection (in image coordinates)
selectedSegment - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
selectedWay - Variable in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
selectedWay - Variable in class org.openstreetmap.josm.actions.UnGlueAction
 
selectedWays - Variable in class org.openstreetmap.josm.actions.CreateMultipolygonAction.CreateUpdateMultipolygonTask
 
selectFirstChangeset() - Method in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
Selects the first changeset in the current list of open changesets
selectFirstTabWithConflicts() - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
Selects the first tab with conflicts
SelectInCurrentLayerAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.SelectInCurrentLayerAction
 
SelectInCurrentLayerAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.SelectInCurrentLayerAction
 
selecting - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompletingComboBoxDocument
 
selectingDone(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
Stores the current selection and stores the result in SelectionManager.selectionResult to be retrieved by SelectionManager.getSelectedObjects(boolean) later.
SelectInRelationListAction - Class in org.openstreetmap.josm.actions.relation
The action for activating a relation in relation list dialog
SelectInRelationListAction() - Constructor for class org.openstreetmap.josm.actions.relation.SelectInRelationListAction
Constructs a new SelectInRelationListAction.
selection - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
selection - Variable in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
selection - Variable in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
selection - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
selection - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
selection - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer.Loader
 
SELECTION_HISTORY_SIZE - Static variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
selectionAreaChanged() - Method in class org.openstreetmap.josm.gui.SelectionManager
 
selectionBackground - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
 
selectionBase - Variable in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
SelectionBasedAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.SelectionBasedAction
 
selectionChangeAdapter - Variable in class org.openstreetmap.josm.actions.JosmAction
 
SelectionChangeAdapter() - Constructor for class org.openstreetmap.josm.actions.JosmAction.SelectionChangeAdapter
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.JosmAction.SelectionChangeAdapter
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
redraw to (possibly) get rid of helper line if selection changes.
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.relation.AddSelectionToRelations
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.osm.event.SelectionEventManager
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in interface org.openstreetmap.josm.data.SelectionChangedListener
Informs the listener that the selection in the dataset has changed.
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetInSelectionListModel
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
selectionChanged() - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog
Notify the dialog that the note selection has changed.
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ShowHistoryAction
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog
Called when the selection in the dataset changed.
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
selectionChanged(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
selectionChangedBlocked - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
SelectionChangedListener - Interface in org.openstreetmap.josm.data
This is a listener for selection changes through the dataset's data.
selectionEmpty() - Method in class org.openstreetmap.josm.data.osm.DataSet
Determines whether the selection is empty or not
selectionEnded(Rectangle, MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
selectionEnded(Rectangle, MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.ZoomAction
Zoom to the rectangle on the map.
selectionEnded(Rectangle, MouseEvent) - Method in interface org.openstreetmap.josm.gui.SelectionManager.SelectionEnded
Called, when the left mouse button was released.
selectionEndedListener - Variable in class org.openstreetmap.josm.gui.SelectionManager
The listener that receives the events after left mouse button is released.
SelectionEventManager - Class in org.openstreetmap.josm.data.osm.event
Similar like DatasetEventManager, just for selection events.
SelectionEventManager() - Constructor for class org.openstreetmap.josm.data.osm.event.SelectionEventManager
Constructs a new SelectionEventManager.
SelectionEventManager.ListenerInfo - Class in org.openstreetmap.josm.data.osm.event
 
selectionForeground - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
 
selectionHintLayer - Variable in class org.openstreetmap.josm.gui.SelectionManager
 
SelectionHintLayer() - Constructor for class org.openstreetmap.josm.gui.SelectionManager.SelectionHintLayer
 
selectionHistory - Variable in class org.openstreetmap.josm.data.osm.DataSet
History of selections - shared by plugins and SelectionListDialog
SelectionHistoryPopup(Collection<Collection<? extends OsmPrimitive>>) - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionHistoryPopup
 
selectionList - Variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
SelectionListDialog - Class in org.openstreetmap.josm.gui.dialogs
A small tool dialog for displaying the current selection.
SelectionListDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
Constructs a new SelectionListDialog.
selectionListDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
Selection list dialog
SelectionListDialog.MouseEventHandler - Class in org.openstreetmap.josm.gui.dialogs
Responds to double clicks on the list of selected objects and launches the popup menu
SelectionListDialog.SearchAction - Class in org.openstreetmap.josm.gui.dialogs
Launches the search dialog
SelectionListDialog.SearchMenuItem - Class in org.openstreetmap.josm.gui.dialogs
A specialized JMenuItem for presenting one entry of the search history
SelectionListDialog.SearchPopupMenu - Class in org.openstreetmap.josm.gui.dialogs
The popup menu for the search history entries
SelectionListDialog.SelectAction - Class in org.openstreetmap.josm.gui.dialogs
Sets the current JOSM selection to the OSM primitives selected in the list of this dialog
SelectionListDialog.SelectionHistoryPopup - Class in org.openstreetmap.josm.gui.dialogs
The popup menu for the JOSM selection history entries
SelectionListDialog.SelectionListModel - Class in org.openstreetmap.josm.gui.dialogs
The list model for the list of OSM primitives in the current JOSM selection.
SelectionListDialog.SelectionMenuItem - Class in org.openstreetmap.josm.gui.dialogs
A specialized JMenuItem for presenting one entry of the selection history
SelectionListDialog.SelectionTransferHandler - Class in org.openstreetmap.josm.gui.dialogs
A transfer handler class for drag-and-drop support.
SelectionListDialog.ShowHistoryAction - Class in org.openstreetmap.josm.gui.dialogs
The action for showing history information of the current history item.
SelectionListDialog.TitleUpdater - Class in org.openstreetmap.josm.gui.dialogs
Updates the dialog title with a summary of the current JOSM selection
SelectionListDialog.ZoomToJOSMSelectionAction - Class in org.openstreetmap.josm.gui.dialogs
The action for zooming to the primitives in the current JOSM selection
SelectionListDialog.ZoomToListSelection - Class in org.openstreetmap.josm.gui.dialogs
The action for zooming to the primitives which are currently selected in the list displaying the JOSM selection
SelectionListModel(DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Constructor
selectionLock - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
selectionManager - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
selectionManager - Variable in class org.openstreetmap.josm.actions.mapmode.ZoomAction
Manager that manages the selection rectangle with the aspect ratio of the MapView.
SelectionManager - Class in org.openstreetmap.josm.gui
Manages the selection of a rectangle or a lasso loop.
SelectionManager(SelectionManager.SelectionEnded, boolean, NavigatableComponent) - Constructor for class org.openstreetmap.josm.gui.SelectionManager
Create a new SelectionManager.
SelectionManager.SelectionEnded - Interface in org.openstreetmap.josm.gui
This is the interface that an user of SelectionManager has to implement to get informed when a selection closes.
SelectionManager.SelectionHintLayer - Class in org.openstreetmap.josm.gui
This draws the selection hint (rectangle or lasso polygon) on the screen.
selectionMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
selectionMenu contains all actions related to selecting different objects
SelectionMenuItem(Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionMenuItem
 
selectionMode - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
selectionMode(int) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Builder method to set selectionMode property.
selectionMode - Variable in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
selectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
selectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
 
selectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
selectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
manages list selection state
selectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
selectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
selectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
selectionModel - Variable in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
selectionModel - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableModel
 
selectionModel - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
selectionModel - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.AvailableSourcesListModel
 
selectionModel - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
selectionResult - Variable in class org.openstreetmap.josm.gui.SelectionManager
The result of the last selection.
selectionSnapshot - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
SelectionStateMemento() - Constructor for class org.openstreetmap.josm.gui.tagging.TagEditorModel.SelectionStateMemento
 
selectionSynchronizer - Variable in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
selectionSynchronizer - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer
 
SelectionSynchronizer - Class in org.openstreetmap.josm.gui.history
 
SelectionSynchronizer() - Constructor for class org.openstreetmap.josm.gui.history.SelectionSynchronizer
Constructs a new SelectionSynchronizer.
selectionTable - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddFromSelectionAction
 
selectionTable - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
the selection table and its model
SelectionTable - Class in org.openstreetmap.josm.gui.dialogs.relation
Selection table of relation editor.
SelectionTable(SelectionTableModel, MemberTableModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.SelectionTable
Constructs a new SelectionTable.
SelectionTable.DoubleClickAdapter - Class in org.openstreetmap.josm.gui.dialogs.relation
 
SelectionTableCellRenderer - Class in org.openstreetmap.josm.gui.dialogs.relation
This is the TableCellRenderer used in SelectionTable.
SelectionTableCellRenderer(MemberTableModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableCellRenderer
constructor
SelectionTableColumnModel - Class in org.openstreetmap.josm.gui.dialogs.relation
This is the TableColumnModel used in SelectionTable.
SelectionTableColumnModel(MemberTableModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableColumnModel
Constructs a new SelectionTableColumnModel.
selectionTableModel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddFromSelectionAction
 
selectionTableModel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
SelectionTableModel - Class in org.openstreetmap.josm.gui.dialogs.relation
 
SelectionTableModel(OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
constructor
SelectionTransferHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionTransferHandler
 
selectionUsersPrimitivesAction - Variable in class org.openstreetmap.josm.gui.dialogs.UserListDialog
 
SelectionWatch() - Constructor for class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.SelectionWatch
 
selectItem(int) - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
selectKeysComboBox() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
 
selectLanguage(String) - Method in class org.openstreetmap.josm.gui.preferences.display.LanguagePreference.LanguageComboBoxModel
 
SelectLayerDialog(Collection<WMTSTileSource.Layer>) - Constructor for class org.openstreetmap.josm.data.imagery.WMTSTileSource.SelectLayerDialog
 
selectMapMode(MapMode) - Method in class org.openstreetmap.josm.gui.MapFrame
Change the operating map mode for the view.
selectMapMode(MapMode, Layer) - Method in class org.openstreetmap.josm.gui.MapFrame
Another version of the selectMapMode for changing layer action.
SelectMembersAction - Class in org.openstreetmap.josm.actions.relation
Sets the current selection to the list of relations selected in this dialog
SelectMembersAction(boolean) - Constructor for class org.openstreetmap.josm.actions.relation.SelectMembersAction
Constructs a new SelectMembersAction.
selectMembersAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
selectMembersAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
selectMembersReferringTo(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Selects all members which refer to OsmPrimitives in the collections primitmives.
selectNextColumnCellAction - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable
 
SelectNextColumnCellAction() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable.SelectNextColumnCellAction
 
SelectNextColumnCellAction() - Constructor for class org.openstreetmap.josm.gui.tagging.TagTable.SelectNextColumnCellAction
 
selectNextColumnCellAction - Variable in class org.openstreetmap.josm.gui.widgets.JosmTable
 
SelectNextColumnCellAction() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTable.SelectNextColumnCellAction
 
selectNextConflict(int[]) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
SelectNextGapAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.SelectNextGapAction
 
SelectNonBranchingWaySequences - Class in org.openstreetmap.josm.actions
Auxiliary class for the SelectNonBranchingWaySequencesAction.
SelectNonBranchingWaySequences(Collection<Way>) - Constructor for class org.openstreetmap.josm.actions.SelectNonBranchingWaySequences
Creates a way selection
SelectNonBranchingWaySequencesAction - Class in org.openstreetmap.josm.actions
This allows to select a sequence of non-branching connected ways.
SelectNonBranchingWaySequencesAction() - Constructor for class org.openstreetmap.josm.actions.SelectNonBranchingWaySequencesAction
selectNumberOfTags() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
selectObjectsAction - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
SelectObjectsAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.SelectObjectsAction
 
selectObjectsByChangesetIds(DataSet, Set<Integer>) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.SelectObjectsAction
 
selector - Variable in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog
 
Selector(MainMenu) - Constructor for class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog.Selector
 
selector - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule
 
Selector - Interface in org.openstreetmap.josm.gui.mappaint.mapcss
MapCSS selector.
selector - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchDialog
 
selector - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog
 
Selector.AbstractSelector - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Selector.ChildOrParentSelector - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Represents a child selector or a parent selector.
Selector.ChildOrParentSelector.AbstractFinder - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Selector.ChildOrParentSelector.ContainsFinder - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Selector.ChildOrParentSelector.CrossingFinder - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Selector.ChildOrParentSelector.MatchingReferrerFinder - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Finds the first referrer matching Selector.ChildOrParentSelector.left
Selector.ChildOrParentSelector.MultipolygonOpenEndFinder - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Selector.ChildOrParentSelectorType - Enum in org.openstreetmap.josm.gui.mappaint.mapcss
 
Selector.GeneralSelector - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Selector.LinkSelector - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
Selector.OptimizedGeneralSelector - Class in org.openstreetmap.josm.gui.mappaint.mapcss
 
selectors - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.GroupedMapCSSRule
MapCSS selectors
selectPreferencesTabByClass(Class<? extends TabPreferenceSetting>) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
Select preferences tab by class.
selectPreferencesTabByName(String) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
Select preferences tab by name.
selectPreviousColumnCellAction - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable
 
SelectPreviousColumnCellAction() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable.SelectPreviousColumnCellAction
 
SelectPreviousColumnCellAction() - Constructor for class org.openstreetmap.josm.gui.tagging.TagTable.SelectPreviousColumnCellAction
 
selectPreviousColumnCellAction - Variable in class org.openstreetmap.josm.gui.widgets.JosmTable
 
SelectPreviousColumnCellAction() - Constructor for class org.openstreetmap.josm.gui.widgets.JosmTable.SelectPreviousColumnCellAction
 
SelectPreviousGapAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.SelectPreviousGapAction
 
SelectPrimitivesForSelectedMembersAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Selects primitives in the layer this editor belongs to.
SelectPrimitivesForSelectedMembersAction(MemberTable, MemberTableModel, OsmDataLayer) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.SelectPrimitivesForSelectedMembersAction
Select objects for selected relation members.
selectPrimitivesOwnedBy(int[]) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserTableModel
 
selectPrims(Collection<OsmPrimitive>, boolean, boolean) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
selectProjection(ProjectionChoice) - Method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
Selects the given projection.
SelectQueryHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel.SelectQueryHandler
 
selectRelatedErrors(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Selects all errors related to the specified primitives, i.e.
selectRelation(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
Selects the relation relation in the list of relations.
SelectRelationAction - Class in org.openstreetmap.josm.actions.relation
Sets the current selection to specified list of relations
SelectRelationAction(boolean) - Constructor for class org.openstreetmap.josm.actions.relation.SelectRelationAction
Constructs a new SelectRelationAction.
selectRelationAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
selectRelationAction - Variable in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
selectRelations(Collection<Relation>) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
Selects the relations in the list of relations.
selectRequiredPlugins(PluginInformation) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginCheckBox
 
SelectSearchReceiver() - Constructor for class org.openstreetmap.josm.actions.search.SearchAction.SelectSearchReceiver
 
selectSelectTool(boolean) - Method in class org.openstreetmap.josm.gui.MapFrame
 
selectSth - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Text to display when nothing selected.
selectSubPreferencesTabByClass(Class<? extends SubPreferenceSetting>) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
Select preferences sub-tab by class.
selectSubTab(SubPreferenceSetting) - Method in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
selectSubTab(SubPreferenceSetting) - Method in interface org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
Selects the specified sub preference settings, if applicable.
selectSubTabByPref(Class<? extends SubPreferenceSetting>) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
selectTabBy(PreferenceTabbedPane.TabIdentifier, Object) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
selectTabByName(String) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
selectTabByPref(Class<? extends TabPreferenceSetting>) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
selectTargetLocationNode(List<Node>) - Static method in class org.openstreetmap.josm.actions.MergeNodesAction
Select the location of the target node after merge.
selectTargetNode(Collection<Node>) - Static method in class org.openstreetmap.josm.actions.MergeNodesAction
Find which node to merge into (i.e.
selectTargetWayStroke - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
SelectUsersPrimitivesAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.UserListDialog.SelectUsersPrimitivesAction
Constructs a new SelectUsersPrimitivesAction.
selectValuesCombobox() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
 
selectVisibleTracksInTable() - Method in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
selects all rows (=tracks) in the table that are currently visible on the layer
selectZoomTool(boolean) - Method in class org.openstreetmap.josm.gui.MapFrame
 
SELF_INTERSECT - Static variable in class org.openstreetmap.josm.data.validation.tests.SelfIntersectingWay
 
SelfIntersectingWay - Class in org.openstreetmap.josm.data.validation.tests
Checks for self-intersecting ways.
SelfIntersectingWay() - Constructor for class org.openstreetmap.josm.data.validation.tests.SelfIntersectingWay
Constructs a new SelfIntersectingWay test.
selListeners - Static variable in class org.openstreetmap.josm.data.osm.DataSet
A list of listeners to selection changed events.
SemiAutomaticAuthorizationUI - Class in org.openstreetmap.josm.gui.oauth
This is the UI for running a semic-automic authorisation procedure.
SemiAutomaticAuthorizationUI(String, Executor) - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
Constructs a new SemiAutomaticAuthorizationUI for the given API URL.
SemiAutomaticAuthorizationUI.RetrieveAccessTokenAction - Class in org.openstreetmap.josm.gui.oauth
Action for retrieving an Access Token
SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel - Class in org.openstreetmap.josm.gui.oauth
This is the panel displayed in the second step of the semi-automatic authorization process.
SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel.BackAction - Class in org.openstreetmap.josm.gui.oauth
Action to go back to step 1 in the process
SemiAutomaticAuthorizationUI.RetrieveRequestTokenAction - Class in org.openstreetmap.josm.gui.oauth
Action for retrieving a request token
SemiAutomaticAuthorizationUI.RetrieveRequestTokenPanel - Class in org.openstreetmap.josm.gui.oauth
This is the panel displayed in the first step of the semi-automatic authorisation process.
SemiAutomaticAuthorizationUI.ShowAccessTokenPanel - Class in org.openstreetmap.josm.gui.oauth
Displays the retrieved Access Token in step 3.
SemiAutomaticAuthorizationUI.ShowAccessTokenPanel.RestartAction - Class in org.openstreetmap.josm.gui.oauth
Action to go back to step 1 in the process
SemiAutomaticAuthorizationUI.StepLabel - Class in org.openstreetmap.josm.gui.oauth
 
SemiAutomaticAuthorizationUI.TestAccessTokenAction - Class in org.openstreetmap.josm.gui.oauth
Action for testing an Access Token
send() - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
sendAuthorisationRequest(OsmOAuthAuthorizationClient.SessionId, OAuthToken, OsmPrivileges) - Method in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient
 
sendBadRequest(Writer, String) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Sends a 403 error: forbidden
sender - Variable in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog
 
sender - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
who sent the request? the host from referer header or IP of request sender
sendError(Writer) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Sends a 500 error: server error
sendForbidden(Writer, String) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Sends a 403 error: forbidden
sendHeader(Writer, String, String, boolean) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Send common HTTP headers to the client.
sendNotImplemented(Writer) - Static method in class org.openstreetmap.josm.io.remotecontrol.RequestProcessor
Sends a 501 error: not implemented
sendRequest(oauth.signpost.http.HttpRequest) - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.OAuthProvider
 
sendRequest(String, String, String, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
 
sendRequest(String, String, String, ProgressMonitor, boolean, boolean) - Method in class org.openstreetmap.josm.io.OsmApi
Generic method for sending requests to the OSM API.
SEPARATOR - Static variable in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
separator - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
separator - Variable in class org.openstreetmap.josm.gui.MapStatus.MapStatusPopupMenu
 
SeparatorLayerAction() - Constructor for class org.openstreetmap.josm.gui.layer.Layer.SeparatorLayerAction
 
sequence - Variable in class org.openstreetmap.josm.command.SequenceCommand
The command sequence to be executed.
SequenceCommand - Class in org.openstreetmap.josm.command
A command consisting of a sequence of other commands.
SequenceCommand(String, Collection<Command>) - Constructor for class org.openstreetmap.josm.command.SequenceCommand
Create the command by specifying the list of commands to execute.
SequenceCommand(String, Command...) - Constructor for class org.openstreetmap.josm.command.SequenceCommand
Convenient constructor, if the commands are known at compile time.
sequenceComplete - Variable in class org.openstreetmap.josm.command.SequenceCommand
 
serialize(SourceEntry) - Method in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.MapPaintPrefHelper
 
serialize(SourceEntry) - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.PresetPrefHelper
 
serialize(SourceEntry) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourcePrefHelper
Serializes the given source entry as a map.
serialize(SourceEntry) - Method in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.RulePrefHelper
 
serializeListOfStructs(Collection<T>, Class<T>) - Static method in class org.openstreetmap.josm.data.Preferences
 
serializeStruct(T, Class<T>) - Static method in class org.openstreetmap.josm.data.Preferences
Convert an object to a String Map, by using field names and values as map key and value.
serialVersionUID - Static variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeEditor
SerialVersionUID
serialVersionUID - Static variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodePanel
Serial Version UID
serialVersionUID - Static variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
Serial Version UID
serialVersionUID - Static variable in class org.openstreetmap.gui.jmapviewer.Demo
 
serialVersionUID - Static variable in class org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent
 
serialVersionUID - Static variable in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
Serial Version UID
serialVersionUID - Static variable in class org.openstreetmap.josm.actions.CreateCircleAction.PolarNodeComparator
 
serialVersionUID - Static variable in class org.openstreetmap.josm.actions.JoinNodeWayAction.NodeDistanceToRefNodeComparator
 
serialVersionUID - Static variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.cache.BufferedImageCacheEntry
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.cache.CacheEntry
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.coor.CachedLatLon
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.coor.EastNorth
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.gpx.Extensions
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.osm.NodeData
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.osm.NodePositionComparator
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitiveComparator
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.osm.PrimitiveData
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.osm.RelationData
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.osm.RelationMemberData
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.osm.WayData
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
serialVersionUID - Static variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
serialVersionUID - Static variable in class org.openstreetmap.josm.gui.datatransfer.PrimitiveTransferable.Data
 
serialVersionUID - Static variable in class org.openstreetmap.josm.gui.datatransfer.RelationMemberTransferable.Data
 
serialVersionUID - Static variable in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction.LengthContentComparator
 
serialVersionUID - Static variable in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeComparator
 
serialVersionUID - Static variable in exception org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerForbiddenException
 
serialVersionUID - Static variable in class org.openstreetmap.josm.tools.AlphanumComparator
 
serialVersionUID - Static variable in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
SERVER - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.CycleMap
 
SERVER - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.Mapnik
 
server - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection
 
Server(String, String, String, String) - Constructor for class org.openstreetmap.josm.gui.download.PlaceSelection.Server
 
server - Variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpServer
The server socket
server - Variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
The server socket
SERVER_NUM - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
 
SERVER_URL_HISTORY - Variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
 
ServerAccessPreference - Class in org.openstreetmap.josm.gui.preferences.server
Connection preferences, including authentication and proxy sub-preferences.
ServerAccessPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.server.ServerAccessPreference
 
ServerAccessPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.server
Factory used to create a new ServerAccessPreference.
serverNum - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.CycleMap
 
serverNum - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.Mapnik
 
serverProjections - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
projections supported by WMS servers
serverProjections - Variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
SERVERS - Static variable in class org.openstreetmap.josm.gui.download.PlaceSelection
 
serverUrl - Variable in class org.openstreetmap.josm.io.OsmApi
Server URL
services - Variable in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction
List of available rectifier services.
serviceUrl - Variable in class org.openstreetmap.josm.io.imagery.WMSImagery
 
sessionChoices - Static variable in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
(preference key => return value) mappings valid for the current operation (no, those two maps cannot be combined)
sessionFileURI - Variable in class org.openstreetmap.josm.io.session.SessionReader
 
SessionId() - Constructor for class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient.SessionId
 
SessionImporter - Class in org.openstreetmap.josm.io.session
File importer allowing to import session files (*.jos/joz files).
SessionImporter() - Constructor for class org.openstreetmap.josm.io.session.SessionImporter
Constructs a new SessionImporter.
SessionLayerExporter - Interface in org.openstreetmap.josm.io.session
Session layer exporter.
sessionLayerExporters - Static variable in class org.openstreetmap.josm.io.session.SessionWriter
 
SessionLayerImporter - Interface in org.openstreetmap.josm.io.session
Session layer importer.
sessionLayerImporters - Static variable in class org.openstreetmap.josm.io.session.SessionReader
 
SessionLoadAction - Class in org.openstreetmap.josm.actions
Loads a JOSM session.
SessionLoadAction() - Constructor for class org.openstreetmap.josm.actions.SessionLoadAction
Constructs a new SessionLoadAction.
SessionLoadAction.Loader - Class in org.openstreetmap.josm.actions
JOSM session loader
SessionReader - Class in org.openstreetmap.josm.io.session
Reads a .jos session file and loads the layers in the process.
SessionReader() - Constructor for class org.openstreetmap.josm.io.session.SessionReader
 
SessionReader.CancelOrContinueDialog - Class in org.openstreetmap.josm.io.session
Show Dialog when there is an error for one layer.
SessionReader.ImportSupport - Class in org.openstreetmap.josm.io.session
A class that provides some context for the individual SessionLayerImporter when doing the import.
SessionReader.LayerDependency - Class in org.openstreetmap.josm.io.session
 
sessionSaveAs - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Session > Save Session As...
SessionSaveAsAction - Class in org.openstreetmap.josm.actions
Saves a JOSM session
SessionSaveAsAction() - Constructor for class org.openstreetmap.josm.actions.SessionSaveAsAction
Constructs a new SessionSaveAsAction.
SessionSaveAsAction(boolean, boolean) - Constructor for class org.openstreetmap.josm.actions.SessionSaveAsAction
Constructs a new SessionSaveAsAction.
SessionSaveAsAction.SessionSaveAsDialog - Class in org.openstreetmap.josm.actions
The "Save Session" dialog
SessionSaveAsDialog() - Constructor for class org.openstreetmap.josm.actions.SessionSaveAsAction.SessionSaveAsDialog
Constructs a new SessionSaveAsDialog.
SessionWriter - Class in org.openstreetmap.josm.io.session
Writes a .jos session file from current supported layers.
SessionWriter(List<Layer>, int, Map<Layer, SessionLayerExporter>, MultiMap<Layer, Layer>, boolean) - Constructor for class org.openstreetmap.josm.io.session.SessionWriter
Constructs a new SessionWriter.
SessionWriter.ExportSupport - Class in org.openstreetmap.josm.io.session
A class that provides some context for the individual SessionLayerExporter when doing the export.
set - Variable in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
set(int, E) - Method in class org.openstreetmap.josm.tools.CopyList
 
set(String) - Static method in class org.openstreetmap.josm.tools.I18n
Sets the default locale (see Locale.setDefault(Locale) to the local given by localName.
set(O, P) - Method in interface org.openstreetmap.josm.tools.Property
Set the value of the property for the object.
setAbstractLayer(AbstractLayer) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
setAccelerator(AbstractAction) - Method in class org.openstreetmap.josm.tools.Shortcut
use this to set a actions's accelerator
setAccept(String) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets the Accept header.
setAcceptAllFileFilterUsed(boolean) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Determines whether the AcceptAll FileFilter is used as an available choice in the choosable filter list.
setAcceptAllFileFilterUsed(boolean) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
setAcceptAllFileFilterUsed(boolean) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
setAccessedUrl(String) - Method in exception org.openstreetmap.josm.io.OsmApiException
Sets the complete URL accessed when this error occured.
setAccessToken(OAuthToken) - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Sets the current Access Token.
setAccessToken(OAuthToken) - Method in class org.openstreetmap.josm.gui.oauth.AccessTokenInfoPanel
Displays the key and secret in token.
setAccessToken(OAuthToken) - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
setAccessToken(OAuthToken) - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.ShowAccessTokenPanel
 
setAccessToken(String, String) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Sets the access token hold by this holder.
setAccessToken(OAuthToken) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Sets the access token hold by this holder.
setAccessTokenKey(String) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Sets the access token key.
setAccessTokenSecret(String) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Sets the access token secret.
setAccountCreated(Date) - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
setActionAndAdapt(ToolbarPreferences.ActionDefinition) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ToolbarPopupMenu
 
setActionCommand(String) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
setActiveLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Set the active layer.
setActiveLayer(Layer, boolean) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
 
setActiveLayer(Layer) - Method in class org.openstreetmap.josm.gui.MapView
Deprecated.
Use !Main.getLayerManager().setActiveLayer() instead.
setActiveSources(Collection<? extends SourceEntry>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
setAdditionalClassLoaders(Collection<ClassLoader>) - Method in class org.openstreetmap.josm.tools.ImageProvider
Add a collection of additional class loaders to search image for.
setAdvancedParameters(OAuthParameters) - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
Sets the advanced parameters to be displayed
setAllowModifyNotes(boolean) - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Sets whether the client is allowed to modify notes.
setAllowReadGpx(boolean) - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Sets whether the client is allowed to read private GPS traces.
setAllowReadPrefs(boolean) - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Sets whether the client is allowed to read user preferences.
setAllowWriteApi(boolean) - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Sets whether the client is allowed to modify the map.
setAllowWriteGpx(boolean) - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Sets whether the client is allowed to upload GPS traces.
setAllowWritePrefs(boolean) - Method in class org.openstreetmap.josm.data.oauth.OsmPrivileges
Sets whether the client is allowed to modify user preferences.
setAnchorSelectionIndex(int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
setAngle(double) - Method in class org.openstreetmap.josm.gui.MapStatus
 
setAnonymous() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Remembers the fact that the current JOSM user is anonymous.
setApiUrl(String) - Method in class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
Sets the URL of the OSM API for which this UI is currently trying to retrieve an OAuth Access Token
setApiUrl(String) - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
Sets the URL of the OSM API for which this panel is currently displaying OAuth properties.
setApiUrl(String) - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
setApiUrl(String) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel
Sets the URL of the OSM API for which this panel is currently displaying OAuth properties.
setApiUrlInputEnabled(boolean) - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
Enables or disables the API URL input.
setApplied(boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
setArchive(File) - Method in class org.openstreetmap.josm.tools.ImageProvider
Specify a zip file where the image is located.
setArea(Bounds) - Method in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
Sets the bookmark area
setArmed(boolean) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
setAssignedKey(int) - Method in class org.openstreetmap.josm.tools.Shortcut
FOR PREF PANE ONLY.
setAssignedModifier(int) - Method in class org.openstreetmap.josm.tools.Shortcut
FOR PREF PANE ONLY.
setAssignedUser(boolean) - Method in class org.openstreetmap.josm.tools.Shortcut
FOR PREF PANE ONLY.
setAssociatedFile(File) - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
setAssociatedFile(File) - Method in class org.openstreetmap.josm.gui.layer.Layer
 
setAttribution(AbstractTileSource) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Applies the attribution from this object to a tile source.
setAttributionImage(Image) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
setAttributionImage(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setAttributionImageURL(String) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
setAttributionImageURL(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setAttributionLinkURL(String) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
setAttributionLinkURL(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setAttributionText(String) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
setAttributionText(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setAuthoriseUrl(String) - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel
 
setAutocompleteEnabled(boolean) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
 
setAutoCompletionList(AutoCompletionList) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
Sets the auto completion list.
setAutoCompletionList(AutoCompletionList) - Method in class org.openstreetmap.josm.gui.tagging.TagCellEditor
sets the AutoCompletionList this table cell editor synchronizes with
setAutoCompletionList(AutoCompletionList) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
Sets the editor autocompletion list
setAutoCompletionManager(AutoCompletionManager) - Method in class org.openstreetmap.josm.gui.tagging.TagCellEditor
 
setAutoCompletionManager(AutoCompletionManager) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
 
setAutoHideDisabledButton(boolean) - Method in class org.openstreetmap.josm.gui.IconToggleButton
This function should be called for plugins that want to enable auto-hiding custom buttons when they are disabled (because of incorrect layer, for example)
setAutomatic() - Method in class org.openstreetmap.josm.tools.Shortcut
FOR PREF PANE ONLY
setAvailablePlugins(Collection<PluginInformation>) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Sets the list of available plugins.
setBackColor(Color) - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
setBackColor(Color) - Method in class org.openstreetmap.gui.jmapviewer.Style
 
setBackgroundColor(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.MergedTableCellRenderer
 
setBackgroundColor(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.MineTableCellRenderer
 
setBackgroundColor(TagMergeItem, boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TheirTableCellRenderer
 
setBackgroundLayer(boolean) - Method in class org.openstreetmap.josm.gui.layer.Layer
Sets whether this layer is a background layer
setBackgroundReadable(String, HistoryBrowserModel.TagTableModel, boolean, boolean) - Method in class org.openstreetmap.josm.gui.history.TagTableCellRenderer
 
setBackgroundReadable(JComponent, Color) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Sets the background color for this component, and adjust the foreground color so the text remains readable.
setBaseSegment(WaySegment) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
setBeforeUpload(boolean) - Method in class org.openstreetmap.josm.data.validation.Test
Sets the flag that marks an upload check
setBoundingBox(Bounds) - Method in interface org.openstreetmap.josm.gui.bbox.BBoxChooser
Sets the current bounding box in this BboxChooser.
setBoundingBox(Bounds) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
Sets the current bounding box in this bbox chooser without emiting a property change event.
setBoundingBox(Bounds) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
Sets the current bounding box.
setBoundingBox(Bounds) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBoundsMapView
 
setBoundingBox(Bounds) - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel
 
setBounds(ImageryInfo.ImageryBounds) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the imagery polygonial bounds.
setBounds(Rectangle) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
Set the bounding Rectangle for this node.
setButton(JToggleButton) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Sets the button from the button list that is used to display this dialog.
setButton(JButton) - Method in class org.openstreetmap.josm.gui.MapFrame.ListAllButtonsAction
 
setButtonHidden(boolean) - Method in interface org.openstreetmap.josm.gui.HideableButton
 
setButtonHidden(boolean) - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
setButtonIcons(Icon[]) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Allows decorating the buttons with icons.
setButtonIcons(String[]) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Convenience method to provide image names instead of images.
setCacheSize(int) - Method in class org.openstreetmap.gui.jmapviewer.MemoryTileCache
Changes the maximum number of Tile objects that this cache holds.
setCachingStrategy(CachedFile.CachingStrategy) - Method in class org.openstreetmap.josm.io.CachedFile
Set the caching strategy.
setCancelable(boolean) - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
setCancelButton(Integer...) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Used in combination with toggle: If the user presses 'cancel' the toggle settings are ignored and not saved to the pref
setCancelCallback(ActionListener) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
Installs a callback for the cancel button.
setCanceled(boolean) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
Marks this download task as canceled.
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
 
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.io.AbstractIOTask
Set whether this task has been canceled
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.io.AbstractUploadDialog
Sets whether the dialog was canceled
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
Sets whether this dialog is canceled
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
setCanceled(boolean) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
 
setCanceled(boolean) - Method in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
Sets the cancelation status (authentication request canceled by user)
setCanceled(boolean) - Method in class org.openstreetmap.josm.io.FileExporter
Marks this exporter as canceled.
setCancelEnabled(boolean) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
Sets whether the cancel button is enabled or not
setCellEditor(TableCellEditor, int...) - Method in class org.openstreetmap.josm.gui.tagging.TagTableColumnModelBuilder
Sets cell editor of specified columns.
setCenter(Point) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
setCentreEnabled(boolean) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
Enables (or disables) the "Center view" button.
setChangeset(Changeset) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Sets the changeset for this history primitive.
setChangeset(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.HeaderPanel
 
setChangeset(Changeset) - Method in class org.openstreetmap.josm.io.OsmApi
Sets the changesets to which further data uploads are directed.
setChangeset(Changeset) - Method in class org.openstreetmap.josm.io.OsmWriter
 
setChangesetId(int) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
setChangesetId(int) - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Sets the changeset id of this primitive.
setChangesetId(int) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
setChangesetInDetailView(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
Sets the changeset currently displayed in the detail view.
setChangesets(Collection<Changeset>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
setChangesets(Collection<Changeset>) - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
Sets the collection of changesets to be displayed
setChangesetTags(DataSet) - Method in class org.openstreetmap.josm.gui.io.UploadDialog
Sets the tags for this upload based on (later items overwrite earlier ones): previous "source" and "comment" input the tags set in the dataset (see DataSet.getChangeSetTags()) the tags from the selected open changeset the JOSM user agent (see Version.getAgentString(boolean))
setCharCount(int) - Method in class org.openstreetmap.josm.gui.widgets.ImageLabel
Sets the preferred char count.
setChildComponentsEnabled(boolean) - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
setChildren(List<MultiSplitLayout.Node>) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Split
Set's the children property of this Split node.
setChildrens(DefaultMutableTreeNode, Boolean) - Static method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxTree
 
setChunkSize(int) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
setClassExpressions - Variable in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
setClickListener(ActionListener) - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
setCloseChangesetAfterNextUpload(boolean) - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
setCloseChangesetAfterUpload(boolean) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
setClosedAt(Date) - Method in class org.openstreetmap.josm.data.notes.Note
Sets date at which this note has been closed.
setClosedAt(Date) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setCode(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
setColor(Color) - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
setColor(Color) - Method in class org.openstreetmap.gui.jmapviewer.Style
 
setColorfulness(double) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
setColorfulness(double) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulImageProcessor
Sets the colorfulness value.
setColorfulness(double) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Sets the colorfulness of this image.
setColorModel(Map<String, String>) - Method in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
Set the colors to be shown in the preference table.
setColors(Component, JTable, boolean, int) - Static method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverColumnModel
 
setColors(Component, String, boolean) - Static method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesCellRenderer
 
setColumn(int) - Method in exception org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException
 
setCommand(JMVCommandEvent.COMMAND) - Method in class org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent
 
setCommand(String) - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Save command associated with this handler.
setComment(String) - Method in class org.openstreetmap.josm.gui.io.ChangesetCommentModel
Sets the current changeset comment and notifies observers if the comment has changed.
setCommentsCount(int) - Method in class org.openstreetmap.josm.data.osm.Changeset
Sets the number of comments for this changeset.
setConcurrentConnections(int) - Static method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
Sets the maximum number of concurrent connections the tile loader will do
setConfigurationParameterRequestListener(ConfigurationParameterRequestHandler) - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
setConnectTimeout(int) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.
setContent(ChangesetDataSet) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setContent(Component) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Sets the content that will be displayed in the message dialog.
setContent(Component, boolean) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Sets the content that will be displayed in the message dialog.
setContent(String) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Sets the message that will be displayed.
setContent(Component) - Method in class org.openstreetmap.josm.gui.Notification
Set the content of the message.
setContent(String) - Method in class org.openstreetmap.josm.gui.Notification
Set the notification text.
setContentPane(Container) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
setContentVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Sets the visibility of all components in this toggle dialog, except the title bar
setContinuation(Runnable) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
Set a continuation which is called upon the job finished.
setContinuousLayout(boolean) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
Sets the value of the continuousLayout property.
setCoor(LatLon) - Method in interface org.openstreetmap.josm.data.osm.INode
Sets lat/lon coordinates of this node.
setCoor(LatLon) - Method in class org.openstreetmap.josm.data.osm.Node
 
setCoor(LatLon) - Method in class org.openstreetmap.josm.data.osm.NodeData
 
setCoor(LatLon) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Sets the marker's coordinates.
setCoordinateFormat(CoordinateFormat) - Static method in enum org.openstreetmap.josm.data.coor.CoordinateFormat
Sets the default coordinate format
setCoordinates(LatLon) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
setCoords(LatLon) - Method in class org.openstreetmap.josm.data.osm.history.HistoryNode
Sets the coordinates.
setCoorInternal(LatLon, EastNorth) - Method in class org.openstreetmap.josm.data.osm.Node
To be used only by Dataset.reindexNode
setCorrectPermissions(File) - Static method in class org.openstreetmap.josm.data.Preferences
 
setCorrespondingSideButton(SideButton) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
Sets the corresponding side button.
setCount(String) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
 
setCountryCode(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the ISO 3166-1-alpha-2 country code.
setCreatedAt(Date) - Method in class org.openstreetmap.josm.data.notes.Note
Sets date at which this note has been created.
setCreatedAt(Date) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setCurrentAccessibleValue(Number) - Method in class org.openstreetmap.josm.gui.MapScaler.AccessibleMapScaler
 
setCurrentAction(String) - Method in class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
setCurrentAction(String) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
setCurrentAction(ToolbarPreferences.ActionDefinition) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParametersTableModel
 
setCurrentAction(String) - Method in interface org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor.ProgressMonitorDialog
 
setCurrentChangeset(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel
 
setCurrentChangeset(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
setCurrentChangeset(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
setCurrentDirectory(File) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Sets the current directory.
setCurrentDirectory(File) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
setCurrentDirectory(File) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
setCurrentMap(TileSource) - Method in class org.openstreetmap.josm.gui.bbox.SourceButton
 
setCurrentPointInTime(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Sets the HistoryOsmPrimitive which plays the role of the current point in time (see PointInTimeType).
setCurrentPointInTime(int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
setCurrentRelationAsSelection() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.MouseEventHandler
 
setCurrentUrl(String) - Method in class org.openstreetmap.josm.gui.help.HelpBrowserHistory
Remembers the new current URL.
setCustomText(String) - Method in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
setCustomText(String) - Method in class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
setCustomText(String) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
Sets a custom text line below currentAction.
setCustomText(String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
setCustomText(String) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
setCustomText(String) - Method in interface org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor.ProgressMonitorDialog
 
setCustomText(String) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Shows additional text
setCustomText(String) - Method in interface org.openstreetmap.josm.gui.progress.ProgressRenderer
 
setCustomText(String) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
setData(CheckBoxNodeData) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodePanel
 
setData(Collection<Note>) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteTableModel
 
setData(List<PlaceSelection.SearchResult>) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableModel
 
setDataset(DataSet) - Method in class org.openstreetmap.josm.data.osm.Node
 
setDataset(DataSet) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
This method should never ever by called from somewhere else than Dataset.addPrimitive or removePrimitive methods
setDataset(DataSet) - Method in class org.openstreetmap.josm.data.osm.Relation
 
setDataset(DataSet) - Method in class org.openstreetmap.josm.data.osm.Way
 
setDate(Date) - Method in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
setDblClickListener(ActionListener) - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
 
setDefaultButton(int) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Sets the button that will react to ENTER.
setDefaultEntry(boolean) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the default state of this entry.
setDefaultFilter(String) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.ShortcutPreference
Sets the default filter used to show only shortcuts with descriptions containing given substring.
setDefaultIncrement(JScrollPane) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Set the default unit increment for a JScrollPane.
setDefaultLocale(Locale) - Static method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Sets the default locale for all implementations.
setDefaultMaxZoom(int) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the maximum zoom level.
setDefaultMinZoom(int) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the minimum zoom level.
setDefaultSelectedHandling(boolean) - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
setDeleted(boolean) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
setDeleted(boolean) - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Sets whether this primitive is deleted or not.
setDeleted(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
setDeleted(boolean) - Method in class org.openstreetmap.josm.data.osm.Relation
 
setDeleted(boolean) - Method in class org.openstreetmap.josm.data.osm.Way
 
setDescription(String) - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
setDescription(String, String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the description text when existing.
setDescription(String) - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
setDescription(String) - Method in class org.openstreetmap.josm.gui.widgets.UrlLabel
Sets the text part of the URL label.
setDestDir(String) - Method in class org.openstreetmap.josm.io.CachedFile
Set the destination directory for the cache file.
setDialogsPanel(DialogsPanel) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Sets the dialogsPanel managing all toggle dialogs.
setDialogsPanelVisible(boolean) - Method in class org.openstreetmap.josm.gui.MapFrame
 
setDialogTitle(String) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Sets the string that goes in the JFileChooser window's title bar.
setDialogTitle(String) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
setDialogTitle(String) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
setDialogVisible(boolean) - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
setDirectionX(int) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
 
setDirectionY(int) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
 
setDirs(Collection<String>) - Method in class org.openstreetmap.josm.tools.ImageProvider
Directories to look for the image.
setDirty(boolean) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
setDisabled(boolean) - Method in class org.openstreetmap.josm.tools.ImageProvider
Set, if image must be filtered to grayscale so it will look like disabled icon.
setDisabled(boolean) - Method in class org.openstreetmap.josm.tools.ImageResource
Set, if image must be filtered to grayscale so it will look like disabled icon.
setDisabledState(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Make the primitive disabled (e.g. if a filter applies).
setDisabledType(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Set binary property used internally by the filter mechanism.
setDisplayName(String) - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
setDisplayName() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Change the display name without changing the toolbar value.
setDisplayName() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
 
setDisplayName() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSeparator
 
setDisplayPosition(ICoordinate, int) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Changes the map pane so that it is centered on the specified coordinate at the given zoom level.
setDisplayPosition(Point, ICoordinate, int) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Changes the map pane so that the specified coordinate at the given zoom level is displayed on the map at the screen coordinate mapPoint.
setDisplayPosition(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the display position.
setDisplayPosition(Point, int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the display position.
setDisplayToFitMapElements(boolean, boolean, boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the displayed map pane and zoom level so that all chosen map elements are visible.
setDisplayToFitMapMarkers() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the displayed map pane and zoom level so that all map markers are visible.
setDisplayToFitMapMarkers() - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
Pans the map to the old+new coordinate
setDisplayToFitMapPolygons() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the displayed map pane and zoom level so that all map polygons are visible.
setDisplayToFitMapRectangles() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the displayed map pane and zoom level so that all map rectangles are visible.
setDist(double) - Method in class org.openstreetmap.josm.gui.MapStatus
Sets the distance text to the given value
setDist(Collection<Way>) - Method in class org.openstreetmap.josm.gui.MapStatus
Sets the distance text to the total sum of given ways length
setDividerPainter(MultiSplitPane.DividerPainter) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
Sets the DividerPainter that's used to paint Dividers on this MultiSplitPane.
setDividerSize(int) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Sets the width of Dividers in Split rows, and the height of Dividers in Split columns.
setDividerSize(int) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
A convenience method that sets the MultiSplitLayout dividerSize property.
setDoAuthenticate(boolean) - Method in class org.openstreetmap.josm.io.OsmServerReader
Sets whether this reader adds authentication credentials to the read request sent to the server.
setDoCheckSaveConditions(boolean) - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Sets whether preconditions should be checked before saving
setDocumentLocator(Locator) - Method in class org.openstreetmap.josm.io.AbstractParser
 
setDocumentLocator(Locator) - Method in class org.openstreetmap.josm.io.DiffResultProcessor.Parser
 
setDocumentLocator(Locator) - Method in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
setDocumentLocator(Locator) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
setDoSaveToFile(boolean) - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Sets whether this layer should be saved to a file
setDotted(Graphics) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
setDoubleClickZoomEnabled(boolean) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
setDoUploadToServer(boolean) - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Sets whether this layer should be uploaded to a server
setDownloadArea(Bounds) - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection
Sets the current download area
setDownloadArea(Bounds) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
setDownloadArea(Bounds) - Method in interface org.openstreetmap.josm.gui.download.DownloadSelection
Sets the current download area.
setDownloadArea(Bounds) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection
 
setDownloadArea(Bounds) - Method in class org.openstreetmap.josm.gui.download.SlippyMapChooser
 
setDownloadArea(Bounds) - Method in class org.openstreetmap.josm.gui.download.TileSelection
 
setDownloadExecutor(ThreadPoolExecutor) - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
Sets the download executor that will be used to download tiles instead of default one.
setDownloadRelations(boolean, boolean) - Method in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
Sets whether .
setDownloadTask(AbstractChangesetDownloadTask.RunnableDownloadTask) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask
 
setDrawMultipolygon(boolean) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
setDuration(int) - Method in class org.openstreetmap.josm.gui.Notification
Set the time after which the message is hidden.
setEastNorth(EastNorth) - Method in interface org.openstreetmap.josm.data.osm.INode
Sets east/north coordinates of this node.
setEastNorth(EastNorth) - Method in class org.openstreetmap.josm.data.osm.Node
 
setEastNorth(EastNorth) - Method in class org.openstreetmap.josm.data.osm.NodeData
 
setEastNorth(EastNorth) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Sets the marker's projected coordinates.
setEastNorthText(String) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
setElements(List<MapObject>) - Method in class org.openstreetmap.gui.jmapviewer.Layer
 
setElements(List<AbstractLayer>) - Method in class org.openstreetmap.gui.jmapviewer.LayerGroup
 
setElevation(Double) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Sets the elevation.
setEnabled(boolean) - Method in class org.openstreetmap.josm.actions.ParameterizedActionDecorator
 
setEnabled(boolean) - Method in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
Enables or disables this button spec, depending on the value of the parameter b.
setEnabled(boolean) - Method in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
setEnabled(boolean) - Method in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel.UseDefaultItemListener
 
setEnabled(boolean) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
 
setEnabled(boolean) - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
Sets the enabled state of the key detector.
setEnabled(boolean) - Method in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
setEnabled(boolean) - Method in class org.openstreetmap.josm.gui.widgets.EditableList
 
setEnabled(boolean) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
We disable focusing on the component when it is not enabled.
setEnabled(boolean) - Method in class org.openstreetmap.josm.io.auth.DefaultAuthenticator
Enabled/disables this authenticator, i.e., decides whether it should provide password authentication via CredentialsManager.
setEnabled(boolean) - Method in class org.openstreetmap.josm.io.FileExporter
Sets the enabled state of the FileExporter.
setEnabled(boolean) - Method in class org.openstreetmap.josm.io.FileImporter
Sets the enabled state of the FileImporter.
setEnabledRec(Container, boolean) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
disable / enable a component and all its child components
setEpsg4326To3857Supported(boolean) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setErroneous(boolean) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Sets this marker erroneous or not.
setError(Exception) - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
setError(String) - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
setError(Exception) - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
setErrorBody(String) - Method in exception org.openstreetmap.josm.io.OsmApiException
Sets the error body.
setErrorFeedback(JosmTextField, String) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
setErrorFeedback(JosmTextField, String) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.ChunkSizeInputVerifier
 
setErrorHeader(String) - Method in exception org.openstreetmap.josm.io.OsmApiException
Sets the error header.
setErrorList(List<TestError>) - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Sets the errors list used by a data layer
setErrorMessage(String) - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
 
setErrorMessage(String) - Method in class org.openstreetmap.josm.data.validation.routines.AbstractValidator
Sets the error message.
setErrorMessage(JosmTextField, String) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
setErrors(List<TestError>) - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Clears the current error list and adds these errors to it
setEtag(String) - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
Sets the ETag header that was set with this entry
setEulaAcceptanceRequired(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the EULA acceptance URL.
setExifCoor(LatLon) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
setExifGpsTime(Date) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Sets the EXIF GPS time.
setExifImgDir(Double) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
setExifOrientation(Integer) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Sets EXIF orientation.
setExifTime(Date) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Sets EXIF time.
setExpirationTime(long) - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
sets expiration time for the object in cache
setExtendedUrl(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the extended URL of this entry.
setExtraText(String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
setExtraText(String) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
setExtraText(String) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Show extra text after normal task title.
setExtraText(String) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
setFailed(boolean) - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
Marks this download task as failed.
setFailed(boolean) - Method in class org.openstreetmap.josm.gui.io.AbstractIOTask
Sets whether the task has been failed
setFastFail(boolean) - Method in class org.openstreetmap.josm.io.CachedFile
Sets whether opening HTTP connections should fail fast, i.e., whether a low connect timeout should be used.
setFastFail(boolean) - Method in class org.openstreetmap.josm.io.imagery.ImageryReader
Sets whether opening HTTP connections should fail fast, i.e., whether a low connect timeout should be used.
setFile(File) - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Sets the file this layer should be saved to, if SaveLayerInfo.isDoSaveToFile() is true
setFile(File) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Sets associated file.
setFileCacheEnabled(boolean) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
setFileFilter(FileFilter) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Sets the current file filter.
setFileFilter(FileFilter) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
setFileFilter(FileFilter) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
setFileSelectionMode(int) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Sets the JFileChooser to allow the user to just select files, just select directories, or select both files and directories.
setFileSelectionMode(int) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
setFileSelectionMode(int) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
setFilter(int, Filter) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
setFilter(SearchCompiler.Match) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
setFilter(SearchCompiler.Match) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
setFilter(Set<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Set the filter list to a set of primitives
setFilter() - Method in class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
 
setFilterAppliedListener(ActionListener) - Method in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
setFilterStateChanged() - Method in class org.openstreetmap.josm.gui.layer.Layer
Sets new state to the layer after applying ImageProcessor.
setFinishedTask(Runnable) - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
Sets a job, that will be run, when job will finish execution
setFinishOnCloseOutput(boolean) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets whether the progress monitor task will be finished when the output stream is closed.
setFixedLocale(boolean) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
If the locale is fixed, English keyboard layout will be used by default for this combobox all other components can still have different keyboard layout selected
setFixedMode() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
setFloatingDividers(boolean) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
If true, Leaf node bounds match the corresponding component's preferred size and Splits/Dividers are resized accordingly.
setFocusAccelerator(JTextComponent) - Method in class org.openstreetmap.josm.tools.Shortcut
Sets the mnemonic key on a text component.
setFocusOnDefaultButton(boolean) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Makes default button request initial focus or not.
setFont(Font) - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
setFont(Font) - Method in class org.openstreetmap.gui.jmapviewer.Style
 
setFrozen(boolean) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
setFullyIdentified(String, UserInfo) - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Remembers the fact that the current JOSM user is fully identified with a verified pair of user name and user id.
setGamma(double) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
setGamma(double) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.GammaImageProcessor
Sets a new gamma value, 1 stands for no correction.
setGamma(double) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Sets a new gamma value, 1 stands for no correction.
setGeoreferenceValid(boolean) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setGpsTime(Date) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
setGroup(ButtonGroup) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
setHandlers(Class<?>, Class<?>, Class<?>, Class<?>, Class<?>, Object, Object) - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
setHeader(String, String) - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
setHeader(String, String) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets an arbitrary HTTP header.
setHeaders(Map<String, String>) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets arbitrary HTTP headers.
setHeading(double) - Method in class org.openstreetmap.josm.gui.MapStatus
 
setHeadlines(String, String) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableColumnModel
 
setHeight(int) - Method in class org.openstreetmap.josm.tools.ImageProvider
Set image height
setHelpContext(JComponent, String) - Static method in class org.openstreetmap.josm.gui.help.HelpUtil
Makes a component aware of context sensitive help.
setHelpId() - Method in class org.openstreetmap.josm.actions.JosmAction
 
setHelpText(String) - Method in class org.openstreetmap.josm.gui.MapStatus
 
setHelpText(Object, String) - Method in class org.openstreetmap.josm.gui.MapStatus
 
setHelpTopic(String) - Method in class org.openstreetmap.josm.gui.help.ContextSensitiveHelpAction
Sets the help topic.
setHelpTopic(String) - Method in class org.openstreetmap.josm.gui.Notification
Display a help button at the bottom of the notification window.
setHiddenType(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Set binary property used internally by the filter mechanism.
setHighlight(OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.gui.util.HighlightHelper
Highlight and remember given primitive
setHighlight(OsmPrimitive, boolean, Set<Relation>) - Method in class org.openstreetmap.josm.gui.util.HighlightHelper
 
setHighlighted(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Updates the highlight flag for this primitive.
setHighlightedVirtualNodes(Collection<WaySegment>) - Method in class org.openstreetmap.josm.data.osm.DataSet
set what virtual nodes should be highlighted.
setHighlightedWaySegments(Collection<WaySegment>) - Method in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
setHighlightedWaySegments(Collection<WaySegment>) - Method in class org.openstreetmap.josm.data.osm.DataSet
set what virtual ways should be highlighted.
setHint(String) - Method in class org.openstreetmap.josm.gui.widgets.JosmTextField
Sets the hint to display when no text has been entered.
setHistory(History) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
Sets the current history.
setHistory(History) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
sets the history to be managed by this model
setHistory(List<String>) - Method in class org.openstreetmap.josm.gui.widgets.HistoryComboBox
Sets the elements of the ComboBox to the given items
setHistoryComboBoxDownFocusTraversalHandler(Action, HistoryComboBox) - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
setHome(LatLon) - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
setHomeZoom(int) - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
setHttpAccept(String) - Method in class org.openstreetmap.josm.io.CachedFile
Set the accepted MIME types sent in the HTTP Accept header.
setHttpHeaders(Map<String, String>) - Method in class org.openstreetmap.josm.io.CachedFile
Sets the http headers.
setIcon(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the entry icon.
setIcon(Icon) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Decorate the dialog with an icon that is shown on the left part of the window area.
setIcon(int) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Convenience method to allow values that would be accepted by JOptionPane as messageType.
setIcon(Icon) - Method in class org.openstreetmap.josm.gui.Notification
Set an icon to display on the left part of the message window.
setIcon(int) - Method in class org.openstreetmap.josm.gui.Notification
Set an icon to display on the left part of the message window by choosing from the default JOptionPane icons.
setIcon(String) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
setIcon(String) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Called from the XML parser to set the icon.
setIcon(String) - Method in class org.openstreetmap.josm.gui.widgets.ImageLabel
Sets the image to display.
setIconPaths(Collection<String>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
setId(String) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Sets the tile id.
setId(long) - Method in class org.openstreetmap.josm.data.notes.Note
Sets note id.
setId(int) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setId(long) - Method in class org.openstreetmap.josm.data.osm.PrimitiveData
 
setId(int) - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
setId(Integer) - Method in class org.openstreetmap.josm.gui.history.VersionInfoPanel.OpenChangesetDialogAction
 
setId(String) - Method in class org.openstreetmap.josm.tools.ImageProvider
Set an id used for caching.
setIfModifiedSince(long) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets the If-Modified-Since header.
setIgnored(boolean) - Method in class org.openstreetmap.josm.data.validation.TestError
 
setImage(BufferedImage) - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
setImage(File, Integer) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
setImageryType(ImageryInfo.ImageryType) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the imagery type.
setInArchiveDir(String) - Method in class org.openstreetmap.josm.tools.ImageProvider
Specify a base path inside the zip file.
setInBackgroundCallback(ActionListener) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
Installs a callback for the "In background" button.
setInBackgroundPossible(boolean) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
setIncomplete(boolean) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
If set to true, this object is incomplete, which means only the id and type is known (type is the objects instance class)
setIncomplete(boolean) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setIncomplete(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
setIncomplete(boolean) - Method in class org.openstreetmap.josm.data.osm.PrimitiveData
override to make it public
setIndeterminate(boolean) - Method in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
setIndeterminate(boolean) - Method in class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
setIndeterminate(boolean) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
setIndeterminate(boolean) - Method in interface org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor.ProgressMonitorDialog
 
setIndeterminate(boolean) - Method in interface org.openstreetmap.josm.gui.progress.ProgressRenderer
 
setInitialValue(String) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
setInitStatusListener(Main.InitStatusListener) - Static method in class org.openstreetmap.josm.Main
 
setInterval(int) - Method in class org.openstreetmap.josm.gui.MenuScroller.MenuScrollItem
 
setInterval(int) - Method in class org.openstreetmap.josm.gui.MenuScroller
Sets the scroll interval in milliseconds
setIntervalCount(int) - Method in class org.openstreetmap.josm.tools.ColorScale
 
setIsButtonHiding(ToggleDialog.ButtonHidingType) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
setIsCollapsed(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
setIsDocked(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
setIsOsmChange(boolean) - Method in class org.openstreetmap.josm.io.OsmWriter
 
setIsShowing(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
setItem(Object) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
setItems(Iterable<String>) - Method in class org.openstreetmap.josm.gui.widgets.EditableList
 
setItems(List<T>) - Method in class org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel.ResultListModel
 
setItemsAsString(List<String>) - Method in class org.openstreetmap.josm.gui.widgets.ComboBoxHistory
Removes all items and adds the given items.
setJOSMSelection(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Sets the collection of currently selected OSM objects
setKey(String) - Method in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
setKeyList() - Static method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
setKeys(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Sets the keys of this primitives to the key/value pairs in keys.
setKeys(TagMap) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Copy the keys from a TagMap.
setKeys(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setKeys(TagMap) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
setKeys(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
setKeys(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.Tag
Unsupported.
setKeys(Map<String, String>) - Method in interface org.openstreetmap.josm.data.osm.Tagged
Sets the map of key/value pairs
setLanguages(List<String>) - Method in class org.openstreetmap.josm.data.osm.UserInfo
 
setLassoMode(boolean) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Enable or diable the lasso mode
setLassoMode(boolean) - Method in class org.openstreetmap.josm.gui.SelectionManager
Enables or disables the lasso mode.
setLastException(Exception) - Method in class org.openstreetmap.josm.gui.io.AbstractIOTask
Sets the last exception caught
setLastLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToMarker
 
setLastModification(long) - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
sets last modification of the object in cache
setLat(double) - Method in class org.openstreetmap.gui.jmapviewer.Coordinate
 
setLat(double) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.ICoordinate
 
setLat(double) - Method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
setLatAccuracyAvailable(boolean) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for latitude accuracy availability
setLatAccuracySeconds(double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for latitude accuracy
setLatDegrees(double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for latitude
setLatest(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
setLatLon(LatLonDialog.LatLonHolder, double, double, double, String, double, double, double, String) - Static method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
setLatLon(LatLonDialog.LatLonHolder, double, double, double, String) - Static method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
setLatLonObj(LatLonDialog.LatLonHolder, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
setLatLonText(String) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
setLatSeconds(double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for latitude
setLatShiftSeconds(double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for latitude shift
setLayer(Layer) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.MapObject
 
setLayer(Layer) - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
setLayer(OsmDataLayer) - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
Sets the data layer.
setLayerFileName(AutosaveTask.AutosaveLayerInfo) - Method in class org.openstreetmap.josm.data.AutosaveTask
 
setLayerList(LayerListDialog.LayerList) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
setLeadSelectionIndex(int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
setLine(int) - Method in exception org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException
 
setLoaded(boolean) - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
setLoadIcons(boolean) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
Sets whether icon images should be loaded.
setLon(double) - Method in class org.openstreetmap.gui.jmapviewer.Coordinate
 
setLon(double) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.ICoordinate
 
setLon(double) - Method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
setLonAccuracyAvailable(boolean) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for longitude accuracy availability
setLonAccuracySeconds(double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for longitude accuracy
setLongText(String) - Method in class org.openstreetmap.josm.tools.Shortcut
 
setLonPositiveEastDegrees(double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for longitude
setLonPositiveWestSeconds(double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for longitude
setLonShiftPositiveWestSeconds(double) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Data store function for longitude shift value
setMapFrame(MapFrame) - Method in class org.openstreetmap.josm.Main
Deprecated.
This is done automatically by MainPanel
setMapMarkerList(List<MapMarker>) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the list of MapMarkers.
setMapMarkerVisible(boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Enables or disables painting of the MapMarker
setMapPolygonList(List<MapPolygon>) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the list of MapPolygons.
setMapPolygonsVisible(boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Enables or disables painting of the MapPolygons.
setMapRectangleList(List<MapRectangle>) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the list of MapRectangles.
setMapRectanglesVisible(boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Enables or disables painting of the MapRectangles.
setMax(LatLon) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setMaxAge(long) - Method in class org.openstreetmap.josm.io.CachedFile
Set maximum age of cache file.
setMaxChars(Integer) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
Sets the maximum number of characters allowed.
setMaxHeight(int) - Method in class org.openstreetmap.josm.tools.ImageProvider
Limit the maximum height of the image.
setMaximized(boolean) - Method in class org.openstreetmap.josm.gui.MainFrame
Sets this frame to be maximized.
setMaximum(int) - Method in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
setMaximum(int) - Method in interface org.openstreetmap.josm.gui.progress.ProgressRenderer
 
setMaxRedirects(int) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets the maximum number of redirections to follow.
setMaxSize(Dimension) - Method in class org.openstreetmap.josm.tools.ImageProvider
Limit the maximum size of the image.
setMaxSize(ImageProvider.ImageSizes) - Method in class org.openstreetmap.josm.tools.ImageProvider
Limit the maximum size of the image.
setMaxSize(int) - Method in class org.openstreetmap.josm.tools.ImageProvider
Convenience method, see ImageProvider.setMaxSize(Dimension).
setMaxTextLength(int) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
Sets the maximum text length.
setMaxTilesInMemory(int) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
setMaxWidth(int, int...) - Method in class org.openstreetmap.josm.gui.tagging.TagTableColumnModelBuilder
Sets max width of specified columns.
setMaxWidth(int) - Method in class org.openstreetmap.josm.gui.widgets.JMultilineLabel
Set the maximum width.
setMaxWidth(int) - Method in class org.openstreetmap.josm.tools.ImageProvider
Limit the maximum width of the image.
setMaxZoomLvl(int) - Static method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Sets maximum zoom level, that layer will attempt show
setMember(int, RelationMember) - Method in class org.openstreetmap.josm.data.osm.Relation
Replace member at position specified by index.
setMember_expression(String) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
 
setMembers(List<RelationMember>) - Method in class org.openstreetmap.josm.data.osm.Relation
 
setMembers(List<RelationMemberData>) - Method in class org.openstreetmap.josm.data.osm.RelationData
 
setMenuCheckBox(JCheckBoxMenuItem) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
setMenuItems() - Method in class org.openstreetmap.josm.gui.MenuScroller.MenuScrollListener
 
setMergedMap(Map<PrimitiveId, PrimitiveId>) - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
setMessage(String) - Method in class org.openstreetmap.josm.data.validation.TestError
Sets the error message
setMessage(String) - Method in class org.openstreetmap.josm.plugins.PluginHandler.UpdatePluginsMessagePanel
 
setMetadata(Map<String, String>) - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
Sets the metadata about cache entry.
setMetadataHeaders(Map<String, String>) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Returns the map of <header name, metadata key> indicating, which HTTP headers should be moved to metadata
setMin(LatLon) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setMinZoomLvl(int) - Static method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Sets minimum zoom level, that layer will attempt show
setMnemonic(int) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
setMnemonic(JMenu) - Method in class org.openstreetmap.josm.tools.Shortcut
use this to set a menu's mnemonic
setMnemonic(AbstractButton) - Method in class org.openstreetmap.josm.tools.Shortcut
use this to set a buttons's mnemonic
setMode() - Method in class org.openstreetmap.josm.actions.DialogsToggleAction
 
setMode() - Method in class org.openstreetmap.josm.actions.FullscreenToggleAction
 
setMode(ParallelWayAction.Mode) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
setMode(SaveLayersModel.Mode) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
setModel(HistoryBrowserModel) - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
Sets the model for this viewer
setModel(HistoryBrowserModel) - Method in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
Sets the history browsing model.
setModel(HistoryBrowserModel) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer
Sets the history browser model.
setModel(MultiSplitLayout.Node) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
Set the root of the tree of Split, Leaf, and Divider nodes that define this layout.
setModel(MultiSplitLayout.Node) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
A convenience method that sets the MultiSplitLayout model.
setModified(boolean) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
setModified(boolean) - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Marks this primitive as being modified.
setModified(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
setMovementEnabled(boolean) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
Enables or disables that the map pane can be moved using the mouse.
setMovementMouseButton(int) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
Sets the mouse button that is used for moving the map.
setMultiSelectionEnabled(boolean) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Sets the file chooser to allow multiple file selections.
setMultiSelectionEnabled(boolean) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
setMultiSelectionEnabled(boolean) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
setMy(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
Sets the OsmPrimitive in the role "my"
setName(String) - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
setName(String) - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
setName(String) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Sets the tile name.
setName(String, String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the entry name and handle translation.
setName(String) - Method in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
Sets the bookmark name
setName(String) - Method in class org.openstreetmap.josm.gui.layer.Layer
Sets the name of the layer
setName(String) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionDefinition
 
setName(String) - Method in class org.openstreetmap.josm.gui.tagging.TagModel
sets the name.
setName(String) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Leaf
Set the value of the name property.
setName(String) - Method in class org.openstreetmap.josm.io.CachedFile
Set the name of the resource.
setName(String) - Method in class org.openstreetmap.josm.plugins.PluginInformation
Sets the name
setName_template(String) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
setName_template_filter(String) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
setNameComplementTags(List<String>) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
Sets the name complement tags to be looked up in order to build up the label.
setNameTags(List<String>) - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
Sets the name tags to be looked up in order to build up the label.
setNativeScaleLayer(NativeScaleLayer) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Choose a layer that scale will be snap to its native scales.
setNew(boolean) - Method in class org.openstreetmap.josm.data.notes.NoteComment
Sets whether this is a new comment/action and needs to be uploaded to the API
setNew(boolean) - Method in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
setNew(boolean) - Method in interface org.openstreetmap.josm.data.preferences.Setting
Mark setting as new.
setNew(String) - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
sets a new value for this
setNewCursor(Cursor, Object) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Set new cursor.
setNewCursor(int, Object) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Set new cursor.
setNewCursor(Cursor, Object) - Method in class org.openstreetmap.josm.gui.util.CursorManager
Set new cursor.
setNextEnabled(boolean) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
Enables (or disables) the "Next" button.
setNextFocusComponent(Component) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
Sets the next component to request focus after navigation (with tab or enter).
setNextFocusComponent(Component) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
Sets the next component to request focus after navigation (with tab or enter).
setNoDataColor(Color) - Method in class org.openstreetmap.josm.tools.ColorScale
 
setNodes(List<Node>) - Method in class org.openstreetmap.josm.data.osm.Way
Set new list of nodes to way.
setNodes(List<Long>) - Method in class org.openstreetmap.josm.data.osm.WayData
 
setNormalized(Collection<String>, List<String>) - Static method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.MultipolygonRoleMatcher
 
setNotes(Collection<Note>) - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog
Sets the list of notes to be displayed in the dialog.
setNotificationBackground(Color) - Method in class org.openstreetmap.josm.gui.NotificationManager.NotificationPanel
 
setNoTileAtZoom(boolean) - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
Sets the marker for "no tile at this zoom level"
setNoTileChecksums(MultiMap<String, String>) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the map of <checksum type, checksum value> that if any tile with that checksum will be returned, then this tile will be treated as "no tile at this zoom level"
setNoTileHeaders(MultiMap<String, String>) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
Sets the map of <header name, header value> that if any of this header will be returned, then this tile will be treated as "no tile at this zoom level"
setNumConflicts(int) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
setNumObjects(int) - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
setNumUploadedObjects(int) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
setObjectsAccessible(AccessibleObject...) - Static method in class org.openstreetmap.josm.tools.Utils
Sets AccessibleObject(s) accessible.
setOffline(OnlineResource) - Static method in class org.openstreetmap.josm.Main
Sets the given online resource to offline state.
setOffset(double, double) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Marks layer as needing redraw on offset change
setOffset(double, double) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Sets the displacement offset of this layer.
SetOffsetActionListener() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SetOffsetActionListener
 
setOkEnabled(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
setOnline(OnlineResource) - Static method in class org.openstreetmap.josm.Main
Sets the given online resource to online state.
setOpacity(double) - Method in class org.openstreetmap.josm.gui.layer.Layer
Sets the opacity of the layer, in range 0...1
setOpen(boolean) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setOptional(boolean) - Method in class org.openstreetmap.josm.tools.ImageProvider
Decide, if an exception should be thrown, when the image cannot be located.
setOsdText(String) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
setOsmId(long, int) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
setOsmId(long, int) - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Sets the id and the version of this primitive if it is known to the OSM API.
setOsmId(long, int) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Sets the id and the version of this primitive if it is known to the OSM API.
setOverpassQuery(String) - Method in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassDownloadDialog
 
setParent(LayerGroup) - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
setParser(XMLStreamReader) - Method in class org.openstreetmap.josm.io.OsmReader
 
setPartiallyIdentified(String) - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
Remebers the fact that the current JOSM user is partially identified by the user name of its OSM account.
setPartialSelection(boolean) - Method in class org.openstreetmap.josm.data.validation.Test
Flag notifying that this test is run over a partial data selection
setParticipatingInSynchronizedScrolling(Adjustable, boolean) - Method in class org.openstreetmap.josm.gui.util.AdjustmentSynchronizer
Sets whether adjustable participates in adjustment synchronization or not
setPassword(char[]) - Method in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
Sets the password
setPixelPerDegree(double) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setPluginInformation(PluginInformation) - Method in class org.openstreetmap.josm.plugins.Plugin
Sets the plugin information object for this plugin
setPluginSelected(String, boolean) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Sets whether the plugin is selected or not.
setPluginSites(Collection<String>) - Method in class org.openstreetmap.josm.data.Preferences
Sets the collection of plugin site URLs.
setPluginsToDownload(Collection<PluginInformation>) - Method in class org.openstreetmap.josm.plugins.PluginDownloadTask
Sets the collection of plugins to update.
setPolicy(MaxChangesetSizeExceededPolicy) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
setPos(CachedLatLon) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Sets the position.
setPos(LatLon) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Sets the position.
setPossibleACItems(Collection<AutoCompletionListItem>) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
Sets the items of the combobox to the given AutoCompletionListItems.
setPossibleItems(Collection<String>) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
Sets the items of the combobox to the given Strings.
setPreferences(Collection<String>) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
setPreferences(Collection<String>) - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
setPreferences(Collection<String>) - Method in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
 
setPreferences(Collection<String>) - Method in interface org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice
Set the internal state to match the preferences.
setPreferences(Collection<String>) - Method in class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
 
setPreferences(Collection<String>) - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
setPreferredLineLength(int) - Method in class org.openstreetmap.josm.gui.MapScaler
Sets the preferred length the distance line should have.
setPreferredWidth(int, int...) - Method in class org.openstreetmap.josm.gui.tagging.TagTableColumnModelBuilder
Sets preferred width of specified columns.
setPressed(boolean) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
setPreviousEnabled(boolean) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
Enables (or disables) the "Previous" button.
setPrimitiveId(PrimitiveId) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.ShowHistoryAction
 
setPrimitiveId(PrimitiveId) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.ZoomToNodeAction
 
setPrimitives(Collection<? extends OsmPrimitive>) - Method in interface org.openstreetmap.josm.actions.OsmPrimitiveAction
Specifies the working set of primitives.
setPrimitives(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.relation.AbstractRelationAction
 
setPrimitives(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.relation.DownloadMembersAction
 
setPrimitives(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.relation.DownloadSelectedIncompleteMembersAction
 
setPrimitives(List<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.validation.TestError
Sets the list of primitives affected by this error
setPrimitives(List<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel.PrimitiveListModel
 
setPrimitives(List<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveListModel
 
setPrimitives(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.PopupMenuHandler
Specifies the working set of primitives for all primitive actions.
setPriority(AutoCompletionItemPriority) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
Sets the priority.
setProgressTaskId(ProgressTaskId) - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
setProgressTaskId(ProgressTaskId) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
setProgressTaskId(ProgressTaskId) - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
setProgressTaskId(ProgressTaskId) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Set the task ID of the progress dialog Should be used only by PleaseWaitRunnable.
setProgressTaskId(ProgressTaskId) - Method in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
setProgressTaskId(ProgressTaskId) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
setProjection() - Static method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
setProjection(String, Collection<String>) - Static method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
setProjection(Projection) - Static method in class org.openstreetmap.josm.Main
Sets the current projection
setProperty(String, String) - Method in class org.openstreetmap.josm.gui.io.TagSettingsPanel
 
setPropertyText(String) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
setPropertyText(String) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox
Sets a text describing this property in the tooltip text
setRange(Date, Date) - Method in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
setRange(double, double) - Method in class org.openstreetmap.josm.tools.ColorScale
 
setRawTimestamp(int) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
setRawTimestamp(int) - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Sets time of last modification to this object
setReadFull(boolean) - Method in class org.openstreetmap.josm.io.OsmServerBackreferenceReader
Set true if this reader should reads immediate children of referring primitives too.
setReadTimeout(int) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets the read timeout to a specified timeout, in milliseconds.
setRealValue(double) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
setReasonForRequest(String) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets a reason to show on console.
setRecentRelation(Relation) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Adds recently closed relation.
setRecordHistory(boolean) - Method in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
Sets whether to save filename in history (for list of recently opened files).
setReferencePointInTime(HistoryOsmPrimitive) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Sets the HistoryOsmPrimitive which plays the role of a reference point in time (see PointInTimeType).
setReferencePointInTime(int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
setRelation(Relation) - Method in interface org.openstreetmap.josm.gui.dialogs.relation.IRelationEditor
Sets the currently edited relation.
setRelation(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel
 
setRelation(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
setRelations(Collection<Relation>) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
setRelationSelectionAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
setRelationSnapshot(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
setRememberWindowGeometry(String, WindowGeometry) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Call this if you want the dialog to remember the geometry (size and position) set by the user.
setRequestBody(byte[]) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets the request body for PUT/POST requests.
setRequestUrl(String) - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
setRequiresSaveToFile(boolean) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
setRequiresUploadToServer(boolean) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
setRequisite(String) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
 
setResponseCode(int) - Method in class org.openstreetmap.josm.data.cache.CacheEntryAttributes
Sets the HTTP response code that was sent with the cache entry
setResponseCode(int) - Method in exception org.openstreetmap.josm.io.OsmApiException
Sets the HTTP response code.
setRole(String) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
SetRoleAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Sets a role for the selected members
SetRoleAction(MemberTable, MemberTableModel, AutoCompletingTextField) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.SetRoleAction
Constructs a new SetRoleAction.
setRollover(boolean) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
setRowLayout(boolean) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Split
Set the rowLayout property.
setRows(List<TwoColumnDiff.Item>, boolean) - Method in class org.openstreetmap.josm.gui.history.DiffTableModel
 
setSaveCredentials(boolean) - Method in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
Sets the saving status (authentication credentials to save)
setSaveState(UploadOrSaveState) - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Sets the save state for SaveLayerInfo.getLayer()
setSaveState(AbstractModifiableLayer, UploadOrSaveState) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
setSaveToPreferences(boolean) - Method in class org.openstreetmap.josm.gui.oauth.AccessTokenInfoPanel
 
setSaveToPreferences(boolean) - Method in class org.openstreetmap.josm.gui.preferences.server.OAuthAccessTokenHolder
Sets whether the current access token should be saved to the preferences file.
setScrollerFor(JMenu) - Static method in class org.openstreetmap.josm.gui.MenuScroller
Registers a menu to be scrolled with the default scrolling interval.
setScrollerFor(JPopupMenu) - Static method in class org.openstreetmap.josm.gui.MenuScroller
Registers a popup menu to be scrolled with the default scrolling interval.
setScrollerFor(JMenu, int) - Static method in class org.openstreetmap.josm.gui.MenuScroller
Registers a menu to be scrolled, with the specified scrolling interval.
setScrollerFor(JPopupMenu, int) - Static method in class org.openstreetmap.josm.gui.MenuScroller
Registers a popup menu to be scrolled, with the specified scrolling interval.
setScrollerFor(JMenu, int, int) - Static method in class org.openstreetmap.josm.gui.MenuScroller
Registers a menu to be scrolled, with the specified scrolling interval, and the specified numbers of items fixed at the top of the menu.
setScrollerFor(JPopupMenu, int, int) - Static method in class org.openstreetmap.josm.gui.MenuScroller
Registers a popup menu to be scrolled, with the specified scrolling interval, and the specified numbers of items fixed at the top of the popup menu.
setScrollWrapEnabled(boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets whether scroll wrap is enabled or not.
setSelected(Boolean) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
setSelected(Boolean) - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodePanel
 
setSelected(boolean) - Method in class org.openstreetmap.josm.actions.ToggleAction
 
setSelected(Collection<? extends PrimitiveId>, boolean) - Method in class org.openstreetmap.josm.data.osm.DataSet
Sets the current selection to the primitives in selection.
setSelected(Collection<? extends PrimitiveId>) - Method in class org.openstreetmap.josm.data.osm.DataSet
Sets the current selection to the primitives in selection and notifies all SelectionChangedListener.
setSelected(PrimitiveId...) - Method in class org.openstreetmap.josm.data.osm.DataSet
Sets the current selection to the primitives in osm and notifies all SelectionChangedListener.
setSelected(boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
Sets whether this is selected
setSelected(boolean) - Method in class org.openstreetmap.josm.data.validation.TestError
Sets the selection flag of this error
setSelected(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Sets the OSM primitives to be selected in the view of this model
setSelected(boolean) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
setSelected(boolean) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox
 
setSelectedByIdx(int) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
 
setSelectedChangesetForNextUpload(Changeset) - Method in class org.openstreetmap.josm.gui.io.ChangesetManagementPanel
Sets the changeset to be used in the next upload
setSelectedChangesetForNextUpload(Changeset) - Method in class org.openstreetmap.josm.gui.io.UploadDialog
Sets the changeset to be used in the next upload
setSelectedChangesets(Collection<Changeset>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Selects the changesets in changests, provided the respective changesets are already present in the local changeset cache.
setSelectedChangesets(Collection<Changeset>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
Selects the changesets in selected.
setSelectedChangesets(Collection<Changeset>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
setSelectedChangesetsById(Collection<Integer>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Selects the changesets with the ids in ids, provided the respective changesets are already present in the local changeset cache.
setSelectedComponentInDetailPanel(Class<? extends JComponent>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
Selects the given component in the detail tabbed panel
setSelectedFile(File) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Sets the selected file.
setSelectedFile(File) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
setSelectedFile(File) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
setSelectedItem(Object) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.ComparePairListModel
 
setSelectedItem(Object) - Method in class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel
 
setSelectedItem(Object) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompletingComboBoxDocument
 
setSelectedItem(Object) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
Selects a given item in the ComboBox model
setSelectedItem(Object) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.ConcatenatingJList
 
setSelectedItems() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Sets the selection of the map to the current selected items.
setSelectedLayer(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
Marks layer as selected layer.
setSelectedMembers(Collection<RelationMember>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Selects the members in the collection selectedMembers
setSelectedMembersIdx(Collection<Integer>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Selects the members in the collection selectedIndices
setSelectedModifierCombo - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
setSelectedNote(Note) - Method in class org.openstreetmap.josm.data.osm.NoteData
Set a selected note.
setSelectedPreset(TaggingPreset) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
setSelectedRelations(Collection<Relation>) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
Sets the selected relations.
setSelection(Point, Point) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
Callback for the OsmMapControl.
setSelection(Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Checks for fixes in selected element and, if needed, adds to the sel parameter all selected elements
setSelection(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable.DblClickHandler
 
setSelectionInterval(int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel
 
setSelectionModel(ListSelectionModel) - Method in class org.openstreetmap.josm.gui.tagging.TagTableColumnModelBuilder
Sets selection model.
setSender(String) - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
 
setSequence(Command[]) - Method in class org.openstreetmap.josm.command.SequenceCommand
 
setSequenceComplete(boolean) - Method in class org.openstreetmap.josm.command.SequenceCommand
 
setServerProjections(Collection<String>) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setServerUrl(String, String) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
Updates a server URL in the preferences dialog.
setSeverity(Severity) - Method in class org.openstreetmap.josm.data.validation.TestError
Sets the severity of this error
setShapes(List<Shape>) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryBounds
Sets the list of shapes defining this bounds.
setSharpenLevel(double) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
setSharpenLevel(double) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer
Sets the sharpen level for the layer.
setSharpenLevel(float) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
Sets the sharpening level.
setShowHeadArrowOnly(boolean) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Specifies if only the last arrow of a way should be displayed
setShowHideButtonListener(ShowHideButtonListener) - Method in interface org.openstreetmap.josm.gui.HideableButton
 
setShowHideButtonListener(ShowHideButtonListener) - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
setShowTagsWithConflictsOnly(boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
Sets whether all tags or only tags with conflicts are displayed
setShowTagsWithMultiValuesOnly(boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
Sets whether all conflicts or only conflicts with multiple values are displayed
setSize(float, float) - Method in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
setSize(Dimension) - Method in class org.openstreetmap.josm.tools.ImageProvider
Set the dimensions of the image.
setSize(ImageProvider.ImageSizes) - Method in class org.openstreetmap.josm.tools.ImageProvider
Set the dimensions of the image.
setSize(int, int) - Method in class org.openstreetmap.josm.tools.ImageProvider
Set the dimensions of the image.
setSizeButtonVisible(boolean) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
Enables or disables painting of the shrink/enlarge button
setSortMethod(Comparator<Note>) - Method in class org.openstreetmap.josm.data.osm.NoteData
Set the comparator to be used to sort the note list.
setSource(ChangesetClosedException.Source) - Method in exception org.openstreetmap.josm.io.ChangesetClosedException
 
setSources(Collection<TileSource>) - Method in class org.openstreetmap.josm.gui.bbox.SourceButton
Set the tile sources.
setSources(List<SourceEditor.ExtendedSourceEntry>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.AvailableSourcesListModel
 
setSpeed(Double) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Sets the speed.
setStartWay(JoinAreasAction.WayInPolygon) - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Reset walk algorithm to a new start point
setState(Note.State) - Method in class org.openstreetmap.josm.data.notes.Note
Sets the note state.
setState(QuadStateCheckBox.State) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.QuadStateDecorator
 
setState(QuadStateCheckBox.State) - Method in class org.openstreetmap.josm.gui.widgets.QuadStateCheckBox
Set the new state.
setStrategy(UploadStrategy) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
setStroke(Stroke) - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
setStroke(Stroke) - Method in class org.openstreetmap.gui.jmapviewer.Style
 
setStyle(Style) - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
setStyle(Style) - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
setStyle(StyleSource) - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
setStyleSheet(StyleSheet) - Method in class org.openstreetmap.josm.gui.widgets.JosmHTMLEditorKit
Set the set of styles to be used to render the various HTML elements.
setStyleSources(Collection<StyleSource>) - Method in class org.openstreetmap.josm.gui.mappaint.ElemStyles
set the style sources; only accessed from MapPaintStyles
setSubGridArray(NTV2SubGrid[]) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
Set an array of Sub Grids of this sub grid
setSubGridName(String) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
Set the name of the sub grid
setSuppressWarnings(boolean) - Method in class org.openstreetmap.josm.tools.ImageProvider
Suppresses warning on the command line in case the image cannot be found.
setSystemOfMeasurement(String) - Static method in class org.openstreetmap.josm.data.SystemOfMeasurement
Sets the current global system of measurement.
setTagCellEditor(TagCellEditor) - Method in class org.openstreetmap.josm.gui.tagging.TagTable
Inject a tag cell editor in the tag table
setTags(Map<String, String>) - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
Sets the tags for this history primitive.
setTagsToIgnore(SearchCompiler.Match) - Method in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
setTagsToIgnore(SearchAction.SearchSetting) - Method in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
setTargetPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
Sets the primitive the collection of primitives is merged or combined to.
setTasks(String) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashScreenProgressRenderer
Sets the tasks to displayed.
setTaskTitle(String) - Method in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
setTaskTitle(String) - Method in interface org.openstreetmap.josm.gui.progress.ProgressRenderer
 
setTermsOfUseText(String) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
setTermsOfUseText(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setTermsOfUseURL(String) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
setTermsOfUseURL(String) - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
setTester(Test) - Method in class org.openstreetmap.josm.data.validation.TestError
 
setText(String) - Method in class org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
Sets comment text.
setText(String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
setText(String) - Method in class org.openstreetmap.josm.gui.widgets.HistoryComboBox
Sets the text of this component to the specified text
setText(String) - Method in class org.openstreetmap.josm.gui.widgets.HtmlPanel
Sets the current text to display.
setText(String) - Method in class org.openstreetmap.josm.gui.widgets.ImageLabel
Sets the text to display.
setTextColor(TagMergeItem) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.MineTableCellRenderer
 
setTextColor(TagMergeItem) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TheirTableCellRenderer
 
setTextFromResourceFile(JTextArea, String) - Method in class org.openstreetmap.josm.actions.AboutAction
Reads the contents of the resource file that is described by the filePath-attribute and puts that text into the JTextArea given by the ta-attribute.
setTheir(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
Sets the OsmPrimitive in the role "their".
setThumbnail(Image) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Sets the thumbnail.
setTicks(int) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
setTicks(int) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
setTicks(int) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Set the current number of work units
setTicks(int) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
setTicksCount(int) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
setTicksCount(int) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
setTicksCount(int) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Set the total number of work units
setTicksCount(int) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
setTile(Tile) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileHolder
 
setTileBounds(TileSelectionBBoxChooser.TileBounds) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
setTileCache(TileCache) - Method in class org.openstreetmap.gui.jmapviewer.TileController
 
setTileGridVisible(boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets whether the tile grid is visible or not.
setTileLoader(TileLoader) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the tile loader.
setTileLoader(TileLoader) - Method in class org.openstreetmap.gui.jmapviewer.TileController
 
setTileLoaderFactory(TileLoaderFactory) - Static method in class org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer
Plugins that wish to set custom tile loader should call this method
setTileSize(int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Sets the tile size provided by this tile source
setTileSource(TileSource) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the tile source.
setTileSource(TileSource) - Method in class org.openstreetmap.gui.jmapviewer.TileController
 
setTime(Date) - Method in class org.openstreetmap.josm.data.gpx.WayPoint
Sets the WayPoint.time field as well as the GpxConstants.PT_TIME attribute to the specified time
setTime() - Method in class org.openstreetmap.josm.data.gpx.WayPoint
Convert the time stamp of the waypoint into seconds from the epoch
setTime(Long) - Method in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
setTime(Long) - Method in interface org.openstreetmap.josm.data.preferences.Setting
Set the time for this setting.
setTimeFromAttribute() - Method in class org.openstreetmap.josm.data.gpx.WayPoint
Convert the time stamp of the waypoint into seconds from the epoch
setTimestamp(Date) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
setTimestamp(Date) - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Sets time of last modification to this object
setTimestamp(Date) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
setting - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchTask
 
Setting<T> - Interface in org.openstreetmap.josm.data.preferences
Interface for a preference value.
setting(Environment, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Get value of a setting.
SettingCellEditor() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.SettingCellEditor
 
SettingCellRenderer() - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.SettingCellRenderer
 
settings - Variable in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
settings - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSource
List of settings for user customization.
settings - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
Settings(DefaultMutableTreeNode) - Constructor for class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
Constructs a new Settings.
settingsFactories - Static variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
settingsInitialized - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
settingsMap - Variable in class org.openstreetmap.josm.data.Preferences
Maps the setting name to the current value of the setting.
settingValues - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSource
Values of the settings for efficient lookup.
SettingVisitor - Interface in org.openstreetmap.josm.data.preferences
Visitor interface for Setting implementations.
setTitle(String) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
setTitle(String) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Sets the title.
setTitle(String) - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar
 
setTitle(String) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
 
setTooltip(String) - Method in class org.openstreetmap.josm.actions.JosmAction
Sets the tooltip text of this action.
setToolTipTexts(String[]) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Allows decorating the buttons with tooltips.
setTopFixedCount(int) - Method in class org.openstreetmap.josm.gui.MenuScroller
Sets the number of items to fix at the top of the menu or popup menu.
setTranslucent(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCheckBox
 
setTreeVisible(boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
setType(String) - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
 
setType(String) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Called from the XML parser to set the types this preset affects.
setType(OsmPrimitiveType) - Method in class org.openstreetmap.josm.gui.widgets.OsmIdTextField
Sets the type of primitive object
setUIFont(String) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Sets a global font for all UI, replacing default font of current look and feel.
setUniqueForKey(Tag) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Sets a unique tag for the key of this tag.
setUniqueForKey(String, String) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Sets a unique tag for the key of this tag.
setUnreadMessages(int) - Method in class org.openstreetmap.josm.data.osm.UserInfo
Sets the number of unread messages
setup() - Static method in class org.openstreetmap.josm.Main.MasterWindowListener
Register listeners to all non-hidden windows.
setupBlankSpaceMenu() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Creates the popup menu @field blankSpaceMenu and its launcher on main panel.
setupColors() - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
setupDialog() - Method in class org.openstreetmap.josm.actions.HistoryInfoAction.HistoryObjectIDDialog
 
setupDialog() - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
setupDialog() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
 
setupDialog() - Method in class org.openstreetmap.josm.gui.download.DownloadObjectDialog
 
setupDialog() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
This is called by ExtendedDialog.showDialog().
setupDialog() - Method in class org.openstreetmap.josm.gui.preferences.imagery.AddImageryDialog
 
setupDialog() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog
 
setupDone - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
setupEscListener() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Makes the dialog listen to ESC keypressed
setupFilter() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
setupFilter() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
setupHttpsCertificate(String, KeyStore.TrustedCertificateEntry) - Method in interface org.openstreetmap.josm.tools.PlatformHook
Setup system keystore to add JOSM HTTPS certificate (for remote control).
setupHttpsCertificate(String, KeyStore.TrustedCertificateEntry) - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
setupHttpsCertificate(String, KeyStore.TrustedCertificateEntry) - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
setupJosmKeystore() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Setup the JOSM internal keystore, used to store HTTPS certificate and private key.
setupKeyboardShortcuts() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Assigns all needed keys like Enter and Spacebar to most important actions.
setupLanguageFonts() - Static method in class org.openstreetmap.josm.tools.I18n
Setup special font for Khmer script, as the default Java fonts do not display these characters.
setUploadDiscouraged(boolean) - Method in class org.openstreetmap.josm.data.osm.DataSet
Sets the "upload discouraged" flag.
setUploadDiscouraged(boolean) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Sets the "discouraged upload" flag.
setUploadedPrimitives(APIDataSet) - Method in class org.openstreetmap.josm.gui.io.UploadDialog
Sets the collection of primitives to upload
setUploadedPrimitives(List<OsmPrimitive>, List<OsmPrimitive>, List<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
Sets the collections of primitives which will be uploaded
setUploadState(UploadOrSaveState) - Method in class org.openstreetmap.josm.gui.io.SaveLayerInfo
Sets the upload state for SaveLayerInfo.getLayer()
setUploadState(AbstractModifiableLayer, UploadOrSaveState) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
setUploadStrategySpecification(UploadStrategySpecification) - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
setUploadStrategySpecification(UploadStrategySpecification) - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
setUploadTagDownFocusTraversalHandlers(Action) - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
setupMembershipMenu() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Creates the popup menu @field membershipMenu and its launcher on membership table.
setupMenuScroller() - Method in class org.openstreetmap.josm.gui.ImageryMenu
 
setupPlatform(KeyStore) - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Setup the platform-dependant certificate stuff.
setupPopupMenuHandler() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
setupPopupMenuHandler() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
setupProjectionCombo() - Method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
Sets up projection combobox with default values and action listener
setupTagsMenu() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Creates the popup menu @field tagMenu and its launcher on tag table.
setUrl(String) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Sets the tile URL.
setUrl(String) - Method in class org.openstreetmap.josm.gui.widgets.UrlLabel
Sets the URL to be visited if the user clicks on this URL label.
setUrl(String) - Method in exception org.openstreetmap.josm.io.OsmTransferException
Sets the URL related to this error.
setUrl(String) - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Set request URL and parse args.
setUrlForHelpTopic(String) - Static method in class org.openstreetmap.josm.gui.help.HelpBrowser
Show the help page for help topic helpTopic.
setUser(User) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
setUser(User) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
setUser(User) - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Sets the user who has last touched this object.
setUser(User) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
setUserAction(SaveLayersDialog.UserAction) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
setUsername(String) - Method in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
Sets the user name
setUseThumbs(boolean) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Enables or disables the display of thumbnails.
setValue(String) - Method in class org.openstreetmap.josm.data.osm.Tag
This is not supported by this implementation.
setValue(int) - Method in class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
 
setValue(Object) - Method in class org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting
 
setValue(Setting<?>) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
Sets the preference value.
setValue(int) - Method in interface org.openstreetmap.josm.gui.progress.ProgressRenderer
 
setValue(String) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
sets the value
setValue(String) - Method in class org.openstreetmap.josm.gui.tagging.TagModel
sets a unique value for this tag.
setValue(XmlObjectParser.Entry, String, String) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel
 
setValueAt(DefaultTableModel, Object, int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
Handles method dispatches from TableModel.setValueAt(Object, int, int).
setValueAt(DefaultTableModel, Object, int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMergeModel
 
setValueAt(DefaultTableModel, Object, int, int) - Method in class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListMergeModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.correction.CorrectionTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListEditor.ListSettingTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.ListTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.MapTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.preferences.advanced.PreferencesTable.AllSettingsTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParametersTableModel
 
setValueAt(Object, int, int) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
 
setVar(String, String) - Method in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
setVersion(String) - Method in class org.openstreetmap.josm.data.osm.DataSet
Sets the API version this dataset was created from.
setVersion(int) - Method in class org.openstreetmap.josm.data.osm.PrimitiveData
 
setVersion(String) - Method in class org.openstreetmap.josm.io.OsmWriter
 
setVirtualNodesEnabled(boolean) - Method in class org.openstreetmap.josm.gui.MapView
 
setVisible(Boolean) - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
setVisible(Boolean) - Method in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
setVisible(boolean) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
setVisible(boolean) - Method in interface org.openstreetmap.josm.data.osm.IPrimitive
Sets whether this primitive is visible, i.e.
setVisible(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Override setVisible to be able to save the window geometry if required
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.io.UploadDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.layer.Layer
Sets the visibility of this layer.
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.MapFrame
Fires an property changed event "visible".
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
setVisible(boolean) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
 
setVisible(boolean) - Method in interface org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor.ProgressMonitorDialog
 
setVisibleFlag(boolean) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
setVisibleTexts(Boolean) - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
setVisibleTexts(AbstractLayer, boolean) - Static method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
setWeight(double) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Divider
Dividers can't have a weight, they don't grow or shrink.
setWeight(double) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
The weight property is a between 0.0 and 1.0 used to compute how much space to add to this sibling when the layout grows or how much to reduce when the layout shrinks.
setWheelZoomEnabled(boolean) - Method in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
setWidth(int, int...) - Method in class org.openstreetmap.josm.gui.tagging.TagTableColumnModelBuilder
Sets width of specified columns.
setWidth(int) - Method in class org.openstreetmap.josm.tools.ImageProvider
Set image width
setWithBody(boolean) - Method in class org.openstreetmap.josm.io.OsmWriter
 
setZoom(int, Point) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Set the zoom level and center point for display
setZoom(int) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Set the zoom level
setZoom(boolean) - Method in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
Sets whether the map view should zoom to impacted primitives at the end.
setZoomButtonStyle(JMapViewer.ZOOM_BUTTON_STYLE) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets the zoom controls apparence style (horizontal/vertical).
setZoomContolsVisible(boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Sets whether zoom controls are displayed or not.
setZoomLevel(int) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileCoordinateValidator
 
setZoomLevel(int) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Sets the zoom level of the layer
SevenParameterDatum - Class in org.openstreetmap.josm.data.projection.datum
Datum provides general conversion from one ellipsoid to another.
SevenParameterDatum(String, String, Ellipsoid, double, double, double, double, double, double, double) - Constructor for class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 
Severity - Enum in org.openstreetmap.josm.data.validation
The error severity
Severity(String, String, Color) - Constructor for enum org.openstreetmap.josm.data.validation.Severity
Constructor
severity - Variable in class org.openstreetmap.josm.data.validation.TestError
Severity
severity - Variable in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest.OpeningHoursTestError
 
severity - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
SHA_HASHES - Static variable in class org.openstreetmap.josm.io.CertificateAmendment
 
shallExport() - Method in class org.openstreetmap.josm.io.session.AbstractSessionExporter
 
shallExport() - Method in interface org.openstreetmap.josm.io.session.SessionLayerExporter
Return true, if the layer should be included in the list of exported layers.
Shape - Class in org.openstreetmap.josm.data.imagery
 
Shape(String, String) - Constructor for class org.openstreetmap.josm.data.imagery.Shape
 
Shape() - Constructor for class org.openstreetmap.josm.data.imagery.Shape
Constructs a new empty Shape.
shape - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
shapes - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryBounds
 
shapes - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
sharpen - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
 
sharpenImageProcessor - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer
 
SharpenImageProcessor() - Constructor for class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
 
sharpenLevel - Variable in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
 
SharpnessSlider() - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.SharpnessSlider
shift - Variable in class org.openstreetmap.josm.actions.mapmode.MapMode
 
shift - Variable in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
SHIFT - Static variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
SHIFT - Static variable in class org.openstreetmap.josm.tools.Shortcut
Shift group
shift_boundaries(Diff.FileData) - Method in class org.openstreetmap.josm.tools.Diff.FileData
Adjust inserts/deletes of blank lines to join changes as much as possible.
shift_boundaries() - Method in class org.openstreetmap.josm.tools.Diff
Adjust inserts/deletes of blank lines to join changes as much as possible.
shiftType - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
short_description - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Text to be displayed below display_value.
short_descriptions - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
A delimiter-separated list of texts to be displayed below each display_value.
shortcut - Variable in class org.openstreetmap.josm.actions.relation.RecentRelationsAction
 
shortcut - Variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyAction
 
Shortcut - Class in org.openstreetmap.josm.tools
Global shortcut class.
Shortcut(String, String, int, int, int, int, boolean, boolean) - Constructor for class org.openstreetmap.josm.tools.Shortcut
 
Shortcut(String) - Constructor for class org.openstreetmap.josm.tools.Shortcut
 
shortcutEdit - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ToolbarPopupMenu
 
ShortcutPreference - Class in org.openstreetmap.josm.gui.preferences.shortcut
Keyboard shortcut preferences.
ShortcutPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.shortcut.ShortcutPreference
 
ShortcutPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.shortcut
Factory used to create a new ShortcutPreference.
shortcuts - Static variable in class org.openstreetmap.josm.tools.Shortcut
 
shortcutTable - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
ShortcutTableCellRenderer(boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.ShortcutTableCellRenderer
 
shortenString(String, int) - Static method in class org.openstreetmap.josm.tools.Utils
If the string s is longer than maxLength, the string is cut and "..." is appended.
SHORTLINK_CHARS - Static variable in class org.openstreetmap.josm.tools.OsmUrlToBounds
 
SHORTLINK_PREFIX - Static variable in class org.openstreetmap.josm.tools.OsmUrlToBounds
 
shortText - Variable in class org.openstreetmap.josm.tools.Shortcut
the unique ID of the shortcut
shouldSelectCell(EventObject) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
shouldSelectCell(EventObject) - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
shouldSelectCell(EventObject) - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
shouldSelectCell(EventObject) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
shouldSelectCell(EventObject) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
shouldWrite(OsmPrimitive) - Method in class org.openstreetmap.josm.io.OsmWriter
 
show(JComponent, OverpassDownloadAction.OverpassDownloadDialog) - Static method in class org.openstreetmap.josm.actions.OverpassDownloadAction.OverpassQueryHistoryPopup
 
show(long, HistoryBrowserDialog) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
show(long) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
show(History) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
Show history dialog for the given history.
show() - Method in class org.openstreetmap.josm.gui.Notification
Display the notification.
show(String, String, int, ProgressMonitor) - Method in class org.openstreetmap.josm.io.session.SessionReader.CancelOrContinueDialog
 
ShowAccessTokenPanel() - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.ShowAccessTokenPanel
Constructs a new ShowAccessTokenPanel.
showAngle - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
showAudioMenu(boolean) - Method in class org.openstreetmap.josm.gui.MainMenu
 
showBadBufferMessage(String) - Static method in class org.openstreetmap.josm.tools.TextTagParser
Shows message that the buffer can not be pasted, allowing user to clean the buffer
showBounds - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
showButton() - Method in interface org.openstreetmap.josm.gui.HideableButton
 
showButton() - Method in class org.openstreetmap.josm.gui.IconToggleButton
 
showChangesetInfoAction - Variable in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
ShowChangesetInfoAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ShowChangesetInfoAction
 
showConfirmationDialog(String, Component, Object, String, int, int, int) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
Displays a confirmation dialog with some option buttons given by optionType.
ShowDetailAction(ChangesetCacheManagerModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.ShowDetailAction
 
showDetails() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.ShowDetailAction
 
showDialog() - Method in class org.openstreetmap.josm.gui.dialogs.MenuItemSearchDialog
 
showDialog() - Method in class org.openstreetmap.josm.gui.dialogs.MinimapDialog
 
showDialog() - Method in interface org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.IEditTagDialog
 
showDialog() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Shows the dialog
showDialog() - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog
 
showDialog() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Show the dialog to the user.
showDialog() - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
Launches the wizard, sets the token and saves to preferences.
showDialog(Collection<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
showDialog() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchDialog
 
showDialog() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog
 
showDirectionArrow - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: should directional arrows be displayed
showDirectionArrow - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: should directional arrows be displayed
showErrors - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
if layer should show errors on tiles
ShowErrorsAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ShowErrorsAction
 
showFirstPhoto() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Shows first photo.
showForegroundDialog() - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
showHeadArrowOnly - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: should only the last arrow of a way be displayed
showHeadArrowOnly - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: should only the last arrow of a way be displayed
showHelp() - Static method in class org.openstreetmap.josm.gui.MainApplication
Displays help on the console
showHelpButton - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
true, if the dialog should include a help button
ShowHideButtonListener - Interface in org.openstreetmap.josm.gui
When some component (ToggleDialog, for example) is linked to button and needs information about button showing/hiding events, this interface is used, setting the listener should be implemented by @class HideableButton
ShowHideLayerAction - Class in org.openstreetmap.josm.gui.dialogs.layer
Action which will toggle the visibility of the currently selected layers.
ShowHideLayerAction(LayerListDialog.LayerListModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
Creates a ShowHideLayerAction which will toggle the visibility of the currently selected layers
showHideLayerAction - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
 
ShowHideMarkerText(MarkerLayer) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.ShowHideMarkerText
 
showHistory(Collection<HistoryOsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction
 
showHistory(Collection<? extends PrimitiveId>) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
Show history dialog(s) for the given primitive(s).
ShowHistoryAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction
 
ShowHistoryAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ShowHistoryAction
Constructs a new ShowHistoryAction.
showHistoryAction - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer.DoubleClickAdapter
 
showHistoryAction - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer.NodeListPopupMenu
 
ShowHistoryAction() - Constructor for class org.openstreetmap.josm.gui.history.NodeListViewer.ShowHistoryAction
Constructs a new ShowHistoryAction.
ShowHistoryTask(Collection<HistoryOsmPrimitive>) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction.ShowHistoryTask
 
showIcons - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
showIconsDistance - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
 
showID - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
showIfNecessary(Iterable<Node>, boolean) - Static method in class org.openstreetmap.josm.actions.UnGlueAction.PropertiesMembershipDialog
 
showImage(GeoImageLayer, ImageEntry) - Static method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
showInDownloadDialog(String, String) - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadAlongPanel
Show this panel in a new "Download along" help-aware dialog
showJumpToDialog() - Method in class org.openstreetmap.josm.actions.JumpToAction
Displays the "Jump to" dialog.
showLastException() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ParentRelationLoadingTask
 
showLastPhoto() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Shows last photo.
showLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
ShowLayersPopupWorker(MultikeyActionsHandler.MyAction) - Constructor for class org.openstreetmap.josm.tools.MultikeyActionsHandler.ShowLayersPopupWorker
 
showLocalizedName - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
showMenu(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.PopupMenuHandler
 
showMenu(MouseEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.PopupMenuHandler
 
showMenu(MouseEvent) - Method in class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
 
showMessageDialog(String, Component, Object, String, int) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
Displays an message in modal dialog with an OK button.
showMessageDialogInEDT(Component, Object, String, int, String) - Static method in class org.openstreetmap.josm.gui.HelpAwareOptionPane
Run it in Event Dispatch Thread.
showNames - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
showNamesDistance - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
 
shownChangesets - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
shownCustomText - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
shownDimension - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
showNextPhoto() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Shows next photo.
showNmeaInfobox(boolean, NmeaReader) - Static method in class org.openstreetmap.josm.io.NMEAImporter
 
showNoteDialog(String, Icon) - Method in class org.openstreetmap.josm.gui.NoteInputDialog
Displays the dialog to the user
showNotification(Notification) - Method in class org.openstreetmap.josm.gui.NotificationManager
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Called when toggle dialog is shown (after it was created or expanded).
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog
 
showNotify() - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
 
showNotifyListener - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
Simple listener setup to update the button enabled state when the side dialog shows.
shownTitle - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
showOnewayArrow - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: should arrows for oneways be displayed
showOnewayArrow - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: should arrows for oneways be displayed
showOpenDialog(Component) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Pops up an "Open File" file chooser dialog.
showOpenDialog(Component) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
showOpenDialog(Component) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
showOptionDialog(String, Component, Object, String, int, int, Object[], Object) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
Displays an confirmation dialog with some option buttons given by optionType.
showOptionDialog(Component, Object, String, int, Icon, HelpAwareOptionPane.ButtonSpec[], HelpAwareOptionPane.ButtonSpec, String) - Static method in class org.openstreetmap.josm.gui.HelpAwareOptionPane
Displays an option dialog which is aware of a help context.
showOptionDialog(Component, Object, String, int, String) - Static method in class org.openstreetmap.josm.gui.HelpAwareOptionPane
Displays an option dialog which is aware of a help context.
showOrderNumber - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: should the segment numbers of ways be displayed
showOrderNumber - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: should the segment numbers of ways be displayed
showOrHideButtons() - Method in class org.openstreetmap.josm.gui.ScrollViewport
Update the visibility of the buttons Only show them if the Viewport is too small for the content.
showPrefs(Preferences) - Static method in class org.openstreetmap.josm.data.CustomConfigurator.PreferencesUtils
 
showPreviousPhoto() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Shows previous photo.
showProjectedPoint - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
showProjectionCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
showProjectionCode() - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
showProjectionCode() - Method in interface org.openstreetmap.josm.gui.preferences.projection.SubPrefsOptions
 
showProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice
 
showProjectionName() - Method in class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice
 
showProjectionName() - Method in interface org.openstreetmap.josm.gui.preferences.projection.SubPrefsOptions
 
showSaveDialog(Component) - Method in class org.openstreetmap.josm.gui.widgets.AbstractFileChooser
Pops up a "Save File" file chooser dialog.
showSaveDialog(Component) - Method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
 
showSaveDialog(Component) - Method in class org.openstreetmap.josm.gui.widgets.SwingFileChooser
 
showSearchDialog(SearchAction.SearchSetting) - Static method in class org.openstreetmap.josm.actions.search.SearchAction
 
showSortDialog(Comparator<Note>) - Method in class org.openstreetmap.josm.gui.NoteSortDialog
Builds and displays the window to the user.
showSplashScreen - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
showStatusInfo(double, double, double, boolean) - Static method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
ShowStatusReportAction - Class in org.openstreetmap.josm.actions
 
ShowStatusReportAction() - Constructor for class org.openstreetmap.josm.actions.ShowStatusReportAction
Constructs a new ShowStatusReportAction
showTagsWithConflictsOnly - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
showTagsWithMultiValuesOnly - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
ShowThumbnailAction - Class in org.openstreetmap.josm.gui.layer.geoimage
Toggle the image display between thumbnails and symbols.
ShowThumbnailAction(GeoImageLayer) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ShowThumbnailAction
Constructs a new ToggleGeoImageThumbAction action.
ShowTileInfoAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ShowTileInfoAction
 
showUrl - Variable in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
showUserInfoAction - Variable in class org.openstreetmap.josm.gui.dialogs.UserListDialog
 
ShowUserInfoAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.UserListDialog.ShowUserInfoAction
 
shrinkImage - Variable in class org.openstreetmap.josm.gui.bbox.SizeButton
 
shrinkImage - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
shutdown() - Static method in class org.openstreetmap.josm.data.cache.JCSCacheManager
Close all files to ensure, that all indexes and data are properly written
shutdown() - Method in class org.openstreetmap.josm.gui.MainApplication
 
shutdown() - Method in class org.openstreetmap.josm.Main
 
shutdown(boolean) - Static method in class org.openstreetmap.josm.tools.ImageProvider
Shutdown background image fetcher.
siblingAtOffset(int) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
 
sideButton - Variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
SideButton - Class in org.openstreetmap.josm.gui
Button that is usually used in toggle dialogs.
SideButton(Action) - Constructor for class org.openstreetmap.josm.gui.SideButton
Constructs a new SideButton.
SideButton(Action, boolean) - Constructor for class org.openstreetmap.josm.gui.SideButton
Constructs a new SideButton.
SideButton(Action, String) - Constructor for class org.openstreetmap.josm.gui.SideButton
Constructs a new SideButton.
sideToolBar - Variable in class org.openstreetmap.josm.gui.MapFrame
The toolbar with the action icons.
SideToolbarPopupMenu() - Constructor for class org.openstreetmap.josm.gui.MapFrame.SideToolbarPopupMenu
 
sidetoolbarPreferencesChangedListener - Variable in class org.openstreetmap.josm.gui.MapFrame
 
sign(HttpClient) - Method in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
SignpostAdapters - Class in org.openstreetmap.josm.data.oauth
Adapters to make oauth.signpost work with HttpClient.
SignpostAdapters() - Constructor for class org.openstreetmap.josm.data.oauth.SignpostAdapters
 
SignpostAdapters.HttpRequest - Class in org.openstreetmap.josm.data.oauth
 
SignpostAdapters.HttpResponse - Class in org.openstreetmap.josm.data.oauth
 
SignpostAdapters.OAuthConsumer - Class in org.openstreetmap.josm.data.oauth
OAuth consumer.
SignpostAdapters.OAuthProvider - Class in org.openstreetmap.josm.data.oauth
OAuth provider.
SIMILAR_NAMED - Static variable in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
 
SimilarNamedWays - Class in org.openstreetmap.josm.data.validation.tests
Checks for similar named ways, symptom of a possible typo.
SimilarNamedWays() - Constructor for class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
Constructor
SimilarNamedWays.NormalizeRule - Interface in org.openstreetmap.josm.data.validation.tests
 
SimilarNamedWays.RegExprRule - Class in org.openstreetmap.josm.data.validation.tests
 
SimilarNamedWays.SynonymRule - Class in org.openstreetmap.josm.data.validation.tests
 
similaryName(String, String) - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
Check if two names are similar, but not identical.
SIMPLE_NODE_ELEMSTYLE - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
SIMPLE_NODE_ELEMSTYLE_BOXPROVIDER - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
SIMPLE_NODE_TEXT_ELEMSTYLE - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
The default style a simple node should use for it's text
SimpleBoxProvider(Rectangle) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.SimpleBoxProvider
Constructs a new SimpleBoxProvider.
simpleFileName - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
file name used for display
SimpleKeyValueCondition(String, String) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.SimpleKeyValueCondition
Create a new SimpleKeyValueCondition.
simpleMatchFactoryMap - Static variable in class org.openstreetmap.josm.actions.search.SearchCompiler
 
SimplePrimitiveId - Class in org.openstreetmap.josm.data.osm
 
SimplePrimitiveId(long, OsmPrimitiveType) - Constructor for class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
simpleTag(String, String) - Method in class org.openstreetmap.josm.io.GpxWriter
if content not null, open tag, write encoded content, and close tag else do nothing.
simplifyWay(Way) - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
Simplifies a way with default threshold (read from preferences).
simplifyWay(Way, double) - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
Simplifies a way with a given threshold.
simplifyWay - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Simplify Way
SimplifyWayAction - Class in org.openstreetmap.josm.actions
Delete unnecessary nodes from a way
SimplifyWayAction() - Constructor for class org.openstreetmap.josm.actions.SimplifyWayAction
Constructs a new SimplifyWayAction.
sinb1 - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Constant parameters.
singamma0 - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Sine and Cosine values for gamma0 (the angle between the meridian and central line at the intersection between the central line and the Earth equator on aposphere).
SingleChangesetDownloadPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset
This panel allows to enter the ID of single changeset and to download the respective changeset.
SingleChangesetDownloadPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel
SingleChangesetDownloadPanel.DownloadAction - Class in org.openstreetmap.josm.gui.dialogs.changeset
Downloads the single changeset from the OSM API
singleGetId(OsmPrimitiveType, long, ProgressMonitor) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
invokes a Multi Get for a single id and a given OsmPrimitiveType.
singleGetIdPackage(OsmPrimitiveType, Set<Long>, ProgressMonitor) - Method in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
invokes a sequence of Multi Gets for individual ids in a set of ids and a given OsmPrimitiveType.
singleOffset - Variable in class org.openstreetmap.josm.gui.ImageryMenu
 
SingleProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
ProjectionChoice, that offers just one projection as choice.
SingleProjectionChoice(String, String, String, String) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
Constructs a new SingleProjectionChoice.
SingleProjectionChoice(String, String, String) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.SingleProjectionChoice
Constructs a new SingleProjectionChoice.
sinPHI - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
sinPHI - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
sinrot - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
Sine and Cosine values for the rotation between (U,V) and (X,Y) coordinate systems
Sinusoidal - Class in org.openstreetmap.josm.data.projection.proj
Sinusoidal projection (aka.
Sinusoidal() - Constructor for class org.openstreetmap.josm.data.projection.proj.Sinusoidal
 
sites - Variable in class org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask
 
size(List<?>) - Static method in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
size() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
Replies the size of the collection
size() - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
size() - Method in class org.openstreetmap.josm.data.osm.ChangesetDataSet
Replies the number of objects in the dataset
size - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets
 
size() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
size() - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
size - Variable in class org.openstreetmap.josm.data.osm.Storage
 
size() - Method in class org.openstreetmap.josm.data.osm.Storage
 
size() - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the number of tags in this tag collection
size() - Method in class org.openstreetmap.josm.data.osm.TagMap
 
size() - Method in class org.openstreetmap.josm.data.osm.TagMap.TagEntrySet
 
size - Variable in class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
Size of the collection
size() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
size - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.Symbol
 
size - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement.FontDescriptor
 
size() - Method in class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
size() - Method in class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor.ListTableModel
 
size() - Method in class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.MapTableModel
 
size() - Method in class org.openstreetmap.josm.gui.util.RedirectInputMap
 
size - Variable in class org.openstreetmap.josm.io.StreamProgressUpdater
 
size() - Method in class org.openstreetmap.josm.tools.CompositeList
 
size - Variable in class org.openstreetmap.josm.tools.CopyList
 
size() - Method in class org.openstreetmap.josm.tools.CopyList
 
size() - Method in class org.openstreetmap.josm.tools.MultiMap
Returns the number of keys.
size - Variable in class org.openstreetmap.josm.tools.SubclassFilteredCollection
 
size() - Method in class org.openstreetmap.josm.tools.SubclassFilteredCollection
 
SIZE_UNITS - Static variable in class org.openstreetmap.josm.tools.Utils
 
SizeButton - Class in org.openstreetmap.josm.gui.bbox
Button allowing to control the dimension of a slippy map between two states (normal/enlarged).
SizeButton(SlippyMapBBoxChooser) - Constructor for class org.openstreetmap.josm.gui.bbox.SizeButton
Constructs a new SizeButton.
SizeButton.AccessibleSizeButton - Class in org.openstreetmap.josm.gui.bbox
 
sizeCheck - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
sizeWithInsets(Container, Dimension) - Static method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
skip(char) - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ActionParser
 
skip(char) - Method in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
skipDraw - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.BenchmarkData
 
skipEmpty() - Method in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 
skipEmptyNodes - Static variable in class org.openstreetmap.josm.io.GeoJSONWriter
 
skipEntry - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
Skip the current entry because it has mandatory attributes that this version of JOSM cannot process.
skipEvents - Variable in class org.openstreetmap.josm.gui.dialogs.MinimapDialog
 
skipSign() - Method in class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 
skipWhitespace() - Method in class org.openstreetmap.josm.tools.template_engine.TemplateParser
 
sl4 - Static variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
sl9 - Static variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
sleepAndListen(int, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
 
slider - Variable in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
SLIDER_STEPS - Static variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
sliders - Variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
slippyMap - Variable in class org.openstreetmap.josm.gui.dialogs.MinimapDialog
 
slippyMapBBoxChooser - Variable in class org.openstreetmap.josm.gui.bbox.SizeButton
 
SlippyMapBBoxChooser - Class in org.openstreetmap.josm.gui.bbox
 
SlippyMapBBoxChooser() - Constructor for class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
Constructs a new SlippyMapBBoxChooser.
slippyMapBBoxChooser - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
SlippyMapBBoxChooser.TileSourceProvider - Interface in org.openstreetmap.josm.gui.bbox
 
SlippyMapBBoxChooser.TMSTileSourceProvider - Class in org.openstreetmap.josm.gui.bbox
TMS TileSource provider for the slippymap chooser
slippyMapChooser - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
SlippyMapChooser - Class in org.openstreetmap.josm.gui.download
JComponent that displays the slippy map tiles.
SlippyMapChooser() - Constructor for class org.openstreetmap.josm.gui.download.SlippyMapChooser
Create the chooser component.
SlippyMapControler - Class in org.openstreetmap.josm.gui.bbox
This class controls the user input by listening to mouse and key events.
SlippyMapControler(SlippyMapBBoxChooser, JPanel) - Constructor for class org.openstreetmap.josm.gui.bbox.SlippyMapControler
Constructs a new SlippyMapControler.
SlippyMapControler.MoveTask - Class in org.openstreetmap.josm.gui.bbox
Moves the map depending on which cursor keys are pressed (or not)
SlippyMapControler.MoveXAction - Class in org.openstreetmap.josm.gui.bbox
 
SlippyMapControler.MoveYAction - Class in org.openstreetmap.josm.gui.bbox
 
SlippyMapControler.ZoomInAction - Class in org.openstreetmap.josm.gui.bbox
 
SlippyMapControler.ZoomOutAction - Class in org.openstreetmap.josm.gui.bbox
 
slot - Variable in class org.openstreetmap.josm.data.osm.Storage.Iter
 
slot - Variable in class org.openstreetmap.josm.data.osm.Storage.SafeReadonlyIter
 
smoothScrollTo(EastNorth) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Create a thread that moves the viewport to the given center in an animated fashion.
snap - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
snapAngles - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
snapAngleTolerance - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
snapChangeAction - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
SnapChangeAction() - Constructor for class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapChangeAction
Constructs a new SnapChangeAction.
snapCheckboxMenuItem - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
snapDefault - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
snapDistanceChinese - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
snapDistanceImperial - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
snapDistanceMetric - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
snapDistanceNautical - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
snapHelper - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
SnapHelper() - Constructor for class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
snapHelperColor - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
snapModifierCombo - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
snapOn - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
snappingShortcut - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
snapThreshold - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
snapToIntersectionThreshold - Static variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
snapToProjections - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
socksProxySocketAddress - Variable in class org.openstreetmap.josm.io.DefaultProxySelector
 
soFar - Variable in class org.openstreetmap.josm.io.StreamProgressUpdater
 
somChangeListeners - Static variable in class org.openstreetmap.josm.data.SystemOfMeasurement
 
somItems - Variable in class org.openstreetmap.josm.gui.MapStatus.MapStatusPopupMenu
Icons for selecting SystemOfMeasurement
sort(List<ExtensionFileFilter>) - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
 
sort() - Method in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
sort() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
sort() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel
 
sort() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
sort() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.RelationMemberTableModel
 
sort() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Sort the selected relation members by the way they are linked.
sort() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
sort() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Sorts the current elements in the selection
sort() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.OsmPrimitiveListModel
 
sort() - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Sorts the list of available plugins
sort() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
sort() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
sorts the list
sort() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
sorts the current tags according alphabetical order of names
sort(Pair<T, T>) - Static method in class org.openstreetmap.josm.tools.Pair
Sorts a single-typed pair so a <= b.
sortAction - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
SortAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.NotesDialog.SortAction
Constructs a new SortAction.
SortAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Sort the relation members
SortAction(MemberTable, MemberTableModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.SortAction
Constructs a new SortAction.
sortAscending() - Method in class org.openstreetmap.josm.data.osm.history.History
Returns a new copy of this history, sorted in ascending order.
sortBelow() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Sort the selected relation members and all members below by the way they are linked.
SortBelowAction - Class in org.openstreetmap.josm.gui.dialogs.relation.actions
Sort the selected relation members and all members below.
SortBelowAction(MemberTable, MemberTableModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.actions.SortBelowAction
Constructs a new SortBelowAction.
sortBelowButton - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor.LeftButtonToolbar
Button for performing the SortBelowAction.
sortById(Collection<T>) - Method in class org.openstreetmap.josm.io.OsmWriter
 
sortDescending() - Method in class org.openstreetmap.josm.data.osm.history.History
Returns a new copy of this history, sorted in descending order.
sortedNodes - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
sorterChanged(RowSorterEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.RemoveHiddenSelection
 
sortMembers(List<RelationMember>) - Method in interface org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.AdditionalSorter
 
sortMembers(List<RelationMember>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.AssociatedStreetRoleAddressHouseSorter
 
sortMembers(List<RelationMember>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.AssociatedStreetRoleStreetSorter
 
sortMembers(List<RelationMember>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.PublicTransportRoleStopPlatformSorter
 
sortMembers(List<RelationMember>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter
Sort a collection of relation members by the way they are linked.
sortMembersByConnectivity(List<RelationMember>) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter
 
sortMenu - Variable in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
 
sortMenu() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
Sorts the menu items using the translated item text
sortMenu(JMenu) - Static method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
Sorts the menu items using the translated item text
sortTime - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.BenchmarkData
 
source - Variable in class org.openstreetmap.gui.jmapviewer.AttributionSupport
 
source - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
source - Variable in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
 
source - Variable in class org.openstreetmap.josm.data.osm.DefaultChangesetCacheEvent
 
source - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoSelectionListener
 
source - Variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel.CommentModelListener
 
source - Variable in class org.openstreetmap.josm.gui.layer.LayerManager.LayerManagerEvent
 
source - Variable in class org.openstreetmap.josm.gui.mappaint.Environment
 
source - Variable in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.IconReference
 
source - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
source - Variable in exception org.openstreetmap.josm.io.ChangesetClosedException
the source
Source() - Constructor for enum org.openstreetmap.josm.io.ChangesetClosedException.Source
 
source - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader
 
source - Variable in class org.openstreetmap.josm.io.OsmChangesetContentParser
 
SOURCE_HISTORY_KEY - Static variable in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
 
SOURCE_MAXSPEED - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
SOURCE_MAXSPEED_CONTEXT_MISMATCH_VS_HIGHWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
SOURCE_MAXSPEED_CONTEXT_MISMATCH_VS_MAXSPEED - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
SOURCE_MAXSPEED_UNKNOWN_CONTEXT - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
SOURCE_MAXSPEED_UNKNOWN_COUNTRY_CODE - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
SOURCE_WRONG_LINK - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
sourceBounds - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
SourceButton - Class in org.openstreetmap.josm.gui.bbox
 
SourceButton(SlippyMapBBoxChooser, Collection<TileSource>) - Constructor for class org.openstreetmap.josm.gui.bbox.SourceButton
 
sourceDataSet - Variable in class org.openstreetmap.josm.data.osm.DataSetMerger
the source dataset where primitives are merged from
SourceEditor - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor(SourceType, String, List<SourceProvider>, boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor
Constructs a new SourceEditor.
SourceEditor.ActivateSourcesAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.ActiveSourcesModel - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.AvailableSourcesListModel - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.EditActiveSourceAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.EditIconPathAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.EditSourceEntryDialog - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.EditSourceEntryDialog.LaunchFileChooserAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.ExtendedSourceEntry - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.FileOrUrlCellEditor - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.FileOrUrlCellEditor.LaunchFileChooserAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.I18nString - Enum in org.openstreetmap.josm.gui.preferences
Identifiers for strings that need to be provided.
SourceEditor.IconPathTableModel - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.MoveUpDownAction - Class in org.openstreetmap.josm.gui.preferences
The action to move the currently selected entries up or down in the list.
SourceEditor.NewActiveSourceAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.NewIconPathAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.ReloadSourcesAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.RemoveActiveSourcesAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.RemoveIconPathAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.ResetAction - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.SourceEntryListCellRenderer - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.SourceEntryTableCellRenderer - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.SourceLoader - Class in org.openstreetmap.josm.gui.preferences
 
SourceEditor.SourcePrefHelper - Class in org.openstreetmap.josm.gui.preferences
 
SourceEntry - Class in org.openstreetmap.josm.gui.preferences
A source entry primarily used to save the user's selection of mappaint styles, but also for preset sources or validator rules.
SourceEntry(String, boolean, String, String, String, boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEntry
Constructs a new SourceEntry.
SourceEntry(String, String, String, boolean) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEntry
Constructs a new SourceEntry.
SourceEntry(SourceEntry) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEntry
Constructs a new SourceEntry.
SourceEntryListCellRenderer() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceEntryListCellRenderer
 
SourceEntryTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceEntryTableCellRenderer
 
sourceInfo - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfo
 
SourceLoader(String, List<SourceProvider>) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
SourcePrefHelper(String) - Constructor for class org.openstreetmap.josm.gui.preferences.SourceEditor.SourcePrefHelper
Constructs a new SourcePrefHelper for the given preference key.
SourceProvider - Interface in org.openstreetmap.josm.gui.preferences
 
sourceProviders - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ReloadSourcesAction
 
sourceProviders - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
sourceProviders - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
sources - Variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
sources - Variable in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.MapPaintStyleLoader
 
sources - Variable in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
 
sources - Variable in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
 
sources - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
sources - Variable in class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference
 
sources - Static variable in class org.openstreetmap.josm.plugins.PluginHandler
Add here all ClassLoader whose resource should be searched.
sourcesInitiallyLoaded - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
sourcesList - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
sourcesList - Variable in class org.openstreetmap.josm.gui.widgets.EditableList
 
sourceTabLoaded - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
 
sourceType - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
SourceType - Enum in org.openstreetmap.josm.gui.preferences
The different types of source entries.
SourceType() - Constructor for enum org.openstreetmap.josm.gui.preferences.SourceType
 
sourceWays - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
SOUTH - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
south - Variable in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice.UTMPanel
 
SOUTH_POLE - Static variable in class org.openstreetmap.josm.data.coor.LatLon
South pole.
southPole - Variable in class org.openstreetmap.josm.data.projection.proj.PolarStereographic
true if this projection is for the south pole, or false if it is for the north pole.
Space - Class in org.openstreetmap.josm.gui.tagging.presets.items
Horizontal separator type.
Space() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Space
 
spacer - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
spacing - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
spacingMeter - Variable in class org.openstreetmap.josm.gui.MapScaler.TickMarks
Distance in meters between two ticks.
spAdd - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
 
span(int, int) - Method in class org.openstreetmap.josm.tools.GBC
Sets the constraint's gridwidth, gridheight.
span(int) - Method in class org.openstreetmap.josm.tools.GBC
Sets the constraint's gridwidth.
spAuthorisationProcedureUI - Variable in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard
 
spContent - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
spDelete - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
 
spec - Variable in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
special - Variable in class org.openstreetmap.josm.tools.template_engine.Variable
 
SPECIAL_CHARS - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
SPECIAL_VALUE_EVERYTHING - Static variable in class org.openstreetmap.josm.tools.template_engine.Variable
 
SPECIAL_VALUE_ID - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
SPECIAL_VALUE_LOCAL_NAME - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
SPECIAL_VARIABLE_PREFIX - Static variable in class org.openstreetmap.josm.tools.template_engine.Variable
 
specialCharaters - Variable in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
specialChars - Static variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
specialCharsQuoted - Static variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer
 
specialmessage - Variable in exception org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException
 
specialRules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.MapCSSKeyRules
A map that sores the indexes of rules that might be applied if the key=value pair is present on this primitive.
specialValues - Variable in class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
The special values, to be ignored if ignore is set to true; to be considered only if ignore is set to false
specName(String) - Static method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
speed - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Speed in kilometer per hour
speed - Variable in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
speed() - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
speed - Variable in class org.openstreetmap.josm.tools.AudioPlayer
 
speed() - Static method in class org.openstreetmap.josm.tools.AudioPlayer
Speed at which we will play.
speedName - Variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Most common speed symbol (kmh/h, mph, kn, etc.)
speedValue - Variable in class org.openstreetmap.josm.data.SystemOfMeasurement
Speed value for the most common speed symbol, in meters per second
speedX - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
The current x speed (pixels per timer interval)
speedY - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
The current y speed (pixels per timer interval)
SPELL_FILE - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker
The config file of dictionary words
spherical - Variable in class org.openstreetmap.josm.data.projection.Ellipsoid
if ellipsoid is spherical, i.e. the major and minor semiaxis are the same
spherical - Variable in class org.openstreetmap.josm.data.projection.proj.AbstractProj
is ellipsoid spherical?
spinner - Variable in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
spinSimConn - Variable in class org.openstreetmap.josm.gui.preferences.imagery.WMSSettingsPanel
 
spinZoomRatio - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
SplashProgressMonitor(String, ChangeListener) - Constructor for class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
Constructs a new SplashProgressMonitor.
SplashScreen - Class in org.openstreetmap.josm.gui
Show a splash screen so the user knows what is happening during startup.
SplashScreen() - Constructor for class org.openstreetmap.josm.gui.SplashScreen
Constructs a new SplashScreen.
SplashScreen.MeasurableTask - Class in org.openstreetmap.josm.gui
A single task (of a ProgressMonitor) which keeps track of its execution duration (requires a call to SplashScreen.MeasurableTask.finish()).
SplashScreen.SplashProgressMonitor - Class in org.openstreetmap.josm.gui
A ProgressMonitor which stores the (sub)tasks in a tree.
SplashScreen.SplashScreenProgressRenderer - Class in org.openstreetmap.josm.gui
 
SplashScreen.Task - Class in org.openstreetmap.josm.gui
A task (of a ProgressMonitor).
SplashScreenProgressRenderer() - Constructor for class org.openstreetmap.josm.gui.SplashScreen.SplashScreenProgressRenderer
Constructs a new SplashScreenProgressRenderer.
spLists - Variable in class org.openstreetmap.josm.gui.io.UploadSelectionDialog
 
split(OsmDataLayer, Way, List<Node>, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.SplitWayAction
Splits the way way at the nodes in atNodes and replies the result of this process in an instance of SplitWayAction.SplitWayResult.
split(String, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Splits string toSplit at occurrences of the separator string sep and returns a list of matches.
Split() - Constructor for class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Split
 
SPLIT_ELEMENTS_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
SPLIT_TRIMMED_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
SPLIT_VALUES_PATTERN - Static variable in class org.openstreetmap.josm.data.osm.TagCollection
 
splitEscaped(char, String) - Static method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
allow escaped comma in comma separated list: "A\, B\, C,one\, two" --> ["A, B, C", "one, two"]
splitOutTimezone() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
splitPane - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
splitPane - Variable in class org.openstreetmap.josm.gui.MapFrame
The split pane with the mapview (leftPanel) and toggle dialogs (dialogsPanel).
splitWay(OsmDataLayer, Way, List<List<Node>>, Collection<? extends OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.SplitWayAction
Splits the way way into chunks of wayChunks and replies the result of this process in an instance of SplitWayAction.SplitWayResult.
splitWay(OsmDataLayer, Way, List<List<Node>>, Collection<? extends OsmPrimitive>, SplitWayAction.Strategy) - Static method in class org.openstreetmap.josm.actions.SplitWayAction
Splits the way way into chunks of wayChunks and replies the result of this process in an instance of SplitWayAction.SplitWayResult.
splitWay - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Split Way
SplitWayAction - Class in org.openstreetmap.josm.actions
Splits a way into multiple ways (all identical except for their node list).
SplitWayAction() - Constructor for class org.openstreetmap.josm.actions.SplitWayAction
Create a new SplitWayAction.
SplitWayAction.SegmentToKeepSelectionDialog - Class in org.openstreetmap.josm.actions
A dialog to query which way segment should reuse the history of the way to split.
SplitWayAction.SplitWayResult - Class in org.openstreetmap.josm.actions
Represents the result of a SplitWayAction
SplitWayAction.Strategy - Class in org.openstreetmap.josm.actions
Determines which way chunk should reuse the old id and its history
splitWayOnNodes(Way, Set<Node>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
This is a method that splits way into smaller parts, using the prepared nodes list as split points.
SplitWayResult(Command, List<? extends PrimitiveId>, Way, List<Way>) - Constructor for class org.openstreetmap.josm.actions.SplitWayAction.SplitWayResult
 
spLog - Variable in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
spPluginPreferences - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
spTagConflictTypes - Variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
spUpdate - Variable in class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
 
spZoomLevel - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
sqr(double) - Static method in class org.openstreetmap.josm.data.projection.Ellipsoid
 
ss - Variable in class org.openstreetmap.josm.gui.widgets.JosmHTMLEditorKit
 
sslContext - Variable in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
SSL context information for connections
stage - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin stage, determining the loading sequence order of plugins.
standard_angle_0_to_2PI(double) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction
Make sure angle (up to 2*Pi) is in interval [ 0, 2*Pi ).
standard_angle_mPI_to_PI(double) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction
Make sure angle (up to 2*Pi) is in interval ( -Pi, Pi ].
standardParallel1 - Variable in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic.Parameters2SP
 
standardParallel2 - Variable in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic.Parameters2SP
 
start - Variable in class org.openstreetmap.josm.actions.search.PushbackTokenizer.Range
 
start - Variable in class org.openstreetmap.josm.gui.SplashScreen.MeasurableTask
 
start() - Method in class org.openstreetmap.josm.io.FileWatcher
Starts the File Watcher thread.
start() - Static method in class org.openstreetmap.josm.io.MessageNotifier
Starts the message notifier task if not already started and if user is fully identified
start() - Method in class org.openstreetmap.josm.io.OsmChangeBuilder
Writes the prolog of the OsmChange document
start() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
Starts the remote control server
start(Reader, ContentHandler) - Method in class org.openstreetmap.josm.tools.XmlObjectParser
 
start(Reader) - Method in class org.openstreetmap.josm.tools.XmlObjectParser
Starts parsing from the given input reader, without validation.
startAngle - Variable in class org.openstreetmap.josm.command.RotateCommand
angle of rotation starting click to pivot
startBulkOperation(String) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
Marks the beginning of a bulk operation in order to provide a "Do not show again (this operation)" option.
startDocument() - Method in class org.openstreetmap.josm.io.Capabilities.CapabilitiesParser
 
startDocument() - Method in class org.openstreetmap.josm.io.GpxReader.Parser
 
startDocument() - Method in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
startDownload(Bounds) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
Starts download for the given bounding box
startDrag() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
called back from drag mode to say when we started dragging for real (at least a short distance)
startDrag(int, int) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.NameFinderResultParser
Detect starting elements.
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.io.Capabilities.CapabilitiesParser
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.io.DiffResultProcessor.Parser
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.io.GpxReader.Parser
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.io.NoteReader.Parser
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.io.OsmChangesetContentParser.Parser
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.io.OsmHistoryReader.Parser
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.AddNamespaceFilter
 
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
startEN - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
point where user pressed the mouse to start movement
startEN - Variable in class org.openstreetmap.josm.command.MoveCommand
Starting position, base command point, current (mouse-drag) position = startEN + (x,y) =
startEN - Variable in class org.openstreetmap.josm.command.ScaleCommand
World position of the mouse when the user started the command.
startHideTimer() - Method in class org.openstreetmap.josm.gui.NotificationManager
 
startImproving(Way) - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
Switches to Improving state
startingDraggingPos - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
The old cursor before the user pressed the mouse button.
startLoadThumbs() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Start to load thumbnails.
startMovement(MouseEvent) - Method in class org.openstreetmap.josm.gui.MapMover
Start movement by setting a new cursor and remember the current mouse position.
startNewWay() - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Reset walk algorithm to a new start point.
startNode(Attributes) - Method in class org.openstreetmap.josm.io.AbstractParser
 
startRelation(Attributes) - Method in class org.openstreetmap.josm.io.AbstractParser
 
startSection(String) - Method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
Starts a new debug data section.
startSelecting() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
Switches to Selecting state
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.Test
Start the test using a given progress monitor
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.LongSegment
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
startTest(ProgressMonitor) - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
 
startTime - Variable in class org.openstreetmap.josm.data.validation.Test
the start time to compute elapsed time when test finishes
startupHook() - Method in interface org.openstreetmap.josm.tools.PlatformHook
The startupHook will be called early, but after the GUI setup has started.
startupHook() - Method in class org.openstreetmap.josm.tools.PlatformHookOsx
 
startupHook() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid
 
startupHook() - Method in class org.openstreetmap.josm.tools.PlatformHookWindows
 
startUserInput() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel
 
startUserInput() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel
 
startUserInput() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
startUserInput() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
startUserInput() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
startUserInput() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
 
startUserInput() - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel
Initializes the panel for user input
startUserInput() - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
startUserInput() - Method in class org.openstreetmap.josm.gui.io.TagSettingsPanel
Initializes the panel for user input
startUserInput() - Method in class org.openstreetmap.josm.gui.io.UploadDialog
Initializes the panel for user input
startWay(Attributes) - Method in class org.openstreetmap.josm.io.AbstractParser
 
startWithValidation(Reader, String, String) - Method in class org.openstreetmap.josm.tools.XmlObjectParser
Starts parsing from the given input reader, with XSD validation.
state - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
State() - Constructor for enum org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction.State
 
state - Variable in class org.openstreetmap.josm.data.notes.Note
 
State() - Constructor for enum org.openstreetmap.josm.data.notes.Note.State
 
state - Variable in class org.openstreetmap.josm.gui.history.TwoColumnDiff.Item
 
state - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
The current state (scale, center, ...) of this map view.
state - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
State() - Constructor for enum org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.State
 
State() - Constructor for enum org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.State
 
State() - Constructor for enum org.openstreetmap.josm.io.GpxReader.State
 
State() - Constructor for enum org.openstreetmap.josm.io.imagery.ImageryReader.State
 
state - Variable in class org.openstreetmap.josm.tools.AudioPlayer
 
State() - Constructor for enum org.openstreetmap.josm.tools.AudioPlayer.State
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.ZomeLevelChangeHandler
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllLeft
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllRight
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepMyCoordinatesAction
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepMyDeletedStateAction
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepTheirCoordinatesAction
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepTheirDeletedStateAction
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.UndecideCoordinateConflictAction
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.UndecideDeletedStateConflictAction
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver.ToggleTagRelationsAction
 
stateChanged() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
primitive stateChangedListener for subclasses
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.BackAction
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.help.HelpBrowser.ForwardAction
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.DistanceViewer
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.LatLonViewer
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.MapViewer
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.history.VersionTable
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel.ChangesetCommentChangeListener
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.io.TagSettingsPanel.ChangesetCommentChangeListener
 
stateChanged() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.MapSlider
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.MenuScroller.MenuScrollItem
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel.TimeBasedPolicyChangeListener
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
stateChanged(ChangeEvent) - Method in class org.openstreetmap.josm.gui.SplashScreen
 
stateField - Variable in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
states - Variable in class org.openstreetmap.josm.gui.mappaint.StyleCache
 
states - Variable in class org.openstreetmap.josm.io.GpxReader.Parser
 
states - Variable in class org.openstreetmap.josm.io.imagery.ImageryReader.Parser
 
StaticLabelCompositionStrategy(String) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.StaticLabelCompositionStrategy
 
staticMenuEntryCount - Static variable in class org.openstreetmap.josm.gui.MapFrame.SideToolbarPopupMenu
 
StaticText - Class in org.openstreetmap.josm.tools.template_engine
 
StaticText(String) - Constructor for class org.openstreetmap.josm.tools.template_engine.StaticText
 
staticText - Variable in class org.openstreetmap.josm.tools.template_engine.StaticText
 
StatisticsInfo() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfo
 
StatisticsInfoRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfoRenderer
 
StatisticsInfoTable(PasteTagsConflictResolverDialog.StatisticsTableModel) - Constructor for class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfoTable
 
statisticsModel - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
StatisticsTableModel() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsTableModel
 
STATUS_BAR_ID - Static variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler
 
statusBarElementUpdate(MapStatus.MouseState) - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
Calls this to update the element that is shown in the statusbar
statusBarText - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
statusBarUpdater - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
StatusBarUpdater(boolean) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.StatusBarUpdater
 
statusBarUpdaterWithRepaint - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
statusLine - Variable in class org.openstreetmap.josm.gui.MapFrame
The status line below the map
statusreport - Variable in class org.openstreetmap.josm.gui.MainMenu
Help / Show Status Report
statusText() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.StatusBarUpdater
 
statusText - Variable in class org.openstreetmap.josm.gui.MapStatus
 
statusText - Variable in class org.openstreetmap.josm.tools.bugreport.BugReportSender
 
StatusTextHistory(Object, String) - Constructor for class org.openstreetmap.josm.gui.MapStatus.StatusTextHistory
 
StayOpenCheckBoxMenuItem - Class in org.openstreetmap.josm.gui.util
An extension of JCheckBoxMenuItem that doesn't close the menu when selected.
StayOpenCheckBoxMenuItem(Action) - Constructor for class org.openstreetmap.josm.gui.util.StayOpenCheckBoxMenuItem
Contructs a new StayOpenCheckBoxMenuItem whose properties are taken from the Action supplied.
std() - Static method in class org.openstreetmap.josm.tools.GBC
Create a standard constraint (which is not the last).
std(int, int) - Static method in class org.openstreetmap.josm.tools.GBC
Create a standard constraint with the gridx, gridy set.
StepLabel(String) - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.StepLabel
 
steps - Variable in class org.openstreetmap.josm.gui.MapScaler.TickMarks
 
stop - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
stop() - Static method in class org.openstreetmap.josm.io.MessageNotifier
Stops the message notifier task if started
stop() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControl
Stops the remote control server
stopCellEditing() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
stopCellEditing() - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
stopCellEditing() - Method in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
stopCellEditing() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
stopCellEditing() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
stopHighlighting() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
stopLoadThumbs() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Stop to load thumbnails.
stopRemoteControlHttpServer() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpServer
Stops the HTTP server
stopRemoteControlHttpsServer() - Static method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Stops the HTTPS server
stopServer() - Method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpServer
Stops the HTTP server
stopServer() - Method in class org.openstreetmap.josm.io.remotecontrol.RemoteControlHttpsServer
Stops the HTTPS server.
Storage<T> - Class in org.openstreetmap.josm.data.osm
A Set-like class that allows looking up equivalent preexising instance.
Storage() - Constructor for class org.openstreetmap.josm.data.osm.Storage
Constructs a new Storage with default capacity (16).
Storage(int) - Constructor for class org.openstreetmap.josm.data.osm.Storage
Constructs a new Storage with given capacity.
Storage(Hash<? super T, ? super T>) - Constructor for class org.openstreetmap.josm.data.osm.Storage
 
Storage(boolean) - Constructor for class org.openstreetmap.josm.data.osm.Storage
 
Storage(int, boolean) - Constructor for class org.openstreetmap.josm.data.osm.Storage
 
Storage(Hash<? super T, ? super T>, boolean) - Constructor for class org.openstreetmap.josm.data.osm.Storage
 
Storage(Hash<? super T, ? super T>, int) - Constructor for class org.openstreetmap.josm.data.osm.Storage
 
Storage(Hash<? super T, ? super T>, int, boolean) - Constructor for class org.openstreetmap.josm.data.osm.Storage
constructor
Storage.FMap<K> - Class in org.openstreetmap.josm.data.osm
 
Storage.Iter - Class in org.openstreetmap.josm.data.osm
 
Storage.PrimitiveIdHash - Class in org.openstreetmap.josm.data.osm
 
Storage.SafeReadonlyIter - Class in org.openstreetmap.josm.data.osm
 
storageFile - Variable in class org.openstreetmap.josm.data.gpx.GpxData
 
store(String, Integer) - Method in enum org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.NotShowAgain
Stores the dialog result value at the corresponding place.
store(Authenticator.RequestorType, String, PasswordAuthentication) - Method in interface org.openstreetmap.josm.io.auth.CredentialsAgent
Saves the credentials in credentials for the given service type.
store(Authenticator.RequestorType, String, PasswordAuthentication) - Method in class org.openstreetmap.josm.io.auth.CredentialsManager
 
store(Authenticator.RequestorType, String, PasswordAuthentication) - Method in class org.openstreetmap.josm.io.auth.JosmPreferencesCredentialAgent
 
storeOAuthAccessToken(OAuthToken) - Method in interface org.openstreetmap.josm.io.auth.CredentialsAgent
Stores the OAuth Access Token accessToken.
storeOAuthAccessToken(OAuthToken) - Method in class org.openstreetmap.josm.io.auth.CredentialsManager
 
storeOAuthAccessToken(OAuthToken) - Method in class org.openstreetmap.josm.io.auth.JosmPreferencesCredentialAgent
Stores the OAuth Access Token accessToken.
storeOldState() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
Stores the state of the nodes before the command.
storeState() - Method in class org.openstreetmap.josm.gui.MainFrame
Stores the current state of the main frame.
str - Variable in class org.openstreetmap.josm.tools.Utils.DirectionString
 
Strategy() - Constructor for class org.openstreetmap.josm.actions.SplitWayAction.Strategy
 
strategy - Variable in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
strategy - Variable in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
strategy - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
 
StrategyChangeListener() - Constructor for class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.StrategyChangeListener
 
StreamProgressUpdater - Class in org.openstreetmap.josm.io
 
StreamProgressUpdater(long, ProgressMonitor, String) - Constructor for class org.openstreetmap.josm.io.StreamProgressUpdater
 
string2label(String) - Static method in class org.openstreetmap.josm.gui.ExtendedDialog
Convenience function that converts a given string into a JMultilineLabel
StringActionParameter(String) - Constructor for class org.openstreetmap.josm.actions.ActionParameter.StringActionParameter
 
stringContains(String) - Static method in class org.openstreetmap.josm.tools.Predicates
Returns a Predicate executing String.contains(CharSequence).
stringContainsPattern(Pattern) - Static method in class org.openstreetmap.josm.tools.Predicates
Returns a Predicate executing Pattern.matcher(CharSequence) and Matcher.find().
StringEditor - Class in org.openstreetmap.josm.gui.preferences.advanced
Editor for String preference entries.
StringEditor(JComponent, PrefEntry, StringSetting) - Constructor for class org.openstreetmap.josm.gui.preferences.advanced.StringEditor
Constructs a new StringEditor.
stringMatchesPattern(Pattern) - Static method in class org.openstreetmap.josm.tools.Predicates
Returns a Predicate executing Pattern.matcher(CharSequence) and Matcher.matches().
StringProperty - Class in org.openstreetmap.josm.data.preferences
A property containing an String value.
StringProperty(String, String) - Constructor for class org.openstreetmap.josm.data.preferences.StringProperty
Constructs a new StringProperty.
StringRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.FilterDialog.StringRenderer
 
strings - Static variable in class org.openstreetmap.josm.tools.I18n
 
StringSetting - Class in org.openstreetmap.josm.data.preferences
Setting containing a String value.
StringSetting(String) - Constructor for class org.openstreetmap.josm.data.preferences.StringSetting
Constructs a new StringSetting with the given value
StringSubpart(String) - Constructor for class org.openstreetmap.josm.gui.mappaint.mapcss.Subpart.StringSubpart
 
StringSwitcher(String, String) - Constructor for class org.openstreetmap.josm.corrector.ReverseWayTagCorrector.StringSwitcher
 
stringSwitchers - Static variable in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
strip(String) - Static method in class org.openstreetmap.josm.tools.Utils
An alternative to String.trim() to effectively remove all leading and trailing white characters, including Unicode ones.
strip(String, String) - Static method in class org.openstreetmap.josm.tools.Utils
An alternative to String.trim() to effectively remove all leading and trailing white characters, including Unicode ones.
strip(String, char[]) - Static method in class org.openstreetmap.josm.tools.Utils
 
stripChar(char[], char) - Static method in class org.openstreetmap.josm.tools.Utils
 
stripChars(String) - Static method in class org.openstreetmap.josm.tools.Utils
 
stripTags(Collection<Way>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Remove all tags from the all the way
stroke - Variable in class org.openstreetmap.gui.jmapviewer.Style
 
stroke - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.Symbol
 
strokeColor - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.Symbol
 
style - Variable in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
STYLE() - Constructor for enum org.openstreetmap.gui.jmapviewer.interfaces.MapMarker.STYLE
 
style - Variable in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
Style - Class in org.openstreetmap.gui.jmapviewer
 
Style() - Constructor for class org.openstreetmap.gui.jmapviewer.Style
 
Style(Color, Color, Stroke, Font) - Constructor for class org.openstreetmap.gui.jmapviewer.Style
 
style - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.Layer
 
style - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.StyleRecord
 
STYLE - Static variable in class org.openstreetmap.josm.gui.GettingStarted
 
style - Variable in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
style - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement.FontDescriptor
 
STYLE_SOURCE_LOCK - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
StyleCache - Class in org.openstreetmap.josm.gui.mappaint
Caches styles for a single primitive.
StyleCache(StyleCache) - Constructor for class org.openstreetmap.josm.gui.mappaint.StyleCache
 
StyleCache() - Constructor for class org.openstreetmap.josm.gui.mappaint.StyleCache
 
StyledMapRenderer - Class in org.openstreetmap.josm.data.osm.visitor.paint
A map renderer which renders a map according to style rules in a set of style sheets.
StyledMapRenderer(Graphics2D, NavigatableComponent, boolean) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Constructs a new StyledMapRenderer.
StyledMapRenderer.BenchmarkData - Class in org.openstreetmap.josm.data.osm.visitor.paint
Saves benchmark data for tests.
StyledMapRenderer.ComputeStyleListWorker - Class in org.openstreetmap.josm.data.osm.visitor.paint
 
StyledMapRenderer.OffsetIterator - Class in org.openstreetmap.josm.data.osm.visitor.paint
Iterates over a list of Way Nodes and returns screen coordinates that represent a line that is shifted by a certain offset perpendicular to the way direction.
StyledMapRenderer.StyleRecord - Class in org.openstreetmap.josm.data.osm.visitor.paint
 
StyleElement - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
StyleElement(float, float, float, boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
StyleElement(Cascade, float) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
StyleElement.FontDescriptor - Class in org.openstreetmap.josm.gui.mappaint.styleelement
 
styleElementCount - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.BenchmarkData
 
StyleElementList - Class in org.openstreetmap.josm.gui.mappaint
List of StyleElements, immutable.
StyleElementList() - Constructor for class org.openstreetmap.josm.gui.mappaint.StyleElementList
Constructs a new StyleList.
StyleElementList(StyleElement...) - Constructor for class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
StyleElementList(Collection<StyleElement>) - Constructor for class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
StyleElementList(StyleElementList, StyleElement) - Constructor for class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
StyleKeys - Interface in org.openstreetmap.josm.gui.mappaint
 
styleMap - Variable in class org.openstreetmap.josm.io.FileWatcher
 
styleOverrideListener - Static variable in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
 
StyleRecord(StyleElement, OsmPrimitive, int) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.StyleRecord
 
styles - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
styles - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
styles - Static variable in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
StyleSetting - Interface in org.openstreetmap.josm.gui.mappaint
Setting to customize a MapPaint style.
StyleSetting.BooleanStyleSetting - Class in org.openstreetmap.josm.gui.mappaint
A style setting for boolean value (yes / no).
StylesModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel
Constructs a new StylesModel.
StyleSource - Class in org.openstreetmap.josm.gui.mappaint
A mappaint style (abstract class).
StyleSource(String, String, String) - Constructor for class org.openstreetmap.josm.gui.mappaint.StyleSource
Constructs a new, active StyleSource.
StyleSource(SourceEntry) - Constructor for class org.openstreetmap.josm.gui.mappaint.StyleSource
Constructs a new StyleSource
styleSourceProviders - Static variable in class org.openstreetmap.josm.gui.preferences.map.MapPaintPreference
 
StyleSourceRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StyleSourceRenderer
 
styleSources - Variable in class org.openstreetmap.josm.gui.mappaint.ElemStyles
 
StylesTable(TableModel) - Constructor for class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesTable
 
styleType - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
Style type: can only have one value: "xml".
SubclassFilteredCollection<S,T extends S> - Class in org.openstreetmap.josm.tools
Filtered view of a collection.
SubclassFilteredCollection(Collection<? extends S>, Predicate<? super S>) - Constructor for class org.openstreetmap.josm.tools.SubclassFilteredCollection
Constructs a new SubclassFilteredCollection.
SubclassFilteredCollection.FilterIterator - Class in org.openstreetmap.josm.tools
 
subdir - Variable in class org.openstreetmap.josm.tools.ImageProvider
sub directory the image can be found in
subdomainPattern - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
subdomains - Static variable in class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
 
subGrid - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
subGridCount - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
subGridHeaderCount - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
subGridName - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShift
 
subGridName - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
submit() - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileJob
submits download job to backend.
submit(boolean) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileJob
submits download job to backend.
submit() - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader.OsmTileJob
 
submit(boolean) - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader.OsmTileJob
 
submit(ICachedLoaderListener, boolean) - Method in interface org.openstreetmap.josm.data.cache.ICachedLoaderJob
Submit job for background fetch, and listener will be fed with value object
submit(ICachedLoaderListener, boolean) - Method in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
submit(boolean) - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
submit() - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
subpart - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
Subpart - Interface in org.openstreetmap.josm.gui.mappaint.mapcss
A subpart identifies different rendering layers (::subpart syntax).
Subpart.ExpressionSubpart - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Subpart identifier given by an expression.
Subpart.StringSubpart - Class in org.openstreetmap.josm.gui.mappaint.mapcss
Simple static subpart identifier.
SubPreferenceSetting - Interface in org.openstreetmap.josm.gui.preferences
Preference settings, that do *not* display a top level tab.
SubPrefsOptions - Interface in org.openstreetmap.josm.gui.preferences.projection
ProjectionChoice can implement this interface to set some additional options
subSettingMap - Variable in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
substring(String, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the substring of s starting at index begin (inclusive, 0-indexed).
substring(String, float, float) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the substring of s starting at index begin (inclusive) and ending at index end, (exclusive, 0-indexed).
subTab - Variable in class org.openstreetmap.josm.actions.PreferencesAction
 
subTask(String) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
subTask(String) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
subTask(String) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Normal subtask
subTask(String) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
subtract(EastNorth) - Method in class org.openstreetmap.josm.data.coor.EastNorth
Subtracts an east/north value from this point.
subtreeDepth() - Method in class org.openstreetmap.josm.io.remotecontrol.DNSName
Return subtree depth of this name for purposes of determining NameConstraints minimum and maximum bounds and for calculating path lengths in name subtrees.
success - Variable in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
success - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
successfullyOpenedFiles - Variable in class org.openstreetmap.josm.actions.OpenFileAction.OpenFileTask
 
successors - Variable in class org.openstreetmap.josm.actions.CombineWayAction.NodeGraph
 
suggestNextActiveLayer(Layer) - Method in class org.openstreetmap.josm.gui.layer.MainLayerManager
Determines the next active data layer according to the following rules: if there is at least one OsmDataLayer the first one becomes active otherwise, the top most layer of any type becomes active
suggestRecentlyAddedTags() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
suggestRoleForOsmPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
suitableDownloadTasks - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
sum(EastNorth, EastNorth) - Static method in class org.openstreetmap.josm.actions.OrthogonalizeAction.EN
 
sumAllNumeric() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
Apply the decision to sum all numeric values
SUMMABLE_KEYS - Static variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
 
summary - Static variable in class org.openstreetmap.josm.data.CustomConfigurator
 
sumUpdateCount() - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
SUPERFLUOUS - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
support - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
support - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
 
support - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
support - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
support - Variable in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
 
support - Variable in class org.openstreetmap.josm.gui.io.SaveLayersModel
 
supported - Variable in class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
SUPPORTED_KEYS - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
Set of all supported MapCSS keys.
SUPPORTED_OPS - Static variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueRegexpCondition
 
supportedMapModes - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
supportedProjections - Variable in class org.openstreetmap.josm.gui.layer.WMSLayer
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.dialogs.layer.DeleteLayerAction
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AutoLoadTilesAction
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.AutoZoomAction
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ShowErrorsAction
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.CustomizeColor
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.geoimage.ShowThumbnailAction
Check if the current layer is supported.
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.gpx.CustomizeDrawingAction
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.OffsetAction
 
supportLayers(List<Layer>) - Method in interface org.openstreetmap.josm.gui.layer.Layer.LayerAction
Determines if this action supports a given list of layers.
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.Layer.SeparatorLayerAction
 
supportLayers(List<Layer>) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.ShowHideMarkerText
 
supports_epsg_4326_to_3857_conversion - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
supportsRelation() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
supportsSelectionMode(int) - Static method in class org.openstreetmap.josm.gui.widgets.NativeFileChooser
Determines if the selection mode is suuported by the native file chooser.
supportsVersion(String) - Method in class org.openstreetmap.josm.io.Capabilities
Determines if a given API version is supported.
suppressExceptionDialogs - Static variable in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler
 
suppressWarnings - Variable in class org.openstreetmap.josm.tools.ImageProvider
true if warnings should be suppressed
svg - Variable in class org.openstreetmap.josm.tools.ImageResource
SVG diagram information in case of SVG vector image.
svgUniverse - Static variable in class org.openstreetmap.josm.tools.ImageProvider
 
sw - Variable in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
SW_INDEX - Static variable in class org.openstreetmap.josm.data.osm.QuadBuckets
 
swap() - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
 
SwingFileChooser - Class in org.openstreetmap.josm.gui.widgets
File chooser based on the Swing's JFileChooser implementation.
SwingFileChooser(File) - Constructor for class org.openstreetmap.josm.gui.widgets.SwingFileChooser
Constructs a new SwingFileChooser.
SwingRenderingProgressMonitor - Class in org.openstreetmap.josm.gui.progress
SwingRenderingProgressMonitor is progress monitor which delegates the rendering of progress information to a ProgressRenderer.
SwingRenderingProgressMonitor(ProgressRenderer) - Constructor for class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
SwissGridProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
 
SwissGridProjectionChoice() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.SwissGridProjectionChoice
Constructs a new SwissGridProjectionChoice.
SwissObliqueMercator - Class in org.openstreetmap.josm.data.projection.proj
Projection for the SwissGrid CH1903 / L03, see Wikipedia article.
Calculations were originally based on simple formula.
August 2010 update to this formula (rigorous formulas).
SwissObliqueMercator() - Constructor for class org.openstreetmap.josm.data.projection.proj.SwissObliqueMercator
 
switchMode(String) - Method in class org.openstreetmap.josm.io.OsmChangeBuilder
 
switchXY() - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
switchXY() - Method in interface org.openstreetmap.josm.data.projection.Projection
Does this projection natural order of coordinates is North East, instead of East North
swriter - Variable in class org.openstreetmap.josm.io.OsmChangeBuilder
 
symbol - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
symbol - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
Symbol(NodeElement.SymbolShape, int, Stroke, Color, Color) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.Symbol
 
symbol - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.Symbol
 
SymbolShape() - Constructor for enum org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.SymbolShape
 
symbolSize - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
syncAudioMarker - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
syncDialog - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
SyncDialogWindowListener() - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SyncDialogWindowListener
 
synchronize(EastNorth) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
Synchronize the audio at the position where the play head was paused before dragging with the position on the track where it was dropped.
synchronizeAdjustment(Adjustable) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.AdjustmentSynchronizer
 
SynchronizeAudio() - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.SynchronizeAudio
Constructs a new SynchronizeAudio action.
synchronizeAudioMarkers(AudioMarker) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
synchronizedAdjustables - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.AdjustmentSynchronizer
 
synchronizedAdjustables - Variable in class org.openstreetmap.josm.gui.util.AdjustmentSynchronizer
 
synchronizeDataSet() - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
Synchronizes the local state of the dataset with the state on the server.
synchronizePrimitive(OsmPrimitiveType, long) - Method in class org.openstreetmap.josm.gui.io.AbstractUploadTask
Synchronizes the local state of an OsmPrimitive with its state on the server.
syncOffset - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
syncOffset() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
SynonymRule(String, String[]) - Constructor for class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.SynonymRule
 
SystemOfMeasurement - Class in org.openstreetmap.josm.data
A system of units used to express length and area measurements.
SystemOfMeasurement(double, String, double, String, String, double) - Constructor for class org.openstreetmap.josm.data.SystemOfMeasurement
System of measurement.
SystemOfMeasurement(double, String, double, String, String, double, double, String) - Constructor for class org.openstreetmap.josm.data.SystemOfMeasurement
System of measurement.
SystemOfMeasurement.SoMChangeListener - Interface in org.openstreetmap.josm.data
Interface to notify listeners of the change of the system of measurement.
systemOfMeasurementChanged(String, String) - Method in interface org.openstreetmap.josm.data.SystemOfMeasurement.SoMChangeListener
The current SoM has changed.
systemOfMeasurementChanged(String, String) - Method in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
systemOfMeasurementChanged(String, String) - Method in class org.openstreetmap.josm.gui.MapStatus
 

T

t(double) - Method in class org.openstreetmap.josm.data.projection.proj.LambertConformalConic
auxiliary function t
t - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileHolder
 
t - Variable in class org.openstreetmap.josm.gui.layer.gpx.DateFilterPanel
 
t - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel
 
tab - Variable in class org.openstreetmap.josm.actions.PreferencesAction
 
tabbedPane - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
table - Variable in class org.openstreetmap.josm.actions.ZoomToAction
 
table - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
table - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer.DoubleClickAdapter
 
table - Variable in class org.openstreetmap.josm.gui.history.RelationMemberListViewer.MemberModelChanged
 
table - Variable in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
 
table - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor
 
table - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
tableCellEditorSupport - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor
 
tableCellEditorSupport - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
 
tableChanged(TableModelEvent) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
tableChanged(TableModelEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction
 
tableChanged(TableModelEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.ApplyAction
 
tableChanged(TableModelEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
tableChanged(TableModelEvent) - Method in class org.openstreetmap.josm.gui.history.RelationMemberListViewer.MemberModelChanged
 
tableChanged(TableModelEvent) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
tableChanged(TableModelEvent) - Method in class org.openstreetmap.josm.gui.io.TagSettingsPanel
 
tableChanged(TableModelEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.MoveUpDownAction
 
TableHelper - Class in org.openstreetmap.josm.gui.util
The class that provide common JTable customization methods
TableHelper() - Constructor for class org.openstreetmap.josm.gui.util.TableHelper
 
tableModel - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor
 
tableModel - Variable in class org.openstreetmap.josm.gui.preferences.display.ColorPreference
 
tableRenderer - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverColumnModel
 
tableRow(String, String) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
 
tabpane - Variable in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
TabPreferenceSetting - Interface in org.openstreetmap.josm.gui.preferences
Preference settings, that display a top level tab.
tabs - Variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
tabs - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
taComment - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
Tag - Class in org.openstreetmap.josm.data.osm
Tag represents an immutable key/value-pair.
Tag() - Constructor for class org.openstreetmap.josm.data.osm.Tag
Create an empty tag whose key and value are empty.
Tag(String) - Constructor for class org.openstreetmap.josm.data.osm.Tag
Create a tag whose key is key and whose value is empty.
Tag(String, String) - Constructor for class org.openstreetmap.josm.data.osm.Tag
Creates a tag for a key and a value.
Tag(Tag) - Constructor for class org.openstreetmap.josm.data.osm.Tag
Creates clone of the tag tag.
tag - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData.CheckerElement
 
tag - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog.IgnoreTagAction
 
tag(Environment, String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Gets the value of the key key from the object in question.
tag - Variable in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.ExistingValues
 
TAG_CHECK_ERROR - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
TAG_CHECK_INFO - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
TAG_CHECK_WARN - Static variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
tagAll - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData.CheckerElement
 
tagCache - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
the cached tags given by a tag key and a list of values for this tag only accessed by getTagCache(), rebuild() and cachePrimitiveTags() use getTagCache() accessor
TagCellEditor - Class in org.openstreetmap.josm.gui.tagging
This is the table cell editor for the tag editor dialog.
TagCellEditor(int) - Constructor for class org.openstreetmap.josm.gui.tagging.TagCellEditor
constructor
TagCellRenderer - Class in org.openstreetmap.josm.gui.tagging
This is the table cell renderer for cells for the table of tags in the tag editor dialog.
TagCellRenderer() - Constructor for class org.openstreetmap.josm.gui.tagging.TagCellRenderer
Constructs a new TagCellRenderer.
TagCheck(MapCSSTagChecker.GroupedMapCSSRule) - Constructor for class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
TagChecker - Class in org.openstreetmap.josm.data.validation.tests
Check for misspelled or wrong tags
TagChecker() - Constructor for class org.openstreetmap.josm.data.validation.tests.TagChecker
Constructor
TagChecker.CheckerData - Class in org.openstreetmap.josm.data.validation.tests
 
TagChecker.CheckerData.CheckerElement - Class in org.openstreetmap.josm.data.validation.tests
 
TagCheckerRulesSourceEditor() - Constructor for class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor
 
TagCollection - Class in org.openstreetmap.josm.data.osm
TagCollection is a collection of tags which can be used to manipulate tags managed by OsmPrimitives.
TagCollection() - Constructor for class org.openstreetmap.josm.data.osm.TagCollection
Creates an empty tag collection.
TagCollection(TagCollection) - Constructor for class org.openstreetmap.josm.data.osm.TagCollection
Creates a clone of the tag collection other.
TagCollection(Collection<Tag>) - Constructor for class org.openstreetmap.josm.data.osm.TagCollection
Creates a tag collection from tags.
TagConflictResolutionUtil - Class in org.openstreetmap.josm.gui.conflict.tags
Collection of utility methods for tag conflict resolution
TagConflictResolutionUtil() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolutionUtil
 
TagConflictResolveCommand - Class in org.openstreetmap.josm.command.conflict
Represents the resolution of a tag conflict in an OsmPrimitive.
TagConflictResolveCommand(Conflict<? extends OsmPrimitive>, List<TagMergeItem>) - Constructor for class org.openstreetmap.josm.command.conflict.TagConflictResolveCommand
constructor
TagConflictResolver - Class in org.openstreetmap.josm.gui.conflict.tags
This is a UI widget for resolving tag conflicts, i.e.
TagConflictResolver() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver
Constructs a new TagConflictResolver.
TagConflictResolverModel - Class in org.openstreetmap.josm.gui.conflict.tags
 
TagConflictResolverModel() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
Constructs a new TagConflictResolverModel.
TagConflictResolverTable - Class in org.openstreetmap.josm.gui.conflict.tags
 
TagConflictResolverTable(TagConflictResolverModel) - Constructor for class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverTable
Constructs a new TagConflictResolverTable.
TagCorrection - Class in org.openstreetmap.josm.data.correction
Represents a change of a single tag.
TagCorrection(String, String, String, String) - Constructor for class org.openstreetmap.josm.data.correction.TagCorrection
Constructs a new TagCorrection.
tagCorrectionCommands - Variable in class org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
 
TagCorrectionTable - Class in org.openstreetmap.josm.gui.correction
Tag correction table.
TagCorrectionTable(List<TagCorrection>) - Constructor for class org.openstreetmap.josm.gui.correction.TagCorrectionTable
Constructs a new TagCorrectionTable.
TagCorrectionTableModel - Class in org.openstreetmap.josm.gui.correction
Tag correction table model.
TagCorrectionTableModel(List<TagCorrection>) - Constructor for class org.openstreetmap.josm.gui.correction.TagCorrectionTableModel
Constructs a new TagCorrectionTableModel.
TagCorrector<P extends OsmPrimitive> - Class in org.openstreetmap.josm.corrector
Abstract base class for automatic tag corrections.
TagCorrector() - Constructor for class org.openstreetmap.josm.corrector.TagCorrector
 
TagCountRange(PushbackTokenizer.Range) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.TagCountRange
 
TagCountRange(PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.TagCountRange
 
tagData - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
The tag data of selected objects.
tagData - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
TagEditHelper - Class in org.openstreetmap.josm.gui.dialogs.properties
Class that helps PropertiesDialog add and edit tag values.
TagEditHelper(JTable, DefaultTableModel, Map<String, Map<String, Integer>>) - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Constructs a new TagEditHelper.
TagEditHelper.AbstractTagsDialog - Class in org.openstreetmap.josm.gui.dialogs.properties
 
TagEditHelper.AddTagsDialog - Class in org.openstreetmap.josm.gui.dialogs.properties
 
TagEditHelper.AddTagsDialog.EditIgnoreTagsAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
TagEditHelper.AddTagsDialog.IgnoreTagAction - Class in org.openstreetmap.josm.gui.dialogs.properties
 
TagEditHelper.AddTagsDialog.TagPopupMenu - Class in org.openstreetmap.josm.gui.dialogs.properties
 
TagEditHelper.EditTagDialog - Class in org.openstreetmap.josm.gui.dialogs.properties
 
TagEditHelper.IEditTagDialog - Interface in org.openstreetmap.josm.gui.dialogs.properties
 
TagEditHelper.RecentExisting - Enum in org.openstreetmap.josm.gui.dialogs.properties
What to do with recent tags where keys already exist
TagEditHelper.RefreshRecent - Enum in org.openstreetmap.josm.gui.dialogs.properties
What to do after applying tag
tagEditorModel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.DuplicateRelationAction
 
TagEditorModel - Class in org.openstreetmap.josm.gui.tagging
TagEditorModel is a table model to use with TagEditorPanel.
TagEditorModel() - Constructor for class org.openstreetmap.josm.gui.tagging.TagEditorModel
Creates a new tag editor model.
TagEditorModel(DefaultListSelectionModel, DefaultListSelectionModel) - Constructor for class org.openstreetmap.josm.gui.tagging.TagEditorModel
Creates a new tag editor model.
TagEditorModel.SelectionStateMemento - Class in org.openstreetmap.josm.gui.tagging
 
tagEditorPanel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
the tag table and its model
TagEditorPanel - Class in org.openstreetmap.josm.gui.tagging
TagEditorPanel is a JPanel which can be embedded as UI component in UIs.
TagEditorPanel(OsmPrimitive, TaggingPresetHandler) - Constructor for class org.openstreetmap.josm.gui.tagging.TagEditorPanel
Creates a new tag editor panel.
TagEditorPanel(TagEditorModel, TaggingPresetHandler, int) - Constructor for class org.openstreetmap.josm.gui.tagging.TagEditorPanel
Creates a new tag editor panel with a supplied model.
TagEntryInterator(String[]) - Constructor for class org.openstreetmap.josm.data.osm.TagMap.TagEntryInterator
TagEntrySet(String[]) - Constructor for class org.openstreetmap.josm.data.osm.TagMap.TagEntrySet
Create a new TagMap.TagEntrySet
Tagged - Interface in org.openstreetmap.josm.data.osm
Objects implement Tagged if they provide a map of key/value pairs.
tagged(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
:tagged tests whether the object is tagged.
taggedColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Color Preference for tagged nodes
taggedColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Color Preference for tagged nodes
taggedConnectionColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Color Preference for tagged and multiply connected nodes
taggedConnectionColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Color Preference for tagged and multiply connected nodes
TaggedMatch() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.TaggedMatch
 
taggedNodeSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: size of tagged nodes
taggedNodeSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: size of tagged nodes
TaggingPreset - Class in org.openstreetmap.josm.gui.tagging.presets
This class read encapsulate one tagging preset.
TaggingPreset() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Create an empty tagging preset.
TaggingPreset.PresetDialog - Class in org.openstreetmap.josm.gui.tagging.presets
 
TaggingPreset.PresetPanel - Class in org.openstreetmap.josm.gui.tagging.presets
 
TaggingPreset.ToolbarButtonAction - Class in org.openstreetmap.josm.gui.tagging.presets
Action that adds or removes the button on main toolbar
TaggingPresetHandler - Interface in org.openstreetmap.josm.gui.tagging.presets
 
TaggingPresetItem - Class in org.openstreetmap.josm.gui.tagging.presets
Class that represents single part of a preset - one field or text label that is shown to user
TaggingPresetItem() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
 
TaggingPresetLabel - Class in org.openstreetmap.josm.gui.tagging.presets
 
TaggingPresetLabel(TaggingPreset) - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetLabel
Constructs a new PresetLabel.
TaggingPresetLabel.PresetLabelMouseListener - Class in org.openstreetmap.josm.gui.tagging.presets
Small helper class that manages the highlighting of the label on hover as well as opening the corresponding preset when clicked
TaggingPresetListener - Interface in org.openstreetmap.josm.gui.tagging.presets
Notification of tagging presets events.
TaggingPresetMenu - Class in org.openstreetmap.josm.gui.tagging.presets
 
TaggingPresetMenu() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu
 
TaggingPresetMenu.PresetTextComparator - Class in org.openstreetmap.josm.gui.tagging.presets
 
TaggingPresetNameTemplateList - Class in org.openstreetmap.josm.gui.tagging.presets
List of tagging presets with name templates, allows to find appropriate template based on existing primitive
TaggingPresetNameTemplateList() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetNameTemplateList
 
TaggingPresetPreference - Class in org.openstreetmap.josm.gui.preferences.map
Preference settings for tagging presets.
TaggingPresetPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
 
TaggingPresetPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.map
Factory used to create a new TaggingPresetPreference.
TaggingPresetPreference.PresetPrefHelper - Class in org.openstreetmap.josm.gui.preferences.map
Helper class for tagging presets preferences.
TaggingPresetPreference.TaggingPresetSourceEditor - Class in org.openstreetmap.josm.gui.preferences.map
 
TaggingPresetPreference.TaggingPresetValidationListener - Class in org.openstreetmap.josm.gui.preferences.map
 
TaggingPresetReader - Class in org.openstreetmap.josm.gui.tagging.presets
The tagging presets reader.
TaggingPresetReader() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
 
TaggingPresetReader.Chunk - Class in org.openstreetmap.josm.gui.tagging.presets
Holds a reference to a chunk of items/objects.
TaggingPresetReader.HashSetWithLast<E> - Class in org.openstreetmap.josm.gui.tagging.presets
 
TaggingPresetReader.Reference - Class in org.openstreetmap.josm.gui.tagging.presets
Holds a reference to an earlier item/object.
TaggingPresets - Class in org.openstreetmap.josm.gui.tagging.presets
Class holding Tagging Presets and allowing to manage them.
TaggingPresets() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
 
taggingPresets - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresets
The collection of tagging presets
TaggingPresetSearchAction - Class in org.openstreetmap.josm.gui.tagging.presets
The tagging presets search action (F3).
TaggingPresetSearchAction() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchAction
Constructs a new TaggingPresetSearchAction.
TaggingPresetSearchDialog - Class in org.openstreetmap.josm.gui.tagging.presets
The tagging presets search dialog (F3).
TaggingPresetSearchDialog() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchDialog
 
TaggingPresetSearchPrimitiveDialog - Class in org.openstreetmap.josm.gui.tagging.presets
A dialog that allows to select a preset and then selects all matching OSM objects.
TaggingPresetSearchPrimitiveDialog() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog
 
TaggingPresetSearchPrimitiveDialog.Action - Class in org.openstreetmap.josm.gui.tagging.presets
TaggingPresetSelector - Class in org.openstreetmap.josm.gui.tagging.presets
GUI component to select tagging preset: the list with filter and two checkboxes
TaggingPresetSelector(boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
Constructs a new TaggingPresetSelector.
TaggingPresetSelector.PresetClassification - Class in org.openstreetmap.josm.gui.tagging.presets
Computes the match ration of a TaggingPreset wrt.
TaggingPresetSelector.PresetClassifications - Class in org.openstreetmap.josm.gui.tagging.presets
A collection of TaggingPresetSelector.PresetClassifications with the functionality of filtering wrt.
TaggingPresetSelector.ResultListCellRenderer - Class in org.openstreetmap.josm.gui.tagging.presets
 
TaggingPresetSeparator - Class in org.openstreetmap.josm.gui.tagging.presets
Class used to represent a JSeparator inside tagging preset menu.
TaggingPresetSeparator() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSeparator
 
taggingPresetsModified() - Method in interface org.openstreetmap.josm.gui.tagging.presets.TaggingPresetListener
Called after list of tagging presets has been modified.
taggingPresetsModified() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetNameTemplateList
 
TaggingPresetSourceEditor() - Constructor for class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.TaggingPresetSourceEditor
 
TaggingPresetType - Enum in org.openstreetmap.josm.gui.tagging.presets
Enumeration of OSM primitive types associated with names and icons
TaggingPresetType(String, String) - Constructor for enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
 
TaggingPresetValidationListener() - Constructor for class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.TaggingPresetValidationListener
 
TAGINFO_URL_PROP - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.TaginfoAction
 
taginfoAction - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
TaginfoAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.TaginfoAction
 
tagInfoViewer - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowser
 
TagInfoViewer - Class in org.openstreetmap.josm.gui.history
TagInfoViewer is a UI component which displays the list of tags of two version of a OsmPrimitive in a History.
TagInfoViewer(HistoryBrowserModel) - Constructor for class org.openstreetmap.josm.gui.history.TagInfoViewer
Constructs a new TagInfoViewer.
tagIsInt(String) - Static method in class org.openstreetmap.josm.data.osm.TigerUtils
Determines if the given key denotes an integer value.
TagKeyReference(String) - Constructor for class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.TagKeyReference
 
TagLookupCompositionStrategy(String) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.TagLookupCompositionStrategy
 
TagMap - Class in org.openstreetmap.josm.data.osm
This class provides a read/write map that uses the same format as AbstractPrimitive.keys.
TagMap() - Constructor for class org.openstreetmap.josm.data.osm.TagMap
Creates a new, empty tag map.
TagMap(String[]) - Constructor for class org.openstreetmap.josm.data.osm.TagMap
Creates a new read only tag map using a key/value/key/value/...
TagMap.TagEntryInterator - Class in org.openstreetmap.josm.data.osm
An iterator that iterates over the tags in this map.
TagMap.TagEntrySet - Class in org.openstreetmap.josm.data.osm
This is the entry set of this map.
tagMenu - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
tagMenuHandler - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
TagMergeItem - Class in org.openstreetmap.josm.gui.conflict.pair.tags
TagMergeItem represents an individual merge action for a specific pair of key/value.
TagMergeItem(String, String, String) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
constructor
TagMergeItem(String, OsmPrimitive, OsmPrimitive) - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
constructor
tagMergeItems - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
the list of tag merge items
TagMergeModel - Class in org.openstreetmap.josm.gui.conflict.pair.tags
This is the TableModel used in the tables of the TagMerger.
TagMergeModel() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel
Constructs a new TagMergeModel.
tagMerger - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
TagMerger - Class in org.openstreetmap.josm.gui.conflict.pair.tags
UI component for resolving conflicts in the tag sets of two OsmPrimitives.
TagMerger() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
Constructs a new TagMerger.
TagMerger.AdjustmentSynchronizer - Class in org.openstreetmap.josm.gui.conflict.pair.tags
Synchronizes scrollbar adjustments between a set of Adjustables.
TagMerger.DoubleClickAdapter - Class in org.openstreetmap.josm.gui.conflict.pair.tags
Handler for double clicks on entries in the three tag tables.
TagMerger.KeepMineAction - Class in org.openstreetmap.josm.gui.conflict.pair.tags
Keeps the currently selected tags in my table in the list of merged tags.
TagMerger.KeepTheirAction - Class in org.openstreetmap.josm.gui.conflict.pair.tags
Keeps the currently selected tags in their table in the list of merged tags.
TagMerger.UndecideAction - Class in org.openstreetmap.josm.gui.conflict.pair.tags
Sets the currently selected tags in the table of merged tags to state MergeDecisionType.UNDECIDED
TagMergeTableCellRenderer - Class in org.openstreetmap.josm.gui.conflict.pair.tags
 
TagMergeTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeTableCellRenderer
 
tagModel - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
 
TagModel - Class in org.openstreetmap.josm.gui.tagging
Tag model.
TagModel() - Constructor for class org.openstreetmap.josm.gui.tagging.TagModel
constructor
TagModel(String) - Constructor for class org.openstreetmap.josm.gui.tagging.TagModel
constructor
TagModel(String, String) - Constructor for class org.openstreetmap.josm.gui.tagging.TagModel
constructor
tagObj(String) - Static method in class org.openstreetmap.josm.data.osm.TigerUtils
 
TagPaster(Collection<PrimitiveData>, Collection<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
Constructs a new TagPaster.
TagPopupMenu(Tag) - Constructor for class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog.TagPopupMenu
 
tagRowSorter - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
tags - Variable in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
 
tags - Variable in class org.openstreetmap.josm.actions.UnGlueAction.PropertiesMembershipDialog
 
tags - Variable in class org.openstreetmap.josm.command.ChangePropertyCommand
Key and value pairs.
tags - Variable in class org.openstreetmap.josm.data.osm.Changeset
the map of tags
tags - Variable in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
tags - Variable in class org.openstreetmap.josm.data.osm.TagCollection
 
tags - Variable in class org.openstreetmap.josm.data.osm.TagMap.TagEntryInterator
The current state of the tags we iterate over.
tags - Variable in class org.openstreetmap.josm.data.osm.TagMap.TagEntrySet
 
tags - Variable in class org.openstreetmap.josm.data.osm.TagMap
The tags field.
tags - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelMember
Tags of the relation member
tags - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
the collection of tags for which a decision is needed
tags - Variable in class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
 
tags - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
tags - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
tags - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorModel
the list holding the tags
tagsChanged(TagsChangedEvent) - Method in interface org.openstreetmap.josm.data.osm.event.DataSetListener
There was some change in the tag set of a primitive.
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.data.validation.TestError
 
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
tagsChanged(TagsChangedEvent) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
TagsChangedEvent - Class in org.openstreetmap.josm.data.osm.event
 
TagsChangedEvent(DataSet, OsmPrimitive, Map<String, String>) - Constructor for class org.openstreetmap.josm.data.osm.event.TagsChangedEvent
 
TagSettingsPanel - Class in org.openstreetmap.josm.gui.io
Tag settings panel of upload dialog.
TagSettingsPanel(ChangesetCommentModel, ChangesetCommentModel) - Constructor for class org.openstreetmap.josm.gui.io.TagSettingsPanel
Creates a new panel
TagSettingsPanel.ChangesetCommentChangeListener - Class in org.openstreetmap.josm.gui.io
Observes the changeset comment model and keeps the tag editor in sync with the current changeset comment
tagsToIgnore - Variable in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
tagsToIgnore - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
TagSwitcher() - Constructor for class org.openstreetmap.josm.corrector.ReverseWayTagCorrector.TagSwitcher
 
tagTable - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
The tags table.
tagTable - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
tagTable - Variable in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
the tag table
TagTable - Class in org.openstreetmap.josm.gui.tagging
This is the tabular editor component for OSM tags.
TagTable(TagEditorModel, int) - Constructor for class org.openstreetmap.josm.gui.tagging.TagTable
Creates a new tag table
TagTable.AddAction - Class in org.openstreetmap.josm.gui.tagging
Action to be run when the user adds a new tag.
TagTable.CellEditorRemover - Class in org.openstreetmap.josm.gui.tagging
This is a custom implementation of the CellEditorRemover used in JTable to handle the client property terminateEditOnFocusLost.
TagTable.DeleteAction - Class in org.openstreetmap.josm.gui.tagging
Action to be run when the user invokes a delete action on the table, for instance by pressing DEL.
TagTable.PasteAction - Class in org.openstreetmap.josm.gui.tagging
Action to be run when the user wants to paste tags from buffer
TagTable.SelectNextColumnCellAction - Class in org.openstreetmap.josm.gui.tagging
Action to be run when the user navigates to the next cell in the table, for instance by pressing TAB or ENTER.
TagTable.SelectPreviousColumnCellAction - Class in org.openstreetmap.josm.gui.tagging
Action to be run when the user navigates to the previous cell in the table, for instance by pressing Shift-TAB
TagTableCellRenderer - Class in org.openstreetmap.josm.gui.history
The TableCellRenderer for a list of tags in HistoryBrowser
TagTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.history.TagTableCellRenderer
Constructs a new TagTableCellRenderer.
TagTableColumnModel - Class in org.openstreetmap.josm.gui.history
The TableColumnModel for the table with the list of tags
TagTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.history.TagTableColumnModel
Constructs a new TagTableColumnModel.
TagTableColumnModelBuilder - Class in org.openstreetmap.josm.gui.tagging
Builder class allowing to construct customized tag table column models.
TagTableColumnModelBuilder(TableCellRenderer, String...) - Constructor for class org.openstreetmap.josm.gui.tagging.TagTableColumnModelBuilder
Construct a new TagTableColumnModelBuilder.
tagTableFilter - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
TagTableModel(PointInTimeType) - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel
 
TagTest(String, String) - Constructor for class org.openstreetmap.josm.data.validation.Test.TagTest
Constructs a new TagTest with given name and description.
TagTest(String) - Constructor for class org.openstreetmap.josm.data.validation.Test.TagTest
Constructs a new TagTest with given name.
take() - Method in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
taLog - Variable in class org.openstreetmap.josm.gui.PleaseWaitDialog
the text area and the scroll pane for the log
target - Variable in class org.openstreetmap.josm.actions.PasteTagsAction.TagPaster
 
target - Variable in class org.openstreetmap.josm.gui.util.RedirectInputMap
 
targetDataSet - Variable in class org.openstreetmap.josm.data.osm.DataSetMerger
the target dataset for merging
targetInfo - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfo
 
targetLayer - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask
the target layer
targetPrimitive - Variable in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
targetWay - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
task - Variable in class org.openstreetmap.josm.actions.downloadtasks.PostDownloadHandler
 
task - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PluginDownloadAfterTask
 
Task() - Constructor for class org.openstreetmap.josm.gui.SplashScreen.Task
 
task - Static variable in class org.openstreetmap.josm.io.MessageNotifier
 
taskFutures - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
 
taskId - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
tasks - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
 
tasks - Variable in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
tasksMap - Variable in class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
taskTitle - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
taskTitle - Variable in class org.openstreetmap.josm.io.StreamProgressUpdater
 
tbCentre - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog
 
tblActiveSources - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
tblChangesets - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
 
tblIconPaths - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor
 
tblResolver - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
tblSearchResults - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection
 
tblStyles - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
tBookmarkName - Variable in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
tc - Variable in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
 
tearDown() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel
 
teardown() - Static method in class org.openstreetmap.josm.Main.MasterWindowListener
Unregister all listeners.
tempCornerTile(Tile) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
template - Variable in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate
 
template - Variable in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
TemplatedTileSource - Interface in org.openstreetmap.gui.jmapviewer.interfaces
Interface for template tile sources, @see TemplatedTMSTileSource
TemplatedTMSTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
Handles templated TMS Tile Source.
TemplatedTMSTileSource(TileSourceInfo) - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.TemplatedTMSTileSource
Creates Templated TMS Tile Source based on ImageryInfo
TemplatedWMSTileSource - Class in org.openstreetmap.josm.data.imagery
Tile Source handling WMS providers
TemplatedWMSTileSource(ImageryInfo) - Constructor for class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
Creates a tile source based on imagery info
TemplateEngineDataProvider - Interface in org.openstreetmap.josm.tools.template_engine
 
TemplateEntry - Interface in org.openstreetmap.josm.tools.template_engine
 
TemplateEntryProperty(String, String, Marker.TemplateEntryProperty) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.Marker.TemplateEntryProperty
 
TemplateParser - Class in org.openstreetmap.josm.tools.template_engine
Template parser.
TemplateParser(String) - Constructor for class org.openstreetmap.josm.tools.template_engine.TemplateParser
Constructs a new TemplateParser.
temporary - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.BoxProviderResult
 
temporary - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
temporaryLayer - Variable in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
temporaryLayer - Variable in class org.openstreetmap.josm.gui.layer.MapViewPaintable.MapViewEvent
 
temporaryLayers - Variable in class org.openstreetmap.josm.gui.MapView
Temporary layers (selection rectangle, etc.) that are never cached and drawn on top of regular layers.
terms_of_use_text - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
terms_of_use_url - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
termsOfUseText - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
termsOfUseText - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
Text with usage terms displayed when using the imagery
termsOfUseURL - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
 
termsOfUseURL - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo
Link behind the text with usage terms displayed when using the imagery
test(List<FilterMatcher.FilterInfo>, OsmPrimitive, boolean) - Static method in class org.openstreetmap.josm.data.osm.FilterMatcher
 
Test - Class in org.openstreetmap.josm.data.validation
Parent class for all validation tests.
Test(String, String) - Constructor for class org.openstreetmap.josm.data.validation.Test
Constructor
Test(String) - Constructor for class org.openstreetmap.josm.data.validation.Test
Constructor
test(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.InternetTags
 
Test.TagTest - Class in org.openstreetmap.josm.data.validation
A test that forwards all primitives to Test.TagTest.check(OsmPrimitive).
TestAccessTokenAction() - Constructor for class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.TestAccessTokenAction
 
TestAccessTokenAction() - Constructor for class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.TestAccessTokenAction
 
TestAccessTokenAction() - Constructor for class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.TestAccessTokenAction
 
TestAccessTokenTask - Class in org.openstreetmap.josm.gui.oauth
Checks whether an OSM API server can be accessed with a specific Access Token.
TestAccessTokenTask(Component, String, OAuthParameters, OAuthToken) - Constructor for class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
Create the task
TestAuthorisationAction() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.TestAuthorisationAction
Constructs a new TestAuthorisationAction.
testBeforeUpload - Variable in class org.openstreetmap.josm.data.validation.Test
Whether this test must check before upload.
testBeforeUpload() - Method in class org.openstreetmap.josm.data.validation.Test
Returns true if this plugin must check the uploaded data before uploading
tester - Variable in class org.openstreetmap.josm.data.validation.TestError
The tester that raised this error
TestError - Class in org.openstreetmap.josm.data.validation
Validation error
TestError(Test, Severity, String, String, String, int, Collection<? extends OsmPrimitive>, Collection<?>) - Constructor for class org.openstreetmap.josm.data.validation.TestError
Constructs a new TestError.
TestError(Test, Severity, String, int, Collection<? extends OsmPrimitive>, Collection<?>) - Constructor for class org.openstreetmap.josm.data.validation.TestError
Constructs a new TestError without description.
TestError(Test, Severity, String, String, String, int, Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.data.validation.TestError
Constructs a new TestError.
TestError(Test, Severity, String, int, Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.data.validation.TestError
Constructs a new TestError without description.
TestError(Test, Severity, String, int, OsmPrimitive) - Constructor for class org.openstreetmap.josm.data.validation.TestError
Constructs a new TestError without description, for a single primitive.
TestError(Test, Severity, String, String, String, int, OsmPrimitive) - Constructor for class org.openstreetmap.josm.data.validation.TestError
Constructs a new TestError for a single primitive.
testErrors - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.FixTask
 
testForError(Way, Node, OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.WayConnectedToArea
 
testHighwayLink(Way) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
testJoin(List<JoinAreasAction.Multipolygon>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
Tests if the areas have some intersections to join.
testMissingPedestrianCrossing(Node) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
tests - Variable in class org.openstreetmap.josm.actions.ValidateAction.ValidationTask
 
testsInitialized - Static variable in class org.openstreetmap.josm.data.validation.OsmValidator
 
testSourceMaxspeed(OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
testWrongRoundabout(Way) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
texChangesetComment - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
texChangesetImageryUsed - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
texChangesetSource - Variable in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
text - Variable in class org.openstreetmap.josm.actions.ReportBugAction
 
text - Variable in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
text - Variable in class org.openstreetmap.josm.data.gpx.GpxLink
Text to display on the hyperlink
text - Variable in class org.openstreetmap.josm.data.notes.NoteComment
 
text - Variable in class org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
comment text
text - Variable in class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
 
text - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
 
text - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
text - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
text - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
The text this element should display.
text - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LineTextElement
 
TEXT - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
text - Variable in class org.openstreetmap.josm.gui.MapStatus.StatusTextHistory
 
text - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
The text to display
text - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
The text to display
Text - Class in org.openstreetmap.josm.gui.tagging.presets.items
Text field type.
Text() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.Text
 
text - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.TextItem
The text to display
text - Variable in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
The current comment text
text - Variable in class org.openstreetmap.josm.tools.bugreport.DebugTextDisplay
 
text - Variable in class org.openstreetmap.josm.tools.template_engine.SearchExpressionCondition
 
text - Variable in class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
text - Variable in class org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
 
TEXT_ANCHOR_HORIZONTAL - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TEXT_ANCHOR_VERTICAL - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TEXT_COLOR - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
text_context - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
The context used for translating KeyedItem.text
text_context - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
The context used for translating Roles.Role.text
text_context - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.TextItem
The context used for translating TextItem.text
TEXT_HALO_COLOR - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TEXT_HALO_OPACITY - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TEXT_HALO_RADIUS - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TEXT_OFFSET - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TEXT_OFFSET_X - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TEXT_OFFSET_Y - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TEXT_OPACITY - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TEXT_POSITION - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
TextAnalyzer(String) - Constructor for class org.openstreetmap.josm.tools.TextTagParser.TextAnalyzer
 
textArea - Variable in class org.openstreetmap.josm.gui.NoteInputDialog
 
textBackground - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
 
textComponent - Variable in class org.openstreetmap.josm.gui.widgets.CompileSearchTextDecorator
 
TextContextualPopupMenu - Class in org.openstreetmap.josm.gui.widgets
A popup menu designed for text components.
TextContextualPopupMenu() - Constructor for class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
TextContextualPopupMenu.RedoAction - Class in org.openstreetmap.josm.gui.widgets
 
TextContextualPopupMenu.UndoAction - Class in org.openstreetmap.josm.gui.widgets
 
textEastNorth - Variable in class org.openstreetmap.josm.actions.AddNodeAction
 
TextFieldFocusHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.LatLonDialog.TextFieldFocusHandler
 
TextFieldFocusHandler() - Constructor for class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.TextFieldFocusHandler
 
textForeground - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeRenderer
 
TextItem - Class in org.openstreetmap.josm.gui.tagging.presets.items
A tagging preset item displaying a localizable text.
TextItem() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.TextItem
 
TextLabel - Class in org.openstreetmap.josm.gui.mappaint.styleelement
Represents the rendering style for a textual label placed somewhere on the map.
TextLabel(LabelCompositionStrategy, Font, int, int, Color, Float, Color) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
Creates a new text element
TextLabel(TextLabel) - Constructor for class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
Copy constructor
textLatLon - Variable in class org.openstreetmap.josm.actions.AddNodeAction
 
TextTagParser - Class in org.openstreetmap.josm.tools
Class that helps to parse tags from arbitrary text
TextTagParser() - Constructor for class org.openstreetmap.josm.tools.TextTagParser
 
TextTagParser.TextAnalyzer - Class in org.openstreetmap.josm.tools
 
textVersion - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
tf - Variable in class org.openstreetmap.josm.gui.widgets.ImageLabel
 
tfAccessTokenKey - Variable in class org.openstreetmap.josm.gui.oauth.AccessTokenInfoPanel
 
tfAccessTokenKey - Variable in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
tfAccessTokenKey - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel
 
tfAccessTokenSecret - Variable in class org.openstreetmap.josm.gui.oauth.AccessTokenInfoPanel
 
tfAccessTokenSecret - Variable in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
tfAccessTokenSecret - Variable in class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel
 
tfAccessTokenURL - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
tfAuthoriseURL - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
tfAuthoriseUrl - Variable in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel
 
tfChangesetId - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel
 
tfChunkSize - Variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
tfClosedAfterDate1 - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
tfClosedAfterDate2 - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
tfClosedAfterTime1 - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
tfClosedAfterTime2 - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
tfClosedOn - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
tfConsumerKey - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
tfConsumerSecret - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
tfCreatedBeforeDate - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
tfCreatedBeforeTime - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
tfCreatedOn - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
tfEastNorth - Variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
tfFilename - Variable in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
tfFileName - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
tfFilter - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
 
tfGpsTime - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SetOffsetActionListener
 
tfID - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
tfId - Variable in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
tfKey - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
tfKey - Variable in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel
 
TFKeyListener(CredentialDialog, JTextField, JTextField) - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog.TFKeyListener
 
tfLatLon - Variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
tfLatLon - Variable in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel
 
tfLatValue - Variable in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LatValueChecker
 
tfLonValue - Variable in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.LonValueChecker
 
tfMaxX - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
tfMaxY - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
tfMinX - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
tfMinY - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
tfOffset - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
tfOpen - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
tfOsmLoginURL - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
tfOsmLogoutURL - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
tfOsmPassword - Variable in class org.openstreetmap.josm.gui.preferences.server.BasicAuthenticationPreferencesPanel
the OSM password
tfOsmServerUrl - Variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
 
tfOsmUrl - Variable in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
tfOsmUrl - Variable in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel
 
tfOsmUserName - Variable in class org.openstreetmap.josm.gui.preferences.server.BasicAuthenticationPreferencesPanel
the OSM user name
tfPassword - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
tfPassword - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
tfPassword - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticPropertiesPanel
 
tfProxyHttpHost - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
tfProxyHttpPassword - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
tfProxyHttpPort - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
tfProxyHttpUser - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
tfProxySocksHost - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
tfProxySocksPort - Variable in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
tfRequestTokenURL - Variable in class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel
 
tfRole - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
tfRole - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
 
tfRole - Variable in class org.openstreetmap.josm.gui.dialogs.relation.actions.SetRoleAction
 
tfRole - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
 
tfTarget - Variable in class org.openstreetmap.josm.gui.download.BoundingBoxSelection.SelectAllOnFocusHandler
 
tfTimezone - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
tfTitle - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog
 
tfUid - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
tfUpdateInterval - Variable in class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel
 
tfUrl - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
 
tfURL - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog
 
tfUser - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
tfUserName - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
tfUserName - Variable in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
tfUserName - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
tfUserName - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticPropertiesPanel
 
tfValue - Variable in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver
 
theFactory - Static variable in class org.openstreetmap.josm.io.OsmWriterFactory
 
their - Variable in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
their relation
their - Variable in class org.openstreetmap.josm.data.conflict.Conflict
 
their - Variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
 
THEIR_PRIMITIVE_PROP - Static variable in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
name of the property for the OsmPrimitive in the role "my"
theirCoords - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
theirDeletedState - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
theirEntriesSelectionModel - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
theirEntriesTable - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
theirEntriesTableModel - Variable in class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel
 
theirReferrers - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMergeModel
 
theirTable - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger
 
TheirTableCellRenderer - Class in org.openstreetmap.josm.gui.conflict.pair.tags
 
TheirTableCellRenderer() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TheirTableCellRenderer
 
theirTagValue - Variable in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeItem
 
theirVersionInfo - Variable in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
theTree - Variable in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeEditor
 
THINNEST - Static variable in class org.openstreetmap.josm.gui.mappaint.Keyword
 
thirdcol - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.Server
 
thisNote - Variable in class org.openstreetmap.josm.io.NoteReader.Parser
 
thread - Variable in class org.openstreetmap.josm.gui.MapStatus
This is the thread that runs in the background and collects the information displayed.
thread - Variable in class org.openstreetmap.josm.io.FileWatcher
 
THREAD_LIMIT - Static variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
maximum download threads that will be started
THREAD_LIMIT - Static variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
overrides the THREAD_LIMIT in superclass, as we want to have separate limit and pool for TMS
THREAD_POOL - Static variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder
 
THREAD_POOL - Static variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
ThreeParameterDatum - Class in org.openstreetmap.josm.data.projection.datum
Datum provides 3 dimensional offset and ellipsoid conversion.
ThreeParameterDatum(String, String, Ellipsoid, double, double, double) - Constructor for class org.openstreetmap.josm.data.projection.datum.ThreeParameterDatum
 
throwException(String) - Method in class org.openstreetmap.josm.data.preferences.PreferencesReader
Throw XmlStreamParsingException with line and column number.
throwException(String) - Method in class org.openstreetmap.josm.io.AbstractParser
 
throwException(String, Exception) - Method in class org.openstreetmap.josm.io.AbstractParser
 
throwException(String) - Method in class org.openstreetmap.josm.io.DiffResultProcessor.Parser
 
throwException(String) - Method in class org.openstreetmap.josm.io.OsmChangesetContentParser.Parser
 
throwException(String, Exception) - Method in class org.openstreetmap.josm.io.OsmChangesetContentParser.Parser
 
throwException(String) - Method in class org.openstreetmap.josm.io.OsmChangesetParser.Parser
 
throwException(String) - Method in class org.openstreetmap.josm.io.OsmHistoryReader.Parser
 
throwException(String, Exception) - Method in class org.openstreetmap.josm.io.OsmHistoryReader.Parser
 
throwException(String, Throwable) - Method in class org.openstreetmap.josm.io.OsmReader
 
throwException(String) - Method in class org.openstreetmap.josm.io.OsmReader
 
throwException(Exception) - Method in class org.openstreetmap.josm.tools.XmlObjectParser.Parser
 
throwInvalidLayout(String, MultiSplitLayout.Node) - Static method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout
 
thumbnail - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
 
thumbsLoaded - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
thumbsLoaded() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
Called to signal that the loading of thumbnails has finished.
thumbsloader - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
ThumbsLoader - Class in org.openstreetmap.josm.gui.layer.geoimage
 
ThumbsLoader(Collection<ImageEntry>, GeoImageLayer) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
ThumbsLoader(GeoImageLayer) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
Constructs a new thumbnail loader that operates on a geoimage layer.
ThumbsLoader(Collection<ImageEntry>) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
Constructs a new thumbnail loader that operates on the image entries
thumbsLoaderExecutor - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
thumbsLoaderRunning - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
TickMarks(double, int) - Constructor for class org.openstreetmap.josm.gui.MapScaler.TickMarks
Creates a new tick mark helper.
ticks - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
ticksCount - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
TigerUtils - Class in org.openstreetmap.josm.data.osm
A simple class to keep helper functions for merging TIGER data
TigerUtils() - Constructor for class org.openstreetmap.josm.data.osm.TigerUtils
 
tile - Variable in class org.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheEntry
 
tile - Variable in class org.openstreetmap.gui.jmapviewer.OsmTileLoader.OsmTileJob
 
Tile - Class in org.openstreetmap.gui.jmapviewer
Holds one map tile.
Tile(TileSource, int, int, int) - Constructor for class org.openstreetmap.gui.jmapviewer.Tile
Creates a tile with empty image.
Tile(TileSource, int, int, int, BufferedImage) - Constructor for class org.openstreetmap.gui.jmapviewer.Tile
Creates a tile with specified image.
tile - Variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
Tile.CachedCallable<V> - Class in org.openstreetmap.gui.jmapviewer
 
tile2LatLon(long) - Static method in class org.openstreetmap.josm.data.coor.QuadTiling
 
TILE_BOUNDS_PROP - Static variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressInputPanel
 
TILE_BOUNDS_PROP - Static variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
TileAddressInputPanel() - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressInputPanel
 
TileAddressValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressValidator
 
tileBounds - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressValidator
 
TileBounds() - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds
 
TileBounds(Point, Point, int) - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds
 
tileBoundsBuilder - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
TileBoundsBuilder() - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
 
TileBoundsChangeListener() - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBoundsChangeListener
 
TileBoundsMapView() - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBoundsMapView
 
TileCache - Interface in org.openstreetmap.gui.jmapviewer.interfaces
Implement this interface for creating your custom tile cache for JMapViewer.
tileCache - Variable in class org.openstreetmap.gui.jmapviewer.TileController
 
tileCache - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
tilecacheDir - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
 
TileClearController - Interface in org.openstreetmap.gui.jmapviewer.interfaces
 
tileController - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
TileController - Class in org.openstreetmap.gui.jmapviewer
 
TileController(TileSource, TileCache, TileLoaderListener) - Constructor for class org.openstreetmap.gui.jmapviewer.TileController
 
TileCoordinateValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileCoordinateValidator
 
TileGridInputPanel() - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
tileGridVisible - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
tileHeight - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrix
 
TileHolder() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileHolder
 
tileIndex - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileCoordinateValidator
 
TileJob - Interface in org.openstreetmap.gui.jmapviewer.interfaces
Interface for implementing a tile loading job.
TileLoader - Interface in org.openstreetmap.gui.jmapviewer.interfaces
Interface for implementing a tile loader.
tileLoader - Variable in class org.openstreetmap.gui.jmapviewer.TileController
 
tileLoader - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
 
tileLoader - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
tileLoaderConstructor - Variable in class org.openstreetmap.josm.data.imagery.CachedTileLoaderFactory
 
TileLoaderFactory - Interface in org.openstreetmap.josm.data.imagery
Factory creating TileLoaders for layers
TileLoaderListener - Interface in org.openstreetmap.gui.jmapviewer.interfaces
 
tileLoadingFinished(Tile, boolean) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileLoaderListener
Will be called if a new Tile has been loaded successfully.
tileLoadingFinished(Tile, boolean) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
tileLoadingFinished(Tile, boolean) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
 
tileLoadingFinished(Tile, boolean) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
TileMatrix() - Constructor for class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrix
 
tileMatrix - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSet
 
tileMatrix - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSetBuilder
 
tileMatrixSet - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.Layer
 
TileMatrixSet(WMTSTileSource.TileMatrixSet) - Constructor for class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSet
 
TileMatrixSet(WMTSTileSource.TileMatrixSetBuilder) - Constructor for class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSet
 
TileMatrixSetBuilder() - Constructor for class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrixSetBuilder
 
tileMatrixSetLinks - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.Layer
 
TILES_PER_LEVEL - Static variable in class org.openstreetmap.josm.data.coor.QuadTiling
 
TILES_PER_LEVEL_SHIFT - Static variable in class org.openstreetmap.josm.data.coor.QuadTiling
 
TileSelection - Class in org.openstreetmap.josm.gui.download
Tile selector.
TileSelection() - Constructor for class org.openstreetmap.josm.gui.download.TileSelection
Constructs a new TileSelection.
TileSelectionBBoxChooser - Class in org.openstreetmap.josm.gui.bbox
TileSelectionBBoxChooser allows to select a bounding box (i.e.
TileSelectionBBoxChooser() - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser
Constructs a new TileSelectionBBoxChooser.
TileSelectionBBoxChooser.TileAddressInputPanel - Class in org.openstreetmap.josm.gui.bbox
A panel for entering the address of a single OSM tile at a given zoom level.
TileSelectionBBoxChooser.TileAddressInputPanel.ApplyTileAddressAction - Class in org.openstreetmap.josm.gui.bbox
 
TileSelectionBBoxChooser.TileAddressValidator - Class in org.openstreetmap.josm.gui.bbox
Validates a tile address
TileSelectionBBoxChooser.TileBounds - Class in org.openstreetmap.josm.gui.bbox
Represents a rectangular area of tiles at a given zoom level.
TileSelectionBBoxChooser.TileBoundsChangeListener - Class in org.openstreetmap.josm.gui.bbox
Listens to changes in the selected tile bounds, refreshes the map view and emits property change events for BBoxChooser.BBOX_PROP
TileSelectionBBoxChooser.TileBoundsMapView - Class in org.openstreetmap.josm.gui.bbox
The map view used in this bounding box chooser
TileSelectionBBoxChooser.TileCoordinateValidator - Class in org.openstreetmap.josm.gui.bbox
Validates the x- or y-coordinate of a tile at a given zoom level.
TileSelectionBBoxChooser.TileGridInputPanel - Class in org.openstreetmap.josm.gui.bbox
A panel for describing a rectangular area of OSM tiles at a given zoom level.
TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder - Class in org.openstreetmap.josm.gui.bbox
 
TileSelectionBBoxChooser.TileGridInputPanel.ZomeLevelChangeHandler - Class in org.openstreetmap.josm.gui.bbox
 
TileSet(EastNorth, EastNorth, int) - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
Create a TileSet by EastNorth bbox taking a layer shift in account
TileSet(LatLon, LatLon, int) - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
Create a TileSet by known LatLon bbox without layer shift correction
TileSetInfo() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSetInfo
 
tileSetInfos - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
 
tileSets - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
 
tileSize - Variable in class org.openstreetmap.gui.jmapviewer.OsmMercator
tile size of the displayed tiles
tileSize - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
tileSize - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
tile size of the displayed tiles
tileSize - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
tileSize - Variable in class org.openstreetmap.josm.gui.preferences.imagery.WMSSettingsPanel
 
TileSource - Interface in org.openstreetmap.gui.jmapviewer.interfaces
 
tileSource - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
tileSource - Variable in class org.openstreetmap.gui.jmapviewer.TileController
 
tileSource - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
TileSourceInfo - Class in org.openstreetmap.gui.jmapviewer.tilesources
Data class that keeps basic information about a tile source.
TileSourceInfo(String, String, String) - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Create a TileSourceInfo class
TileSourceInfo(String) - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Create a TileSourceInfo class
TileSourceInfo() - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
Creates empty TileSourceInfo class
TileSourceLayerPopup() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSourceLayerPopup
Constructs a new TileSourceLayerPopup.
tilesSpanned() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
tilesZoom - Variable in class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel
 
tileToRect(Tile) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
tileWidth - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrix
 
tileXMax - Variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
tileXMin - Variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
TileXY - Class in org.openstreetmap.gui.jmapviewer
 
TileXY(double, double) - Constructor for class org.openstreetmap.gui.jmapviewer.TileXY
Returns an instance of coordinates.
tileXYToLatLon(TileXY, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
tileXYToLatLon(Tile) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
tileXYToLatLon(int, int, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
tileXYToLatLon(TileXY, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
tileXYToLatLon(Tile) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
tileXYToLatLon(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
tileXYToLatLon(Tile) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
tileXYToLatLon(TileXY, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
tileXYToLatLon(int, int, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
tileXYToLatLon(Tile) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
tileXYToLatLon(TileXY, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
tileXYToLatLon(int, int, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
tileYMax - Variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
tileYMin - Variable in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
tileYToLat(double, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource
 
time - Variable in class org.openstreetmap.josm.data.gpx.WayPoint
The seconds (not milliseconds!) since 1970-01-01 00:00 UTC
time - Variable in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
time - Variable in class org.openstreetmap.josm.data.Version
 
time - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
Absolute time of marker in seconds since epoch
TIME_DEFAULT - Static variable in class org.openstreetmap.josm.gui.Notification
Short message of one or two lines (5 s).
TIME_LONG - Static variable in class org.openstreetmap.josm.gui.Notification
Somewhat longer message (10 s).
TIME_SHORT - Static variable in class org.openstreetmap.josm.gui.Notification
Very short and very easy to grasp message (3 s).
TIME_VERY_LONG - Static variable in class org.openstreetmap.josm.gui.Notification
Long text.
TimeBasedPolicyChangeListener() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel.TimeBasedPolicyChangeListener
 
timedMarkersOmitted - Variable in class org.openstreetmap.josm.gui.layer.gpx.ImportAudioAction.Markers
 
timeFormatter - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
timeFromAudio - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
timeLeft(int, int) - Method in class org.openstreetmap.josm.io.OsmServerWriter
 
timeoutConnect - Variable in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
timeoutRead - Variable in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
timer - Variable in class org.openstreetmap.josm.data.AutosaveTask
 
timer - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
A Timer for smoothly moving the map area
timer - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
timer - Variable in class org.openstreetmap.josm.gui.MenuScroller.MenuScrollItem
 
timer - Variable in class org.openstreetmap.josm.gui.ScrollViewport
 
timer - Variable in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
 
timer - Variable in class org.openstreetmap.josm.tools.MultikeyActionsHandler
 
timerAction() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
callback for moving play head marker according to audio player position
TimeRestrictionChangedHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel.TimeRestrictionChangedHandler
 
TimeRestrictionPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
timeRestrictionsStateChanged() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.RestrictionGroupStateChangeHandler
 
timerInterval - Static variable in class org.openstreetmap.josm.gui.bbox.SlippyMapControler
How often to do the moving (milliseconds)
times(float...) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Function associated to the numeric "*" operator.
timestamp - Variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
timestamp - Variable in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
TimestampRange(long, long) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.TimestampRange
 
TimeValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeValidator
 
timezone - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
Timezone(double) - Constructor for class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Timezone
 
timezone - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Timezone
 
title - Variable in class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
title - Variable in class org.openstreetmap.josm.gui.PleaseWaitRunnable
 
title - Variable in class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
 
title - Variable in class org.openstreetmap.josm.gui.preferences.SourceEntry
A title that can be used as menu entry.
title - Variable in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.Request
 
title - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
title - Variable in class org.openstreetmap.josm.gui.widgets.EditableList
 
title - Variable in class org.openstreetmap.josm.gui.widgets.FileChooserManager
 
title(String) - Method in class org.openstreetmap.josm.gui.widgets.FileChooserManager
Builder method to set title property.
title - Variable in class org.openstreetmap.josm.tools.ColorScale
 
titleBar - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
TitleBar(String, String) - Constructor for class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar
 
titleLabel - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
titleLabel - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
 
TitleUpdater() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.TitleUpdater
 
tmp - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
When the correlation dialog is open, we like to show the image position for the current time offset on the map in real time.
tmpLayer - Variable in class org.openstreetmap.josm.gui.io.DownloadPrimitivesWithReferrersTask
Temporary layer where downloaded primitives are put
TMSCachedTileLoader - Class in org.openstreetmap.josm.data.imagery
 
TMSCachedTileLoader(TileLoaderListener, ICacheAccess<String, BufferedImageCacheEntry>, int, int, Map<String, String>) - Constructor for class org.openstreetmap.josm.data.imagery.TMSCachedTileLoader
Constructor
TMSCachedTileLoaderJob - Class in org.openstreetmap.josm.data.imagery
 
TMSCachedTileLoaderJob(TileLoaderListener, Tile, ICacheAccess<String, BufferedImageCacheEntry>, int, int, Map<String, String>, ThreadPoolExecutor) - Constructor for class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
Constructor for creating a job, to get a specific tile from cache
TMSLayer - Class in org.openstreetmap.josm.gui.layer
Class that displays a slippy map layer.
TMSLayer(ImageryInfo) - Constructor for class org.openstreetmap.josm.gui.layer.TMSLayer
Create a layer based on ImageryInfo
tmsSettings - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
TMSSettingsPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
JPanel giving access to TMS settings.
TMSSettingsPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel
Constructs a new TMSSettingsPanel.
TMSTileSource - Class in org.openstreetmap.gui.jmapviewer.tilesources
TMS tile source.
TMSTileSource(TileSourceInfo) - Constructor for class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
Constructs a new TMSTileSource.
TMSTileSourceProvider() - Constructor for class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser.TMSTileSourceProvider
 
tmsUrl - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddTMSLayerPanel
 
tmsZoom - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddTMSLayerPanel
 
to - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
TO_VIA_NODE - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
TO_VIA_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
toAdd - Variable in class org.openstreetmap.josm.data.APIDataSet
 
toArray() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
toArray(A[]) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
 
toBBox() - Method in class org.openstreetmap.josm.data.Bounds
Creates BBox with same coordinates.
toBBox(double) - Method in class org.openstreetmap.josm.data.coor.Coordinate
Creates bbox around this coordinate.
toBool(Object) - Static method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
toCode() - Method in class org.openstreetmap.josm.data.projection.AbstractProjection
Default implementation of toCode().
toCode() - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
toCode() - Method in interface org.openstreetmap.josm.data.projection.Projection
Return projection code.
toColor(Object) - Static method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
toCoordinate() - Method in class org.openstreetmap.josm.data.coor.LatLon
Converts this latitude/longitude to an instance of ICoordinate.
toDelete - Variable in class org.openstreetmap.josm.command.DeleteCommand
The primitives that get deleted.
toDelete - Variable in class org.openstreetmap.josm.data.APIDataSet
 
toDisplayString() - Method in class org.openstreetmap.josm.data.coor.LatLon
Returns this lat/lon pair in human-readable format.
toDownload - Variable in class org.openstreetmap.josm.actions.downloadtasks.ChangesetContentDownloadTask.DownloadTask
the list of changeset ids to download
toDownload - Variable in class org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask.DownloadTask
the list of changeset ids to download
toDownload - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PluginDownloadAfterTask
 
toEastNorth() - Method in class org.openstreetmap.josm.actions.AlignInCircleAction.PolarCoor
 
toEllipsoid - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
tOffset - Variable in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
toFloat(Object) - Static method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
toFloatArray(Object) - Static method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
toggle() - Method in class org.openstreetmap.josm.gui.bbox.SizeButton
Toggles button state.
toggle() - Method in class org.openstreetmap.josm.gui.bbox.SourceButton
 
toggleable - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
ToggleAction - Class in org.openstreetmap.josm.actions
Abtract class for Toggle Actions.
ToggleAction(String, ImageProvider, String, Shortcut, boolean, String, boolean) - Constructor for class org.openstreetmap.josm.actions.ToggleAction
Constructs a ToggleAction.
ToggleAction(String, String, String, Shortcut, boolean) - Constructor for class org.openstreetmap.josm.actions.ToggleAction
Constructs a ToggleAction.
toggleAction - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
The action to toggle this dialog
toggleButtonHook() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Do something when the toggleButton is pressed.
toggleCheckState() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
This function returns true if the dialog has been set to "do not show again"
ToggleDialog - Class in org.openstreetmap.josm.gui.dialogs
This class is a toggle dialog that can be turned on and off.
ToggleDialog(String, String, String, Shortcut, int) - Constructor for class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Constructor
ToggleDialog(String, String, String, Shortcut, int, boolean) - Constructor for class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Constructor
ToggleDialog(String, String, String, Shortcut, int, boolean, Class<? extends PreferenceSetting>) - Constructor for class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Constructor
ToggleDialog.ButtonHidingType - Enum in org.openstreetmap.josm.gui.dialogs
The button-hiding strategy in toggler dialogs.
ToggleDialog.DetachedDialog - Class in org.openstreetmap.josm.gui.dialogs
The dialog class used to display toggle dialogs in a detached window.
ToggleDialog.TitleBar - Class in org.openstreetmap.josm.gui.dialogs
The title bar displayed in docked mode
ToggleDialog.TitleBar.DialogPopupMenu - Class in org.openstreetmap.josm.gui.dialogs
This is the popup menu used for the title bar.
ToggleDialog.TitleBar.MouseEventHandler - Class in org.openstreetmap.josm.gui.dialogs
 
ToggleDialog.ToggleDialogAction - Class in org.openstreetmap.josm.gui.dialogs
The action to toggle the visibility state of this toggle dialog.
ToggleDialogAction(String, String, String, Shortcut) - Constructor for class org.openstreetmap.josm.gui.dialogs.ToggleDialog.ToggleDialogAction
 
toggleDualAlign() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
Toggles dual alignment mode.
toggleEnable(String) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
Calling this will offer the user a "Do not show again" checkbox for the dialog.
toggleGPXLines - Variable in class org.openstreetmap.josm.gui.MainMenu
 
ToggleGPXLinesAction - Class in org.openstreetmap.josm.actions
 
ToggleGPXLinesAction() - Constructor for class org.openstreetmap.josm.actions.ToggleGPXLinesAction
 
ToggleLayerIndexVisibility(int) - Constructor for class org.openstreetmap.josm.gui.dialogs.LayerListDialog.ToggleLayerIndexVisibility
 
toggleMapSource(TileSource) - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
togglePanel - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
togglePref - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
toggleSaveState() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
This function checks the state of the "Do not show again" checkbox and writes the corresponding pref.
toggleSelected(Collection<? extends PrimitiveId>) - Method in class org.openstreetmap.josm.data.osm.DataSet
Toggles the selected state of the given collection of primitives.
toggleSelected(PrimitiveId...) - Method in class org.openstreetmap.josm.data.osm.DataSet
Toggles the selected state of the given collection of primitives.
toggleSelectedModifierCombo - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
toggleSelectedState(ActionEvent) - Method in class org.openstreetmap.josm.actions.ToggleAction
Toggles the selcted action state, if needed according to the ActionEvent that trigerred the action.
toggleSnapping() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
toggleStyle() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
toggleStyleActive(int...) - Static method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
 
ToggleTagRelationsAction() - Constructor for class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver.ToggleTagRelationsAction
 
ToggleUploadDiscouragedLayerAction - Class in org.openstreetmap.josm.actions
An action enabling/disabling the discouraged upload flag of the layer specified in the constructor.
ToggleUploadDiscouragedLayerAction(OsmDataLayer) - Constructor for class org.openstreetmap.josm.actions.ToggleUploadDiscouragedLayerAction
Constructs a new ToggleUploadDiscouragedLayerAction.
toggleValue - Variable in class org.openstreetmap.josm.gui.ExtendedDialog
 
toggleVisible() - Method in class org.openstreetmap.josm.gui.layer.Layer
Toggles the visibility state of this layer.
toGpxData(DataSet, File) - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Converts given OSM dataset to GPX data.
toGpxData() - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
Converts OSM data behind this layer to GPX data.
toHexString(byte[]) - Static method in class org.openstreetmap.josm.tools.Utils
Converts a byte array to a string of hexadecimal characters.
toHtml(StringBuilder) - Method in class org.openstreetmap.josm.gui.SplashScreen.MeasurableTask
 
toHtml(StringBuilder) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
toHtml(StringBuilder) - Method in class org.openstreetmap.josm.gui.SplashScreen.Task
Returns a HTML representation for this task.
toImageryInfo(String, Collection<WMSImagery.LayerDetails>) - Method in class org.openstreetmap.josm.io.imagery.WMSImagery
 
toIndex() - Method in enum org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper.ColorMode
 
toIntervalLat(double) - Static method in class org.openstreetmap.josm.data.coor.LatLon
 
toIntervalLon(double) - Static method in class org.openstreetmap.josm.data.coor.LatLon
Returns a valid OSM longitude [-180,+180] for the given extended longitude value.
Token(String) - Constructor for enum org.openstreetmap.josm.actions.search.PushbackTokenizer.Token
 
token - Variable in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient.SessionId
 
token - Variable in class org.openstreetmap.josm.gui.oauth.TestAccessTokenTask
 
Token(Tokenizer.TokenType, int) - Constructor for class org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
 
Token(Tokenizer.TokenType, int, String) - Constructor for class org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
 
tokenizer - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler
 
tokenizer - Variable in class org.openstreetmap.josm.tools.template_engine.TemplateParser
 
Tokenizer - Class in org.openstreetmap.josm.tools.template_engine
 
Tokenizer(String) - Constructor for class org.openstreetmap.josm.tools.template_engine.Tokenizer
 
Tokenizer.Token - Class in org.openstreetmap.josm.tools.template_engine
 
Tokenizer.TokenType - Enum in org.openstreetmap.josm.tools.template_engine
 
TokenType() - Constructor for enum org.openstreetmap.josm.tools.template_engine.Tokenizer.TokenType
 
toLabel() - Method in class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
 
toLabel() - Method in class org.openstreetmap.josm.data.validation.util.NameVisitor
Returns an horizontal JLabel with icon and name.
TOLERANCE1 - Static variable in class org.openstreetmap.josm.actions.OrthogonalizeAction
excepted deviation from an angle of 0, 90, 180, 360 degrees maximum value: 45 degrees Current policy is to except just everything, no matter how strange the result would be.
TOLERANCE2 - Static variable in class org.openstreetmap.josm.actions.OrthogonalizeAction
 
toleranceMultiplier - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
toList() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets
Converts to list.
toList() - Method in class org.openstreetmap.josm.gui.dialogs.properties.RecentTagCollection
 
toLoad - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask.HistoryLoaderAndListener
 
toLoad - Variable in class org.openstreetmap.josm.gui.history.HistoryLoadTask
 
toMap() - Method in class org.openstreetmap.josm.tools.MultiMap
Converts this MultiMap to a Map with Set values.
toMeter - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
tooLarge() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
toolbar - Static variable in class org.openstreetmap.josm.Main
The toolbar preference control to register new actions.
toolBarActions - Variable in class org.openstreetmap.josm.gui.MapFrame
 
toolBarActionsGroup - Variable in class org.openstreetmap.josm.gui.MapFrame
 
ToolbarButtonAction() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset.ToolbarButtonAction
Constructs a new ToolbarButtonAction.
toolbarIndex - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset.ToolbarButtonAction
 
ToolbarPopupMenu() - Constructor for class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.ToolbarPopupMenu
 
ToolbarPreferences - Class in org.openstreetmap.josm.gui.preferences
 
ToolbarPreferences() - Constructor for class org.openstreetmap.josm.gui.preferences.ToolbarPreferences
Constructs a new ToolbarPreferences.
ToolbarPreferences.ActionDefinition - Class in org.openstreetmap.josm.gui.preferences
 
ToolbarPreferences.ActionParametersTableModel - Class in org.openstreetmap.josm.gui.preferences
 
ToolbarPreferences.ActionParser - Class in org.openstreetmap.josm.gui.preferences
 
ToolbarPreferences.Settings - Class in org.openstreetmap.josm.gui.preferences
 
ToolbarPreferences.Settings.ActionTransferable - Class in org.openstreetmap.josm.gui.preferences
 
ToolbarPreferences.Settings.Move - Class in org.openstreetmap.josm.gui.preferences
 
ToolbarPreferences.Settings.SelectedListTransferHandler - Class in org.openstreetmap.josm.gui.preferences
 
ToolbarPreferences.ToolbarPopupMenu - Class in org.openstreetmap.josm.gui.preferences
 
toolBarToggle - Variable in class org.openstreetmap.josm.gui.MapFrame
 
toolsMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
toolsMenu contains different geometry manipulation actions from JOSM core (most used) The plugins should use other menus
tooltipText - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
 
tooSmall() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
toOtherApplication() - Method in interface org.openstreetmap.josm.Main.WindowSwitchListener
Called when the user activates a window of another application.
TOP_LABEL_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.DomainValidator
 
TOP_PADDING - Static variable in class org.openstreetmap.josm.gui.bbox.SourceButton
 
topFixedCount - Variable in class org.openstreetmap.josm.gui.MenuScroller
 
topLeft - Variable in class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
topLeft - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
 
topLeft - Variable in class org.openstreetmap.josm.gui.MapViewState
Top left EastNorth coordinate of the view.
topLeft - Variable in class org.openstreetmap.josm.tools.WindowGeometry
the top left point
topLeftCorner - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource.TileMatrix
 
topLeftInWindow - Variable in class org.openstreetmap.josm.gui.MapViewState
 
topLeftOnScreen - Variable in class org.openstreetmap.josm.gui.MapViewState
 
topLevelSubGrid - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
topologicalSort(MultiMap<T, T>) - Static method in class org.openstreetmap.josm.tools.Utils
Topological sort.
topoSort(Collection<OsmPrimitive>) - Static method in class org.openstreetmap.josm.command.PurgeCommand
Sorts a collection of primitives such that for each object its referrers come later in the sorted collection.
toPurge - Variable in class org.openstreetmap.josm.actions.PurgeAction
 
toPurge - Variable in class org.openstreetmap.josm.command.PurgeCommand
 
toPurgeAdditionally - Variable in class org.openstreetmap.josm.actions.PurgeAction
Subset of toPurgeChecked.
toPurgeChecked - Variable in class org.openstreetmap.josm.actions.PurgeAction
finally, contains all objects that are purged
toRectangle() - Method in class org.openstreetmap.josm.data.osm.BBox
 
toSelect - Variable in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
toSelect - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
toSemiMajorAxis - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
toSemiMinorAxis - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
toShortString(DecimalFormat) - Method in class org.openstreetmap.josm.data.Bounds
 
toString() - Method in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
toString() - Method in class org.openstreetmap.gui.jmapviewer.checkBoxTree.CheckBoxNodeData
 
toString() - Method in class org.openstreetmap.gui.jmapviewer.Coordinate
 
toString() - Method in class org.openstreetmap.gui.jmapviewer.MapMarkerCircle
 
toString() - Method in class org.openstreetmap.gui.jmapviewer.MapPolygonImpl
 
toString() - Method in class org.openstreetmap.gui.jmapviewer.MapRectangleImpl
 
toString() - Method in class org.openstreetmap.gui.jmapviewer.OsmTileLoader
 
toString() - Method in class org.openstreetmap.gui.jmapviewer.Tile
 
toString() - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
toString() - Method in class org.openstreetmap.josm.actions.CombineWayAction.NodePair
 
toString() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractDownloadTask
 
toString() - Method in class org.openstreetmap.josm.actions.JosmAction.ActiveLayerChangeAdapter
 
toString() - Method in class org.openstreetmap.josm.actions.JosmAction.LayerChangeAdapter
 
toString() - Method in class org.openstreetmap.josm.actions.JosmAction.SelectionChangeAdapter
 
toString() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction.ReferenceSegment
 
toString() - Method in class org.openstreetmap.josm.actions.search.PushbackTokenizer.Range
 
toString() - Method in enum org.openstreetmap.josm.actions.search.PushbackTokenizer.Token
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchAction.DescriptionTextBuilder
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.And
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Any
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.BooleanMatch
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Child
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Closed
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactType
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Incomplete
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.InDataSourceArea
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.InView
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.KeyValue
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Modified
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.New
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Not
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.NotOutsideDataSourceArea
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Nth
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Or
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Parent
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.RangeMatch
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.RoleMatch
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Selected
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Untagged
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.UserMatch
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.ValueComparison
 
toString() - Method in class org.openstreetmap.josm.actions.search.SearchCompiler.Xor
 
toString() - Method in class org.openstreetmap.josm.data.Bounds
 
toString() - Method in class org.openstreetmap.josm.data.conflict.Conflict
 
toString() - Method in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
toString() - Method in class org.openstreetmap.josm.data.coor.CachedLatLon
 
toString() - Method in enum org.openstreetmap.josm.data.coor.CoordinateFormat
 
toString() - Method in class org.openstreetmap.josm.data.coor.EastNorth
 
toString() - Method in class org.openstreetmap.josm.data.coor.LatLon
 
toString() - Method in class org.openstreetmap.josm.data.DataSource
 
toString() - Method in class org.openstreetmap.josm.data.gpx.WayPoint
 
toString() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
toString() - Method in class org.openstreetmap.josm.data.imagery.ImageryInfo
 
toString() - Method in class org.openstreetmap.josm.data.notes.Note
 
toString() - Method in class org.openstreetmap.josm.data.notes.NoteComment
 
toString() - Method in class org.openstreetmap.josm.data.osm.BBox
 
toString() - Method in class org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
 
toString() - Method in class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent
 
toString() - Method in class org.openstreetmap.josm.data.osm.history.History
 
toString() - Method in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
toString() - Method in class org.openstreetmap.josm.data.osm.Node
 
toString() - Method in class org.openstreetmap.josm.data.osm.NodeData
 
toString() - Method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
 
toString() - Method in class org.openstreetmap.josm.data.osm.PrimitiveData
 
toString() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
toString() - Method in class org.openstreetmap.josm.data.osm.Relation
 
toString() - Method in class org.openstreetmap.josm.data.osm.RelationData
 
toString() - Method in class org.openstreetmap.josm.data.osm.RelationMember
 
toString() - Method in class org.openstreetmap.josm.data.osm.RelationMemberData
 
toString() - Method in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
toString() - Method in class org.openstreetmap.josm.data.osm.Tag
 
toString() - Method in class org.openstreetmap.josm.data.osm.TagCollection
 
toString() - Method in class org.openstreetmap.josm.data.osm.TagMap
 
toString() - Method in class org.openstreetmap.josm.data.osm.User
 
toString() - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
 
toString() - Method in class org.openstreetmap.josm.data.osm.Way
 
toString() - Method in class org.openstreetmap.josm.data.osm.WayData
 
toString() - Method in class org.openstreetmap.josm.data.osm.WaySegment
 
toString() - Method in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
toString() - Method in class org.openstreetmap.josm.data.projection.CustomProjection
 
toString() - Method in class org.openstreetmap.josm.data.projection.datum.CentricDatum
 
toString() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
toString() - Method in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
toString() - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
 
toString() - Method in interface org.openstreetmap.josm.data.projection.Projection
Describe the projection in one or two words.
toString() - Method in class org.openstreetmap.josm.data.ProjectionBounds
 
toString() - Method in class org.openstreetmap.josm.data.validation.routines.RegexValidator
Provide a String representation of this validator.
toString() - Method in enum org.openstreetmap.josm.data.validation.Severity
 
toString() - Method in class org.openstreetmap.josm.data.validation.TestError
 
toString() - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.GroupedMapCSSRule
 
toString() - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.MapCSSTagCheckerAndRule
 
toString() - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
toString() - Method in class org.openstreetmap.josm.data.validation.tests.OpeningHourTest.OpeningHoursTestError
 
toString() - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.RegExprRule
 
toString() - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.SynonymRule
 
toString() - Method in class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
 
toString() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds
 
toString() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
 
toString() - Method in class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDataText
 
toString() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.OpacitySlider
 
toString() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.MemberInfo
 
toString() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager.DialogContext
 
toString() - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
 
toString() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog.ToggleDialogAction
 
toString() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
 
toString() - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel.GroupTreeNode
 
toString() - Method in class org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
 
toString() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.Server
 
toString() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.GpxDataWrapper
 
toString() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
String representation.
toString() - Method in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction.TrackLength
Provides string representation.
toString() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.ColorfulImageProcessor
 
toString() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.GammaImageProcessor
 
toString() - Method in class org.openstreetmap.josm.gui.layer.ImageryLayer.SharpenImageProcessor
 
toString() - Method in class org.openstreetmap.josm.gui.layer.LayerManager.LayerAddEvent
 
toString() - Method in class org.openstreetmap.josm.gui.layer.LayerManager.LayerOrderChangeEvent
 
toString() - Method in class org.openstreetmap.josm.gui.layer.LayerManager.LayerRemoveEvent
 
toString() - Method in class org.openstreetmap.josm.gui.layer.MapViewPaintable.MapViewEvent
 
toString() - Method in class org.openstreetmap.josm.gui.layer.MapViewPaintable.PaintableInvalidationEvent
 
toString() - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.Scale
 
toString() - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.Cascade
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.DividedScale
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.Keyword
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.ClassCondition
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.ExpressionCondition
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyCondition
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueCondition
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClassCondition
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.SimpleKeyValueCondition
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ArrayFunction
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.ParameterFunction
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.AssignmentInstruction
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.RelativeFloat
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.LiteralExpression
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule.Declaration
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.LinkSelector
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.OptimizedGeneralSelector
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Subpart.ExpressionSubpart
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Subpart.StringSubpart
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.IconReference
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles.TagKeyReference
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.Range
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.AreaElement
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.StaticLabelCompositionStrategy
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LabelCompositionStrategy.TagLookupCompositionStrategy
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.LineTextElement
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.Symbol
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
toString() - Method in class org.openstreetmap.josm.gui.mappaint.StyleElementList
 
toString() - Method in class org.openstreetmap.josm.gui.MapView.EditLayerChangeAdapter
 
toString() - Method in class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
toString() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewEastNorthPoint
 
toString() - Method in class org.openstreetmap.josm.gui.MapViewState.MapViewViewPoint
 
toString() - Method in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
 
toString() - Method in class org.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
 
toString() - Method in interface org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice
Short name of the projection choice as shown in the GUI (combo box).
toString() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
 
toString() - Method in class org.openstreetmap.josm.gui.preferences.SourceEntry
 
toString() - Method in class org.openstreetmap.josm.gui.SplashScreen.Task
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Check
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.CheckGroup
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.ItemSeparator
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Key
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.Space
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.TextItem
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
toString() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
 
toString() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Divider
 
toString() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Leaf
 
toString() - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Split
 
toString() - Method in class org.openstreetmap.josm.io.ChangesetQuery
 
toString() - Method in class org.openstreetmap.josm.io.imagery.WMSImagery.LayerDetails
 
toString() - Method in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.DeleteTagMarker
 
toString() - Method in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.ExistingValues
 
toString() - Method in class org.openstreetmap.josm.io.remotecontrol.DNSName
Convert the name into user readable string.
toString() - Method in class org.openstreetmap.josm.plugins.PluginInformation
 
toString() - Method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
 
toString() - Method in class org.openstreetmap.josm.tools.Diff.Change
 
toString() - Method in class org.openstreetmap.josm.tools.MultikeyActionsHandler.MyAction
 
toString() - Method in class org.openstreetmap.josm.tools.MultiMap
 
toString() - Method in class org.openstreetmap.josm.tools.Pair
 
toString() - Method in class org.openstreetmap.josm.tools.PlatformHookUnixoid.LinuxReleaseInfo
 
toString() - Method in class org.openstreetmap.josm.tools.Shortcut
 
toString() - Method in class org.openstreetmap.josm.tools.template_engine.CompoundTemplateEntry
 
toString() - Method in class org.openstreetmap.josm.tools.template_engine.Condition
 
toString() - Method in class org.openstreetmap.josm.tools.template_engine.SearchExpressionCondition
 
toString() - Method in class org.openstreetmap.josm.tools.template_engine.StaticText
 
toString() - Method in class org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
 
toString() - Method in class org.openstreetmap.josm.tools.template_engine.Variable
 
toString(Color) - Static method in class org.openstreetmap.josm.tools.Utils
convert Color to String (Color.toString() omits alpha value)
toString() - Method in class org.openstreetmap.josm.tools.WindowGeometry
 
toStringCSV(String) - Method in class org.openstreetmap.josm.data.coor.LatLon
Returns this lat/lon pair in human-readable format separated by separator.
toStringCSV(String) - Method in class org.openstreetmap.josm.data.osm.BBox
 
toStringImpl() - Method in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
total - Variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker.RoleInfo
 
totalCount - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.PrecacheTask
 
toUpdate - Variable in class org.openstreetmap.josm.data.APIDataSet
 
toUpdate - Variable in class org.openstreetmap.josm.gui.io.UpdatePrimitivesTask
 
toUpdate - Variable in class org.openstreetmap.josm.plugins.PluginDownloadTask
 
toUpload - Variable in class org.openstreetmap.josm.actions.UploadSelectionAction.DeletedParentsChecker
 
toUpload - Variable in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
toUpload - Variable in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
toWay() - Method in class org.openstreetmap.josm.data.osm.WaySegment
Returns this way segment as complete way.
towerPoleTagMap - Variable in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
toWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.CentricDatum
 
toWGS84(LatLon) - Method in interface org.openstreetmap.josm.data.projection.datum.Datum
Convert lat/lon from this datum to Ellipsoid.WGS84 datum.
toWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.NTV2Datum
 
toWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.NullDatum
 
toWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.SevenParameterDatum
 
toWGS84(LatLon) - Method in class org.openstreetmap.josm.data.projection.datum.ThreeParameterDatum
 
toXML(boolean) - Method in class org.openstreetmap.josm.data.Preferences
Returns XML describing these preferences.
toXML(Collection<Map.Entry<String, Setting<?>>>, boolean, boolean) - Method in class org.openstreetmap.josm.data.Preferences
Returns XML describing the given preferences.
toXml(IPrimitive, boolean) - Method in class org.openstreetmap.josm.io.OsmApi
Makes an XML string from an OSM primitive.
toXml(Changeset) - Method in class org.openstreetmap.josm.io.OsmApi
Makes an XML string from an OSM primitive.
toXmlFormat(GregorianCalendar) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
 
tpConfigPanels - Variable in class org.openstreetmap.josm.gui.io.UploadDialog
the tabbed pane used below of the list of primitives
tpDownloadAreaSelectors - Variable in class org.openstreetmap.josm.gui.download.DownloadDialog
 
tpPreferences - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceDialog
 
tpQueryPanels - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog
 
tpResolvers - Variable in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog
 
tpViewers - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowser
 
tr(String, Object...) - Method in class org.openstreetmap.gui.jmapviewer.FeatureAdapter.DefaultTranslationAdapter
 
tr(String, Object...) - Static method in class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
tr(String, Object...) - Method in interface org.openstreetmap.gui.jmapviewer.FeatureAdapter.TranslationAdapter
 
tr(String...) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Translates some text for the current locale.
tr(String, Object...) - Static method in class org.openstreetmap.josm.tools.I18n
Translates some text for the current locale.
trace(String) - Static method in class org.openstreetmap.josm.Main
Prints a trace message if logging is on.
trace(String, Object...) - Static method in class org.openstreetmap.josm.Main
Prints a formatted trace message if logging is on.
trace(Throwable) - Static method in class org.openstreetmap.josm.Main
Prints a trace message for the given Throwable.
traceRandomRepaint() - Method in class org.openstreetmap.josm.gui.MapView.LayerInvalidatedListener
Attempts to trace repaints that did not originate from this listener.
TRACK_POINT - Static variable in class org.openstreetmap.josm.io.GpxWriter
 
tracker - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
The tracker to load the images
tracker - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ThumbsLoader
 
TrackLength(double) - Constructor for class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction.TrackLength
Constructs a new TrackLength object with a given length.
tracks - Variable in class org.openstreetmap.josm.data.gpx.GpxData
Tracks
trackVisibility - Variable in class org.openstreetmap.josm.data.gpx.GpxData.LinesIterator
 
trackVisibility - Variable in class org.openstreetmap.josm.gui.layer.GpxLayer
 
TransferableObject(Object) - Constructor for class org.openstreetmap.josm.gui.FileDrop.TransferableObject
Creates a new FileDrop.TransferableObject that wraps data.
TransferableObject(FileDrop.TransferableObject.Fetcher) - Constructor for class org.openstreetmap.josm.gui.FileDrop.TransferableObject
Creates a new FileDrop.TransferableObject that will return the object that is returned by fetcher.
TransferableObject(Class<?>, FileDrop.TransferableObject.Fetcher) - Constructor for class org.openstreetmap.josm.gui.FileDrop.TransferableObject
Creates a new FileDrop.TransferableObject that will return the object that is returned by fetcher.
transferMode - Variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
TransferMode(String) - Constructor for enum org.openstreetmap.josm.data.imagery.WMTSTileSource.TransferMode
 
transform(SearchCompiler.Match, int) - Static method in class org.openstreetmap.josm.tools.template_engine.ContextSwitchTemplate
 
transform(Collection<? extends A>, Utils.Function<A, B>) - Static method in class org.openstreetmap.josm.tools.Utils
Transforms the collection c into an unmodifiable collection and applies the Utils.Function f on each element upon access.
transform(List<? extends A>, Utils.Function<A, B>) - Static method in class org.openstreetmap.josm.tools.Utils
Transforms the list l into an unmodifiable list and applies the Utils.Function f on each element upon access.
transformNodes() - Method in class org.openstreetmap.josm.command.RotateCommand
Rotate nodes.
transformNodes() - Method in class org.openstreetmap.josm.command.ScaleCommand
Scale nodes.
transformNodes() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
Implementation for the nodes transformation.
TransformNodesCommand - Class in org.openstreetmap.josm.command
Abstract class with common services for nodes rotation and scaling commands.
TransformNodesCommand(Collection<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.command.TransformNodesCommand
Creates a TransformNodesObject.
transitionToRetrieveAccessToken() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
transitionToRetrieveRequestToken() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
transitionToShowAccessToken() - Method in class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI
 
translateJavaInternalMessages() - Static method in class org.openstreetmap.josm.tools.I18n
Localizations for file chooser dialog.
translationAdapter - Static variable in class org.openstreetmap.gui.jmapviewer.FeatureAdapter
 
TRANSPARENCY - Static variable in class org.openstreetmap.gui.jmapviewer.Style
 
TRANSPORT_MODES - Static variable in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
TransverseMercator - Class in org.openstreetmap.josm.data.projection.proj
Transverse Mercator Projection (EPSG code 9807).
TransverseMercator() - Constructor for class org.openstreetmap.josm.data.projection.proj.TransverseMercator
 
trc(String, String) - Static method in class org.openstreetmap.josm.tools.I18n
Translates some text in a context for the current locale.
trc_lazy(String, String) - Static method in class org.openstreetmap.josm.tools.I18n
 
tree - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
tree - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoAction
 
tree - Variable in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
The display tree
tree - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
treeData - Variable in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
 
treeMap - Variable in class org.openstreetmap.gui.jmapviewer.Demo
 
treePanel - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewerTree
 
treeRootNode - Variable in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
 
treeWillCollapse(TreeExpansionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.LazyRelationLoader
 
treeWillExpand(TreeExpansionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTree.LazyRelationLoader
 
trn(String, String, long, Object...) - Static method in class org.openstreetmap.josm.tools.I18n
Translates some text for the current locale and distinguishes between singularText and pluralText depending on n.
trnc(String, String, String, long, Object...) - Static method in class org.openstreetmap.josm.tools.I18n
Translates some text in a context for the current locale and distinguishes between singularText and pluralText depending on n.
TRUE_VALUES - Static variable in class org.openstreetmap.josm.data.osm.OsmUtils
 
trueval - Static variable in class org.openstreetmap.josm.data.osm.OsmUtils
 
trustedSenders - Static variable in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog
 
tryAcquireSemaphore(JCSCachedTileLoaderJob<?, ?>) - Method in class org.openstreetmap.josm.data.cache.HostLimitQueue
 
tryAgain(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
tryLoadTileImage(CacheEntry) - Method in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
tryToFinish() - Method in class org.openstreetmap.josm.io.GpxReader.Parser
 
tryToMoveNodeOnIntersection(List<WaySegment>, Node) - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
tryToPasteFrom(String) - Method in class org.openstreetmap.josm.gui.widgets.AbstractIdTextField
Tries to set text from given contents (no effect with invalid or empty contents)
tryToPasteFromClipboard(OsmIdTextField, OsmPrimitiveTypesComboBox) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
tryToPasteFromClipboard() - Method in class org.openstreetmap.josm.gui.widgets.AbstractIdTextField
Tries to set text from clipboard (no effect with invalid or empty clipboard)
tryToSetBaseSegmentForAngleSnap() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
This method is used to detect segment under mouse and use it as reference for angle snapping
tsfn(double, double) - Method in class org.openstreetmap.josm.data.projection.proj.AbstractProj
Computes function (15-9) and (9-13) from Snyder.
tsFromString(String) - Static method in class org.openstreetmap.josm.tools.date.DateUtils
Parses XML date quickly, regardless of current locale.
TurnrestrictionTest - Class in org.openstreetmap.josm.data.validation.tests
Checks if turnrestrictions are valid
TurnrestrictionTest() - Constructor for class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
Constructs a new TurnrestrictionTest.
tvalue - Variable in class org.openstreetmap.josm.gui.preferences.advanced.StringEditor
 
TwoColumnDiff - Class in org.openstreetmap.josm.gui.history
Produces a "two column diff" of two lists.
TwoColumnDiff(Object[], Object[]) - Constructor for class org.openstreetmap.josm.gui.history.TwoColumnDiff
 
TwoColumnDiff.Item - Class in org.openstreetmap.josm.gui.history
 
TwoColumnDiff.Item.DiffItemType - Enum in org.openstreetmap.josm.gui.history
 
twoColumnDiffFromScript(Diff.Change, Object[], Object[], boolean) - Method in class org.openstreetmap.josm.gui.history.TwoColumnDiff
The result from the diff algorithm is a "script" (a compressed description of the changes) This method expands this script into a full two column description.
txtFilter - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference
 
type - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactType
 
type - Variable in class org.openstreetmap.josm.data.gpx.GpxLink
Link type
type - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
type - Variable in class org.openstreetmap.josm.data.osm.history.History
the object type
type - Variable in class org.openstreetmap.josm.data.osm.SimplePrimitiveId
 
type - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelMember
Type of the relation member
type - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData
 
type - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
the type of decision
type - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoAction
 
type - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ResolveToAction
 
type - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector
 
type - Variable in class org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference.ImportProfileAction
 
type - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.NewEntryAction
 
type - Variable in class org.openstreetmap.josm.gui.widgets.OsmIdTextField.OsmIdValidator
 
type - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader.Fetcher
 
type - Variable in enum org.openstreetmap.josm.io.NmeaReader.NMEA_TYPE
 
type - Variable in exception org.openstreetmap.josm.io.OsmApiPrimitiveGoneException
the type of the primitive which is gone on the server
type - Variable in class org.openstreetmap.josm.io.session.GenericSessionExporter
 
type - Variable in class org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
 
TYPE_CACHE - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
 
typeIterator - Variable in class org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultIterator
 
typeMatches(Collection<TaggingPresetType>) - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
Determines whether this preset matches the types.
TYPES - Static variable in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
types - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
 
types - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
The types as preparsed collection.
typesInSelection - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
typesInSelectionDirty - Variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector
 
typeString - Variable in enum org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryType
 
typeString - Variable in enum org.openstreetmap.josm.data.imagery.WMTSTileSource.TransferMode
 

U

uc - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
u value (in (U,V) coordinate system) of the central point.
uid - Variable in class org.openstreetmap.josm.data.osm.User
the user id
uid - Variable in class org.openstreetmap.josm.io.ChangesetQuery
the user id this query is restricted to.
uidCounter - Static variable in class org.openstreetmap.josm.data.osm.User
 
UidInputFieldValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UidInputFieldValidator
 
UnaryMatch(SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.UnaryMatch
 
unaryMatchFactoryMap - Static variable in class org.openstreetmap.josm.actions.search.SearchCompiler
 
unassignCtrlShiftUpDown(JComponent, int) - Static method in class org.openstreetmap.josm.tools.InputMapUtils
Unassign Ctrl-Shift/Alt-Shift Up/Down from the given component to allow global JOSM shortcuts to work in this component.
unassignPageUpDown(JComponent, int) - Static method in class org.openstreetmap.josm.tools.InputMapUtils
Unassign PageUp/PageDown from the given component to allow global JOSM shortcuts to work in this component.
uncachedLoader - Variable in class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser
 
uncaughtException(Thread, Throwable) - Method in class org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler
 
UncheckedParseException - Exception in org.openstreetmap.josm.tools
Signals that an error has been reached unexpectedly while parsing.
UncheckedParseException() - Constructor for exception org.openstreetmap.josm.tools.UncheckedParseException
Constructs a new UncheckedParseException.
UncheckedParseException(String) - Constructor for exception org.openstreetmap.josm.tools.UncheckedParseException
Constructs a new UncheckedParseException with the specified detail message.
UncheckedParseException(String, Throwable) - Constructor for exception org.openstreetmap.josm.tools.UncheckedParseException
Constructs a new UncheckedParseException with the specified detail message and cause.
UncheckedParseException(Throwable) - Constructor for exception org.openstreetmap.josm.tools.UncheckedParseException
Constructs a new UncheckedParseException with the specified cause.
unclosed_multipolygon(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
unclosed-multipolygon tests whether the object is an unclosed multipolygon.
UnclosedWays - Class in org.openstreetmap.josm.data.validation.tests
Check area type ways for errors
UnclosedWays() - Constructor for class org.openstreetmap.josm.data.validation.tests.UnclosedWays
Constructs a new UnclosedWays test.
UnclosedWays.UnclosedWaysBooleanCheck - Class in org.openstreetmap.josm.data.validation.tests
A check performed by UnclosedWays test where the key is treated as boolean.
UnclosedWays.UnclosedWaysCheck - Class in org.openstreetmap.josm.data.validation.tests
A check performed by UnclosedWays test.
UnclosedWaysBooleanCheck(int, String, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysBooleanCheck
Constructs a new UnclosedWaysBooleanCheck.
UnclosedWaysCheck(int, String, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
Constructs a new UnclosedWaysCheck.
UnclosedWaysCheck(int, String, String, Set<String>) - Constructor for class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
Constructs a new UnclosedWaysCheck.
UnclosedWaysCheck(int, String, String, Set<String>, boolean) - Constructor for class org.openstreetmap.josm.data.validation.tests.UnclosedWays.UnclosedWaysCheck
Constructs a new UnclosedWaysCheck.
uncompress - Variable in class org.openstreetmap.josm.tools.HttpClient.Response
 
uncompress(boolean) - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Sets whether HttpClient.Response.getContent() should uncompress the input stream if necessary.
uncompressAccordingToContentDisposition - Variable in class org.openstreetmap.josm.tools.HttpClient.Response
 
uncompressAccordingToContentDisposition(boolean) - Method in class org.openstreetmap.josm.tools.HttpClient.Response
Sets whether HttpClient.Response.getContent() should uncompress the input stream according to Content-Disposition HTTP header.
UNCONNECTED - Static variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
unconnected(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
unconnected: tests whether the object is a unconnected node.
UNCONNECTED_COASTLINE - Static variable in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
UNCONNECTED_VIA - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
UNCONNECTED_WAYS - Static variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
UnconnectedHighways() - Constructor for class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedHighways
Constructs a new UnconnectedHighways test.
UnconnectedNaturalOrLanduse() - Constructor for class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedNaturalOrLanduse
Constructs a new UnconnectedNaturalOrLanduse test.
UnconnectedPower() - Constructor for class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedPower
Constructs a new UnconnectedPower test.
UnconnectedRailways() - Constructor for class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedRailways
Constructs a new UnconnectedRailways test.
UnconnectedWaterways() - Constructor for class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.UnconnectedWaterways
Constructs a new UnconnectedWaterways test.
UnconnectedWays - Class in org.openstreetmap.josm.data.validation.tests
Checks if a way has an endpoint very near to another way.
UnconnectedWays(String) - Constructor for class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
Constructs a new UnconnectedWays test.
UnconnectedWays.MyWaySegment - Class in org.openstreetmap.josm.data.validation.tests
 
UnconnectedWays.UnconnectedHighways - Class in org.openstreetmap.josm.data.validation.tests
Unconnected highways test.
UnconnectedWays.UnconnectedNaturalOrLanduse - Class in org.openstreetmap.josm.data.validation.tests
Unconnected natural/landuse test.
UnconnectedWays.UnconnectedPower - Class in org.openstreetmap.josm.data.validation.tests
Unconnected power ways test.
UnconnectedWays.UnconnectedRailways - Class in org.openstreetmap.josm.data.validation.tests
Unconnected railways test.
UnconnectedWays.UnconnectedWaterways - Class in org.openstreetmap.josm.data.validation.tests
Unconnected waterways test.
undecide() - Method in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
marks this as undecided
UndecideAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.UndecideAction
 
UndecideCoordinateConflictAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.UndecideCoordinateConflictAction
 
UndecideDeletedStateConflictAction() - Constructor for class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.UndecideDeletedStateConflictAction
 
undiscarded - Variable in class org.openstreetmap.josm.tools.Diff.FileData
Vector, like the previous one except that the elements for discarded lines have been squeezed out.
Undo() - Constructor for class org.openstreetmap.josm.actions.OrthogonalizeAction.Undo
Constructor
undo() - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Undoes the last added command.
undo(int) - Method in class org.openstreetmap.josm.data.UndoRedoHandler
Undoes multiple commands.
undo - Variable in class org.openstreetmap.josm.gui.MainMenu
Edit / Undo...
undo - Variable in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
UndoAction - Class in org.openstreetmap.josm.actions
Undoes the last command.
UndoAction() - Constructor for class org.openstreetmap.josm.actions.UndoAction
Construct the action with "Undo" as label.
undoAction - Variable in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
UndoAction() - Constructor for class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu.UndoAction
Constructs a new UndoAction.
undoAllTagsAdding() - Method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AddTagsDialog
 
undoCommand() - Method in class org.openstreetmap.josm.command.AddCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.AddPrimitivesCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.ChangeRelationMemberRoleCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.Command
Undoes the command.
undoCommand() - Method in class org.openstreetmap.josm.command.conflict.ConflictAddCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.conflict.ConflictResolveCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.conflict.RelationMemberConflictResolverCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.DeleteCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.MoveCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.PurgeCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.SelectCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.SequenceCommand
 
undoCommand() - Method in class org.openstreetmap.josm.command.TransformNodesCommand
Restore the state of the nodes from the backup.
undoCommands(int) - Method in class org.openstreetmap.josm.command.SequenceCommand
 
undoEditListener - Variable in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
undoRedo - Variable in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu
 
undoRedo - Variable in class org.openstreetmap.josm.Main
The commands undo/redo handler.
UndoRedoAction(CommandStackDialog.UndoRedoType) - Constructor for class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoAction
constructor
UndoRedoHandler - Class in org.openstreetmap.josm.data
This is the global undo/redo handler for all OsmDataLayers.
UndoRedoHandler() - Constructor for class org.openstreetmap.josm.data.UndoRedoHandler
Constructs a new UndoRedoHandler.
UndoRedoSelectionListener(JTree) - Constructor for class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoSelectionListener
 
UndoRedoType() - Constructor for enum org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoType
 
undoSelectionListener - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
undoTree - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
undoTreeModel - Variable in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
unescape(String) - Static method in class org.openstreetmap.josm.data.validation.util.Entities
Returns unescaped entity representation.
unescape(String) - Static method in class org.openstreetmap.josm.tools.TextTagParser
 
unexpectedChar(char, char, int) - Static method in exception org.openstreetmap.josm.tools.template_engine.ParseError
 
unexpectedToken - Variable in exception org.openstreetmap.josm.tools.template_engine.ParseError
 
unFixOrTurnOff() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
unflagNewGpsData() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageEntry
Remove the flag that indicates new GPS data.
unfreezeDelayTimer - Variable in class org.openstreetmap.josm.gui.NotificationManager
 
UnfreezeEvent() - Constructor for class org.openstreetmap.josm.gui.NotificationManager.UnfreezeEvent
 
unfurlDialog() - Method in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
Changes the state of the dialog such that the user can see the content.
unglue(ActionEvent) - Method in class org.openstreetmap.josm.actions.UnGlueAction
 
UnGlueAction - Class in org.openstreetmap.josm.actions
Duplicate nodes that are used by multiple ways.
UnGlueAction() - Constructor for class org.openstreetmap.josm.actions.UnGlueAction
Create a new UnGlueAction.
UnGlueAction.ExistingBothNewChoice - Class in org.openstreetmap.josm.actions
Provides toggle buttons to allow the user choose the existing node, the new nodes, or all of them.
UnGlueAction.PropertiesMembershipDialog - Class in org.openstreetmap.josm.actions
A dialog allowing the user decide whether the tags/memberships of the existing node should afterwards be at the existing node, the new nodes, or all of them.
unglueNodes - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Unglue Ways
unglueOneNodeAtMostOneWay(ActionEvent) - Method in class org.openstreetmap.josm.actions.UnGlueAction
Assumes there is one tagged Node stored in selectedNode that it will try to unglue.
unglueOneWayAnyNodes() - Method in class org.openstreetmap.josm.actions.UnGlueAction
dupe all nodes that are selected, and put the copies on the selected way
unglueSelfCrossingWay() - Method in class org.openstreetmap.josm.actions.UnGlueAction
Duplicates a node used several times by the same way.
unglueWays() - Method in class org.openstreetmap.josm.actions.UnGlueAction
dupe a single node into as many nodes as there are ways using it, OR dupe a single node once, and put the copy on the selected way
unicodeToASCII(String) - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Converts potentially Unicode input to punycode.
uninstallCertificate - Variable in class org.openstreetmap.josm.gui.preferences.remotecontrol.RemoteControlPreference
 
uninteresting - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
union(TagCollection) - Method in class org.openstreetmap.josm.data.osm.TagCollection
Replies the union of this tag collection and another tag collection
unionOfAllPrimitives(Collection<? extends Tagged>) - Static method in class org.openstreetmap.josm.data.osm.TagCollection
Creates a tag collection from the union of the tags managed by a collection of primitives.
unionOfAllPrimitives(DataSet) - Static method in class org.openstreetmap.josm.data.osm.TagCollection
Replies a tag collection with the union of the tags which are common to all primitives in the dataset ds.
UNITS_TO_METERS - Static variable in class org.openstreetmap.josm.data.projection.CustomProjection
 
unitsCombo - Variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
unitsValues - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
unitsValuesTr - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
unJoinNodeWay - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Disconnect Node from Way
UnJoinNodeWayAction - Class in org.openstreetmap.josm.actions
Disconnect nodes from a way they currently belong to.
UnJoinNodeWayAction() - Constructor for class org.openstreetmap.josm.actions.UnJoinNodeWayAction
Constructs a new UnJoinNodeWayAction.
UNKNOWN - Static variable in class org.openstreetmap.josm.actions.mapmode.ModifiersSpec
 
UNKNOWN - Static variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
Unknown priority.
unknown - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
UNKNOWN_ROLE - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
UNKNOWN_TYPE - Static variable in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
unlinkAsListener() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog
Removes this history browser model as listener for data change and layer change events.
unlinkAsListener() - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
Removes this model as listener for data change and layer change events.
unlinkNodeFromWays(Node) - Method in class org.openstreetmap.josm.data.osm.DataSet
Removes all references from ways in this dataset to a particular node.
unlinkPrimitiveFromRelations(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.DataSet
removes all references from relations in this dataset to this primitive
unlinkReferencesToPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.data.osm.DataSet
Removes all references from other primitives to the referenced primitive.
unloadedHistoryPredicate - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
UNMAINTAINED_PLUGINS - Static variable in class org.openstreetmap.josm.plugins.PluginHandler
List of unmaintained plugins.
UNNAMED_JUNCTION - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
Unnamed junction error
UNNAMED_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
Unnamed way error
UNORDERED_COASTLINE - Static variable in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
unpack - Variable in class org.openstreetmap.josm.gui.io.DownloadFileTask
 
unreadMessages - Variable in class org.openstreetmap.josm.data.osm.UserInfo
the number of unread messages
unregister(Class<? extends AbstractMapRenderer>) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory
Unregisters a map renderer class.
unregister() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
Unregisters listeners (selection change and dataset change).
unregister() - Method in class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
Unregisters listeners (selection change and layer change).
unregister(MapView) - Method in class org.openstreetmap.josm.gui.SelectionManager
Unregister itself from the given event source and hide the selection hint layer.
unregister() - Method in class org.openstreetmap.josm.gui.util.AdvancedKeyPressDetector
Unregister this object as AWTEventListener lists of listeners are not cleared!
unregisterActions() - Static method in class org.openstreetmap.josm.gui.layer.JumpToMarkerActions
 
unregisterActionShortcut(JosmAction) - Static method in class org.openstreetmap.josm.Main
 
unregisterActionShortcut(Action, Shortcut) - Static method in class org.openstreetmap.josm.Main
 
unregisterActionShortcuts() - Method in class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
Unregisters all relevant action shortcuts.
unregisterAsChangeListener(HistoryBrowserModel) - Method in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer
 
unregisterAsChangeListener(HistoryBrowserModel) - Method in class org.openstreetmap.josm.gui.history.HistoryViewerPanel
 
unregisterAsChangeListener(HistoryBrowserModel) - Method in class org.openstreetmap.josm.gui.history.NodeListViewer
 
unregisterAsListener() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog
 
unregisteredActionShortcuts - Variable in class org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedTextField
 
unregisterFormatHook(NameFormatterHook) - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
Unregisters a format hook.
unregisterListeners() - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
Removes all registered listeners by this conflict resolver
unregisterListeners() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
Removes all registered listeners by this merger
unregisterListeners() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
unregisterListeners() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
 
unregisterListeners() - Method in class org.openstreetmap.josm.gui.MapStatus
 
unregisterListeners() - Method in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
Removes all registered listeners by this table
unregisterPostprocessor(OsmServerWritePostprocessor) - Static method in class org.openstreetmap.josm.io.OsmServerWriter
Unregisters a post-processor.
unregisterShortcut(Shortcut) - Static method in class org.openstreetmap.josm.Main
 
unregisterUploadHook(UploadHook) - Static method in class org.openstreetmap.josm.actions.UploadAction
Unregisters an upload hook.
unselectAll - Variable in class org.openstreetmap.josm.gui.MainMenu
Selection / Unselect All
UnselectAllAction - Class in org.openstreetmap.josm.actions
 
UnselectAllAction() - Constructor for class org.openstreetmap.josm.actions.UnselectAllAction
Constructs a new UnselectAllAction.
unselectedNodeSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
Preference: size of unselected nodes
unselectedNodeSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Preference: size of unselected nodes
unsetDisabledState() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Remove the disabled flag from the primitive.
unsetDotted(Graphics) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
unsetFixedMode() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapHelper
 
UNSPECIFIED_CHUNK_SIZE - Static variable in class org.openstreetmap.josm.gui.io.UploadStrategySpecification
indicates that the chunk size isn't specified
Untagged() - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Untagged
 
UNTAGGED_NODE_BLANK - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
UNTAGGED_NODE_CREATED_BY - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
UNTAGGED_NODE_FIXME - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
UNTAGGED_NODE_NOTE - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
UNTAGGED_NODE_OTHER - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
UNTAGGED_NODE_SOURCE - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
UNTAGGED_NODE_WATCH - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
UNTAGGED_WAY - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
Untagged way error
UNTAGGED_WAY - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
The default style for any untagged way.
UntaggedNode - Class in org.openstreetmap.josm.data.validation.tests
Checks for nodes with uninteresting tags that are in no way
UntaggedNode() - Constructor for class org.openstreetmap.josm.data.validation.tests.UntaggedNode
Constructor
UntaggedWay - Class in org.openstreetmap.josm.data.validation.tests
Checks for untagged ways
UntaggedWay() - Constructor for class org.openstreetmap.josm.data.validation.tests.UntaggedWay
Constructor
untaggedWayColor - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Color Preference for untagged ways
until(Date) - Method in class org.openstreetmap.josm.data.osm.history.History
Returns a new partial copy of this history, until the given date
until(long) - Method in class org.openstreetmap.josm.data.osm.history.History
Returns a new partial copy of this history, to the given version number
untimedMarkersOmitted - Variable in class org.openstreetmap.josm.gui.layer.gpx.ImportAudioAction.Markers
 
unused() - Method in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.Usage
 
unwrap() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpRequest
 
unwrap() - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.HttpResponse
 
unzipFileRecursively(File, String) - Static method in class org.openstreetmap.josm.gui.io.DownloadFileTask
Recursive unzipping function TODO: May be placed somewhere else - Tools.Utils?
UP_DIRECTION - Static variable in class org.openstreetmap.josm.gui.ScrollViewport
 
UP_DOWN - Static variable in class org.openstreetmap.josm.corrector.ReverseWayTagCorrector
 
upAction - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog
 
upButton - Variable in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
update - Variable in class org.openstreetmap.josm.actions.CreateMultipolygonAction
 
update(Node, List<Node>, Collection<Command>) - Method in class org.openstreetmap.josm.actions.UnGlueAction.PropertiesMembershipDialog
 
update(Changeset, DefaultChangesetCacheEvent) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
update(Changeset) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
update(Collection<Changeset>) - Method in class org.openstreetmap.josm.data.osm.ChangesetCache
 
update(Collection<Filter>) - Method in class org.openstreetmap.josm.data.osm.FilterMatcher
Clears the current filters, and adds the given filters
update(String) - Method in class org.openstreetmap.josm.data.projection.CustomProjection
Updates this CustomProjection with given parameters.
update(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
Triggers a refresh of the view for all primitives in toUpdate which are currently displayed in the view
update(OsmPrimitive, boolean) - Method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
Updates the content of this panel based on the changeset information given by primitive.
update(Changeset, boolean, Date, long) - Method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
Updates the content of this panel based on the changeset information given by cs.
update - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Update data
updateActionsRelationLists() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
updateAllFormatsImporter() - Static method in class org.openstreetmap.josm.actions.ExtensionFileFilter
Updates the AllFormatsImporter that is contained in the importers list.
updateAllPreferences() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
updateAndLoadEarlyPlugins(SplashScreen, SplashScreen.SplashProgressMonitor) - Static method in class org.openstreetmap.josm.gui.MainApplication
 
updateAnnotated() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
updateAvailablePlugin(PluginInformation) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
 
updateAvailablePlugins(Collection<PluginInformation>) - Method in class org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel
Updates the list of plugin information objects with new information from plugin update sites.
updateBboxFields(Bounds) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
updateBboxFields(Bounds) - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel
 
updateBoundsAndShapes(int) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.DefListSelectionListener
 
updateBufferAndRepaint() - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
updateButton() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
updateButtonStates() - Method in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
updateChangeset(Changeset, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Updates a changeset with the keys in changesetUpdate.
UpdateChangesetAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.UpdateChangesetAction
 
UpdateChangesetDiscussionAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel.UpdateChangesetDiscussionAction
 
updateChangesets() - Method in class org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask.RunnableDownloadTask
 
updateCheckboxes(Object) - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
updateCommandWhileDragging(EastNorth) - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Create or update data modification command while dragging mouse - implementation of continuous moving, scaling and rotation
updateContent(boolean) - Method in class org.openstreetmap.josm.gui.MainPanel
Update the content of this MainFrame to either display the map or display the welcome screen.
updateContext(OsmDataLayer, Relation, RelationEditor) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
 
updateCoor(LatLon, EastNorth) - Method in class org.openstreetmap.josm.data.osm.Node
 
updateCoordinates() - Method in class org.openstreetmap.josm.command.MoveCommand
 
updateCoordinates() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
updateCount - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
updateCount - Variable in class org.openstreetmap.josm.data.preferences.CachedProperty
 
updateCount - Variable in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
a counter to check if tree has been rebuild
updateCount - Variable in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
updateCursor(MouseEvent, int) - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
This function handles all work related to updating the cursor and highlights
updateCursor() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
Sets new cursor depending on state, mouse position
updateCursor() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
updateCursor() - Method in class org.openstreetmap.josm.gui.util.CursorManager
 
updateCursor(int, int, boolean) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
updateCursorDependentObjectsIfNeeded() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
Updates these objects under cursor: targetWay, candidateNode, candidateSegment
updated - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
 
updateData() - Method in class org.openstreetmap.josm.data.imagery.CachedAttributionBingAerialTileSource.BingAttributionData
 
updateData() - Method in class org.openstreetmap.josm.gui.GettingStarted.MotdContent
This function gets executed whenever the cached files need updating
updateData() - Method in class org.openstreetmap.josm.io.CacheCustomContent
This function will be executed when an update is required.
updateData() - Method in class org.openstreetmap.josm.io.OsmApi.CapabilitiesCache
 
UpdateDataAction - Class in org.openstreetmap.josm.actions
 
UpdateDataAction() - Constructor for class org.openstreetmap.josm.actions.UpdateDataAction
Constructs a new UpdateDataAction.
updateDeletedState() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
updateDialogHeader() - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
updateDirectionFlags() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
updatedNotes - Variable in class org.openstreetmap.josm.actions.upload.UploadNotesTask.UploadTask
 
updateDownloadAreaLabel() - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection
 
updateDrag(int, int) - Method in class org.openstreetmap.josm.gui.widgets.MultiSplitPane
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.AbstractInfoAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.AbstractInfoAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.AddImageryLayerAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.AddNodeAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.AlignInCircleAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.AlignInCircleAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.AlignInLineAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.AlignInLineAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.AutoScaleAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.AutoScaleAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.CombineWayAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.CombineWayAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.CopyAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.CopyAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.CopyCoordinatesAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.CopyCoordinatesAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.CreateCircleAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.CreateCircleAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
Enable this action only if something is selected
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
Enable this action only if something is selected
updateEnabledState() - Method in class org.openstreetmap.josm.actions.DeleteAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.DeleteAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.DeleteLayerAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.DistributeAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.DistributeAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.DownloadNotesInViewAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.DownloadReferrersAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.DownloadReferrersAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.DuplicateAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.DuplicateAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.FollowLineAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.FollowLineAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.GpxExportAction
Refreshes the enabled state
updateEnabledState() - Method in class org.openstreetmap.josm.actions.InfoAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.InfoAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.InfoWebAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.InfoWebAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.JoinAreasAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.JoinAreasAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.JoinNodeWayAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.JoinNodeWayAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.JosmAction
Override in subclasses to update the enabled state of the action when something in the JOSM state changes, i.e.
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.JosmAction
Override in subclasses to update the enabled state of the action if the collection of selected primitives changes.
updateEnabledState() - Method in class org.openstreetmap.josm.actions.JumpToAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.mapmode.DeleteAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction.SnapChangeAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction.DualAlignChangeAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.MergeLayerAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.MergeNodesAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.MergeNodesAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.MergeSelectionAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.MergeSelectionAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.MirrorAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.MirrorAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.MoveAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.MoveAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.MoveNodeAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.MoveNodeAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.OpenFileAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.OrthogonalizeAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.OrthogonalizeAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.PasteAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.PasteTagsAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.PasteTagsAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.PurgeAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.PurgeAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.RedoAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.relation.AbstractRelationAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.relation.AddSelectionToRelations
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.relation.DownloadMembersAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.relation.DownloadSelectedIncompleteMembersAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.relation.DuplicateRelationAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.relation.EditRelationAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.ReverseWayAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.ReverseWayAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.SaveActionBase
Refreshes the enabled state
updateEnabledState() - Method in class org.openstreetmap.josm.actions.search.SearchAction
Refreshes the enabled state
updateEnabledState() - Method in class org.openstreetmap.josm.actions.SelectAllAction
Refreshes the enabled state
updateEnabledState() - Method in class org.openstreetmap.josm.actions.SelectNonBranchingWaySequencesAction
Update the enabled state of the action when something in the JOSM state changes, i.e.
updateEnabledState() - Method in class org.openstreetmap.josm.actions.SessionSaveAsAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.SimplifyWayAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.SplitWayAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.SplitWayAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.UndoAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.UnGlueAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UnGlueAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.UnJoinNodeWayAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UnJoinNodeWayAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.UnselectAllAction
Refreshes the enabled state
updateEnabledState() - Method in class org.openstreetmap.josm.actions.UpdateDataAction
Refreshes the enabled state
updateEnabledState() - Method in class org.openstreetmap.josm.actions.UpdateModifiedAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UpdateModifiedAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.UpdateSelectionAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UpdateSelectionAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.UploadAction
Refreshes the enabled state
updateEnabledState() - Method in class org.openstreetmap.josm.actions.UploadSelectionAction
 
updateEnabledState(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.ValidateAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.ViewportFollowToggleAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.WireframeToggleAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.ZoomInAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.ZoomOutAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.actions.ZoomToAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllLeft
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAllRight
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.ApplyAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.ApplyAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.CloseSelectedChangesetsAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetContentAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetsAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.RemoveFromCacheAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.DownloadObjectAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.SelectionBasedAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.SelectInCurrentLayerAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.ZoomInCurrentLayerAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel.DownloadAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.CloseOpenChangesetsAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ReadChangesetsAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.SelectObjectsAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ShowChangesetInfoAction
 
updateEnabledState() - Method in interface org.openstreetmap.josm.gui.dialogs.CommandStackDialog.IEnabledStateUpdating
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.SelectAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog.ApplyResolutionAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ActivateLayerAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.layer.DeleteLayerAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.layer.DuplicateAction
 
updateEnabledState() - Method in interface org.openstreetmap.josm.gui.dialogs.layer.IEnabledStateUpdating
Called after the layer model has changed.
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.layer.MergeAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.layer.MoveDownAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.layer.MoveUpAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.layer.ShowHideLayerAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MoveUpDownAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.OnOffAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.DeleteAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.EditAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedAfterSelection
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedAtEndAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedAtStartAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AddSelectedBeforeSelection
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.ApplyAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.CopyMembersAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.DeleteCurrentRelationAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.DownloadIncompleteMembersAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.DownloadSelectedIncompleteMembersAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.DuplicateRelationAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.EditAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.MoveDownAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.MoveUpAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.PasteMembersAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.RefreshAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.RemoveAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.RemoveSelectedAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.ReverseAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SelectedMembersForSelectionAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SelectPrimitivesForSelectedMembersAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SetRoleAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SortAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SortBelowAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadSelectedAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.NewAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectAction
 
updateEnabledState(int) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ShowHistoryAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToJOSMSelectionAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToListSelection
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.SelectUsersPrimitivesAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.ShowUserInfoAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection.RemoveAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection.RenameAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.ShowHistoryAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.history.NodeListViewer.ZoomToNodeAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.ContinueAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.mappaint.MapPaintMenu.MapPaintAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI.RunAuthorisationAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.TestAccessTokenAction
 
updateEnabledState(OAuthToken) - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.AcceptAccessTokenAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.RemoveEntryAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ActivateAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.RemoveEntryAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.server.FeaturesPanel
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ValidateApiUrlAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActivateSourcesAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditActiveSourceAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditIconPathAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.MoveUpDownAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.RemoveActiveSourcesAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.RemoveIconPathAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.preferences.ToolbarPreferences.Settings
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPreset
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog.Action
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.tagging.TagTable.AddAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.tagging.TagTable.DeleteAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.gui.tagging.TagTable.PasteAction
 
updateEnabledState() - Method in class org.openstreetmap.josm.io.session.GenericSessionExporter.LayerSaveAction
 
updateEnabledStateOnCurrentSelection() - Method in class org.openstreetmap.josm.actions.JosmAction
Updates enabled state according to primitives currently selected in edit data set, if any.
updateEnabledStateWithNotes() - Method in class org.openstreetmap.josm.actions.InfoWebAction
 
updateEntriesFromDefaults() - Method in class org.openstreetmap.josm.data.imagery.ImageryLayerInfo
Update user entries according to the list of default entries.
updateErroneous() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.WebMarker
 
updateFilter() - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
updateFilteredRelations() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
updateFilters() - Method in class org.openstreetmap.josm.gui.dialogs.FilterTableModel
 
updateFlags(int, boolean) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
 
updateFlags(int, boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
updateFlagsChangeableAlways() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
updateFlagsNoLock(int, boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
updateFlagsOnlyChangeableOnPress() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
updateForce() - Method in class org.openstreetmap.josm.io.CacheCustomContent
Executes an update regardless of updateInterval
updateForceString() - Method in class org.openstreetmap.josm.io.CacheCustomContent
Executes an update regardless of updateInterval
updateFromJar(PluginInformation) - Method in class org.openstreetmap.josm.plugins.PluginInformation
Updates the plugin information of this plugin information object with the plugin information in a plugin information object retrieved from a plugin jar.
updateFromPluginSite(PluginInformation) - Method in class org.openstreetmap.josm.plugins.PluginInformation
Updates the plugin information of this plugin information object with the plugin information in a plugin information object retrieved from a plugin update site.
updateIfRequired() - Method in class org.openstreetmap.josm.io.CacheCustomContent
Updates data if required
updateIfRequiredString() - Method in class org.openstreetmap.josm.io.CacheCustomContent
Updates data if required
updateInterval - Variable in class org.openstreetmap.josm.io.CacheCustomContent
How often to update the cached version
updateJMapViewer() - Static method in class org.openstreetmap.josm.gui.MapMover.JMapViewerUpdater
 
updateKeyModifiers(InputEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
updateKeyModifiers(MouseEvent) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
updateKeyModifiers(int) - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
updateLinks(List<RelationMember>) - Method in class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
refresh the cache of member WayConnectionTypes
updateLocalInfo(PluginInformation) - Method in class org.openstreetmap.josm.plugins.PluginInformation
updateLocationState() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
updateMemberships(Node, List<Node>, Collection<Command>) - Method in class org.openstreetmap.josm.actions.UnGlueAction.PropertiesMembershipDialog
 
updateMessage() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
updateMeta(ProjectionChoice) - Method in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
 
updateModel() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel
 
updateModeLocalPreferences() - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
updateModified - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Update modified
UpdateModifiedAction - Class in org.openstreetmap.josm.actions
This action synchronizes a set of primitives with their state on the server.
UpdateModifiedAction() - Constructor for class org.openstreetmap.josm.actions.UpdateModifiedAction
Constructs a new UpdateModifiedAction.
updateModifiersState(int) - Method in class org.openstreetmap.josm.actions.mapmode.ParallelWayAction
 
updateMousePosition(Point, int) - Method in class org.openstreetmap.josm.gui.MapStatus.Collector
Called whenever the mouse position or modifiers changed.
updateMultipolygon - Variable in class org.openstreetmap.josm.gui.MainMenu
Tools / Update multipolygon
updateMultipolygonRelation(Collection<Way>, Relation) - Static method in class org.openstreetmap.josm.actions.CreateMultipolygonAction
Returns a Pair of the old multipolygon Relation (or null) and the newly created/modified multipolygon Relation.
updateMultipolygonsReferringTo(AbstractDatasetChangedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
updateMultipolygonsReferringTo(AbstractDatasetChangedEvent, Collection<? extends OsmPrimitive>, DataSet) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
updateMultipolygonsReferringTo(AbstractDatasetChangedEvent, Collection<? extends OsmPrimitive>, DataSet, Collection<Map<Relation, Multipolygon>>) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
updateNotes(Map<Note, Note>) - Method in class org.openstreetmap.josm.data.osm.NoteData
Updates notes with new state.
updateNumConflicts() - Method in class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel
Updates the current number of conflicts from list of decisions and emits a property change event if necessary.
updateNumRequestsLabels() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
 
updateOffscreenBuffer - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
updateOffset() - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
updateOffsetIntl() - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog
 
updateOkButtonState() - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog
 
updateOrdisablePluginAfterException(Throwable) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Checks whether the exception e was thrown by a plugin.
updatePanel(SaveLayerInfo) - Method in class org.openstreetmap.josm.gui.io.ActionFlagsTableCell
 
updatePath(int, String) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel
 
updatePlugins(Component, Collection<PluginInformation>, ProgressMonitor, boolean) - Static method in class org.openstreetmap.josm.plugins.PluginHandler
Updates the plugins in plugins.
UpdatePluginsMessagePanel() - Constructor for class org.openstreetmap.josm.plugins.PluginHandler.UpdatePluginsMessagePanel
 
updatePosition() - Method in class org.openstreetmap.josm.data.osm.Node
 
updatePosition() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Called by Dataset to update cached position information of primitive (bbox, cached EarthNorth, ...)
updatePosition() - Method in class org.openstreetmap.josm.data.osm.Relation
 
updatePosition() - Method in class org.openstreetmap.josm.data.osm.Way
 
updatePotentiallyDeletedPrimitives(Set<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.downloadtasks.DownloadTaskList
Updates the local state of a set of primitives (given by a set of primitive ids) with the state currently held on the server.
updatePresets(Collection<TaggingPresetType>, Map<String, String>, TaggingPresetHandler) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PresetListPanel
Updates the preset list based on the tags and types, and associates an interaction with (matching) presets via presetHandler.
updatePresets() - Method in class org.openstreetmap.josm.gui.tagging.TagEditorPanel
 
updatePrimitive(PrimitiveId) - Static method in class org.openstreetmap.josm.actions.UpdateSelectionAction
Updates the data for the OsmPrimitives with id id with the data currently kept on the server.
updatePrimitives(Collection<OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.UpdateSelectionAction
Updates the data for for the OsmPrimitives in selection with the data currently kept on the server.
UpdatePrimitivesTask - Class in org.openstreetmap.josm.gui.io
The asynchronous task for updating a collection of objects using multi fetch.
UpdatePrimitivesTask(OsmDataLayer, Collection<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.gui.io.UpdatePrimitivesTask
Constructs a new UpdatePrimitivesTask.
updateProgress(int) - Method in class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
updateProgress(int) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
 
updateProgress(double) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
updateProgress(double) - Method in class org.openstreetmap.josm.gui.progress.ChildProgress
 
updateProgress(int) - Method in interface org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor.ProgressMonitorDialog
 
updateProgress(double) - Method in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
updateProgress(double) - Method in class org.openstreetmap.josm.gui.progress.SwingRenderingProgressMonitor
 
updateProperties(Node, Iterable<Node>, Collection<Command>) - Method in class org.openstreetmap.josm.actions.UnGlueAction.PropertiesMembershipDialog
 
updater - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.DistanceViewer
 
updater - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.LatLonViewer
 
updater - Variable in class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.MapViewer
 
Updater(HistoryBrowserModel, PointInTimeType) - Constructor for class org.openstreetmap.josm.gui.history.CoordinateInfoViewer.Updater
 
updater - Variable in class org.openstreetmap.josm.io.ProgressInputStream
 
updater - Variable in class org.openstreetmap.josm.io.ProgressOutputStream
 
updateRedoState() - Method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu.RedoAction
 
updateReferrers() - Method in class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger
 
updateResolvedCompletely() - Method in class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver
Updates the state of the property ConflictResolver.RESOLVED_COMPLETELY_PROP
updateRole(int[], String) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
updates the role of the members given by the indices in idx
updateRowHeights() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
updateScheduleStatus() - Method in class org.openstreetmap.josm.gui.bbox.SlippyMapControler.MoveTask
 
UpdateSelectedPluginsAction() - Constructor for class org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.UpdateSelectedPluginsAction
 
updateSelection() - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
Update selection status, call @{link #selectionChanged} function.
updateSelection(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
 
updateSelection - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Update selection
UpdateSelectionAction - Class in org.openstreetmap.josm.actions
This action synchronizes a set of primitives with their state on the server.
UpdateSelectionAction() - Constructor for class org.openstreetmap.josm.actions.UpdateSelectionAction
Constructs a new UpdateSelectionAction.
UpdateSelectionAction(String, String, String, Shortcut, boolean, String) - Constructor for class org.openstreetmap.josm.actions.UpdateSelectionAction
Constructs a new UpdateSelectionAction.
updateSizeCheck() - Method in class org.openstreetmap.josm.gui.download.DownloadDialog
 
updateSlider(List<Layer>, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
updateSliderWhileEnabled(Collection<? extends Layer>, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.ColorfulnessSlider
 
updateSliderWhileEnabled(Collection<? extends Layer>, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.FilterSlider
 
updateSliderWhileEnabled(Collection<? extends Layer>, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.GammaFilterSlider
 
updateSliderWhileEnabled(Collection<? extends Layer>, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.OpacitySlider
 
updateSliderWhileEnabled(Collection<? extends Layer>, boolean) - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.SharpnessSlider
 
updateSources(List<SourceEntry>) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceEntryListCellRenderer
 
updateStateByCurrentSelection() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
Updates the state according to the current selection.
updateStatus(Layer) - Method in class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCheckBox
 
updateStatus(String) - Method in interface org.openstreetmap.josm.Main.InitStatusListener
 
updateStatusBar() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.StatusBarUpdater
 
updateStatusLine() - Method in class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction
 
updateStatusLine() - Method in class org.openstreetmap.josm.actions.mapmode.MapMode
 
updateSummary() - Method in class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
 
updateSystemOfMeasurement(String) - Method in class org.openstreetmap.josm.gui.MapStatus
Updates the system of measurement and displays a notification.
updateSystemProperties() - Method in class org.openstreetmap.josm.data.Preferences
Updates system properties with the current values in the preferences.
updateSystemProperty(String, String) - Static method in class org.openstreetmap.josm.tools.Utils
Updates a given system property.
updateTagged() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
updateTagName(TagModel, String) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
updates the name of a tag and sets the dirty state to true if the new name is different from the old name.
updateTags(List<Tag>) - Method in interface org.openstreetmap.josm.gui.tagging.presets.TaggingPresetHandler
 
updateTags(List<Tag>) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
Load tags from given list
updateTagValue(TagModel, String) - Method in class org.openstreetmap.josm.gui.tagging.TagEditorModel
updates the value value of a tag and sets the dirty state to true if the new name is different from the old name
updateText(Changeset, String, JTextArea, JLabel, Changeset, JComponent) - Static method in class org.openstreetmap.josm.gui.history.VersionInfoPanel
 
updateText() - Method in class org.openstreetmap.josm.gui.MapStatus.BackgroundProgressMonitor
 
updateTitle() - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog
 
updateTitle() - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
 
updateTitle() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
 
updateTitle() - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
updateTitle(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog
 
updateTitle() - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog
 
updateTitle() - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
updates the title of the relation editor
updateTitle() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel
 
updateTitle() - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.TitleUpdater
 
updateTitleOnLayerStateChange - Variable in class org.openstreetmap.josm.gui.MainFrame
 
updateTitleOnSaveChange - Variable in class org.openstreetmap.josm.gui.MainFrame
 
updateTLDOverride(DomainValidator.ArrayType, String[]) - Static method in class org.openstreetmap.josm.data.validation.routines.DomainValidator
Update one of the TLD override arrays.
updateTree(WMSImagery) - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
Updates the whole tree with the given WMS imagery info.
updateTreeList(List<WMSImagery.LayerDetails>) - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
Updates the list of WMS layers.
updateUndoState() - Method in class org.openstreetmap.josm.gui.widgets.TextContextualPopupMenu.UndoAction
 
updateUrl(boolean) - Method in class org.openstreetmap.josm.actions.JumpToAction
 
updateUrl(Bounds) - Method in class org.openstreetmap.josm.gui.download.BoundingBoxSelection
 
updateValue() - Method in class org.openstreetmap.josm.data.preferences.CachedProperty
 
updateValues() - Method in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
updateView(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel
 
updateView(Changeset) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel
 
updateVisibilityFromTable() - Method in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction
 
updateWarningLabel(String) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel
 
updateWaypointLabelCombobox(JosmComboBox<String>, JosmTextField, Marker.TemplateEntryProperty) - Static method in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
updateWaypointPattern(JosmComboBox<String>, JosmTextField) - Static method in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
updateWith(Note) - Method in class org.openstreetmap.josm.data.notes.Note
Copies values from a new note into an existing one.
updateZoomParameters() - Method in class org.openstreetmap.gui.jmapviewer.Demo
 
upItem - Variable in class org.openstreetmap.josm.gui.MenuScroller
 
upld - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
upldDis - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndProceedAction
 
upload - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Upload data
UPLOAD_STRATEGY_SPECIFICATION_PROP - Static variable in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
The property for the upload strategy
UploadAction - Class in org.openstreetmap.josm.actions
Action that opens a connection to the osm server and uploads all changes.
UploadAction() - Constructor for class org.openstreetmap.josm.actions.UploadAction
Constructs a new UploadAction.
uploadAction - Variable in class org.openstreetmap.josm.gui.dialogs.NotesDialog
 
UploadAction(IUploadDialog) - Constructor for class org.openstreetmap.josm.gui.io.UploadDialog.UploadAction
 
UploadAndSaveProgressRenderer - Class in org.openstreetmap.josm.gui.io
 
UploadAndSaveProgressRenderer() - Constructor for class org.openstreetmap.josm.gui.io.UploadAndSaveProgressRenderer
Constructs a new UploadAndSaveProgressRenderer.
uploadCanceled - Variable in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
uploadChangesAsDiffUpload(Collection<? extends OsmPrimitive>, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerWriter
Upload all changes in one diff upload
uploadChangeset - Variable in class org.openstreetmap.josm.io.AbstractReader
 
uploadChangesInChunks(Collection<? extends OsmPrimitive>, ProgressMonitor, int) - Method in class org.openstreetmap.josm.io.OsmServerWriter
Upload all changes in one diff upload
uploadChangesIndividually(Collection<? extends OsmPrimitive>, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerWriter
Uploads the changes individually.
uploadData(OsmDataLayer, APIDataSet) - Method in class org.openstreetmap.josm.actions.UploadAction
Uploads data to the OSM API.
UploadDialog - Class in org.openstreetmap.josm.gui.io
This is a dialog for entering upload options like the parameters for the upload changeset and the strategy for opening/closing a changeset.
UploadDialog() - Constructor for class org.openstreetmap.josm.gui.io.UploadDialog
Constructs a new UploadDialog.
uploadDialog - Static variable in class org.openstreetmap.josm.gui.io.UploadDialog
the unique instance of the upload dialog
UploadDialog.CancelAction - Class in org.openstreetmap.josm.gui.io
Action for canceling the dialog.
UploadDialog.UploadAction - Class in org.openstreetmap.josm.gui.io
Handles an upload.
UploadDialog.WindowEventHandler - Class in org.openstreetmap.josm.gui.io
Listens to window closing events and processes them as cancel events.
uploadDiff(Collection<? extends OsmPrimitive>, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmApi
Uploads a list of changes in "diff" form to the server.
uploadDiscouraged - Variable in class org.openstreetmap.josm.data.osm.DataSet
 
uploadDiscouragedChanged(OsmDataLayer, boolean) - Method in interface org.openstreetmap.josm.gui.layer.OsmDataLayer.LayerStateChangeListener
Notifies that the "upload discouraged" (upload=no) state has changed.
UploadedObjectsSummaryPanel - Class in org.openstreetmap.josm.gui.io
This panel displays a summary of the objects to upload.
UploadedObjectsSummaryPanel() - Constructor for class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel
Constructs a new UploadedObjectsSummaryPanel.
UploadedObjectsSummaryPanel.PrimitiveList - Class in org.openstreetmap.josm.gui.io
A simple list of OSM primitives.
UploadedObjectsSummaryPanel.PrimitiveListModel - Class in org.openstreetmap.josm.gui.io
A list model for a list of OSM primitives.
UploadHook - Interface in org.openstreetmap.josm.actions.upload
 
uploadHooks - Static variable in class org.openstreetmap.josm.actions.UploadAction
The list of upload hooks.
UploadHullBuilder() - Constructor for class org.openstreetmap.josm.actions.UploadSelectionAction.UploadHullBuilder
 
uploadLayers(List<SaveLayerInfo>) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
UploadLayerTask - Class in org.openstreetmap.josm.gui.io
UploadLayerTask uploads the data managed by an OsmDataLayer asynchronously.
UploadLayerTask(UploadStrategySpecification, OsmDataLayer, ProgressMonitor, Changeset) - Constructor for class org.openstreetmap.josm.gui.io.UploadLayerTask
Creates the upload task
UploadNoteLayerTask - Class in org.openstreetmap.josm.gui.io
UploadNoteLayerTask uploads the data managed by an NoteLayer asynchronously.
UploadNoteLayerTask(NoteLayer, ProgressMonitor) - Constructor for class org.openstreetmap.josm.gui.io.UploadNoteLayerTask
Creates the upload task.
uploadNotes(NoteData, ProgressMonitor) - Method in class org.openstreetmap.josm.actions.upload.UploadNotesTask
Upload notes with modifications to the server
UploadNotesAction - Class in org.openstreetmap.josm.actions
Action to initiate uploading changed notes to the OSM server.
UploadNotesAction() - Constructor for class org.openstreetmap.josm.actions.UploadNotesAction
Create a new action to upload notes
UploadNotesTask - Class in org.openstreetmap.josm.actions.upload
Class for uploading note changes to the server
UploadNotesTask() - Constructor for class org.openstreetmap.josm.actions.upload.UploadNotesTask
 
UploadNotesTask.UploadTask - Class in org.openstreetmap.josm.actions.upload
 
uploadOrder - Variable in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
UploadOrSaveState - Enum in org.openstreetmap.josm.gui.io
 
UploadOrSaveState() - Constructor for enum org.openstreetmap.josm.gui.io.UploadOrSaveState
 
uploadOsm(UploadStrategySpecification, Collection<? extends OsmPrimitive>, Changeset, ProgressMonitor) - Method in class org.openstreetmap.josm.io.OsmServerWriter
Send the dataset to the server.
UploadParameterSummaryPanel - Class in org.openstreetmap.josm.gui.io
 
UploadParameterSummaryPanel() - Constructor for class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel
Constructs a new UploadParameterSummaryPanel.
uploadPrimitives(OsmDataLayer, Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction
Uploads the primitives in toUpload to the server.
UploadPrimitivesTask - Class in org.openstreetmap.josm.gui.io
The task for uploading a collection of primitives.
UploadPrimitivesTask(UploadStrategySpecification, OsmDataLayer, APIDataSet, Changeset) - Constructor for class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
Creates the task
uploadSelection - Variable in class org.openstreetmap.josm.gui.MainMenu
File / Upload selection
UploadSelectionAction - Class in org.openstreetmap.josm.actions
Uploads the current selection to the server.
UploadSelectionAction() - Constructor for class org.openstreetmap.josm.actions.UploadSelectionAction
Constructs a new UploadSelectionAction.
UploadSelectionAction.DeletedParentsChecker - Class in org.openstreetmap.josm.actions
 
UploadSelectionAction.UploadHullBuilder - Class in org.openstreetmap.josm.actions
Computes the collection of primitives to upload, given a collection of candidate primitives.
UploadSelectionDialog - Class in org.openstreetmap.josm.gui.io
This dialog can be used to select individual object for uploading.
UploadSelectionDialog() - Constructor for class org.openstreetmap.josm.gui.io.UploadSelectionDialog
Constructs a new UploadSelectionDialog.
UploadSelectionDialog.CancelAction - Class in org.openstreetmap.josm.gui.io
 
UploadSelectionDialog.ContinueAction - Class in org.openstreetmap.josm.gui.io
 
UploadSelectionDialog.OsmPrimitiveList - Class in org.openstreetmap.josm.gui.io
 
UploadSelectionDialog.OsmPrimitiveListModel - Class in org.openstreetmap.josm.gui.io
 
uploadStartTime - Variable in class org.openstreetmap.josm.io.OsmServerWriter
 
uploadState - Variable in class org.openstreetmap.josm.gui.io.SaveLayerInfo
 
UploadStrategy - Enum in org.openstreetmap.josm.gui.io
 
UploadStrategy(String) - Constructor for enum org.openstreetmap.josm.gui.io.UploadStrategy
 
UploadStrategySelectionPanel - Class in org.openstreetmap.josm.gui.io
UploadStrategySelectionPanel is a panel for selecting an upload strategy.
UploadStrategySelectionPanel() - Constructor for class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel
Constructs a new UploadStrategySelectionPanel.
UploadStrategySelectionPanel.ChunkSizeInputVerifier - Class in org.openstreetmap.josm.gui.io
 
UploadStrategySelectionPanel.StrategyChangeListener - Class in org.openstreetmap.josm.gui.io
 
UploadStrategySelectionPanel.TextFieldFocusHandler - Class in org.openstreetmap.josm.gui.io
 
UploadStrategySpecification - Class in org.openstreetmap.josm.gui.io
An UploadStrategySpecification consists of the parameter describing the strategy for uploading a collection of OsmPrimitive.
UploadStrategySpecification() - Constructor for class org.openstreetmap.josm.gui.io.UploadStrategySpecification
Creates a new upload strategy with default values.
UploadStrategySpecification(UploadStrategySpecification) - Constructor for class org.openstreetmap.josm.gui.io.UploadStrategySpecification
Clones another upload strategy.
UploadTask(String, ProgressMonitor) - Constructor for class org.openstreetmap.josm.actions.upload.UploadNotesTask.UploadTask
Constructs a new UploadTask.
UploadToServer - Interface in org.openstreetmap.josm.gui.layer
Interface for layers that can upload data.
upper - Variable in class org.openstreetmap.josm.gui.mappaint.Range
 
uri - Variable in enum org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource.ScanexLayer
 
uri - Variable in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
uri - Variable in class org.openstreetmap.josm.data.gpx.GpxLink
External resource URI
uriToUrl(String, File) - Static method in class org.openstreetmap.josm.gui.layer.markerlayer.Marker
 
url - Variable in class org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo
URL of the imagery service
url - Variable in class org.openstreetmap.josm.actions.JumpToAction
 
url - Variable in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction.RectifierService
 
url - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
url - Variable in class org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob
 
url - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.Server
 
url - Variable in class org.openstreetmap.josm.gui.help.HelpBrowser
the currently displayed URL
url() - Method in class org.openstreetmap.josm.gui.layer.markerlayer.AudioMarker
 
url - Variable in class org.openstreetmap.josm.gui.preferences.server.ApiUrlTestTask
 
url - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ReloadSourcesAction
 
url - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
url - Variable in class org.openstreetmap.josm.gui.preferences.SourceEntry
A URL can be anything that CachedFile understands, i.e.
url - Variable in class org.openstreetmap.josm.gui.widgets.UrlLabel
 
url - Variable in class org.openstreetmap.josm.io.OsmApi
 
url - Variable in class org.openstreetmap.josm.io.OsmServerLocationReader
 
url - Variable in exception org.openstreetmap.josm.io.OsmTransferException
 
url - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
url - Variable in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
url() - Method in class org.openstreetmap.josm.tools.AudioPlayer.Execute
 
url() - Static method in class org.openstreetmap.josm.tools.AudioPlayer
To get the Url of the playing or recently played audio.
url - Variable in class org.openstreetmap.josm.tools.HttpClient
 
URL_CHARS - Static variable in class org.openstreetmap.josm.tools.Utils
A list of all characters allowed in URLs
URL_encode(String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Percent-encode a string.
URL_FILE_FILTER - Static variable in class org.openstreetmap.josm.actions.OpenFileAction
The ExtensionFileFilter matching .url files
URL_GET_ENCODING_PARAMS - Static variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
URL_ID_PATTERN - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadNotesUrlIdTask
 
URL_ID_PATTERN - Static variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmIdTask
 
URL_KEYS - Static variable in class org.openstreetmap.josm.data.validation.tests.InternetTags
List of keys subject to URL validation.
URL_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
URL_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
This expression derived/taken from the BNF for URI (RFC2396).
UrlBasedQueryPanel - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
 
UrlBasedQueryPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel
Constructs a new UrlBasedQueryPanel.
UrlBasedQueryPanel.ChangetQueryUrlValidator - Class in org.openstreetmap.josm.gui.dialogs.changeset.query
Validates text entered in the changeset query URL field on the fly
UrlLabel - Class in org.openstreetmap.josm.gui.widgets
Label that contains a clickable link.
UrlLabel() - Constructor for class org.openstreetmap.josm.gui.widgets.UrlLabel
Constructs a new empty UrlLabel.
UrlLabel(String) - Constructor for class org.openstreetmap.josm.gui.widgets.UrlLabel
Constructs a new UrlLabel for the given URL.
UrlLabel(String, int) - Constructor for class org.openstreetmap.josm.gui.widgets.UrlLabel
Constructs a new UrlLabel for the given URL and font increase.
UrlLabel(String, String) - Constructor for class org.openstreetmap.josm.gui.widgets.UrlLabel
Constructs a new UrlLabel for the given URL and description.
UrlLabel(String, String, int) - Constructor for class org.openstreetmap.josm.gui.widgets.UrlLabel
Constructs a new UrlLabel for the given URL, description and font increase.
urlRegEx - Variable in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction.RectifierService
 
URLS - Static variable in class org.openstreetmap.josm.io.GpxExporter
 
UrlValidator - Class in org.openstreetmap.josm.data.validation.routines
URL Validation routines.
UrlValidator() - Constructor for class org.openstreetmap.josm.data.validation.routines.UrlValidator
Create a UrlValidator with default properties.
UrlValidator(String[]) - Constructor for class org.openstreetmap.josm.data.validation.routines.UrlValidator
Behavior of validation is modified by passing in several strings options:
UrlValidator(long) - Constructor for class org.openstreetmap.josm.data.validation.routines.UrlValidator
Initialize a UrlValidator with the given validation options.
UrlValidator(String[], long) - Constructor for class org.openstreetmap.josm.data.validation.routines.UrlValidator
Behavior of validation is modified by passing in options:
UrlValidator(RegexValidator, long) - Constructor for class org.openstreetmap.josm.data.validation.routines.UrlValidator
Initialize a UrlValidator with the given validation options.
UrlValidator(String[], RegexValidator, long) - Constructor for class org.openstreetmap.josm.data.validation.routines.UrlValidator
Customizable constructor.
USAGE - Static variable in class org.openstreetmap.josm.actions.OrthogonalizeAction
 
usage - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
 
Usage() - Constructor for class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.Usage
 
USE_BLOCK_CACHE - Static variable in class org.openstreetmap.josm.data.cache.JCSCacheManager
 
use_last_as_default - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
whether the last value is used as default.
use_last_as_default - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Text
whether the last value is used as default.
useAntialiasing - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
useCache - Variable in class org.openstreetmap.josm.tools.HttpClient
 
useCache(boolean) - Method in class org.openstreetmap.josm.tools.HttpClient
Sets whether not to set header Cache-Control=no-cache
UseDefaultItemListener() - Constructor for class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel.UseDefaultItemListener
 
UseDefaultServerUrlChangeHandler() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.UseDefaultServerUrlChangeHandler
 
usedValuesAwareComparator - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.EditTagDialog
 
useFixedLocale - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox
 
useForMultiFetch() - Static method in class org.openstreetmap.josm.gui.preferences.server.OverpassServerPreference
Returns true if objects should be fetched from an Overpass server instead of the OSM API.
useGpsAntialiasing - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
useHead - Static variable in class org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob
 
useHighlighting - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
useLastMoveCommandIfPossible() - Method in class org.openstreetmap.josm.actions.mapmode.SelectAction
Adapt last move command (if it is suitable) to work with next drag, started at point startEN
usePartialFill(Geometry.AreaAndPerimeter, float, Float) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
Determine, if partial fill should be turned off for this object, because only a small unfilled gap in the center of the area would be left.
user - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.UserMatch
 
user - Variable in class org.openstreetmap.josm.data.notes.NoteComment
 
user - Variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
User that last modified this primitive, as specified by the server.
user - Variable in class org.openstreetmap.josm.data.osm.Changeset
the user who owns the changeset
user - Variable in class org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
the user who posted the comment
user - Variable in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
User - Class in org.openstreetmap.josm.data.osm
A simple class to keep a list of user names.
User(long, String) - Constructor for class org.openstreetmap.josm.data.osm.User
Private constructor, only called from get method.
user - Variable in class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserInfo
 
USER_COMPARATOR - Static variable in class org.openstreetmap.josm.data.osm.NoteData
Sorts notes by user, then creation date
USER_INPUT_TAG_CACHE - Static variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
Cache for tags that have been entered by the user.
USER_PATTERN - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
USER_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
UserAction() - Constructor for enum org.openstreetmap.josm.gui.io.SaveLayersDialog.UserAction
 
UserCancelException - Exception in org.openstreetmap.josm.tools
Exception thrown when an operation is canceled by user.
UserCancelException() - Constructor for exception org.openstreetmap.josm.tools.UserCancelException
Constructs a new UserCancelException.
UserCancelException(String, Throwable) - Constructor for exception org.openstreetmap.josm.tools.UserCancelException
Constructs a new UserCancelException with the specified detail message and cause.
UserCancelException(String) - Constructor for exception org.openstreetmap.josm.tools.UserCancelException
Constructs a new UserCancelException with the specified detail message.
UserCancelException(Throwable) - Constructor for exception org.openstreetmap.josm.tools.UserCancelException
Constructs a new UserCancelException with the specified cause.
userdataDir - Variable in class org.openstreetmap.josm.data.Preferences
Internal storage for the user data directory.
useRealWidth - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
 
useRepeatedShortcut - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
useRepeatedShortcut - Variable in class org.openstreetmap.josm.actions.mapmode.ExtrudeAction
 
userInfo - Variable in class org.openstreetmap.josm.actions.CloseChangesetAction.DownloadOpenChangesetsTask
 
UserInfo - Class in org.openstreetmap.josm.data.osm
 
UserInfo() - Constructor for class org.openstreetmap.josm.data.osm.UserInfo
Constructs a new UserInfo.
UserInfo(User, int, double) - Constructor for class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserInfo
 
userInfo - Variable in class org.openstreetmap.josm.gui.JosmUserIdentityManager
 
USERINFO_CHARS_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
USERINFO_FIELD_REGEX - Static variable in class org.openstreetmap.josm.data.validation.routines.UrlValidator
 
UserInfoAction() - Constructor for class org.openstreetmap.josm.gui.history.VersionTable.UserInfoAction
Constructs a new UserInfoAction.
userInfoAction - Variable in class org.openstreetmap.josm.gui.history.VersionTable.VersionTablePopupMenu
 
userInfoReader - Variable in class org.openstreetmap.josm.actions.downloadtasks.ChangesetQueryTask.DownloadTask
the reader object used to read information about the current user from the API
userInput - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPriority
 
UserInputTag(String, String, boolean) - Constructor for class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager.UserInputTag
Constructor.
UserListDialog - Class in org.openstreetmap.josm.gui.dialogs
Displays a dialog with all users who have last edited something in the selection area, along with the number of objects.
UserListDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.UserListDialog
Constructs a new UserListDialog.
UserListDialog.DoubleClickAdapter - Class in org.openstreetmap.josm.gui.dialogs
 
UserListDialog.SelectUsersPrimitivesAction - Class in org.openstreetmap.josm.gui.dialogs
 
UserListDialog.ShowUserInfoAction - Class in org.openstreetmap.josm.gui.dialogs
Action for launching the info page of a user.
UserListDialog.UserInfo - Class in org.openstreetmap.josm.gui.dialogs
Action for selecting the primitives contributed by the currently selected users.
UserListDialog.UserTableModel - Class in org.openstreetmap.josm.gui.dialogs
The table model for the users
userMap - Static variable in class org.openstreetmap.josm.data.osm.User
the map of known users
UserMatch(String) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.UserMatch
 
userName - Variable in class org.openstreetmap.josm.gui.JosmUserIdentityManager
 
userName - Variable in class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient.SessionId
 
username - Variable in class org.openstreetmap.josm.io.auth.CredentialsAgentResponse
 
userName - Variable in class org.openstreetmap.josm.io.ChangesetQuery
the user name this query is restricted to.
UserNameValidator - Class in org.openstreetmap.josm.gui.preferences.server
Validator for OSM username.
UserNameValidator(JTextComponent) - Constructor for class org.openstreetmap.josm.gui.preferences.server.UserNameValidator
Constructs a new UserNameValidator.
UserRestrictionChangedHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel.UserRestrictionChangedHandler
 
UserRestrictionPanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
userRestrictionStateChanged() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.RestrictionGroupStateChangeHandler
 
userSelectLayer(Collection<WMTSTileSource.Layer>) - Static method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
userSort - Variable in class org.openstreetmap.josm.gui.NoteSortDialog
 
userTable - Variable in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
userTable - Variable in class org.openstreetmap.josm.gui.dialogs.UserListDialog
The display list.
UserTableModel() - Constructor for class org.openstreetmap.josm.gui.dialogs.UserListDialog.UserTableModel
 
useserver - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.NameQueryTask
 
useStrokes - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
useStrokesDistance - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.MapPaintSettings
 
useThumbs - Variable in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
useWiderHighlight - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
useWireframeAntialiasing - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
usingCenter(EastNorth) - Method in class org.openstreetmap.josm.gui.MapViewState
Creates a new state that is the same as the current state except for that it is using a new center.
usingLocation(JComponent) - Method in class org.openstreetmap.josm.gui.MapViewState
Creates a new state that is the same as the current state except for that it is using the location of the given component.
usingProjection(Projection) - Method in class org.openstreetmap.josm.gui.MapViewState
Creates a state that uses the projection.
usingScale(double) - Method in class org.openstreetmap.josm.gui.MapViewState
Creates a new state that is the same as the current state except for that it is using a new scale.
UTC - Static variable in class org.openstreetmap.josm.tools.date.DateUtils
The UTC time zone.
UTFInputStreamReader - Class in org.openstreetmap.josm.io
Detects the different UTF encodings from byte order mark.
UTFInputStreamReader(InputStream, String) - Constructor for class org.openstreetmap.josm.io.UTFInputStreamReader
 
Utils - Class in org.openstreetmap.josm.tools
Basic utils, that can be useful in different parts of the program.
Utils() - Constructor for class org.openstreetmap.josm.tools.Utils
 
Utils.DirectionString - Class in org.openstreetmap.josm.tools
Utility class to save a string along with its rendering direction (left-to-right or right-to-left).
Utils.Function<A,B> - Interface in org.openstreetmap.josm.tools
Represents a function that can be applied to objects of A and returns objects of B.
utm_france_dom - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
French departements in the Caribbean Sea and Indian Ocean.
utmEPSGs - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
UTMFranceDOMProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
 
UTMFranceDOMProjectionChoice() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
Constructs a new UTMFranceDOMProjectionChoice.
utmGeodesicsNames - Static variable in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
UTMPanel(String[], int, String, ActionListener) - Constructor for class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice.UTMPanel
 
UTMProjectionChoice - Class in org.openstreetmap.josm.gui.preferences.projection
 
UTMProjectionChoice() - Constructor for class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
Constructs a new UTMProjectionChoice.
UTMProjectionChoice.Hemisphere - Enum in org.openstreetmap.josm.gui.preferences.projection
Earth emispheres
UTMProjectionChoice.UTMPanel - Class in org.openstreetmap.josm.gui.preferences.projection
 

V

v - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyValueCondition
The value to search for.
v - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.SimpleKeyValueCondition
The value to search for.
val - Variable in class org.openstreetmap.josm.gui.mappaint.Keyword
 
val - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.AssignmentInstruction
 
val - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.RelativeFloat
 
val - Variable in class org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
 
valAccessTokenKey - Variable in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
valAccessTokenSecret - Variable in class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI
 
valClosedAfterDate1 - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
valClosedAfterDate2 - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
valClosedAfterTime1 - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
valClosedAfterTime2 - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
valCreatedBeforeDate - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
valCreatedBeforeTime - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeRestrictionPanel
 
valid - Variable in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
remembers whether the content of the text component is currently valid or not; null means, we don't know yet
VALID_CHARS - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
valid_georeference - Variable in class org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
 
validate(String) - Method in class org.openstreetmap.josm.data.validation.routines.RegexValidator
Validate a value against the set of regular expressions returning a String value of the aggregated groups.
validate() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressValidator
 
validate() - Method in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileCoordinateValidator
 
validate() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.DateValidator
 
validate() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.TimeValidator
 
validate() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UidInputFieldValidator
 
validate() - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel.ChangetQueryUrlValidator
 
validate() - Method in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ApiUrlValidator
 
validate() - Method in class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
Implement in subclasses to validate the content of the text component.
validate() - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.LatitudeValidator
 
validate() - Method in class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel.LongitudeValidator
 
validate() - Method in class org.openstreetmap.josm.gui.widgets.ChangesetIdTextField.ChangesetIdValidator
 
validate() - Method in class org.openstreetmap.josm.gui.widgets.DefaultTextComponentValidator
 
validate() - Method in class org.openstreetmap.josm.gui.widgets.OsmIdTextField.OsmIdValidator
 
ValidateAction - Class in org.openstreetmap.josm.actions
The action that does the validate thing.
ValidateAction() - Constructor for class org.openstreetmap.josm.actions.ValidateAction
Constructor
validateAction - Variable in class org.openstreetmap.josm.data.validation.OsmValidator
The validate action
ValidateAction.ValidationTask - Class in org.openstreetmap.josm.actions
Asynchronous task for running a collection of tests against a collection of primitives
ValidateApiUrlAction() - Constructor for class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ValidateApiUrlAction
 
validateChunkSize() - Method in class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.ChunkSizeInputVerifier
 
validatedPrimitives - Variable in class org.openstreetmap.josm.actions.ValidateAction.ValidationTask
 
validatePreferences() - Method in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
validatePreferences() - Method in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference.TaggingPresetValidationListener
 
validatePreferences() - Method in interface org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.ValidationListener
 
validatePrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.FeaturesHandler
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImageryHandler
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.ImportHandler
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadDataHandler
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadObjectHandler
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.OpenFileHandler
 
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler
Validates the request before attempting to perform it.
validateRequest() - Method in class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
 
validateTag(OsmPrimitive, String, AbstractValidator, int) - Method in class org.openstreetmap.josm.data.validation.tests.InternetTags
Validates a given primitive tag against a given validator.
validateTags(Map<String, String>) - Static method in class org.openstreetmap.josm.tools.TextTagParser
Check tags for correctness and display warnings if needed
validateToolBarsVisibility() - Method in class org.openstreetmap.josm.gui.MapFrame
 
ValidateUploadHook - Class in org.openstreetmap.josm.actions.upload
The action that does the validate thing.
ValidateUploadHook() - Constructor for class org.openstreetmap.josm.actions.upload.ValidateUploadHook
 
validateValue(String, String) - Method in class org.openstreetmap.josm.data.validation.tests.ConditionalKeys
 
validateXML(File) - Static method in class org.openstreetmap.josm.data.preferences.PreferencesReader
Validate the XML.
validateXML(Reader) - Static method in class org.openstreetmap.josm.data.preferences.PreferencesReader
Validate the XML.
validationErrors - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer
List of validation errors in this layer.
validationListener - Variable in class org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference
 
validationListeners - Variable in class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane
 
ValidationTask(Collection<Test>, Collection<OsmPrimitive>, Collection<OsmPrimitive>) - Constructor for class org.openstreetmap.josm.actions.ValidateAction.ValidationTask
 
VALIDATOR - Static variable in class org.openstreetmap.josm.data.validation.routines.InetAddressValidator
Singleton instance of this class.
validator - Variable in class org.openstreetmap.josm.gui.widgets.AbstractIdTextField
 
validator - Variable in class org.openstreetmap.josm.Main
The data validation handler.
ValidatorBoundingXYVisitor() - Constructor for class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.ValidatorBoundingXYVisitor
 
ValidatorDialog - Class in org.openstreetmap.josm.gui.dialogs
A small tool dialog for displaying the current errors.
ValidatorDialog() - Constructor for class org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Constructor
validatorDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
Validator dialog
ValidatorDialog.FixTask - Class in org.openstreetmap.josm.gui.dialogs
Task for fixing a collection of TestErrors.
ValidatorDialog.MouseEventHandler - Class in org.openstreetmap.josm.gui.dialogs
Watches for double clicks and launches the popup menu.
ValidatorDialog.SelectionWatch - Class in org.openstreetmap.josm.gui.dialogs
Watches for tree selection.
ValidatorDialog.ValidatorBoundingXYVisitor - Class in org.openstreetmap.josm.gui.dialogs
 
ValidatorLayer - Class in org.openstreetmap.josm.gui.layer
A layer showing error messages.
ValidatorLayer() - Constructor for class org.openstreetmap.josm.gui.layer.ValidatorLayer
Constructs a new Validator layer
ValidatorPreference - Class in org.openstreetmap.josm.gui.preferences.validator
Preference settings for the validator.
ValidatorPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.validator.ValidatorPreference
 
ValidatorPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.validator
Factory used to create a new ValidatorPreference.
validatorSelectionListener - Variable in class org.openstreetmap.josm.actions.AutoScaleAction.MapFrameAdapter
 
ValidatorTagCheckerRulesPreference - Class in org.openstreetmap.josm.gui.preferences.validator
The general validator preferences, allowing to enable/disable tests.
ValidatorTagCheckerRulesPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.validator.ValidatorTagCheckerRulesPreference
 
ValidatorTagCheckerRulesPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.validator
Factory used to create a new ValidatorTagCheckerRulesPreference.
ValidatorTagCheckerRulesPreference.RulePrefHelper - Class in org.openstreetmap.josm.gui.preferences.validator
Helper class for validator tag checker rules preferences.
ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor - Class in org.openstreetmap.josm.gui.preferences.validator
 
ValidatorTestsPreference - Class in org.openstreetmap.josm.gui.preferences.validator
The general validator preferences, allowing to enable/disable tests.
ValidatorTestsPreference() - Constructor for class org.openstreetmap.josm.gui.preferences.validator.ValidatorTestsPreference
 
ValidatorTestsPreference.Factory - Class in org.openstreetmap.josm.gui.preferences.validator
Factory used to create a new ValidatorTestsPreference.
ValidatorTreePanel - Class in org.openstreetmap.josm.gui.dialogs.validator
A panel that displays the error tree.
ValidatorTreePanel(List<TestError>) - Constructor for class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Constructor
ValidatorTreePanel() - Constructor for class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
Constructor
ValidatorTreePanel.GroupTreeNode - Class in org.openstreetmap.josm.gui.dialogs.validator
 
ValidatorTreeRenderer - Class in org.openstreetmap.josm.gui.dialogs.validator
Tree renderer for displaying errors
ValidatorTreeRenderer() - Constructor for class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreeRenderer
 
ValidatorVisitor - Interface in org.openstreetmap.josm.data.validation
 
validFeedback - Variable in class org.openstreetmap.josm.gui.widgets.DefaultTextComponentValidator
 
vAlign - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
valMaxX - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
valMaxY - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
valMinX - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
valMinY - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel
 
valOsmServerUrl - Variable in class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel
 
valPassword - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
valTileAddress - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressInputPanel
 
valTreeModel - Variable in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
The validation data.
value - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue
 
value - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.KeyValue
 
value - Variable in class org.openstreetmap.josm.data.osm.Tag
 
value - Variable in class org.openstreetmap.josm.data.preferences.AbstractSetting
 
value - Variable in class org.openstreetmap.josm.data.preferences.CachedProperty
 
value - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData.CheckerElement
 
value - Variable in class org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
value - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer
 
value - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.DefaultAction
 
value - Variable in class org.openstreetmap.josm.gui.history.TwoColumnDiff.Item
 
value - Variable in class org.openstreetmap.josm.gui.io.LayerNameAndFilePathTableCell
 
value - Variable in class org.openstreetmap.josm.gui.layer.gpx.ChooseTrackVisibilityAction.TrackLength
 
value - Variable in class org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
 
value - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.FileOrUrlCellEditor
 
value - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem
the value of this item
value - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager.UserInputTag
 
value - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
Entry value
value - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Key
The hardcoded value for key
value - Variable in enum org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.MatchType
 
value - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Text
 
value - Variable in class org.openstreetmap.josm.tools.bugreport.ReportedException.SectionEntry
 
value_context - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
The context used for translating ComboMultiSelect.PresetListEntry.value
value_off - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Check
the value to set when unchecked (default is "no")
value_on - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.Check
the value to set when checked (default is "yes")
valueAll - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData.CheckerElement
 
valueBool - Variable in class org.openstreetmap.josm.data.validation.tests.TagChecker.CheckerData.CheckerElement
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.actions.ZoomToAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAfterCurrentLeftAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyAfterCurrentRightAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyBeforeCurrentLeftAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyBeforeCurrentRightAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyEndLeftAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyEndRightAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyStartLeftAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.CopyStartRightAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.MoveDownMergedAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.MoveUpMergedAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger.RemoveMergedAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.KeepMineAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.KeepTheirAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger.UndecideAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.ChangesetDetailViewSynchronizer
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.CloseSelectedChangesetsAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetContentAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.DownloadSelectedChangesetsAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.RemoveFromCacheAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.DownloadObjectAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.SelectionBasedAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ShowHistoryAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.CloseOpenChangesetsAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ReadChangesetsAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.SelectObjectsAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ChangesetDialog.ShowChangesetInfoAction
 
valueChanged(TreeSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoSelectionListener
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ResolveAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.SelectAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MoveUpDownAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.OnOffAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.ReloadAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.DeleteAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.EditAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.RemoveHiddenSelection
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction
 
valueChanged(TreeSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadSelectedAction
 
valueChanged(TreeSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.EditAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser.EditAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ShowHistoryAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToListSelection
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.SelectUsersPrimitivesAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.UserListDialog.ShowUserInfoAction
 
valueChanged(TreeSelectionEvent) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.SelectionWatch
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection.RemoveAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.download.BookmarkSelection.RenameAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.download.PlaceSelection.ListSelectionHandler
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.history.SelectionSynchronizer
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog.CloseAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.io.UploadSelectionDialog.ContinueAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.EntryListener
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.RemoveEntryAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ActivateAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.DefListSelectionListener
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.RemoveEntryAction
 
valueChanged(TreeSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree.WMSTreeSelectionListener
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.projection.CodeProjectionChoice.CodeSelectionPanel
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel.CbAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.ActivateSourcesAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditActiveSourceAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.EditIconPathAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.MoveUpDownAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.RemoveActiveSourcesAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.RemoveIconPathAction
 
valueChanged(ListSelectionEvent) - Method in class org.openstreetmap.josm.gui.tagging.TagTable.DeleteAction
listens to the table selection model
ValueComparison(String, String, int) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.ValueComparison
 
valueCount - Variable in class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog
 
valueCount - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
valueCount - Variable in class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog.ExistingValues
 
valueForPathChanged(TreePath, Object) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeModel
 
valueOf(String) - Static method in enum org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent.COMMAND
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.gui.jmapviewer.interfaces.MapMarker.STYLE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.gui.jmapviewer.JMapViewer.ZOOM_BUTTON_STYLE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource.ScanexLayer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.ExtensionFileFilter.AddArchiveExtension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.mapmode.ExtrudeAction.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.mapmode.ParallelWayAction.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.mapmode.SelectAction.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.mapmode.SelectAction.SelectActionCursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.MoveAction.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.OrthogonalizeAction.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.search.PushbackTokenizer.Token
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.search.SearchAction.SearchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.Bounds.ParseMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.cache.ICachedLoaderListener.LoadResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.coor.CoordinateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.imagery.WMTSTileSource.TransferMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.notes.Note.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.notes.NoteComment.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetModificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent.DatasetEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.osm.event.DatasetEventManager.FireMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.osm.FilterMatcher.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData.Intersection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.projection.CustomProjection.Param
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.projection.CustomProjection.Polarity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.validation.routines.DomainValidator.ArrayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.validation.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.data.validation.tests.OpeningHourTest.CheckMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.NotShowAgain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.conflict.ConflictColors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.conflict.pair.ComparePairType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.conflict.pair.ListRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.conflict.pair.MergeDecisionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.conflict.tags.MultiValueDecisionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel.BasicQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.dialogs.DialogsPanel.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.RecentExisting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.RefreshRecent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.dialogs.ToggleDialog.ButtonHidingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.history.PointInTimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.history.TwoColumnDiff.Item.DiffItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.io.MaxChangesetSizeExceededPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.io.SaveLayersDialog.UserAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.io.SaveLayersModel.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.io.UploadOrSaveState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.io.UploadStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper.ColorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.MainApplication.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.MainMenu.WINDOW_MENU_GROUP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyMatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.Op
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.HorizontalTextAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.VerticalTextAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.LineElement.LineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.SymbolShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement.LineImageAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.MenuScroller.MenuIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.oauth.AuthorizationProcedure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel.Policy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice.Hemisphere
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel.ProxyPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.preferences.SourceEditor.I18nString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.preferences.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.CachedFile.CachingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.ChangesetClosedException.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.GpxReader.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.imagery.ImageryReader.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.NmeaReader.GPGGA
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.NmeaReader.GPGSA
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.NmeaReader.GPRMC
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.NmeaReader.GPVTG
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.NmeaReader.NMEA_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.NoteReader.NoteParseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.io.OnlineResource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.Main.DownloadParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.AudioPlayer.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.AudioPlayer.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.AudioPlayer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.Geometry.PolygonIntersection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.I18n.PluralMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.ImageProvider.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.ImageProvider.OverlayPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.LanguageInfo.LocaleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.josm.tools.template_engine.Tokenizer.TokenType
Returns the enum constant of this type with the specified name.
valuePattern - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue
 
valuePattern - Variable in class org.openstreetmap.josm.actions.search.SearchCompiler.KeyValue
 
values() - Static method in enum org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent.COMMAND
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.gui.jmapviewer.interfaces.MapMarker.STYLE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.gui.jmapviewer.JMapViewer.ZOOM_BUTTON_STYLE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource.ScanexLayer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.ExtensionFileFilter.AddArchiveExtension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.mapmode.ExtrudeAction.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.mapmode.ParallelWayAction.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.mapmode.SelectAction.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.mapmode.SelectAction.SelectActionCursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.MoveAction.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.OrthogonalizeAction.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.search.PushbackTokenizer.Token
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.search.SearchAction.SearchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.actions.search.SearchCompiler.ExactKeyValue.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.Bounds.ParseMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.cache.ICachedLoaderListener.LoadResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.coor.CoordinateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.imagery.WMTSTileSource.TransferMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.notes.Note.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.notes.NoteComment.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetModificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent.DatasetEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.osm.event.DatasetEventManager.FireMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.osm.FilterMatcher.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.osm.OsmPrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.openstreetmap.josm.data.osm.Storage.FMap
 
values() - Static method in enum org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData.Intersection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.projection.CustomProjection.Param
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.projection.CustomProjection.Polarity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.validation.routines.DomainValidator.ArrayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.validation.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.data.validation.tests.OpeningHourTest.CheckMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.NotShowAgain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.conflict.ConflictColors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.conflict.pair.ComparePairType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.conflict.pair.ListRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.conflict.pair.MergeDecisionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.conflict.tags.MultiValueDecisionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel.BasicQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.dialogs.DialogsPanel.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.AbstractTagsDialog
 
values() - Static method in enum org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.RecentExisting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper.RefreshRecent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.dialogs.ToggleDialog.ButtonHidingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.history.PointInTimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.history.TwoColumnDiff.Item.DiffItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.io.MaxChangesetSizeExceededPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.io.SaveLayersDialog.UserAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.io.SaveLayersModel.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.io.UploadOrSaveState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.io.UploadStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper.ColorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.MainApplication.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.MainMenu.WINDOW_MENU_GROUP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.KeyMatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.mappaint.mapcss.Condition.Op
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.HorizontalTextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.VerticalTextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.LineElement.LineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.NodeElement.SymbolShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.mappaint.styleelement.RepeatImageElement.LineImageAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.MenuScroller.MenuIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.oauth.AuthorizationProcedure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel.Policy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice.Hemisphere
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel.ProxyPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.preferences.SourceEditor.I18nString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.preferences.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.gui.progress.AbstractProgressMonitor.State
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
A list of entries.
values() - Static method in enum org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.Usage
 
values() - Static method in enum org.openstreetmap.josm.gui.tagging.presets.TaggingPresetType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.openstreetmap.josm.gui.tagging.TagModel
the list of values
values() - Static method in enum org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.CachedFile.CachingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.ChangesetClosedException.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.GpxReader.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.imagery.ImageryReader.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.NmeaReader.GPGGA
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.NmeaReader.GPGSA
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.NmeaReader.GPRMC
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.NmeaReader.GPVTG
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.NmeaReader.NMEA_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.NoteReader.NoteParseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.io.OnlineResource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.Main.DownloadParamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.tools.AudioPlayer.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.tools.AudioPlayer.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.tools.AudioPlayer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.tools.Geometry.PolygonIntersection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.tools.I18n.PluralMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.tools.ImageProvider.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.tools.ImageProvider.OverlayPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.josm.tools.LanguageInfo.LocaleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.openstreetmap.josm.tools.MultiMap
Returns a collection of all value sets.
values() - Static method in enum org.openstreetmap.josm.tools.template_engine.Tokenizer.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values_context - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
The context used for translating ComboMultiSelect.values
values_from - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
To use instead of ComboMultiSelect.values if the list of values has to be obtained with a Java method of this form:
values_no_i18n - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
Disabled internationalisation for value to avoid mistakes, see #11696
values_searchable - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
whether to use values for search via TaggingPresetSelector
values_sort - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
Whether to sort the values, defaults to true.
valUid - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
valUserName - Variable in class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel.UserRestrictionPanel
 
valUserName - Variable in class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI
 
ValUtil - Class in org.openstreetmap.josm.data.validation.util
Utility class
ValUtil() - Constructor for class org.openstreetmap.josm.data.validation.util.ValUtil
 
valutToItemMap - Variable in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
map from value to priority
Variable - Class in org.openstreetmap.josm.tools.template_engine
 
Variable(String) - Constructor for class org.openstreetmap.josm.tools.template_engine.Variable
 
variableName - Variable in class org.openstreetmap.josm.tools.template_engine.Variable
 
velocityScale - Variable in class org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper
 
Version(PushbackTokenizer.Range) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Version
 
Version(PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Version
 
version - Variable in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Contains the version number as returned by the API.
version - Variable in class org.openstreetmap.josm.data.osm.DataSet
The API version that created this data set, if any.
version - Variable in class org.openstreetmap.josm.data.osm.Filter.FilterPreferenceEntry
 
version - Static variable in class org.openstreetmap.josm.data.osm.Filter
 
version - Variable in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
version - Variable in class org.openstreetmap.josm.data.preferences.PreferencesReader
 
version - Variable in class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile
 
Version - Class in org.openstreetmap.josm.data
Provides basic information about the currently used JOSM build.
Version() - Constructor for class org.openstreetmap.josm.data.Version
 
version - Variable in class org.openstreetmap.josm.data.Version
 
version - Variable in class org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry
version used for display
version - Variable in class org.openstreetmap.josm.io.GpxReader
 
version - Variable in class org.openstreetmap.josm.io.OsmApi
API version used for server communications
version - Variable in class org.openstreetmap.josm.io.OsmServerObjectReader
the specific version number, if required (incompatible with full), or -1 else
version - Variable in class org.openstreetmap.josm.io.OsmWriter
 
version - Variable in class org.openstreetmap.josm.io.session.GenericSessionExporter
 
version - Variable in class org.openstreetmap.josm.plugins.PluginInformation
The plugin version (from plugin list).
VersionConflictResolveCommand - Class in org.openstreetmap.josm.command.conflict
Represents the resolution of a version conflict between two OsmPrimitives.
VersionConflictResolveCommand(Conflict<? extends OsmPrimitive>) - Constructor for class org.openstreetmap.josm.command.conflict.VersionConflictResolveCommand
constructor
VersionHandler - Class in org.openstreetmap.josm.io.remotecontrol.handler
Handler for version request.
VersionHandler() - Constructor for class org.openstreetmap.josm.io.remotecontrol.handler.VersionHandler
 
VersionInfoPanel - Class in org.openstreetmap.josm.gui.history
VersionInfoPanel is an UI component which displays the basic properties of a version of a OsmPrimitive.
VersionInfoPanel() - Constructor for class org.openstreetmap.josm.gui.history.VersionInfoPanel
Constructs a new VersionInfoPanel.
VersionInfoPanel(HistoryBrowserModel, PointInTimeType) - Constructor for class org.openstreetmap.josm.gui.history.VersionInfoPanel
constructor
VersionInfoPanel.OpenChangesetDialogAction - Class in org.openstreetmap.josm.gui.history
 
versions - Variable in class org.openstreetmap.josm.data.osm.history.History
the list of object snapshots
VersionTable - Class in org.openstreetmap.josm.gui.history
VersionTable shows a list of version in a History of an OsmPrimitive.
VersionTable(HistoryBrowserModel) - Constructor for class org.openstreetmap.josm.gui.history.VersionTable
Constructs a new VersionTable.
VersionTable.AlignedRenderer - Class in org.openstreetmap.josm.gui.history
Renderer for history version labels, allowing to define horizontal alignment.
VersionTable.ChangesetInfoAction - Class in org.openstreetmap.josm.gui.history
 
VersionTable.MouseListener - Class in org.openstreetmap.josm.gui.history
 
VersionTable.RadioButtonEditor - Class in org.openstreetmap.josm.gui.history
Editor for history radio buttons in columns A and B.
VersionTable.RadioButtonRenderer - Class in org.openstreetmap.josm.gui.history
Renderer for history radio buttons in columns A and B.
VersionTable.UserInfoAction - Class in org.openstreetmap.josm.gui.history
 
VersionTable.VersionTablePopupMenu - Class in org.openstreetmap.josm.gui.history
 
VersionTableColumnModel - Class in org.openstreetmap.josm.gui.history
The TableColumnModel for the table with the list of versions
VersionTableColumnModel() - Constructor for class org.openstreetmap.josm.gui.history.VersionTableColumnModel
Creates a new VersionTableColumnModel.
versionTableModel - Variable in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
VersionTableModel() - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel
 
VersionTablePopupMenu() - Constructor for class org.openstreetmap.josm.gui.history.VersionTable.VersionTablePopupMenu
Constructs a new VersionTablePopupMenu.
VERTICAL_DIRECTION - Static variable in class org.openstreetmap.josm.gui.ScrollViewport
 
VerticallyScrollablePanel - Class in org.openstreetmap.josm.gui.widgets
 
VerticallyScrollablePanel() - Constructor for class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
Constructs a new VerticallyScrollablePanel.
VerticallyScrollablePanel(boolean) - Constructor for class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
 
VerticallyScrollablePanel(LayoutManager, boolean) - Constructor for class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
 
VerticallyScrollablePanel(LayoutManager) - Constructor for class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
 
verticalRadiusOfCurvature(double) - Method in class org.openstreetmap.josm.data.projection.Ellipsoid
Returns the radius of curvature in the prime vertical for this reference ellipsoid at the specified latitude.
VerticalTextAlignment() - Constructor for enum org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.VerticalTextAlignment
 
viewHeight - Variable in class org.openstreetmap.josm.gui.MapViewState
 
viewMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
viewMenu contains display actions (zoom, map styles, etc.)
viewport - Variable in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
viewport - Variable in class org.openstreetmap.josm.io.session.SessionReader
 
ViewportData - Class in org.openstreetmap.josm.data
Data class to keep viewport information.
ViewportData(EastNorth, Double) - Constructor for class org.openstreetmap.josm.data.ViewportData
Constructs a new ViewportData.
ViewportData(ProjectionBounds) - Constructor for class org.openstreetmap.josm.data.ViewportData
 
viewportFollowing - Variable in class org.openstreetmap.josm.gui.MapView
 
ViewportFollowToggleAction - Class in org.openstreetmap.josm.actions
This action toggles automatic moving of the map view to last placed node
ViewportFollowToggleAction() - Constructor for class org.openstreetmap.josm.actions.ViewportFollowToggleAction
Constructs a new ViewportFollowToggleAction.
viewWidth - Variable in class org.openstreetmap.josm.gui.MapViewState
 
virtualHeight - Variable in enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
 
virtualHeight - Variable in class org.openstreetmap.josm.tools.ImageProvider
virtual height of the resulting image, -1 when original image data should be used
virtualManager - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction
 
VirtualManager() - Constructor for class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
virtualMaxHeight - Variable in class org.openstreetmap.josm.tools.ImageProvider
virtual maximum height of the resulting image, -1 for no restriction
virtualMaxWidth - Variable in class org.openstreetmap.josm.tools.ImageProvider
virtual maximum width of the resulting image, -1 for no restriction
virtualNode - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
virtualNodes - Variable in class org.openstreetmap.josm.gui.preferences.display.DrawingPreference
 
virtualNodesEnabled - Variable in class org.openstreetmap.josm.gui.MapView
 
virtualNodeSize - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Preference: size of virtual nodes (0 displayes display)
virtualNodeSpace - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Preference: minimum space (displayed way length) to display virtual nodes
virtualSnapDistSq2 - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
virtualSpace - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
virtualWays - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.VirtualManager
 
virtualWidth - Variable in enum org.openstreetmap.josm.tools.ImageProvider.ImageSizes
 
virtualWidth - Variable in class org.openstreetmap.josm.tools.ImageProvider
virtual width of the resulting image, -1 when original image data should be used
visibilityCheckbox - Variable in class org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction
 
visibilityToggleActions - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
 
visibilityToggleListeners - Static variable in class org.openstreetmap.josm.actions.ExpertToggleAction
 
visibilityToggleShortcuts - Variable in class org.openstreetmap.josm.gui.dialogs.LayerListDialog
 
visible - Variable in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
visible - Variable in class org.openstreetmap.gui.jmapviewer.MapObjectImpl
 
visible - Variable in class org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive
 
visible - Variable in class org.openstreetmap.josm.gui.layer.Layer
The visibility state of the layer.
VISIBLE_PROP - Static variable in class org.openstreetmap.josm.gui.layer.Layer
 
visibleRect - Variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
The rectangle (in image coordinates) of the image that is visible.
visibleTexts - Variable in class org.openstreetmap.gui.jmapviewer.AbstractLayer
 
visit(Node) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction.UploadHullBuilder
 
visit(Way) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction.UploadHullBuilder
 
visit(Relation) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction.UploadHullBuilder
 
visit(Changeset) - Method in class org.openstreetmap.josm.actions.UploadSelectionAction.UploadHullBuilder
 
visit(Node) - Method in class org.openstreetmap.josm.command.Command.CloneVisitor
 
visit(Way) - Method in class org.openstreetmap.josm.command.Command.CloneVisitor
 
visit(Relation) - Method in class org.openstreetmap.josm.command.Command.CloneVisitor
 
visit(Stack<Relation>, Relation) - Method in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
visit(Visitor) - Method in class org.openstreetmap.josm.data.osm.Changeset
 
visit(Changeset) - Method in class org.openstreetmap.josm.data.osm.visitor.AbstractVisitor
 
visit(Node) - Method in class org.openstreetmap.josm.data.osm.visitor.AllNodesVisitor
Nodes have only itself as nodes.
visit(Way) - Method in class org.openstreetmap.josm.data.osm.visitor.AllNodesVisitor
Ways have their way nodes.
visit(Relation) - Method in class org.openstreetmap.josm.data.osm.visitor.AllNodesVisitor
Relations may have any number of nodes.
visit(Node) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
 
visit(Way) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
 
visit(Relation) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
 
visit(Bounds) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Visiting call for bounds.
visit(ProjectionBounds) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Visiting call for projection bounds.
visit(LatLon) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Visiting call for lat/lon.
visit(EastNorth) - Method in class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor
Visiting call for east/north.
visit(Node) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
visit(Way) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
visit(Relation) - Method in class org.openstreetmap.josm.data.osm.visitor.MergeSourceBuildingVisitor
 
visit(Node) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
visit(Way) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
visit(Relation) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
visit(Changeset) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.ComputeStyleListWorker
 
visit(Node) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Draw a small rectangle.
visit(Way) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Draw a line for all way segments.
visit(Relation) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Draw objects used in relations.
visit(Changeset) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Visitor for changesets not used in this class
visit(INode) - Method in interface org.openstreetmap.josm.data.osm.visitor.PrimitiveVisitor
Visiting call for points.
visit(IWay) - Method in interface org.openstreetmap.josm.data.osm.visitor.PrimitiveVisitor
Visiting call for lines.
visit(IRelation) - Method in interface org.openstreetmap.josm.data.osm.visitor.PrimitiveVisitor
Visiting call for relations.
visit(Node) - Method in interface org.openstreetmap.josm.data.osm.visitor.Visitor
Visiting call for points.
visit(Way) - Method in interface org.openstreetmap.josm.data.osm.visitor.Visitor
Visiting call for lines.
visit(Relation) - Method in interface org.openstreetmap.josm.data.osm.visitor.Visitor
Visiting call for relations.
visit(Changeset) - Method in interface org.openstreetmap.josm.data.osm.visitor.Visitor
Visiting call for changesets.
visit(SettingVisitor) - Method in class org.openstreetmap.josm.data.preferences.ListListSetting
 
visit(SettingVisitor) - Method in class org.openstreetmap.josm.data.preferences.ListSetting
 
visit(SettingVisitor) - Method in class org.openstreetmap.josm.data.preferences.MapListSetting
 
visit(StringSetting) - Method in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
visit(ListSetting) - Method in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
visit(ListListSetting) - Method in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
visit(MapListSetting) - Method in class org.openstreetmap.josm.data.preferences.PreferencesWriter
 
visit(SettingVisitor) - Method in interface org.openstreetmap.josm.data.preferences.Setting
Enable usage of the visitor pattern.
visit(StringSetting) - Method in interface org.openstreetmap.josm.data.preferences.SettingVisitor
Visitor call for StringSetting.
visit(ListSetting) - Method in interface org.openstreetmap.josm.data.preferences.SettingVisitor
Visitor call for ListSetting.
visit(ListListSetting) - Method in interface org.openstreetmap.josm.data.preferences.SettingVisitor
Visitor call for ListListSetting.
visit(MapListSetting) - Method in interface org.openstreetmap.josm.data.preferences.SettingVisitor
Visitor call for MapListSetting.
visit(SettingVisitor) - Method in class org.openstreetmap.josm.data.preferences.StringSetting
 
visit(TestError) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
 
visit(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
 
visit(Node) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
Draw a small rectangle.
visit(Way) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
 
visit(WaySegment) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
 
visit(List<Node>) - Method in class org.openstreetmap.josm.data.validation.PaintVisitor
 
visit(Node) - Method in class org.openstreetmap.josm.data.validation.Test.TagTest
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.Test.TagTest
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.Test.TagTest
 
visit(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.data.validation.Test
Visits all primitives to be tested.
visit(Node) - Method in class org.openstreetmap.josm.data.validation.Test
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.Test
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.Test
 
visit(Node) - Method in class org.openstreetmap.josm.data.validation.tests.Addresses
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.Addresses
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.Addresses
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.ApiCapabilitiesTest
 
visit(Node) - Method in class org.openstreetmap.josm.data.validation.tests.BarriersEntrances
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.Coastlines
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays.Boundaries
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicatedWayNodes
 
visit(Node) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateNode
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateRelation
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
 
visit(Node) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.Highways
 
visit(Node) - Method in class org.openstreetmap.josm.data.validation.tests.InternetTags
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.InternetTags
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.InternetTags
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.LongSegment
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.OverlappingWays
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.PowerLines
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.PublicTransportRouteTest
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.RelationChecker
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.SelfIntersectingWay
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays
 
visit(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.data.validation.tests.TagChecker
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.tests.TurnrestrictionTest
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.UnclosedWays
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
visit(Node) - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.WayConnectedToArea
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.tests.WronglyOrderedWays
 
visit(Collection<OsmPrimitive>) - Method in class org.openstreetmap.josm.data.validation.util.AggregatePrimitivesVisitor
Visits a collection of primitives
visit(Node) - Method in class org.openstreetmap.josm.data.validation.util.AggregatePrimitivesVisitor
 
visit(Way) - Method in class org.openstreetmap.josm.data.validation.util.AggregatePrimitivesVisitor
 
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.util.AggregatePrimitivesVisitor
 
visit(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.data.validation.util.MultipleNameVisitor
Visits a collection of primitives
visit(Node) - Method in class org.openstreetmap.josm.data.validation.util.NameVisitor
If the node has a name-key or id-key, this is displayed.
visit(Way) - Method in class org.openstreetmap.josm.data.validation.util.NameVisitor
If the way has a name-key or id-key, this is displayed.
visit(Relation) - Method in class org.openstreetmap.josm.data.validation.util.NameVisitor
 
visit(TestError) - Method in interface org.openstreetmap.josm.data.validation.ValidatorVisitor
 
visit(OsmPrimitive) - Method in interface org.openstreetmap.josm.data.validation.ValidatorVisitor
 
visit(WaySegment) - Method in interface org.openstreetmap.josm.data.validation.ValidatorVisitor
 
visit(List<Node>) - Method in interface org.openstreetmap.josm.data.validation.ValidatorVisitor
 
visit(Node) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictPainter
 
visit(Node, Node) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictPainter
 
visit(Way) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictPainter
 
visit(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictPainter
 
visit(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.ValidatorBoundingXYVisitor
 
visit(WaySegment) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.ValidatorBoundingXYVisitor
 
visit(List<Node>) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.ValidatorBoundingXYVisitor
 
visit(TestError) - Method in class org.openstreetmap.josm.gui.dialogs.ValidatorDialog.ValidatorBoundingXYVisitor
 
visit(Node) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.HistoryPrimitiveBuilder
 
visit(Relation) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.HistoryPrimitiveBuilder
 
visit(Way) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel.HistoryPrimitiveBuilder
 
visit(Node) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
visit(Way) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
visit(Relation) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
visit(Node) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
 
visit(Way) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
 
visit(Relation) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
 
visit(Collection<? extends OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
 
visit(Node) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.ContainsFinder
 
visit(Way) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.ContainsFinder
 
visit(Way) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.CrossingFinder
 
visit(Node) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.MatchingReferrerFinder
 
visit(Way) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.MatchingReferrerFinder
 
visit(Relation) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.MatchingReferrerFinder
 
visit(Way) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.MultipolygonOpenEndFinder
 
visit(INode) - Method in class org.openstreetmap.josm.io.GeoJSONWriter.GeometryPrimitiveVisitor
 
visit(IWay) - Method in class org.openstreetmap.josm.io.GeoJSONWriter.GeometryPrimitiveVisitor
 
visit(IRelation) - Method in class org.openstreetmap.josm.io.GeoJSONWriter.GeometryPrimitiveVisitor
 
visit(INode) - Method in class org.openstreetmap.josm.io.OsmWriter
 
visit(IWay) - Method in class org.openstreetmap.josm.io.OsmWriter
 
visit(IRelation) - Method in class org.openstreetmap.josm.io.OsmWriter
 
visit(Changeset) - Method in class org.openstreetmap.josm.io.OsmWriter
 
visitBoundingBox(BoundingXYVisitor) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
visitBoundingBox(BoundingXYVisitor) - Method in class org.openstreetmap.josm.gui.layer.geoimage.GeoImageLayer
 
visitBoundingBox(BoundingXYVisitor) - Method in class org.openstreetmap.josm.gui.layer.GpxLayer
 
visitBoundingBox(BoundingXYVisitor) - Method in class org.openstreetmap.josm.gui.layer.Layer
 
visitBoundingBox(BoundingXYVisitor) - Method in class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer
 
visitBoundingBox(BoundingXYVisitor) - Method in class org.openstreetmap.josm.gui.layer.NoteLayer
 
visitBoundingBox(BoundingXYVisitor) - Method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
visitBoundingBox(BoundingXYVisitor) - Method in class org.openstreetmap.josm.gui.layer.ValidatorLayer
 
visited - Variable in class org.openstreetmap.josm.data.APIDataSet.RelationUploadDependencyGraph
 
visited - Variable in class org.openstreetmap.josm.gui.dialogs.ConflictDialog.ConflictPainter
 
visitHighlighted(ValidatorVisitor) - Method in class org.openstreetmap.josm.data.validation.TestError
 
visitKeys(AbstractPrimitive.KeyValueVisitor) - Method in class org.openstreetmap.josm.data.osm.AbstractPrimitive
Calls the visitor for every key/value pair of this primitive.
visitKeyValue(AbstractPrimitive, String, String) - Method in interface org.openstreetmap.josm.data.osm.AbstractPrimitive.KeyValueVisitor
This method gets called for every tag received.
visitKeyValue(AbstractPrimitive, String, String) - Method in class org.openstreetmap.josm.data.validation.tests.UntaggedNode
 
visitKeyValue(AbstractPrimitive, String, String) - Method in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator
 
Visitor - Interface in org.openstreetmap.josm.data.osm.visitor
Implementation of the visitor scheme.
visitReferrers(Visitor) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
Visits visitor for all referrers.
visitVirtual(GeneralPath, Way) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.AbstractMapRenderer
Creates path for drawing virtual nodes for one way.
vp - Variable in class org.openstreetmap.josm.gui.ScrollViewport
 
vPoleN - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
v values when the input latitude is a pole.
vPoleS - Variable in class org.openstreetmap.josm.data.projection.proj.ObliqueMercator
v values when the input latitude is a pole.

W

w - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays.MyWaySegment
 
w(float) - Static method in class org.openstreetmap.josm.tools.ColorScale
transition function: w(0)=1, w(1)=0, 0<=w(x)<=1
W_TR - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
waitForMouseUpParameter - Variable in class org.openstreetmap.josm.actions.mapmode.SelectAction.CycleManager
 
waitFuture(Future<?>, PleaseWaitProgressMonitor) - Static method in class org.openstreetmap.josm.actions.JosmAction
 
walk() - Method in class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Get the next way creating a clockwise path, ensure it is the most right way.
walkAndSelectRelatedErrors(TreePath, Predicate<OsmPrimitive>, Collection<TreePath>) - Method in class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel
 
warn(String, List<SaveLayerInfo>, String) - Static method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
warn(Exception) - Method in class org.openstreetmap.josm.gui.preferences.SourceEditor.SourceLoader
 
warn(String) - Static method in class org.openstreetmap.josm.Main
Prints a warning message if logging is on.
warn(String, Object...) - Static method in class org.openstreetmap.josm.Main
Prints a formatted warning message if logging is on.
warn(Throwable) - Static method in class org.openstreetmap.josm.Main
Prints a warning message for the given Throwable.
warn(Throwable, boolean) - Static method in class org.openstreetmap.josm.Main
Prints a warning message for the given Throwable.
warn(Throwable, String) - Static method in class org.openstreetmap.josm.Main
Prints a warning message for the given Throwable.
warn() - Method in exception org.openstreetmap.josm.tools.bugreport.ReportedException
Displays a warning for this exception.
warnAboutEmptyArea - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask
This allows subclasses to ignore this warning
warnAboutParseError(SearchCompiler.ParseError) - Static method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
 
warnBecauseOfDeletedRelation(Relation) - Method in class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildrenTask
warns the user if a relation couldn't be loaded because it was deleted on the server (the server replied a HTTP code 410)
warnBecauseOfDoubleConflict() - Method in class org.openstreetmap.josm.command.conflict.ConflictAddCommand
 
warnBecauseOfUnsavedData() - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
warnCantImportIntoServerLayer(GpxLayer) - Static method in class org.openstreetmap.josm.gui.layer.gpx.ImportAudioAction
 
warnCantImportIntoServerLayer(GpxLayer) - Static method in class org.openstreetmap.josm.gui.layer.gpx.ImportImagesAction
 
warnCombiningImpossible() - Static method in class org.openstreetmap.josm.actions.CombineWayAction
 
warnCyclicUploadDependency(CyclicUploadDependencyException) - Method in class org.openstreetmap.josm.actions.upload.RelationUploadOrderHook
Warns the user if a cyclic dependency is detected
warnDoubleConflict() - Method in class org.openstreetmap.josm.gui.dialogs.relation.actions.SavingAction
 
warnIllegalChunkSize() - Method in class org.openstreetmap.josm.gui.io.UploadDialog.UploadAction
 
warnIllegalValue(String, String, Object) - Static method in class org.openstreetmap.josm.io.Capabilities
 
warning(String, String, String) - Static method in class org.openstreetmap.josm.tools.TextTagParser
 
WarningLayerPainter(Layer) - Constructor for class org.openstreetmap.josm.gui.MapView.WarningLayerPainter
 
warningPrinted - Variable in class org.openstreetmap.josm.gui.MapView.WarningLayerPainter
 
warnings - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSource
 
warningsTabLoaded - Variable in class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
 
warnLayersWithConflictsAndUploadRequest(List<SaveLayerInfo>) - Static method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
warnLayersWithIllegalFilesAndSaveRequest(List<SaveLayerInfo>) - Static method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
warnLayersWithoutFilesAndSaveRequest(List<SaveLayerInfo>) - Static method in class org.openstreetmap.josm.gui.io.SaveLayersDialog
 
warnMergingUploadDiscouragedLayers(Layer, Layer) - Static method in class org.openstreetmap.josm.actions.MergeLayerAction
Warns about a discouraged merge operation, ask for confirmation.
warnMergingUploadDiscouragedObjects(Layer) - Method in class org.openstreetmap.josm.actions.MergeSelectionAction
Warns the user about merging too many objects with different upload policies.
warnNoImageryLayers() - Method in class org.openstreetmap.josm.gui.layer.gpx.DownloadWmsAlongTrackAction
 
warnNoSuitableTasks(String) - Method in class org.openstreetmap.josm.actions.OpenLocationAction
Displays an error message dialog that no suitable tasks have been found for the given url.
warnNoTargetLayersForSourceLayer(Layer) - Method in class org.openstreetmap.josm.actions.AbstractMergeAction
 
warnNumNewConflicts(int) - Method in class org.openstreetmap.josm.gui.dialogs.ConflictDialog
Warns the user about the number of detected conflicts
warnOfCircularReferences(OsmPrimitive) - Static method in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
Warn about circular references.
warnOverwriteKey(String, String) - Static method in class org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper
Warns user about a key being overwritten.
warnUploadComment() - Method in class org.openstreetmap.josm.gui.io.UploadDialog.UploadAction
Displays a warning message indicating that the upload comment is empty/short.
warnUploadDiscouraged(AbstractModifiableLayer) - Static method in class org.openstreetmap.josm.actions.UploadAction
Warn user about discouraged upload, propose to cancel operation.
warnUploadSource() - Method in class org.openstreetmap.josm.gui.io.UploadDialog.UploadAction
Displays a warning message indicating that no changeset source is given.
warnUploadTag(String, String, String) - Method in class org.openstreetmap.josm.gui.io.UploadDialog.UploadAction
 
warnUser(String, String, ImageIcon, String) - Static method in class org.openstreetmap.josm.gui.util.GuiHelper
Warns user about a dangerous action requiring confirmation.
wasComplete - Variable in class org.openstreetmap.josm.data.osm.event.PrimitivesRemovedEvent
 
wasComplete() - Method in class org.openstreetmap.josm.data.osm.event.PrimitivesRemovedEvent
 
wasIncomplete - Variable in class org.openstreetmap.josm.data.osm.event.PrimitivesAddedEvent
 
wasIncomplete() - Method in class org.openstreetmap.josm.data.osm.event.PrimitivesAddedEvent
 
wasPlaying - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.PlayHeadMarker
 
watcher - Variable in class org.openstreetmap.josm.io.FileWatcher
 
watchSlider - Variable in class org.openstreetmap.josm.gui.widgets.DateEditorWithSlider
 
WATERWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.CrossingWays
 
way - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.WayInPolygon
 
way - Variable in class org.openstreetmap.josm.command.ChangeNodesCommand
 
way - Variable in class org.openstreetmap.josm.command.RemoveNodesCommand
 
way - Variable in class org.openstreetmap.josm.data.osm.event.WayNodesChangedEvent
 
Way - Class in org.openstreetmap.josm.data.osm
One full way, consisting of a list of way nodes.
Way(long, boolean) - Constructor for class org.openstreetmap.josm.data.osm.Way
 
Way() - Constructor for class org.openstreetmap.josm.data.osm.Way
Contructs a new Way with id 0.
Way(Way, boolean) - Constructor for class org.openstreetmap.josm.data.osm.Way
Contructs a new Way from an existing Way.
Way(Way) - Constructor for class org.openstreetmap.josm.data.osm.Way
Contructs a new Way from an existing Way (including its id).
Way(long) - Constructor for class org.openstreetmap.josm.data.osm.Way
Contructs a new Way for the given id.
Way(long, int) - Constructor for class org.openstreetmap.josm.data.osm.Way
Contructs a new Way with given id and version.
way - Variable in class org.openstreetmap.josm.data.osm.WaySegment
The way.
way - Variable in class org.openstreetmap.josm.io.remotecontrol.handler.AddWayHandler
 
WAY_DIRECTION_ARROWS - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
WAY_FILTER_PREDICATE - Static variable in class org.openstreetmap.josm.data.conflict.ConflictCollection
 
WAY_POINT - Static variable in class org.openstreetmap.josm.io.GpxWriter
 
wayComparator - Variable in class org.openstreetmap.josm.gui.DefaultNameFormatter
 
WayConnectedToArea - Class in org.openstreetmap.josm.data.validation.tests
Checks for ways connected to areas.
WayConnectedToArea() - Constructor for class org.openstreetmap.josm.data.validation.tests.WayConnectedToArea
Constructs a new WayConnectedToArea test.
WayConnectionType - Class in org.openstreetmap.josm.gui.dialogs.relation.sort
 
WayConnectionType(boolean, boolean, WayConnectionType.Direction) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
 
WayConnectionType(boolean) - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
 
WayConnectionType() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType
construct invalid instance
WayConnectionType.Direction - Enum in org.openstreetmap.josm.gui.dialogs.relation.sort
 
wayConnectionTypeCalculator - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
WayConnectionTypeCalculator - Class in org.openstreetmap.josm.gui.dialogs.relation.sort
 
WayConnectionTypeCalculator() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionTypeCalculator
 
WayCountRange(PushbackTokenizer.Range) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.WayCountRange
 
WayCountRange(PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.WayCountRange
 
WayData(List<Node>) - Constructor for class org.openstreetmap.josm.actions.OrthogonalizeAction.WayData
 
WayData - Class in org.openstreetmap.josm.data.osm
 
WayData() - Constructor for class org.openstreetmap.josm.data.osm.WayData
Constructs a new NodeData.
WayData(WayData) - Constructor for class org.openstreetmap.josm.data.osm.WayData
Constructs a new WayData.
wayDirectionArrows - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
 
wayIds - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.JoinedWay
 
WayInPolygon(Way, boolean) - Constructor for class org.openstreetmap.josm.actions.JoinAreasAction.WayInPolygon
 
wayInsideWay(JoinAreasAction.AssembledPolygon, JoinAreasAction.AssembledPolygon) - Static method in class org.openstreetmap.josm.actions.JoinAreasAction
Tests if way is inside other way
wayIsFinished - Variable in class org.openstreetmap.josm.actions.mapmode.DrawAction
 
WayLength(PushbackTokenizer.Range) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.WayLength
 
WayLength(PushbackTokenizer) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.WayLength
 
waylength(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
Returns the length of the way in metres or null.
wayNoAreaRules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
wayNodes - Variable in class org.openstreetmap.josm.actions.OrthogonalizeAction.WayData
 
wayNodesChanged(WayNodesChangedEvent) - Method in interface org.openstreetmap.josm.data.osm.event.DataSetListener
A way's node list was changed.
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.data.osm.visitor.paint.relations.MultipolygonCache
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.data.validation.TestError
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.FilterDialog
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionListModel
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserModel
 
wayNodesChanged(WayNodesChangedEvent) - Method in class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
 
WayNodesChangedEvent - Class in org.openstreetmap.josm.data.osm.event
 
WayNodesChangedEvent(DataSet, Way) - Constructor for class org.openstreetmap.josm.data.osm.event.WayNodesChangedEvent
 
WayNodesConflictResolverCommand - Class in org.openstreetmap.josm.command.conflict
Represents the resolution of conflicts in the node list of two Ways.
WayNodesConflictResolverCommand(Conflict<? extends OsmPrimitive>, List<Node>) - Constructor for class org.openstreetmap.josm.command.conflict.WayNodesConflictResolverCommand
 
WayPair(List<LatLon>, Map<String, String>) - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPair
 
WayPairNoTags(List<LatLon>) - Constructor for class org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPairNoTags
 
WayPoint - Class in org.openstreetmap.josm.data.gpx
 
WayPoint(WayPoint) - Constructor for class org.openstreetmap.josm.data.gpx.WayPoint
 
WayPoint(LatLon) - Constructor for class org.openstreetmap.josm.data.gpx.WayPoint
 
wayPoint(WayPoint, int) - Method in class org.openstreetmap.josm.io.GpxWriter
output a point
WAYPOINT_LABEL_CUSTOM - Static variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
waypointLabel - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
waypointLabelPattern - Variable in class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel
 
waypoints - Variable in class org.openstreetmap.josm.data.gpx.GpxData
Waypoints
wayPoints - Variable in class org.openstreetmap.josm.data.gpx.ImmutableGpxTrackSegment
 
waypoints - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
wayPredicate - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
A predicate filtering ways.
wayRules - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
ways - Variable in class org.openstreetmap.josm.actions.JoinAreasAction.AssembledPolygon
 
ways - Variable in class org.openstreetmap.josm.actions.mapmode.ParallelWays
 
ways - Variable in class org.openstreetmap.josm.data.osm.DataSet
All ways (Streets etc.) in the DataSet.
ways - Variable in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygon
 
Ways() - Constructor for class org.openstreetmap.josm.data.validation.tests.CrossingWays.Ways
Constructs a new crossing Ways test.
ways - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
Bag of all ways
ways - Variable in class org.openstreetmap.josm.data.validation.tests.UnconnectedWays
 
ways - Variable in class org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap.NodesWays
 
ways - Variable in class org.openstreetmap.josm.gui.layer.OsmDataLayer.DataCountVisitor
 
ways - Variable in class org.openstreetmap.josm.io.AbstractReader
Data structure for the remaining way objects
ways - Variable in class org.openstreetmap.josm.io.MultiFetchServerObjectReader
 
WaySegment - Class in org.openstreetmap.josm.data.osm
A segment consisting of 2 consecutive nodes out of a way.
WaySegment(Way, int) - Constructor for class org.openstreetmap.josm.data.osm.WaySegment
Constructs a new WaySegment.
waysNoTags - Variable in class org.openstreetmap.josm.data.validation.tests.DuplicateWay
Bag of all ways, regardless of tags
waysToGpxData(Collection<Way>, GpxData, Set<Node>) - Static method in class org.openstreetmap.josm.gui.layer.OsmDataLayer
 
waysUsedInRelations - Variable in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
 
wayToKeep - Variable in class org.openstreetmap.josm.actions.SplitWayAction.SegmentToKeepSelectionDialog
 
WayTraverser(Collection<JoinAreasAction.WayInPolygon>) - Constructor for class org.openstreetmap.josm.actions.JoinAreasAction.WayTraverser
Constructor
WebMarker - Class in org.openstreetmap.josm.gui.layer.markerlayer
Marker class with Web URL activation.
WebMarker(LatLon, URL, MarkerLayer, double, double) - Constructor for class org.openstreetmap.josm.gui.layer.markerlayer.WebMarker
 
webUrl - Variable in class org.openstreetmap.josm.gui.layer.markerlayer.WebMarker
 
weight - Variable in class org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
 
weight(double, double) - Method in class org.openstreetmap.josm.tools.GBC
Specifies how to distribute extra horizontal space.
WEST - Static variable in class org.openstreetmap.josm.data.coor.LatLon
 
WGS66 - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
WGS66 ellipsoid
WGS72 - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
WGS72 ellipsoid
WGS84 - Static variable in class org.openstreetmap.josm.data.projection.Ellipsoid
WGS84 ellipsoid
wgs84 - Static variable in class org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference
WGS84: Directly use latitude / longitude values as x/y.
WGS84Datum - Class in org.openstreetmap.josm.data.projection.datum
WGS84 datum.
WGS84Datum() - Constructor for class org.openstreetmap.josm.data.projection.datum.WGS84Datum
 
wheelZoomEnabled - Variable in class org.openstreetmap.gui.jmapviewer.DefaultMapController
 
whichSelectorMatchesEnvironment(Environment) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
whichSelectorMatchesPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck
 
WHITE_SPACES_PATTERN - Static variable in class org.openstreetmap.josm.tools.Utils
Pattern matching white spaces
WHITELIST - Static variable in class org.openstreetmap.josm.data.validation.tests.UntaggedWay
Whitelist of roles allowed to reference an untagged way
widerHighlight - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
 
width() - Method in class org.openstreetmap.josm.data.osm.BBox
 
width() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
width - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.MapImage
 
WIDTH - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
WIDTH_FLAG - Static variable in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
widthField - Variable in class org.openstreetmap.josm.gui.widgets.JosmImageView
 
WIKI_PROTOCOL - Static variable in class org.openstreetmap.josm.tools.ImageProvider
 
WikiReader - Class in org.openstreetmap.josm.tools
Read a trac-wiki page.
WikiReader(String) - Constructor for class org.openstreetmap.josm.tools.WikiReader
Constructs a new WikiReader for the given base URL.
WikiReader() - Constructor for class org.openstreetmap.josm.tools.WikiReader
Constructs a new WikiReader.
willJvmRetrieveSystemProxies() - Static method in class org.openstreetmap.josm.io.DefaultProxySelector
The ProxySelector provided by the JDK will retrieve proxy information from the system settings, if the system property java.net.useSystemProxies is defined at startup.
WINDOW_GEOMETRY_PREF - Static variable in class org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager
 
WINDOW_MENU_GROUP() - Constructor for enum org.openstreetmap.josm.gui.MainMenu.WINDOW_MENU_GROUP
 
windowActivated(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.WindowEventHandler
 
windowActivated(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
windowActivated(WindowEvent) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog.WindowEventHandler
 
windowActivated(WindowEvent) - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog.WindowEventHandler
 
windowActivated(WindowEvent) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.WindowEventHander
 
windowActivated(WindowEvent) - Method in class org.openstreetmap.josm.gui.io.UploadDialog.WindowEventHandler
 
windowActivated(WindowEvent) - Method in class org.openstreetmap.josm.Main.MasterWindowListener
 
windowClosed(WindowEvent) - Method in class org.openstreetmap.josm.actions.ChangesetManagerToggleAction.ChangesetCacheManagerClosedHandler
 
windowClosed(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
windowClosed(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager
 
windowClosed(WindowEvent) - Method in class org.openstreetmap.josm.gui.download.DownloadObjectDialog
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog.WindowEventHandler
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.WindowEventHandler
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog.WindowEventHandler
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.WindowEventHandler
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.download.DownloadDialog.WindowEventHandler
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.history.HistoryBrowserDialog.WindowClosingAdapter
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.io.CloseChangesetDialog.WindowEventHandler
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.io.CredentialDialog.WindowEventHander
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.io.SaveLayersDialog.WindowClosingAdapter
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.io.UploadDialog.WindowEventHandler
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.WindowEventHandler
 
windowClosing(WindowEvent) - Method in class org.openstreetmap.josm.gui.preferences.PreferenceDialog.WindowEventHandler
 
WindowClosingAdapter() - Constructor for class org.openstreetmap.josm.gui.history.HistoryBrowserDialog.WindowClosingAdapter
 
WindowClosingAdapter() - Constructor for class org.openstreetmap.josm.gui.io.SaveLayersDialog.WindowClosingAdapter
 
windowDeactivated(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
windowDeactivated(WindowEvent) - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SyncDialogWindowListener
 
windowDeactivated(WindowEvent) - Method in class org.openstreetmap.josm.Main.MasterWindowListener
 
windowDeiconified(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
WindowEventHander() - Constructor for class org.openstreetmap.josm.gui.io.CredentialDialog.WindowEventHander
 
WindowEventHandler() - Constructor for class org.openstreetmap.josm.actions.ImageryAdjustAction.ImageryOffsetDialog.WindowEventHandler
 
WindowEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.WindowEventHandler
 
WindowEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog.WindowEventHandler
 
WindowEventHandler() - Constructor for class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.WindowEventHandler
 
WindowEventHandler() - Constructor for class org.openstreetmap.josm.gui.download.DownloadDialog.WindowEventHandler
 
WindowEventHandler() - Constructor for class org.openstreetmap.josm.gui.io.CloseChangesetDialog.WindowEventHandler
 
WindowEventHandler() - Constructor for class org.openstreetmap.josm.gui.io.UploadDialog.WindowEventHandler
 
WindowEventHandler() - Constructor for class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.WindowEventHandler
 
WindowEventHandler() - Constructor for class org.openstreetmap.josm.gui.preferences.PreferenceDialog.WindowEventHandler
 
WindowGeometry - Class in org.openstreetmap.josm.tools
This is a helper class for persisting the geometry of a JOSM window to the preference store and for restoring it from the preference store.
WindowGeometry(Point, Dimension) - Constructor for class org.openstreetmap.josm.tools.WindowGeometry
Creates a window geometry from a position and dimension
WindowGeometry(Rectangle) - Constructor for class org.openstreetmap.josm.tools.WindowGeometry
Creates a window geometry from a rectangle
WindowGeometry(Window) - Constructor for class org.openstreetmap.josm.tools.WindowGeometry
Creates a window geometry from the position and the size of a window.
WindowGeometry(String) - Constructor for class org.openstreetmap.josm.tools.WindowGeometry
Creates a window geometry from the values kept in the preference store under the key preferenceKey
WindowGeometry(String, WindowGeometry) - Constructor for class org.openstreetmap.josm.tools.WindowGeometry
Creates a window geometry from the values kept in the preference store under the key preferenceKey.
WindowGeometry.WindowGeometryException - Exception in org.openstreetmap.josm.tools
Exception thrown by the WindowGeometry class if something goes wrong
WindowGeometryException(String, Throwable) - Constructor for exception org.openstreetmap.josm.tools.WindowGeometry.WindowGeometryException
 
WindowGeometryException(String) - Constructor for exception org.openstreetmap.josm.tools.WindowGeometry.WindowGeometryException
 
windowIconified(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
windowListener - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
windowMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
the window menu is split into several groups.
windowMenuItem - Variable in class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor
the menu item in the windows menu.
windowMenuItem - Variable in class org.openstreetmap.josm.gui.dialogs.ToggleDialog
holds the menu entry in the windows menu.
windowMenuItem - Variable in class org.openstreetmap.josm.gui.help.HelpBrowser
the menu item in the windows menu.
windowOpened(WindowEvent) - Method in class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.AdjustDividerLocationAction
 
windowOpened(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.WindowEventHandler
 
windowOpened(WindowEvent) - Method in class org.openstreetmap.josm.gui.dialogs.OsmIdSelectionDialog
 
WindowPositionSizeListener() - Constructor for class org.openstreetmap.josm.gui.MainFrame.WindowPositionSizeListener
 
WINDOWS_ROOT - Static variable in class org.openstreetmap.josm.tools.PlatformHookWindows
 
windowState - Variable in class org.openstreetmap.josm.gui.MainFrame
 
windowStateChanged(WindowEvent) - Method in class org.openstreetmap.josm.gui.MainFrame.WindowPositionSizeListener
 
windowSwitchListeners - Static variable in class org.openstreetmap.josm.Main
 
windowTitle - Variable in class org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor
 
wireActionsToSelectionModels() - Method in class org.openstreetmap.josm.gui.conflict.pair.ListMerger
 
WireframeMapRenderer - Class in org.openstreetmap.josm.data.osm.visitor.paint
A map renderer that paints a simple scheme of every primitive it visits to a previous set graphic environment.
WireframeMapRenderer(Graphics2D, NavigatableComponent, boolean) - Constructor for class org.openstreetmap.josm.data.osm.visitor.paint.WireframeMapRenderer
Creates an wireframe render
WireframeToggleAction - Class in org.openstreetmap.josm.actions
This class toggles the wireframe rendering mode.
WireframeToggleAction() - Constructor for class org.openstreetmap.josm.actions.WireframeToggleAction
Constructs a new WireframeToggleAction.
wireFrameToggleAction - Variable in class org.openstreetmap.josm.gui.MainMenu
View / Wireframe View
wireUpdateEnabledStateUpdater(CommandStackDialog.IEnabledStateUpdating, JTree) - Method in class org.openstreetmap.josm.gui.dialogs.CommandStackDialog
Wires updater for enabled state to the events.
WithAttributes - Class in org.openstreetmap.josm.data.gpx
Default implementation for IWithAttributes.
WithAttributes() - Constructor for class org.openstreetmap.josm.data.gpx.WithAttributes
 
withBody - Variable in class org.openstreetmap.josm.io.OsmWriter
 
withChild(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Creates a clone of this environment, with the specified child.
withChildAndIndexAndLinkContext(OsmPrimitive, int, int) - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Creates a clone of this environment, with the specified child, index, and context set to Condition.Context.LINK.
withContext(Condition.Context) - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Creates a clone of this environment, with the specified Condition.Context.
withIndex(int, int) - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Creates a clone of this environment, with the specified index.
withIntermediateSteps(double) - Method in class org.openstreetmap.josm.gui.layer.NativeScaleLayer.ScaleList
Returns a ScaleList that has intermediate steps between native scales.
withLinkContext() - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Creates a clone of this environment, with context set to Condition.Context.LINK.
withoutDayOffset() - Method in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
withParent(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Creates a clone of this environment, with the specified parent.
withParentAndIndexAndLinkContext(OsmPrimitive, int, int) - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Creates a clone of this environment, with the specified parent, index, and context set to Condition.Context.LINK.
withPrimitive(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.mappaint.Environment
Creates a clone of this environment, with the specified primitive.
wms - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
WMSCachedTileLoader - Class in org.openstreetmap.josm.data.imagery
Tileloader for WMS based imagery.
WMSCachedTileLoader(TileLoaderListener, ICacheAccess<String, BufferedImageCacheEntry>, int, int, Map<String, String>) - Constructor for class org.openstreetmap.josm.data.imagery.WMSCachedTileLoader
Creates a TileLoader with separate WMS downloader.
WMSCachedTileLoaderJob - Class in org.openstreetmap.josm.data.imagery
Separate class to handle WMS jobs, as it needs to react differently to HTTP response codes from WMS server
WMSCachedTileLoaderJob(TileLoaderListener, Tile, ICacheAccess<String, BufferedImageCacheEntry>, int, int, Map<String, String>, ThreadPoolExecutor) - Constructor for class org.openstreetmap.josm.data.imagery.WMSCachedTileLoaderJob
Creates a job - that will download specific tile
WMSGetCapabilitiesException(Throwable, String) - Constructor for exception org.openstreetmap.josm.io.imagery.WMSImagery.WMSGetCapabilitiesException
Constructs a new WMSGetCapabilitiesException
WMSGetCapabilitiesException(String, String) - Constructor for exception org.openstreetmap.josm.io.imagery.WMSImagery.WMSGetCapabilitiesException
Constructs a new WMSGetCapabilitiesException
WMSImagery - Class in org.openstreetmap.josm.io.imagery
 
WMSImagery() - Constructor for class org.openstreetmap.josm.io.imagery.WMSImagery
 
WMSImagery.LayerDetails - Class in org.openstreetmap.josm.io.imagery
 
WMSImagery.WMSGetCapabilitiesException - Exception in org.openstreetmap.josm.io.imagery
 
wmsInstruction - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
WMSLayer - Class in org.openstreetmap.josm.gui.layer
This is a layer that grabs the current screen from an WMS server.
WMSLayer(ImageryInfo) - Constructor for class org.openstreetmap.josm.gui.layer.WMSLayer
Constructs a new WMSLayer.
WMSLayer.BookmarkWmsAction - Class in org.openstreetmap.josm.gui.layer
This action will add a WMS layer menu entry with the current WMS layer URL and name extended by the current resolution.
WMSLayerExporter - Class in org.openstreetmap.josm.io
Export a WMS layer to a serialized binary file that can be imported later via WMSLayerImporter.
WMSLayerExporter() - Constructor for class org.openstreetmap.josm.io.WMSLayerExporter
Constructs a new WMSLayerExporter
WMSLayerImporter - Class in org.openstreetmap.josm.io
Import a WMS layer from a serialized binary file previously exported via WMSLayerExporter.
WMSLayerImporter() - Constructor for class org.openstreetmap.josm.io.WMSLayerImporter
Constructs a new WMSLayerImporter.
WMSLayerTree - Class in org.openstreetmap.josm.gui.preferences.imagery
The layer tree of a WMS server.
WMSLayerTree() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree
Constructs a new WMSLayerTree.
WMSLayerTree.LayerTreeCellRenderer - Class in org.openstreetmap.josm.gui.preferences.imagery
 
WMSLayerTree.WMSTreeSelectionListener - Class in org.openstreetmap.josm.gui.preferences.imagery
 
wmsSettings - Variable in class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference
 
WMSSettingsPanel - Class in org.openstreetmap.josm.gui.preferences.imagery
JPanel giving access to WMS settings.
WMSSettingsPanel() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.WMSSettingsPanel
Constructs a new WMSSettingsPanel.
WMSTreeSelectionListener() - Constructor for class org.openstreetmap.josm.gui.preferences.imagery.WMSLayerTree.WMSTreeSelectionListener
 
wmsUrl - Variable in class org.openstreetmap.josm.actions.MapRectifierWMSmenuAction.RectifierService
 
wmsUrl - Variable in class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel
 
WMTS_NS_URL - Static variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
WMTSLayer - Class in org.openstreetmap.josm.gui.layer
WMTS layer based on AbstractTileSourceLayer.
WMTSLayer(ImageryInfo) - Constructor for class org.openstreetmap.josm.gui.layer.WMTSLayer
Creates WMTS layer from ImageryInfo
WMTSTileSource - Class in org.openstreetmap.josm.data.imagery
Tile Source handling WMS providers
WMTSTileSource(ImageryInfo) - Constructor for class org.openstreetmap.josm.data.imagery.WMTSTileSource
Creates a tile source based on imagery info
WMTSTileSource.Layer - Class in org.openstreetmap.josm.data.imagery
 
WMTSTileSource.SelectLayerDialog - Class in org.openstreetmap.josm.data.imagery
 
WMTSTileSource.TileMatrix - Class in org.openstreetmap.josm.data.imagery
 
WMTSTileSource.TileMatrixSet - Class in org.openstreetmap.josm.data.imagery
 
WMTSTileSource.TileMatrixSetBuilder - Class in org.openstreetmap.josm.data.imagery
 
WMTSTileSource.TransferMode - Enum in org.openstreetmap.josm.data.imagery
 
WORD - Static variable in class org.openstreetmap.josm.data.validation.routines.EmailValidator
 
words - Variable in class org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.SynonymRule
 
workaroundJdkBug6322854(JTextComponent) - Static method in class org.openstreetmap.josm.gui.widgets.JosmPasswordField
Implements a workaround to JDK bug 6322854.
worked(int) - Method in class org.openstreetmap.josm.gui.progress.AbstractProgressMonitor
 
worked(int) - Method in class org.openstreetmap.josm.gui.progress.NullProgressMonitor
 
worked(int) - Method in interface org.openstreetmap.josm.gui.progress.ProgressMonitor
Increase number of already done work units by ticks
worked(int) - Method in class org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
 
Worker(List<MultipolygonBuilder.JoinedPolygon>, int, int, List<MultipolygonBuilder.PolygonLevel>, int) - Constructor for class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
worker - Variable in class org.openstreetmap.josm.gui.io.SaveLayersDialog.SaveAndUploadTask
 
WORKER - Static variable in class org.openstreetmap.josm.io.MessageNotifier
 
Worker() - Constructor for class org.openstreetmap.josm.io.MessageNotifier.Worker
 
worker - Static variable in class org.openstreetmap.josm.Main
The worker thread slave.
workinprogress - Static variable in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
WORLD_PARTS - Static variable in class org.openstreetmap.josm.data.coor.QuadTiling
 
WPT_KEYS - Static variable in interface org.openstreetmap.josm.data.gpx.GpxConstants
Ordered list of all possible waypoint keys.
wrap(Object) - Method in class org.openstreetmap.josm.data.oauth.SignpostAdapters.OAuthConsumer
 
wrapped - Variable in class org.openstreetmap.josm.gui.MapView.EditLayerChangeAdapter
 
wrapped - Variable in class org.openstreetmap.josm.gui.MapView.LayerChangeAdapter
 
write(Collection<Map.Entry<String, Setting<?>>>) - Method in class org.openstreetmap.josm.data.preferences.PreferencesWriter
Write preferences.
write() - Method in class org.openstreetmap.josm.io.GeoJSONWriter
Writes OSM data as a GeoJSON string (prettified).
write(boolean) - Method in class org.openstreetmap.josm.io.GeoJSONWriter
Writes OSM data as a GeoJSON string (prettified or not).
write(GpxData) - Method in class org.openstreetmap.josm.io.GpxWriter
Writes the given GPX data.
write(NoteData) - Method in class org.openstreetmap.josm.io.NoteWriter
Write notes to designated output target
write(IPrimitive) - Method in class org.openstreetmap.josm.io.OsmChangeBuilder
 
write(byte[], int, int) - Method in class org.openstreetmap.josm.io.ProgressOutputStream
 
write(int) - Method in class org.openstreetmap.josm.io.ProgressOutputStream
 
write(MarkerLayer) - Method in class org.openstreetmap.josm.io.session.MarkerSessionExporter.MarkerWriter
Writes the given markers data.
write(File) - Method in class org.openstreetmap.josm.io.session.SessionWriter
Writes session to given file.
write(OutputStream) - Method in class org.openstreetmap.josm.io.session.SessionWriter
Writes session to given output stream.
writeAttr(IWithAttributes, List<String>) - Method in class org.openstreetmap.josm.io.GpxWriter
 
writeComment(NoteComment) - Method in class org.openstreetmap.josm.io.NoteWriter
 
writeContent(DataSet) - Method in class org.openstreetmap.josm.io.OsmWriter
Writes the contents of the given dataset (nodes, then ways, then relations)
writeDataSources(DataSet) - Method in class org.openstreetmap.josm.io.OsmWriter
 
writeJos(Document, OutputStream) - Method in class org.openstreetmap.josm.io.session.SessionWriter
Writes given .jos document to an output stream.
writeLayer(OsmDataLayer) - Method in class org.openstreetmap.josm.io.OsmWriter
 
writeLock() - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
writeMetaData() - Method in class org.openstreetmap.josm.io.GpxWriter
 
writeNodes(Collection<Node>) - Method in class org.openstreetmap.josm.io.OsmWriter
Writes the given nodes sorted by id
writeObject(ObjectOutputStream) - Method in class org.openstreetmap.gui.jmapviewer.Coordinate
 
writeObject(ObjectOutputStream) - Method in class org.openstreetmap.josm.data.cache.BufferedImageCacheEntry
 
writeObject(ObjectOutputStream) - Method in class org.openstreetmap.josm.data.osm.MultipolygonBuilder.Worker
 
writeObject(ObjectOutputStream) - Method in class org.openstreetmap.josm.data.osm.PrimitiveData
 
writer - Variable in class org.openstreetmap.josm.data.osm.DatasetConsistencyTest
 
writer - Variable in class org.openstreetmap.josm.gui.io.UploadLayerTask
 
writer - Variable in class org.openstreetmap.josm.gui.io.UploadPrimitivesTask
 
writer - Variable in class org.openstreetmap.josm.io.OsmChangeBuilder
 
writeRelations(Collection<Relation>) - Method in class org.openstreetmap.josm.io.OsmWriter
Writes the given relations sorted by id
writeRoutes() - Method in class org.openstreetmap.josm.io.GpxWriter
 
writeToString(SearchAction.SearchSetting) - Method in class org.openstreetmap.josm.actions.ActionParameter.SearchSettingsActionParameter
 
writeToString(String) - Method in class org.openstreetmap.josm.actions.ActionParameter.StringActionParameter
 
writeToString(T) - Method in class org.openstreetmap.josm.actions.ActionParameter
 
writeToString() - Method in class org.openstreetmap.josm.actions.search.SearchAction.SearchSetting
 
writeTracks() - Method in class org.openstreetmap.josm.io.GpxWriter
 
writeUnlock(boolean) - Method in class org.openstreetmap.josm.data.osm.OsmPrimitive
 
writeWayPoints() - Method in class org.openstreetmap.josm.io.GpxWriter
 
writeWays(Collection<Way>) - Method in class org.openstreetmap.josm.io.OsmWriter
Writes the given ways sorted by id
writtenToDisk - Variable in class org.openstreetmap.josm.data.cache.BufferedImageCacheEntry
 
WRONG_MEMBER_ROLE - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
No useful role for multipolygon member
WRONG_MEMBER_TYPE - Static variable in class org.openstreetmap.josm.data.validation.tests.MultipolygonTest
Non-Way in multipolygon
WRONG_ROUNDABOUT_HIGHWAY - Static variable in class org.openstreetmap.josm.data.validation.tests.Highways
 
WRONG_TYPE - Static variable in class org.openstreetmap.josm.data.validation.tests.RelationChecker
Role member does not match expression {0} in template {1}
WRONGLY_ORDERED_COAST - Static variable in class org.openstreetmap.josm.data.validation.tests.WronglyOrderedWays
 
WRONGLY_ORDERED_LAND - Static variable in class org.openstreetmap.josm.data.validation.tests.WronglyOrderedWays
 
WronglyOrderedWays - Class in org.openstreetmap.josm.data.validation.tests
Check cyclic ways for errors
WronglyOrderedWays() - Constructor for class org.openstreetmap.josm.data.validation.tests.WronglyOrderedWays
Constructor
WrongRoundaboutHighway(Highways, Way, String) - Constructor for class org.openstreetmap.josm.data.validation.tests.Highways.WrongRoundaboutHighway
 

X

x - Variable in class org.openstreetmap.gui.jmapviewer.TileXY
x index of the tile (horizontal)
x - Variable in class org.openstreetmap.josm.command.MoveCommand
x difference movement.
x - Variable in class org.openstreetmap.josm.data.coor.Coordinate
 
x - Variable in class org.openstreetmap.josm.gui.MapViewState.MapViewViewPoint
 
x0 - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
x0 - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
x1 - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
X_BIAS - Static variable in class org.openstreetmap.josm.data.coor.QuadTiling
 
X_PARTS - Static variable in class org.openstreetmap.josm.data.coor.QuadTiling
 
XLINK_NS_URL - Static variable in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
xM - Variable in class org.openstreetmap.josm.actions.AlignInLineAction.Line
(xM, yM) are coordinates of a point of the line
xmax - Variable in class org.openstreetmap.josm.data.osm.BBox
 
xmf - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Constant parameters.
xmin - Variable in class org.openstreetmap.josm.data.osm.BBox
 
XML_DATE - Static variable in class org.openstreetmap.josm.tools.date.DateUtils
 
XML_encode(String) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions
XML-encode a string.
XML_STYLE_MIME_TYPES - Static variable in class org.openstreetmap.josm.gui.mappaint.MapPaintStyles
To remove in November 2016
XMLCommandProcessor(Preferences) - Constructor for class org.openstreetmap.josm.data.CustomConfigurator.XMLCommandProcessor
 
XmlObjectParser - Class in org.openstreetmap.josm.tools
An helper class that reads from a XML stream into specific objects.
XmlObjectParser() - Constructor for class org.openstreetmap.josm.tools.XmlObjectParser
Constructs a new XmlObjectParser.
XmlObjectParser.AddNamespaceFilter - Class in org.openstreetmap.josm.tools
 
XmlObjectParser.Entry - Class in org.openstreetmap.josm.tools
 
XmlObjectParser.Parser - Class in org.openstreetmap.josm.tools
 
XmlParsingException - Exception in org.openstreetmap.josm.tools
An exception thrown during XML parsing, with known line and column.
XmlParsingException(Exception) - Constructor for exception org.openstreetmap.josm.tools.XmlParsingException
Constructs a new XmlParsingException.
XmlParsingException(String, Exception) - Constructor for exception org.openstreetmap.josm.tools.XmlParsingException
Constructs a new XmlParsingException.
XmlParsingException(String) - Constructor for exception org.openstreetmap.josm.tools.XmlParsingException
Constructs a new XmlParsingException.
XmlStreamParsingException - Exception in org.openstreetmap.josm.io
Exception for unexpected processing errors during XML stream parsing.
XmlStreamParsingException(String, Location) - Constructor for exception org.openstreetmap.josm.io.XmlStreamParsingException
Constructs a new XmlStreamParsingException.
XmlStreamParsingException(String, Location, Throwable) - Constructor for exception org.openstreetmap.josm.io.XmlStreamParsingException
Constructs a new XmlStreamParsingException.
XmlWriter - Class in org.openstreetmap.josm.io
Helper class to use for xml outputting classes.
XmlWriter(PrintWriter) - Constructor for class org.openstreetmap.josm.io.XmlWriter
Constructs a new XmlWriter.
xOffset - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
Xor(SearchCompiler.Match, SearchCompiler.Match) - Constructor for class org.openstreetmap.josm.actions.search.SearchCompiler.Xor
Constructs a new Xor match.
XPOINTS - Static variable in enum org.openstreetmap.josm.gui.MenuScroller.MenuIcon
 
xPrev0 - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
xtd(double, double, double, double, double, double) - Static method in class org.openstreetmap.josm.actions.SimplifyWayAction
 
xtile - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
xToLon(int, int) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
Transforms pixel coordinate X to longitude
xvec - Variable in class org.openstreetmap.josm.tools.Diff
 
xy2tile(long, long) - Static method in class org.openstreetmap.josm.data.coor.QuadTiling
 
xyToLatLon(Point, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
xyToLatLon(int, int, int) - Method in interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
 
xyToLatLon(Point, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
 
xyToLatLon(int, int, int) - Method in class org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
 
xyToLatLon(Point, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
xyToLatLon(int, int, int) - Method in class org.openstreetmap.josm.data.imagery.TemplatedWMSTileSource
 
xyToLatLon(Point, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 
xyToLatLon(int, int, int) - Method in class org.openstreetmap.josm.data.imagery.WMTSTileSource
 

Y

y - Variable in class org.openstreetmap.gui.jmapviewer.TileXY
y number of the tile (vertical)
y - Variable in class org.openstreetmap.josm.command.MoveCommand
y difference movement.
y - Variable in class org.openstreetmap.josm.data.coor.Coordinate
 
y - Variable in class org.openstreetmap.josm.gui.MapViewState.MapViewViewPoint
 
y0 - Variable in class org.openstreetmap.josm.data.projection.AbstractProjection
 
y0 - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
y1 - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
Y_BIAS - Static variable in class org.openstreetmap.josm.data.coor.QuadTiling
 
Y_PARTS - Static variable in class org.openstreetmap.josm.data.coor.QuadTiling
 
yLayer - Variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
 
yM - Variable in class org.openstreetmap.josm.actions.AlignInLineAction.Line
(xM, yM) are coordinates of a point of the line
ymax - Variable in class org.openstreetmap.josm.data.osm.BBox
 
ymf - Variable in class org.openstreetmap.josm.data.projection.proj.LambertAzimuthalEqualArea
Constant parameters.
ymin - Variable in class org.openstreetmap.josm.data.osm.BBox
 
yOffset - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.TextLabel
 
yPoints - Variable in enum org.openstreetmap.josm.gui.MenuScroller.MenuIcon
 
yPrev0 - Variable in class org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.OffsetIterator
 
ytile - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
yToLat(int, int) - Method in class org.openstreetmap.gui.jmapviewer.OsmMercator
Transforms pixel coordinate Y to latitude
yvec - Variable in class org.openstreetmap.josm.tools.Diff
 

Z

Z_INDEX - Static variable in interface org.openstreetmap.josm.gui.mappaint.StyleKeys
 
ZERO - Static variable in class org.openstreetmap.josm.data.coor.LatLon
The (0,0) coordinates.
ZERO - Static variable in class org.openstreetmap.josm.gui.dialogs.LatLonDialog
 
ZERO - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Offset
 
ZERO - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.Timezone
 
ZERO_BOX - Static variable in class org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
A rectangle with size 0x0
ZERO_CHAR_STRING - Static variable in class org.openstreetmap.josm.gui.FileDrop
 
ZERO_TO_INFINITY - Static variable in class org.openstreetmap.josm.gui.mappaint.Range
 
zeroCoord - Variable in class org.openstreetmap.josm.io.NmeaReader.NMEAParserState
 
zIndex - Variable in class org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
 
zip - Variable in class org.openstreetmap.josm.actions.SessionLoadAction.Loader
 
zip - Variable in class org.openstreetmap.josm.io.session.SessionReader
 
zip - Variable in class org.openstreetmap.josm.io.session.SessionWriter
 
zipEntryPath - Variable in class org.openstreetmap.josm.gui.preferences.SourceEntry
If SourceEntry.isZip is true, denotes the path inside the zip file.
zipFile - Variable in class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
 
zipFile - Variable in class org.openstreetmap.josm.io.session.SessionReader
 
zipIcons - Variable in class org.openstreetmap.josm.gui.mappaint.StyleSource
 
zipIcons - Variable in class org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect.PresetListEntry
 
zipIcons - Static variable in class org.openstreetmap.josm.gui.tagging.presets.TaggingPresetReader
 
zipOut - Variable in class org.openstreetmap.josm.io.session.SessionWriter
 
zm - Variable in class org.openstreetmap.josm.actions.JumpToAction
 
ZomeLevelChangeHandler() - Constructor for class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.ZomeLevelChangeHandler
 
zones - Static variable in class org.openstreetmap.josm.gui.preferences.projection.GaussKruegerProjectionChoice
 
zoneToIndex(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.GaussKruegerProjectionChoice
 
zoneToIndex(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertCC9ZonesProjectionChoice
 
zoneToIndex(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.LambertProjectionChoice
 
zoneToIndex(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice
Convert preference value to 0-based index.
zoneToIndex(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.PuwgProjectionChoice
 
zoneToIndex(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMFranceDOMProjectionChoice
 
zoneToIndex(String) - Method in class org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice
 
zoom - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
Current zoom level
zoom - Variable in class org.openstreetmap.gui.jmapviewer.Tile
 
zoom - Variable in class org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
 
zoom - Variable in class org.openstreetmap.josm.gui.io.AbstractPrimitiveTask
 
zoom - Variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
zoom(Collection<OsmPrimitive>, Bounds) - Method in class org.openstreetmap.josm.io.remotecontrol.handler.LoadAndZoomHandler
 
ZOOM_BUTTON - Static variable in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
ZOOM_BUTTON_STYLE() - Constructor for enum org.openstreetmap.gui.jmapviewer.JMapViewer.ZOOM_BUTTON_STYLE
 
ZOOM_OFFSET - Static variable in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Offset between calculated zoom level and zoom level used to download and show tiles.
ZoomAction - Class in org.openstreetmap.josm.actions.mapmode
Enable the zoom mode within the MapFrame.
ZoomAction(MapFrame) - Constructor for class org.openstreetmap.josm.actions.mapmode.ZoomAction
Construct a ZoomAction without a label.
zoomAfterDownload - Variable in class org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask.AbstractInternalTask
 
zoomBestFitOrOne() - Method in class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay
 
zoomButtonStyle - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
ZoomChangeAdapter() - Constructor for class org.openstreetmap.josm.actions.AutoScaleAction.ZoomChangeAdapter
 
zoomChanged(int) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Every time the zoom level changes this method is called.
zoomChanged() - Method in class org.openstreetmap.josm.actions.AutoScaleAction.ZoomChangeAdapter
 
zoomChanged() - Method in class org.openstreetmap.josm.gui.dialogs.MinimapDialog
 
zoomChanged() - Method in class org.openstreetmap.josm.gui.dialogs.RelationListDialog
 
zoomChanged() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
This fires every time the user changes the zoom, but also (due to ZoomChangeListener) - on all changes to visible map (panning/zooming)
zoomChanged() - Method in interface org.openstreetmap.josm.gui.NavigatableComponent.ZoomChangeListener
Method called when the zoom area has changed.
zoomChangeListeners - Static variable in class org.openstreetmap.josm.gui.NavigatableComponent
the zoom listeners
ZoomData(EastNorth, double) - Constructor for class org.openstreetmap.josm.gui.NavigatableComponent.ZoomData
 
zoomDecreaseAllowed() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
Check if zooming out is allowed
ZoomerAction(String) - Constructor for class org.openstreetmap.josm.gui.MapMover.ZoomerAction
 
ZoomerAction(String, String) - Constructor for class org.openstreetmap.josm.gui.MapMover.ZoomerAction
 
zoomIn() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Increases the current zoom level by one
zoomIn(Point) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Increases the current zoom level by one
zoomIn() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Zoom in current view.
ZoomInAction - Class in org.openstreetmap.josm.actions
Zoom in map.
ZoomInAction() - Constructor for class org.openstreetmap.josm.actions.ZoomInAction
Constructs a new ZoomInAction.
ZoomInAction() - Constructor for class org.openstreetmap.josm.gui.bbox.SlippyMapControler.ZoomInAction
 
zoomInButton - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
zoomIncreaseAllowed() - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer
 
ZoomInCurrentLayerAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel.ZoomInCurrentLayerAction
 
ZoomInCurrentLayerAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.ZoomInCurrentLayerAction
 
zoomIntermediateSteps - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
zoomLabel - Variable in class org.openstreetmap.gui.jmapviewer.Demo
 
zoomLevel - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds
 
zoomLevel - Variable in class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileCoordinateValidator
 
zoomManyTimes(double, double, int) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomNext() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomNoUndoTo(EastNorth, double, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Zoom to the given coordinate without adding to the zoom undo buffer.
zoomOut() - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Decreases the current zoom level by one
zoomOut(Point) - Method in class org.openstreetmap.gui.jmapviewer.JMapViewer
Decreases the current zoom level by one
zoomOut() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Zoom out current view.
ZoomOutAction - Class in org.openstreetmap.josm.actions
Zoom out map.
ZoomOutAction() - Constructor for class org.openstreetmap.josm.actions.ZoomOutAction
Constructs a new ZoomOutAction.
ZoomOutAction() - Constructor for class org.openstreetmap.josm.gui.bbox.SlippyMapControler.ZoomOutAction
 
zoomOutButton - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
zoomPrevious() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomRedoBuffer - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomReverseWheel - Static variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
option to reverse zoom direction with mouse wheel
zoomReverseWheel - Variable in class org.openstreetmap.josm.gui.preferences.display.LafPreference
 
zoomSlider - Variable in class org.openstreetmap.gui.jmapviewer.JMapViewer
 
zoomStep - Static variable in class org.openstreetmap.josm.gui.MapSlider
 
zoomTimestamp - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomTo(Collection<OsmPrimitive>) - Static method in class org.openstreetmap.josm.actions.AutoScaleAction
Zooms the view to display the given set of primitives.
zoomTo(EastNorth, double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Zoom to the given coordinate and scale.
zoomTo(EastNorth, double, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Zoom to the given coordinate and scale.
zoomTo(EastNorth) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomTo(LatLon) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomTo(ProjectionBounds) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomTo(Bounds) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomTo(ViewportData) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomTo(BoundingXYVisitor) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
Set the new dimension to the view.
ZoomToAction - Class in org.openstreetmap.josm.actions
 
ZoomToAction(OsmPrimitivesTable, String, String, String) - Constructor for class org.openstreetmap.josm.actions.ZoomToAction
 
ZoomToAction(MemberTable) - Constructor for class org.openstreetmap.josm.actions.ZoomToAction
 
ZoomToAction(RelationMemberTable) - Constructor for class org.openstreetmap.josm.actions.ZoomToAction
 
ZoomToAction(NodeListTable) - Constructor for class org.openstreetmap.josm.actions.ZoomToAction
 
zoomToAction - Variable in class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
 
ZoomToBestAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ZoomToBestAction
 
zoomToFactor(double, double, double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomToFactor(EastNorth, double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomToFactor(double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomToGap - Variable in class org.openstreetmap.josm.gui.dialogs.relation.MemberTable
the additional actions in popup menu
ZoomToGapAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.relation.MemberTable.ZoomToGapAction
Constructs a new ZoomToGapAction.
ZoomToJOSMSelectionAction() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToJOSMSelectionAction
 
ZoomToListSelection() - Constructor for class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.ZoomToListSelection
Constructs a new ZoomToListSelection.
ZoomToNativeLevelAction() - Constructor for class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.ZoomToNativeLevelAction
 
zoomToNodeAction - Variable in class org.openstreetmap.josm.gui.history.NodeListViewer.NodeListPopupMenu
 
ZoomToNodeAction() - Constructor for class org.openstreetmap.josm.gui.history.NodeListViewer.ZoomToNodeAction
Constructs a new ZoomToNodeAction.
zoomToSelection() - Static method in class org.openstreetmap.josm.actions.AutoScaleAction
Zooms the current map view to the currently selected primitives.
zoomUndoBuffer - Variable in class org.openstreetmap.josm.gui.NavigatableComponent
 
zoomValue - Variable in class org.openstreetmap.gui.jmapviewer.Demo
 

_

__add_content(T) - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
__allTiles(boolean) - Method in class org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.TileSet
 
__split() - Method in class org.openstreetmap.josm.data.osm.QuadBuckets.QBLevel
 
__toggleSelected(PrimitiveId) - Method in class org.openstreetmap.josm.data.osm.DataSet
 
_new(Environment) - Static method in class org.openstreetmap.josm.gui.mappaint.mapcss.Condition.PseudoClasses
;new tests whether the object is new.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

JOSM