Uses of Class
org.openstreetmap.josm.gui.conflict.pair.AbstractListMergeModel.EntriesTableModel
-
Packages that use AbstractListMergeModel.EntriesTableModel 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. -
-
Uses of AbstractListMergeModel.EntriesTableModel in org.openstreetmap.josm.gui.conflict.pair
Fields in org.openstreetmap.josm.gui.conflict.pair declared as AbstractListMergeModel.EntriesTableModel Modifier and Type Field Description protected AbstractListMergeModel.EntriesTableModel
AbstractListMergeModel. mergedEntriesTableModel
protected AbstractListMergeModel.EntriesTableModel
AbstractListMergeModel. myEntriesTableModel
protected AbstractListMergeModel.EntriesTableModel
AbstractListMergeModel. theirEntriesTableModel
-
Uses of AbstractListMergeModel.EntriesTableModel in org.openstreetmap.josm.gui.conflict.pair.nodes
Methods in org.openstreetmap.josm.gui.conflict.pair.nodes that return AbstractListMergeModel.EntriesTableModel Modifier and Type Method Description protected AbstractListMergeModel.EntriesTableModel
NodeListTableCellRenderer. getModel(JTable table)
replies the modelMethods in org.openstreetmap.josm.gui.conflict.pair.nodes with parameters of type AbstractListMergeModel.EntriesTableModel Modifier and Type Method Description protected void
NodeListTableCellRenderer. renderNode(AbstractListMergeModel.EntriesTableModel model, Node node, int row, boolean isSelected)
render a nodeprotected void
NodeListTableCellRenderer. renderRowId(AbstractListMergeModel.EntriesTableModel model, int row)
render the row id -
Uses of AbstractListMergeModel.EntriesTableModel in org.openstreetmap.josm.gui.conflict.pair.relation
Methods in org.openstreetmap.josm.gui.conflict.pair.relation that return AbstractListMergeModel.EntriesTableModel Modifier and Type Method Description protected AbstractListMergeModel.EntriesTableModel
RelationMemberTableCellRenderer. getModel(JTable table)
replies the modelMethods in org.openstreetmap.josm.gui.conflict.pair.relation with parameters of type AbstractListMergeModel.EntriesTableModel Modifier and Type Method 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)
-