Searched defs:DocumentFilter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDocumentFilter.java28 * <code>DocumentFilter</code>, as the name implies, is a filter for the
30 * containing a <code>DocumentFilter</code> is modified (either through
32 * method invocation to the <code>DocumentFilter</code>. The
41 * on the <code>DocumentFilter</code>, the <code>DocumentFilter</code>
49 * in <code>AbstractDocument</code> use <code>DocumentFilter</code> when
52 * <code>DefaultStyledDocument</code> do not use <code>DocumentFilter</code>.
62 public class DocumentFilter { class
127 * a DocumentFilter must provide an implementation that will
128 * not callback into the DocumentFilter whe
[all...]

Completed in 978 milliseconds