(package private) void |
CoreDocumentImpl.deletedText(CharacterDataImpl node,
int offset,
int count) |
A method to be called when some text was deleted from a text node, so that
live objects can be notified.
|
(package private) void |
DocumentImpl.deletedText(CharacterDataImpl node,
int offset,
int count) |
A method to be called when some text was deleted from a text node, so that
live objects can be notified.
|
(package private) void |
CoreDocumentImpl.insertedText(CharacterDataImpl node,
int offset,
int count) |
A method to be called when some text was inserted into a text node, so that
live objects can be notified.
|
(package private) void |
DocumentImpl.insertedText(CharacterDataImpl node,
int offset,
int count) |
A method to be called when some text was inserted into a text node, so that
live objects can be notified.
|
(package private) void |
CoreDocumentImpl.replacedText(CharacterDataImpl node) |
A method to be called when some text was changed in a text node, so that live
objects can be notified.
|
(package private) void |
DocumentImpl.replacedText(CharacterDataImpl node) |
A method to be called when some text was changed in a text node, so that live
objects can be notified.
|