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 private
EmptyFillRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addConstraints(GBC constraints, int columnIndex)
protected javax.swing.JComponent
merged()
-
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:
merged
in classAbstractMergePanel.MergeRow
-
addConstraints
protected void addConstraints(GBC constraints, int columnIndex)
- Overrides:
addConstraints
in classAbstractMergePanel.MergeRow
-
-