| 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 | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 |