Class PropertiesMerger.EmptyFillRow
- java.lang.Object
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
-
- org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.EmptyFillRow
-
- Enclosing class:
- PropertiesMerger
private static final class PropertiesMerger.EmptyFillRow extends AbstractMergePanel.MergeRow
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
marginTop
-
-
Constructor Summary
Constructors Modifier Constructor Description privateEmptyFillRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddConstraints(GBC constraints, int columnIndex)protected javax.swing.JComponentmerged()-
Methods inherited from class org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
getColumns, mineButton, mineField, rowTitle, theirsButton, theirsField
-
-
-
-
Constructor Detail
-
EmptyFillRow
private EmptyFillRow()
-
-
Method Detail
-
merged
protected javax.swing.JComponent merged()
- Overrides:
mergedin classAbstractMergePanel.MergeRow
-
addConstraints
protected void addConstraints(GBC constraints, int columnIndex)
- Overrides:
addConstraintsin classAbstractMergePanel.MergeRow
-
-