Modifier and Type | Class and Description |
---|---|
class |
TextFileBuffer |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Occurence(Position position,
TextBuffer buffer)
Creates a new instance of Occurence.
|
Copyright © 2009-2012. All Rights Reserved.