| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectca.odell.glazedlists.matchers.AbstractMatcherEditor<E>ca.odell.glazedlists.matchers.CompositeMatcherEditor<E>public class CompositeMatcherEditor<E>extends AbstractMatcherEditor<E>MatcherEditor composed of zero or more delegate
MatcherEditors.
Field Summary | |
static int |
|
static int |
|
Fields inherited from class ca.odell.glazedlists.matchers.AbstractMatcherEditor<E> | |
currentMatcher | |
Constructor Summary | |
| |
| |
Method Summary | |
EventList<E> |
|
int |
|
void |
|
Methods inherited from class ca.odell.glazedlists.matchers.AbstractMatcherEditor<E> | |
addMatcherEditorListener, fireChanged, fireChangedMatcher, fireConstrained, fireMatchAll, fireMatchNone, fireRelaxed, getMatcher, removeMatcherEditorListener | |
public CompositeMatcherEditor(EventList<E> matcherEditors)
Create aCompositeMatcherEditorthat creates Matchers from the union of the specifiedEventListofMatcherEditors. TheEventListmust not contain anynullvalues and all elements must implementMatcherEditor.
public EventList<E> getMatcherEditors()
Get theEventListofMatcherEditors that make up thisCompositeMatcherEditor. TheEventListmust never contain anynullvalues and all elements must implementMatcherEditor.
public int getMode()
Get the match mode for thisCompositeMatcherEditor.
- Returns:
- either
CompositeMatcherEditor.ANDfor match allCompositeMatcherEditor.ORfor match any.
public void setMode(int mode)
Set the match mode for thisCompositeMatcherEditor.
- Parameters:
mode- eitherCompositeMatcherEditor.ANDto match allCompositeMatcherEditor.ORto match any.