Class MultilineTranslator

java.lang.Object
org.luwrain.controls.edit.MultilineTranslator

public class MultilineTranslator extends Object
  • Field Details

    • lines

      protected final MutableLines lines
    • hotPoint

      protected final HotPointControl hotPoint
    • adjustHotPoint

      protected final boolean adjustHotPoint
  • Constructor Details

  • Method Details

    • change

      public void change(MultilineCorrector.Change c)
    • getLineCount

      protected int getLineCount()
    • getLine

      protected String getLine(int index)
    • getWordPriorTo

      protected String getWordPriorTo(int pos, int lineIndex)
    • checkPos

      protected void checkPos(int pos, int lineIndex)
    • beginEditTrans

      protected void beginEditTrans()
    • endEditTrans

      protected void endEditTrans(boolean cleanSingleEmptyLine)
    • operation

      protected MultilineTranslator.OperationFinishing operation(boolean cleanEmptyLine)