abstract class ConflictDialog.ResolveToAction extends ConflictDialog.ResolveAction
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
private MergeDecisionType |
type |
| Constructor and Description |
|---|
ResolveToAction(java.lang.String name,
java.lang.String description,
MergeDecisionType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
valueChangedprivate final java.lang.String name
private final MergeDecisionType type
ResolveToAction(java.lang.String name, java.lang.String description, MergeDecisionType type)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class ConflictDialog.ResolveAction