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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDocumentFilter.java36 * the passed in <code>FilterBypass</code>. Subclasses should NOT call back
38 * instead call into the superclass or the <code>FilterBypass</code>.
43 * <code>FilterBypass</code> multiple times, or for different regions, but
44 * it should not callback into the <code>FilterBypass</code> after returning
67 * necessary, or call directly into the <code>FilterBypass</code> as
70 * @param fb FilterBypass that can be used to mutate Document
77 public void remove(FilterBypass fb, int offset, int length) throws
86 * necessary, or call directly into the FilterBypass.
88 * @param fb FilterBypass that can be used to mutate Document
98 public void insertString(FilterBypass f
132 public static abstract class FilterBypass { class in class:DocumentFilter
[all...]
H A DNavigationFilter.java43 * <code>FilterBypass</code>.
54 * calls directly into the <code>FilterBypass</code> with the passed
57 * on the <code>FilterBypass</code>
59 * @param fb FilterBypass that can be used to mutate caret position
63 public void setDot(FilterBypass fb, int dot, Position.Bias bias) {
69 * calls directly into the <code>FilterBypass</code> with the passed
72 * methods on the <code>FilterBypass</code>.
74 * @param fb FilterBypass that can be used to mutate caret position
78 public void moveDot(FilterBypass fb, int dot, Position.Bias bias) {
123 public static abstract class FilterBypass { class in class:NavigationFilter
[all...]

Completed in 28 milliseconds