Class 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 Detail

      • markerIndex

        public final int markerIndex
      • result

        public java.util.List<Mark> result
      • 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)
    • Method Detail

      • isSegmentChanged

        public boolean isSegmentChanged()
        Check if entry changed.