DocumentFilter.FilterBypass
Class DocumentFilter.FilterBypass
- java.lang.Object
-
- javax.swing.text.DocumentFilter.FilterBypass
- Enclosing class:
- DocumentFilter
public abstract static class DocumentFilter.FilterBypass extends Object
Used as a way to circumvent calling back into the Document to change it. Document implementations that wish to support a DocumentFilter must provide an implementation that will not callback into the DocumentFilter when the following methods are invoked from the DocumentFilter.
- Since:
- 1.4
Constructors
FilterBypass
public FilterBypass()