Class AbstractMergePanel.AbstractUndecideRow
- java.lang.Object
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.AbstractUndecideRow
-
- Direct Known Subclasses:
PropertiesMerger.UndecideCoordinatesRow
,PropertiesMerger.UndecideDeletedStateRow
,TagMerger.UndecidedRow
- Enclosing class:
- AbstractMergePanel
protected abstract static class AbstractMergePanel.AbstractUndecideRow extends AbstractMergePanel.MergeRow
Add the undecide button to the middle of the merged row.
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
marginTop
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractUndecideRow()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
addConstraints(GBC constraints, int columnIndex)
protected abstract AbstractAction
createAction()
protected abstract String
getButtonName()
protected JComponent
merged()
-
Methods inherited from class org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel.MergeRow
addTo, getColumns, mineButton, mineField, rowTitle, theirsButton, theirsField
-
-
-
-
Constructor Detail
-
AbstractUndecideRow
protected AbstractUndecideRow()
-
-
Method Detail
-
merged
protected JComponent merged()
- Overrides:
merged
in classAbstractMergePanel.MergeRow
-
createAction
protected abstract AbstractAction createAction()
-
getButtonName
protected abstract String getButtonName()
-
addConstraints
protected void addConstraints(GBC constraints, int columnIndex)
- Overrides:
addConstraints
in classAbstractMergePanel.MergeRow
-
-