|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.neu.ccs.filter.NumericFilter
edu.neu.ccs.filter.BoundFilter
Abstract superclass for filters that represent an inclusive or exclusive bounded range.
| Field Summary | |
protected boolean |
inclusive
Whether or not the range is inclusive. |
static String |
INCLUSIVE
Bound property name for the inclusive property. |
| Fields inherited from class edu.neu.ccs.filter.NumericFilter |
changeAdapter |
| Constructor Summary | |
BoundFilter(boolean isInclusive)
Constructs an inclusive or exclusive range. |
|
| Method Summary | |
boolean |
isInclusive()
Returns whether or not the range is inclusive. |
void |
setInclusive(boolean isInclusive)
Sets whether or not the range is inclusive. |
| Methods inherited from class edu.neu.ccs.filter.NumericFilter |
addPropertyChangeListener, addPropertyChangeListener, filterStringable, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String INCLUSIVE
protected boolean inclusive
| Constructor Detail |
public BoundFilter(boolean isInclusive)
isInclusive - whether or not the range is inclusive| Method Detail |
public void setInclusive(boolean isInclusive)
isInclusive - whether or not the range is inclusiveisInclusive()public boolean isInclusive()
setInclusive(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||