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.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractListMergeModel.EntriesTableModel |
AbstractListMergeModel.mergedEntriesTableModel |
protected AbstractListMergeModel.EntriesTableModel |
AbstractListMergeModel.myEntriesTableModel |
protected AbstractListMergeModel.EntriesTableModel |
AbstractListMergeModel.theirEntriesTableModel |
Modifier and Type | Method and Description |
---|---|
protected AbstractListMergeModel.EntriesTableModel |
NodeListTableCellRenderer.getModel(javax.swing.JTable table)
replies the model
|
Modifier and Type | Method and Description |
---|---|
protected void |
NodeListTableCellRenderer.renderNode(AbstractListMergeModel.EntriesTableModel model,
Node node,
int row,
boolean isSelected)
render a node
|
protected void |
NodeListTableCellRenderer.renderRowId(AbstractListMergeModel.EntriesTableModel model,
int row)
render the row id
|
Modifier and Type | Method and Description |
---|---|
protected AbstractListMergeModel.EntriesTableModel |
RelationMemberTableCellRenderer.getModel(javax.swing.JTable table)
replies the model
|
Modifier and Type | Method and Description |
---|---|
protected void |
RelationMemberTableCellRenderer.renderBackground(AbstractListMergeModel.EntriesTableModel model,
RelationMember member,
int row,
int col,
boolean isSelected) |
protected void |
RelationMemberTableCellRenderer.renderForeground(AbstractListMergeModel.EntriesTableModel model,
RelationMember member,
int row,
int col,
boolean isSelected) |