|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTextBuffer.UndoState | |
---|---|
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. |
Uses of AbstractTextBuffer.UndoState in oracle.javatools.buffer |
---|
Methods in oracle.javatools.buffer that return AbstractTextBuffer.UndoState | |
---|---|
protected AbstractTextBuffer.UndoState |
AbstractTextBuffer.copyUndoState() Copy the UndoState from this 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. |
protected AbstractTextBuffer.UndoState |
AbstractTextBuffer.detachUndoState() Detach the UndoState from this TextBuffer. |
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. |
Methods in oracle.javatools.buffer with parameters of type AbstractTextBuffer.UndoState | |
---|---|
protected boolean |
AbstractTextBuffer.attachUndoState(AbstractTextBuffer.UndoState state) Reattach the UndoState to this TextBuffer. |
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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |