Package org.openstreetmap.josm.data

Interface Summary
Preferences.ColorKey  
Preferences.PreferenceChangedListener  
Preferences.PreferenceChangeEvent<T>  
Preferences.Setting<T> Interface for a preference value
Preferences.SettingVisitor  
SelectionChangedListener This is a listener for selection changes through the dataset's data.
 

Class Summary
APIDataSet Represents a collection of OsmPrimitives which should be uploaded to the API.
APIDataSet.RelationUploadDependencyGraph Utility class to sort a collection of new relations with their dependencies topologically.
AutosaveTask Saves data layers periodically so they can be recovered in case of a crash.
AutosaveTask.AutosaveLayerInfo  
Bounds This is a simple data class for "rectangular" areas of the world, given in lat/lon min/max values.
CustomConfigurator Class to process configuration changes stored in XML can be used to modify preferences, store/delete files in .josm folders etc
CustomConfigurator.PreferencesUtils Helper class to do specific Prefrences operation - appending, replacing, deletion by key and by value Also contains functions that convert preferences object to JavaScript object and back
CustomConfigurator.XMLCommandProcessor  
Preferences This class holds all preferences for JOSM.
Preferences.AbstractSetting<T>  
Preferences.DefaultPreferenceChangeEvent<T>  
Preferences.ListListSetting  
Preferences.ListSetting  
Preferences.MapListSetting  
Preferences.StringSetting  
ProjectionBounds This is a simple data class for "rectangular" areas of the world, given in east/north min/max values.
ServerSidePreferences This class tweak the Preferences class to provide server side preference settings, as example used in the applet version.
UndoRedoHandler  
Version Provides basic information about the currently used JOSM build.
 

Enum Summary
Bounds.ParseMethod  
 

Exception Summary
ServerSidePreferences.MissingPassword  
 

Annotation Types Summary
Preferences.pref  
Preferences.writeExplicitly  
 



JOSM