|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterException | |
| edu.neu.ccs.filter | Provides classes for filtering Stringable objects either by state or by type. |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of FilterException in edu.neu.ccs.filter |
| Methods in edu.neu.ccs.filter that throw FilterException | |
Stringable |
StringableFilterSequence.filterStringable(Stringable obj)
Applies the filters in this sequence in order. |
Stringable |
StringableFilter.filterStringable(Stringable obj)
Filters the given object. |
Stringable |
RangeFilter.Long.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
RangeFilter.Double.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
RangeFilter.BigInteger.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
RangeFilter.BigDecimal.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
NumericFilter.filterStringable(Stringable obj)
Returns the given object if it is an instance of type XNumber. |
Stringable |
MinimumBoundFilter.Long.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
MinimumBoundFilter.Double.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
MinimumBoundFilter.BigInteger.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
MinimumBoundFilter.BigDecimal.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
MaximumBoundFilter.Long.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
MaximumBoundFilter.Double.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
MaximumBoundFilter.BigInteger.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
MaximumBoundFilter.BigDecimal.filterStringable(Stringable obj)
Returns the given object if it satisfies the bound for this range. |
Stringable |
CaseActionFilter.filterStringable(Stringable obj)
Filters the given XString object
based on this case action scheme. |
| Uses of FilterException in edu.neu.ccs.gui |
| Methods in edu.neu.ccs.gui with parameters of type FilterException | |
String |
ArrayPanel.createLengthSetOutOfBoundsMessage(FilterException exception)
Returns an error message indicating that the user attempted to set the array length to a value that is less than the minimum array length or greater than the maximum array length. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||