| Added Methods |
DocumentFilter getDocumentFilter()
|
Returns the DocumentFilter that is responsible for filtering of insertion/removal. |
DocumentListener[] getDocumentListeners()
|
Returns an array of all the document listeners registered on this document. |
UndoableEditListener[] getUndoableEditListeners()
|
Returns an array of all the undoable edit listeners registered on this document. |
void replace(int, int, String, AttributeSet)
|
Deletes the region of text from offset to offset + length and replaces it with text. |
void setDocumentFilter(DocumentFilter)
|
Sets the DocumentFilter. |