Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Uses of Class
oracle.javatools.buffer.AbstractTextBuffer

Packages that use AbstractTextBuffer
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 in oracle.javatools.buffer
 

Methods in oracle.javatools.buffer with parameters of type AbstractTextBuffer
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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.