Class PropertiesMerger.UndecideCoordinatesRow
- java.lang.Object
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.AbstractUndecideRow
-
- org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.UndecideCoordinatesRow
-
- Enclosing class:
- PropertiesMerger
private final class PropertiesMerger.UndecideCoordinatesRow extends AbstractMergePanel.AbstractUndecideRow
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
marginTop
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UndecideCoordinatesRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropertiesMerger.UndecideCoordinateConflictAction
createAction()
protected String
getButtonName()
-
Methods inherited from class org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.AbstractUndecideRow
addConstraints, merged
-
Methods inherited from class org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
getColumns, mineButton, mineField, rowTitle, theirsButton, theirsField
-
-
-
-
Constructor Detail
-
UndecideCoordinatesRow
private UndecideCoordinatesRow()
-
-
Method Detail
-
createAction
protected PropertiesMerger.UndecideCoordinateConflictAction createAction()
- Specified by:
createAction
in classAbstractMergePanel.AbstractUndecideRow
-
getButtonName
protected String getButtonName()
- Specified by:
getButtonName
in classAbstractMergePanel.AbstractUndecideRow
-
-