swingwtx.swing.text
Class DocumentFilter.FilterBypass
java.lang.Object
swingwtx.swing.text.DocumentFilter.FilterBypass
- Enclosing class:
- DocumentFilter
- public abstract static class DocumentFilter.FilterBypass
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentFilter.FilterBypass
public DocumentFilter.FilterBypass()
getDocument
public abstract Document getDocument()
remove
public abstract void remove(int offset,
int length)
throws BadLocationException
- Throws:
BadLocationException
insertString
public abstract void insertString(int offset,
java.lang.String string,
AttributeSet attr)
throws BadLocationException
- Throws:
BadLocationException
replace
public abstract void replace(int offset,
int length,
java.lang.String string,
AttributeSet attrs)
throws BadLocationException
- Throws:
BadLocationException