Package org.luwrain.controls.edit
Class MultilineTranslator
java.lang.Object
org.luwrain.controls.edit.MultilineTranslator
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
protected final HotPointControl
protected final MutableLines
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
protected void
checkPos
(int pos, int lineIndex) protected void
endEditTrans
(boolean cleanSingleEmptyLine) protected String
getLine
(int index) protected int
protected String
getWordPriorTo
(int pos, int lineIndex) protected MultilineTranslator.OperationFinishing
operation
(boolean cleanEmptyLine)
-
Field Details
-
lines
-
hotPoint
-
adjustHotPoint
protected final boolean adjustHotPoint
-
-
Constructor Details
-
MultilineTranslator
-
-
Method Details
-
change
-
getLineCount
protected int getLineCount() -
getLine
-
getWordPriorTo
-
checkPos
protected void checkPos(int pos, int lineIndex) -
beginEditTrans
protected void beginEditTrans() -
endEditTrans
protected void endEditTrans(boolean cleanSingleEmptyLine) -
operation
-