Package | Description |
---|---|
oracle.javatools.buffer |
The
TextBuffer package assists in the manipulation of in-memory text content, whether it is read-only text, or read-write text. |
Modifier and Type | Method and Description |
---|---|
static boolean |
Utilities.attachUndoState(AbstractTextBuffer textBuffer, AbstractTextBuffer.UndoState state)
Utility routine which will reattach the UndoableEdit's linked through the given state object to the specified TextBuffer.
|
static AbstractTextBuffer.UndoState |
Utilities.copyUndoState(AbstractTextBuffer textBuffer)
Utility routine which will copy all UndoableEdit's that have been generated for the given TextBuffer instance into an opaque state object.
|
static AbstractTextBuffer.UndoState |
Utilities.detachUndoState(AbstractTextBuffer textBuffer)
Utility routine which will detach all UndoableEdit's that have been generated for the given TextBuffer instance into an opaque state object.
|