|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadOnlyException | |
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 ReadOnlyException in oracle.javatools.buffer |
Methods in oracle.javatools.buffer that throw ReadOnlyException | |
void |
TextBuffer.beginEdit() Used to instruct to the text buffer to start a compound edit such that all the changes made between this point and when the endEdit() is called should be combined into a single UndoableEdit record. |
javax.swing.undo.UndoableEdit |
TextBuffer.insert(int offset, char[] data) Inserts the indicated data into the text buffer at the given offset. |
javax.swing.undo.UndoableEdit |
TextBuffer.append(char[] data) Appends the indicated data into the text buffer at the end of the buffer. |
javax.swing.undo.UndoableEdit |
TextBuffer.remove(int offset, int count) Removes a range of data from the text buffer. |
javax.swing.undo.UndoableEdit |
TextBuffer.removeToEnd(int offset) Removes data from the text buffer starting at the given offset to the end of the buffer. |
void |
TextBuffer.writeLock() Attempts to acquire a write lock on this text buffer for the purposes of writing to the text buffer - this is a blocking call. |
javax.swing.undo.UndoableEdit |
TextBuffer.insert(int offset, java.io.Reader reader) Inserts the data from a Reader instance into the text buffer at the given offset. |
void |
TextBuffer.setEOLType(java.lang.String eolType) Changes the EOL terminator type associated with this document to the type specified. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.