| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.conflict.pair.nodes |
Provides the classes for displaying conflicts in ways list of nodes.
|
| Modifier and Type | Method and Description |
|---|---|
WayNodesConflictResolverCommand |
NodeListMergeModel.buildResolveCommand(Conflict<? extends OsmPrimitive> conflict) |
| Constructor and Description |
|---|
NodeListTable(java.lang.String name,
AbstractListMergeModel<Node,WayNodesConflictResolverCommand> model,
OsmPrimitivesTableModel dm,
javax.swing.ListSelectionModel sm)
Constructs a new
NodeListTable. |