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.relation |
Provides the classes for displaying conflicts in OSM primitive relation memberships.
|
org.openstreetmap.josm.gui.conflict.tags |
Provides the classes for resolving conflicts between OSM tags.
|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.tagging |
Provides classes for handling edition of OSM tags: tag tables, tag editors.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
Modifier and Type | Class and Description |
---|---|
class |
PairTable
This is the base class for all tables that display an
AbstractListMergeModel . |
Modifier and Type | Class and Description |
---|---|
class |
NodeListTable
Node list table.
|
Modifier and Type | Class and Description |
---|---|
class |
RelationMemberTable
Relation member table.
|
Modifier and Type | Class and Description |
---|---|
class |
TagConflictResolverTable
This table presents the tags that are conflicting to the user.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberTable
The table of members a selected relation has.
|
Modifier and Type | Class and Description |
---|---|
class |
TagTable
This is the tabular editor component for OSM tags.
|
Modifier and Type | Class and Description |
---|---|
class |
OsmPrimitivesTable
Table displaying OSM primitives.
|