Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.pair |
Provides the classes for displaying conflicts as pair of lists.
|
org.openstreetmap.josm.gui.conflict.pair.nodes |
Provides the classes for displaying conflicts in ways list of nodes.
|
org.openstreetmap.josm.gui.conflict.pair.properties |
Provides the classes for displaying conflicts in OSM primitive properties.
|
org.openstreetmap.josm.gui.conflict.pair.relation |
Provides the classes for displaying conflicts in OSM primitive relation memberships.
|
org.openstreetmap.josm.gui.help |
Help system based on an embedded web browser fetching contents from JOSM wiki.
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
org.openstreetmap.josm.gui.preferences.plugin |
Provides classes for handling plugin preferences.
|
org.openstreetmap.josm.gui.util |
Provides GUI utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListMergeModel<T extends PrimitiveId,C extends ConflictResolveCommand>
ListMergeModel is a model for interactively comparing and merging two list of entries
of type T.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeListMergeModel
The model for merging two lists of way nodess
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesMergeModel
This is the model for resolving conflicts in the properties of the
OsmPrimitive s. |
Modifier and Type | Class and Description |
---|---|
class |
RelationMemberListMergeModel
The model for merging two lists of relation members
|
Modifier and Type | Class and Description |
---|---|
class |
HelpBrowserHistory
Help browser history.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryBrowserModel
This is the model used by the history browser.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangesetCommentModel
ChangesetCommentModel is an observable model for the changeset comment edited
in the
UploadDialog . |
Modifier and Type | Class and Description |
---|---|
class |
PluginPreferencesModel
The plugin model behind a
PluginListPanel . |
Modifier and Type | Field and Description |
---|---|
private ChangeNotifier |
AdjustmentSynchronizer.observable |