Package org.luwrain.controls.edit
Class MultilineTranslator
java.lang.Object
org.luwrain.controls.edit.MultilineTranslator
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final HotPointControlprotected final MutableLines -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidprotected voidcheckPos(int pos, int lineIndex) protected voidendEditTrans(boolean cleanSingleEmptyLine) protected StringgetLine(int index) protected intprotected StringgetWordPriorTo(int pos, int lineIndex) protected MultilineTranslator.OperationFinishingoperation(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
-