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.EntriesTableModelAbstractListMergeModel. mergedEntriesTableModelprotected AbstractListMergeModel.EntriesTableModelAbstractListMergeModel. myEntriesTableModelprotected AbstractListMergeModel.EntriesTableModelAbstractListMergeModel. 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.EntriesTableModelNodeListTableCellRenderer. getModel(javax.swing.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 voidNodeListTableCellRenderer. renderNode(AbstractListMergeModel.EntriesTableModel model, Node node, int row, boolean isSelected)render a nodeprotected voidNodeListTableCellRenderer. 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.EntriesTableModelRelationMemberTableCellRenderer. getModel(javax.swing.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 voidRelationMemberTableCellRenderer. renderBackground(AbstractListMergeModel.EntriesTableModel model, RelationMember member, int row, int col, boolean isSelected)protected voidRelationMemberTableCellRenderer. renderForeground(AbstractListMergeModel.EntriesTableModel model, RelationMember member, int row, int col, boolean isSelected)
-