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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DRowFilter.java28 public class RowFilter { class
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowFilter.java36 * <code>RowFilter</code> is used to filter out entries from the
38 * <code>RowFilter</code> associated with a <code>JTable</code> might
53 * RowFilter&lt;Object,Object&gt; startsWithAFilter = new RowFilter&lt;Object,Object&gt;() {
67 * <code>RowFilter</code> has two formal type parameters that allow
68 * you to create a <code>RowFilter</code> for a specific model. For
73 * RowFilter&lt;PersonModel,Integer&gt; ageFilter = new RowFilter&lt;PersonModel,Integer&gt;() {
96 public abstract class RowFilter<M,I> { class
99 * some of the default <code>RowFilter</cod
[all...]

Completed in 34 milliseconds