Uses of Class
org.openstreetmap.josm.gui.history.TwoColumnDiff.Item
-
Packages that use TwoColumnDiff.Item Package Description org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects. -
-
Uses of TwoColumnDiff.Item in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history with type parameters of type TwoColumnDiff.Item Modifier and Type Field Description java.util.List<TwoColumnDiff.Item>TwoColumnDiff. currentDiffjava.util.List<TwoColumnDiff.Item>TwoColumnDiff. referenceDiffprivate java.util.List<TwoColumnDiff.Item>DiffTableModel. rowsMethods in org.openstreetmap.josm.gui.history that return TwoColumnDiff.Item Modifier and Type Method Description TwoColumnDiff.ItemDiffTableModel. getValueAt(int rowIndex, int columnIndex)Methods in org.openstreetmap.josm.gui.history with parameters of type TwoColumnDiff.Item Modifier and Type Method Description private booleanNodeListViewer. isSemanticallyEquivalent(TwoColumnDiff.Item o1, TwoColumnDiff.Item o2)private booleanRelationMemberListViewer. isSemanticallyEquivalent(TwoColumnDiff.Item o1, TwoColumnDiff.Item o2)protected voidNodeListTableCellRenderer. renderNode(TwoColumnDiff.Item item)protected voidRelationMemberListTableCellRenderer. renderPrimitive(TwoColumnDiff.Item diffItem)protected voidRelationMemberListTableCellRenderer. renderRole(TwoColumnDiff.Item diffItem)Method parameters in org.openstreetmap.josm.gui.history with type arguments of type TwoColumnDiff.Item Modifier and Type Method Description protected voidHistoryViewerPanel. enableSemanticSelectionSynchronization(javax.swing.ListSelectionModel thisSelectionModel, DiffTableModel thisModel, DiffTableModel otherModel, java.util.function.BiPredicate<TwoColumnDiff.Item,TwoColumnDiff.Item> isSemanticallyEquivalent)Enables semantic highlighting for theStructUtils.SerializeOptionsprotected voidHistoryViewerPanel. enableSemanticSelectionSynchronization(javax.swing.ListSelectionModel thisSelectionModel, DiffTableModel thisModel, DiffTableModel otherModel, java.util.function.BiPredicate<TwoColumnDiff.Item,TwoColumnDiff.Item> isSemanticallyEquivalent)Enables semantic highlighting for theStructUtils.SerializeOptionsvoidDiffTableModel. setRows(java.util.List<TwoColumnDiff.Item> rows, boolean reversed)
-