Top Description Fields Constructors Methods
org.jabref.model.entry.event

public Class FieldChangedEvent

extends EntryChangedEvent
Class Inheritance
Known Direct Subclasses
org.jabref.model.entry.event.FieldAddedOrRemovedEvent
Imports
java.util.Objects, org.jabref.model.FieldChange, org.jabref.model.entry.BibEntry, org.jabref.model.entry.field.Field

FieldChangedEvent is fired when a field of BibEntry has been modified, removed or added.

Field Summary

Modifier and TypeField and Description
private final Field
private int
private final String
private final String

Constructor Summary

AccessConstructor and Description
public
FieldChangedEvent(BibEntry
Affected BibEntry object
bibEntry
,
Field
Name of field which has been changed
field
,
String
new field value
newValue
,
String
old field value
oldValue
,
EntriesEventSource
Location affected by this event
location
)

public
FieldChangedEvent(BibEntry
Affected BibEntry object
bibEntry
,
Field
Name of field which has been changed
field
,
String
new field value
newValue
,
String oldValue)

public
FieldChangedEvent(FieldChange fieldChange, EntriesEventSource
Location affected by this event
location
)

public

Method Summary

Modifier and TypeMethod and Description
private int
public Field
public int
public String
public String
Inherited from org.jabref.model.entry.event.EntryChangedEvent:
getBibEntry

Field Detail

fieldback to summary
private final Field field
majorCharacterChangeback to summary
private int majorCharacterChange
newValueback to summary
private final String newValue
oldValueback to summary
private final String oldValue

Constructor Detail

FieldChangedEventback to summary
public FieldChangedEvent(BibEntry bibEntry, Field field, String newValue, String oldValue, EntriesEventSource location)
Parameters
bibEntry:BibEntry

Affected BibEntry object

field:Field

Name of field which has been changed

newValue:String

new field value

oldValue:String

old field value

location:EntriesEventSource

Location affected by this event

FieldChangedEventback to summary
public FieldChangedEvent(BibEntry bibEntry, Field field, String newValue, String oldValue)
Parameters
bibEntry:BibEntry

Affected BibEntry object

field:Field

Name of field which has been changed

newValue:String

new field value

FieldChangedEventback to summary
public FieldChangedEvent(FieldChange fieldChange, EntriesEventSource location)
Parameters
location:EntriesEventSource

Location affected by this event

FieldChangedEventback to summary
public FieldChangedEvent(FieldChange fieldChange)

Method Detail

computeMajorCharacterChangeback to summary
private int computeMajorCharacterChange(String oldValue, String newValue)
getFieldback to summary
public Field getField()
getMajorCharacterChangeback to summary
public int getMajorCharacterChange()
getNewValueback to summary
public String getNewValue()
getOldValueback to summary
public String getOldValue()