Package org.omegat.gui.editor.mark
Class EntryMarks
- java.lang.Object
-
- org.omegat.gui.editor.mark.EntryMarks
-
public class EntryMarks extends java.lang.Object
Information about entry which processed, for be able to check if this entry changed in UI.
-
-
Field Summary
Fields Modifier and Type Field Description SegmentBuilder
builder
boolean
isActive
int
markerIndex
java.util.List<Mark>
result
java.lang.String
sourceText
May be null if source not displayedSourceTextEntry
ste
java.lang.String
translationText
May be null if not translated
-
Constructor Summary
Constructors Constructor Description EntryMarks(SegmentBuilder builder, long entryVersion, int markerIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSegmentChanged()
Check if entry changed.
-
-
-
Field Detail
-
builder
public SegmentBuilder builder
-
markerIndex
public final int markerIndex
-
result
public java.util.List<Mark> result
-
ste
public final SourceTextEntry ste
-
sourceText
public final java.lang.String sourceText
May be null if source not displayed
-
translationText
public final java.lang.String translationText
May be null if not translated
-
isActive
public final boolean isActive
-
-
Constructor Detail
-
EntryMarks
public EntryMarks(SegmentBuilder builder, long entryVersion, int markerIndex)
-
-