Uses of Class
eu.svjatoslav.sixth.e3d.gui.textEditorComponent.TextLine
Packages that use TextLine
-
Uses of TextLine in eu.svjatoslav.sixth.e3d.gui.textEditorComponent
Fields in eu.svjatoslav.sixth.e3d.gui.textEditorComponent with type parameters of type TextLineMethods in eu.svjatoslav.sixth.e3d.gui.textEditorComponent that return TextLineModifier and TypeMethodDescriptionPage.getLine(int row) Returns the specified line.TextLine.getSubLine(int from, int until) Returns a newTextLinecontaining the characters from this line in the range [from,until).Methods in eu.svjatoslav.sixth.e3d.gui.textEditorComponent with parameters of type TextLineModifier and TypeMethodDescriptionvoidPage.insertLine(int row, TextLine textLine) voidTextLine.insertTextLine(int col, TextLine textLine) Inserts all characters from anotherTextLineat the specified column.