Uses of Package
org.openstreetmap.josm.tools

Packages that use org.openstreetmap.josm.tools
org.openstreetmap.josm   
org.openstreetmap.josm.actions   
org.openstreetmap.josm.actions.audio   
org.openstreetmap.josm.actions.mapmode   
org.openstreetmap.josm.actions.search   
org.openstreetmap.josm.data.gpx   
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.data.validation.tests   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.dialogs.properties   
org.openstreetmap.josm.gui.history   
org.openstreetmap.josm.gui.io   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.gui.layer.geoimage   
org.openstreetmap.josm.gui.layer.markerlayer   
org.openstreetmap.josm.gui.mappaint   
org.openstreetmap.josm.gui.mappaint.mapcss   
org.openstreetmap.josm.gui.preferences.imagery   
org.openstreetmap.josm.gui.preferences.projection   
org.openstreetmap.josm.gui.preferences.shortcut   
org.openstreetmap.josm.gui.tagging   
org.openstreetmap.josm.gui.tagging.ac   
org.openstreetmap.josm.io.session   
org.openstreetmap.josm.tools   
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm
PlatformHook
          This interface allows platfrom (operating system) dependent code to be bundled into self-contained classes.
Shortcut
          Global shortcut class.
WindowGeometry
          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.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.actions
Destroyable
          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.
MultiMap
          MultiMap - maps keys to multiple values Corresponds to Google guava LinkedHashMultimap and Apache Collections MultiValueMap but it is an independent (simple) implementation.
Pair
          A pair.
Shortcut
          Global shortcut class.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.actions.audio
Destroyable
          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.
Shortcut
          Global shortcut class.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.actions.mapmode
Destroyable
          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.
Pair
          A pair.
Shortcut
          Global shortcut class.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.actions.search
Destroyable
          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.
Predicate
           
Property
          Small interface to define a property with both read and write access.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.data.gpx
PrimaryDateParser
          Handles a number of different date formats encountered in OSM.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.data.osm
Pair
          A pair.
Predicate
           
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.data.validation.tests
MultiMap
          MultiMap - maps keys to multiple values Corresponds to Google guava LinkedHashMultimap and Apache Collections MultiValueMap but it is an independent (simple) implementation.
Pair
          A pair.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui
Destroyable
          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.
Predicate
           
Shortcut
          Global shortcut class.
WindowGeometry
          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.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.dialogs
Destroyable
          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.
MultikeyShortcutAction
           
MultikeyShortcutAction.MultikeyInfo
           
Shortcut
          Global shortcut class.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.dialogs.properties
Destroyable
          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.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.history
Destroyable
          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.
Diff.change
          The result of comparison is an "edit script": a chain of change objects.
Predicate
           
UrlLabel
          Label that contains a clickable link.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.io
GBC
          A wrapper for GridBagConstraints which has sane default static creators and member functions to chain calling.
Pair
          A pair.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.layer
Destroyable
          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.
MultikeyShortcutAction
           
MultikeyShortcutAction.MultikeyInfo
           
Shortcut
          Global shortcut class.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.layer.geoimage
Destroyable
          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.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.layer.markerlayer
Destroyable
          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.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.mappaint
Destroyable
          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.
Pair
          A pair.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.mappaint.mapcss
Pair
          A pair.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.preferences.imagery
GBC
          A wrapper for GridBagConstraints which has sane default static creators and member functions to chain calling.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.preferences.projection
GBC
          A wrapper for GridBagConstraints which has sane default static creators and member functions to chain calling.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.preferences.shortcut
Shortcut
          Global shortcut class.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.tagging
Destroyable
          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.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.gui.tagging.ac
MultiMap
          MultiMap - maps keys to multiple values Corresponds to Google guava LinkedHashMultimap and Apache Collections MultiValueMap but it is an independent (simple) implementation.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.io.session
MultiMap
          MultiMap - maps keys to multiple values Corresponds to Google guava LinkedHashMultimap and Apache Collections MultiValueMap but it is an independent (simple) implementation.
 

Classes in org.openstreetmap.josm.tools used by org.openstreetmap.josm.tools
AudioPlayer
          Creates and controls a separate audio player thread.
AudioPlayer.Command
           
AudioPlayer.Execute
          Passes information from the control thread to the playing thread
AudioPlayer.Result
           
AudioPlayer.State
           
Diff.change
          The result of comparison is an "edit script": a chain of change objects.
Diff.file_data
          Data on one input file being compared.
Diff.ScriptBuilder
           
FallbackDateParser
          Handles a number of different date formats encountered in OSM.
GBC
          A wrapper for GridBagConstraints which has sane default static creators and member functions to chain calling.
Geometry.PolygonIntersection
           
I18n.PluralMode
           
ImageProvider
          Helper class to support the application with images.
ImageProvider.ImageCallback
           
ImageProvider.ImageType
           
ImageProvider.OverlayPosition
          Position of an overlay icon
ImageResource
          Holds data for one particular image.
MultikeyActionsHandler
           
MultikeyActionsHandler.MyAction
           
MultikeyShortcutAction
           
MultikeyShortcutAction.MultikeyInfo
           
MultiMap
          MultiMap - maps keys to multiple values Corresponds to Google guava LinkedHashMultimap and Apache Collections MultiValueMap but it is an independent (simple) implementation.
Pair
          A pair.
PlatformHook
          This interface allows platfrom (operating system) dependent code to be bundled into self-contained classes.
PlatformHookOsx
           
PlatformHookUnixoid
          see PlatformHook.java BTW: THIS IS A STUB.
Predicate
           
Shortcut
          Global shortcut class.
SubclassFilteredCollection
          Filtered view of a collection.
TaggingPresetNameTemplateList
          List of tagging presets with name templates, allows to find appropriate template based on existing primitive
Utils.Function
          Represents a function that can be applied to objects of A and returns objects of B.
WindowGeometry
          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.WindowGeometryException
          Exception thrown by the WindowGeometry class if something goes wrong
XmlObjectParser.Entry
           
XmlObjectParser.PresetParsingException
           
 



JOSM