public class SpecialFieldAction extends BaseAction
Constructor and Description |
---|
SpecialFieldAction(JabRefFrame frame,
SpecialField c,
java.lang.String value,
boolean nullFieldIfValueIsTheSame,
java.lang.String undoText,
java.lang.String doneTextPattern) |
Modifier and Type | Method and Description |
---|---|
void |
action() |
public SpecialFieldAction(JabRefFrame frame, SpecialField c, java.lang.String value, boolean nullFieldIfValueIsTheSame, java.lang.String undoText, java.lang.String doneTextPattern)
nullFieldIfValueIsTheSame
- - false also causes that doneTextPattern has two place holders %0 for the value and %1 for the sum of entriesdoneTextPattern
- - the pattern to use to update status information shown in MainFramepublic void action()
action
in class BaseAction