|
java-gnome version 4.0.15 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TextBuffer.InsertText
Signal emitted when text is inserted into the TextBuffer.
You must leave the TextIter pointer
in a valid state; that
is, if you do something in your signal handler that changes the
TextBuffer, you must revalidate pos
before returning.
The default handler for this signal is where the mechanism to actually insert text into the TextBuffer lives.
Method Summary | |
---|---|
void |
onInsertText(TextBuffer source,
TextIter pointer,
String text)
|
Method Detail |
---|
void onInsertText(TextBuffer source, TextIter pointer, String text)
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |