| public static final enum javax.swing RowFilter.ComparisonType
|
Java SE 6 |
RowFilters.
| since | 1.6 |
| See also | javax.swing.RowFilter |
| Enum constants | |
|---|---|
| final public static RowFilter.ComparisonType | BEFORE Indicates that entries with a value before the supplied value should be included. |
| final public static RowFilter.ComparisonType | AFTER Indicates that entries with a value after the supplied value should be included. |
| final public static RowFilter.ComparisonType | EQUAL Indicates that entries with a value equal to the supplied value should be included. |
| final public static RowFilter.ComparisonType | NOT_EQUAL Indicates that entries with a value not equal to the supplied value should be included. |
| Methods | |
|---|---|
| public static RowFilter.ComparisonType | valueOf(String name) |
| public static RowFilter.ComparisonType[] | values() |
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|