|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TextBuffer in se.biltmore.tools.fileeditor |
---|
Classes in se.biltmore.tools.fileeditor that implement TextBuffer | |
---|---|
class |
TextFileBuffer
|
Methods in se.biltmore.tools.fileeditor that return TextBuffer | |
---|---|
TextBuffer |
TextFileEditor.getSelectedText()
Returns the selection as a TextBuffer. |
TextBuffer |
TextFileEditor.getTextBuffer()
Returns the currently edited buffer. |
TextBuffer |
TextFileBuffer.newInstance()
Returns a new instance of the buffer. |
TextBuffer |
TextBuffer.newInstance()
Returns a new instance of the buffer. |
Methods in se.biltmore.tools.fileeditor with parameters of type TextBuffer | |
---|---|
void |
TextFileEditor.appendBuffer(TextBuffer buffer)
Appends another buffer into this one at the end. |
void |
TextFileEditor.insertBuffer(TextBuffer buffer)
Inserts another buffer into the buffer at the line below the current line. |
void |
TextFileEditor.insertTextBuffer(TextBuffer insertBuffer)
Inserts a TextBuffer at the current position and moves the current position to after the last inserted character. |
void |
TextFileEditor.replaceSelectionWithTextBuffer(TextBuffer replaceBuffer)
Replaces the current selection with the contents of the specified TextBuffer. |
void |
TextFileEditor.setTextBuffer(TextBuffer textBuffer)
Replaces the buffer to edit. |
Constructors in se.biltmore.tools.fileeditor with parameters of type TextBuffer | |
---|---|
Occurence(Position position,
TextBuffer buffer)
Creates a new instance of Occurence. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |