edu.utep.cs.utjml.canica.jmleditor
Class DocumentSizeFilter
java.lang.Object
javax.swing.text.DocumentFilter
edu.utep.cs.utjml.canica.jmleditor.DocumentSizeFilter
public class DocumentSizeFilter
- extends DocumentFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentSizeFilter
public DocumentSizeFilter(int maxChars)
insertString
public void insertString(DocumentFilter.FilterBypass fb,
int offs,
String str,
AttributeSet a)
throws BadLocationException
- Overrides:
insertString in class DocumentFilter
- Throws:
BadLocationException
replace
public void replace(DocumentFilter.FilterBypass fb,
int offs,
int length,
String str,
AttributeSet a)
throws BadLocationException
- Overrides:
replace in class DocumentFilter
- Throws:
BadLocationException
UTJML is Copyright (C) 2004-2006 by University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the JML project.