|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextBufferListener
Listener interface for receiving notifications about changes to text buffers.
| Method Summary | |
|---|---|
void |
textChanged(ITextBuffer b,
int start,
int end)
Called by text buffers when a portion of their contents have changed. |
void |
textMoved(ITextBuffer b,
int start,
int offset)
Called by text buffers when a portion of their contents have moved. |
| Method Detail |
|---|
void textChanged(ITextBuffer b,
int start,
int end)
b - a reference to the text buffer that changed.start - the starting index of the changed text.end - the ending index of the changed text.
void textMoved(ITextBuffer b,
int start,
int offset)
b - a reference to the text buffer that moved.start - the starting index of the moved text.offset - the relative number of characters the text has moved towards the end of the buffer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||