|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TextBuffer.DeleteRange
Signal emitted when one or more characters are deleted.
You can get a String representing the the removed characters by calling:
deleted = buffer.getText(start, finish, false);
Note that in the case of a user action which attempts to delete text in
a TextView that is not editable or within a range of
characters affected by TextTags with the editable property
set to false
then the action will be inhibited and this
signal will not be raised.
Method Summary | |
---|---|
void |
onDeleteRange(TextBuffer source,
TextIter start,
TextIter finish)
|
Method Detail |
---|
void onDeleteRange(TextBuffer source, TextIter start, TextIter finish)
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |