ca.odell.glazedlists
Interface TextFilterable
public interface TextFilterable
An item that can be compared to a list of filters to see if it matches.
- Author:
- Jesse Wilson
- See Also:
- Glazed Lists Tutorial
Method Summary |
void |
getFilterStrings(java.util.List<java.lang.String> baseList)
Gets this object as a list of Strings. |
getFilterStrings
void getFilterStrings(java.util.List<java.lang.String> baseList)
- Gets this object as a list of Strings. These Strings
should contain all object information so that it can be compared
to the filter set.
- Parameters:
baseList
- a list that the implementor shall add their filter
strings to via baseList.add()
. This may be a non-empty
List and it is an error to call any method other than add().
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2012-05-29 19:21