|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor.Field<E>
public static final class SearchEngineTextMatcherEditor.Field<E>
A Field object contains information specific to a given field found within the Objects being text matched. Specifically, a Field object describes two distinct things:
refilter method
SearchEngineTextMatcherEditor.
| Constructor Summary | |
|---|---|
SearchEngineTextMatcherEditor.Field(String name,
TextFilterator<? super E> textFilterator)
Creates a field with a name and TextFilterator. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getName()
Returns the text to be located which uniquely identifies this Field. |
TextFilterator<? super E> |
getTextFilterator()
Returns the TextFilterator capable of extracting only the fields that should be considered by SearchTerms using this Field. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchEngineTextMatcherEditor.Field(String name,
TextFilterator<? super E> textFilterator)
TextFilterator.
name - uniquely identifies this Field relative to all other
registered Field objectstextFilterator - extracts only the field values to be considered
when matching a given SearchTerm| Method Detail |
|---|
public String getName()
SearchTerm.getField().
public TextFilterator<? super E> getTextFilterator()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||