Class AbstractMergePanel.MergeRowWithoutButton
- java.lang.Object
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRowWithoutButton
-
- Direct Known Subclasses:
PropertiesMerger.VersionInfoRow
- Enclosing class:
- AbstractMergePanel
protected static class AbstractMergePanel.MergeRowWithoutButton extends AbstractMergePanel.MergeRow
A row that does not contain the merge buttons. Fields in this row fill both the button and filed area.
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
marginTop
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MergeRowWithoutButton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addConstraints(GBC constraints, int columnIndex)
protected javax.swing.JComponent[]
getColumns()
-
Methods inherited from class org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
addTo, merged, mineButton, mineField, rowTitle, theirsButton, theirsField
-
-
-
-
Constructor Detail
-
MergeRowWithoutButton
protected MergeRowWithoutButton()
-
-
Method Detail
-
getColumns
protected javax.swing.JComponent[] getColumns()
- Overrides:
getColumns
in classAbstractMergePanel.MergeRow
-
addConstraints
protected void addConstraints(GBC constraints, int columnIndex)
- Overrides:
addConstraints
in classAbstractMergePanel.MergeRow
-
-