Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
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.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
Modifier and Type | Field and Description |
---|---|
private OsmPrimitivesTable |
ZoomToAction.table |
Constructor and Description |
---|
ZoomToAction(OsmPrimitivesTable table,
java.lang.String descriptionNominal,
java.lang.String descriptionInactiveLayer,
java.lang.String descriptionNoSelection)
Creates a new, generic zoom to action
|
Modifier and Type | Class and Description |
---|---|
class |
PairTable
This is the base class for all tables that display an
AbstractListMergeModel . |
Modifier and Type | Field and Description |
---|---|
protected OsmPrimitivesTable |
AbstractListMerger.mergedEntriesTable |
protected OsmPrimitivesTable |
AbstractListMerger.myEntriesTable |
protected OsmPrimitivesTable |
AbstractListMerger.theirEntriesTable |
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 |
MemberTable
The table of members a selected relation has.
|