|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This inteface defines how the object that manages filter criteria will be notified of changes to the filter criteria.
Method Summary | |
void |
addAnnotatorNames(java.util.List names)
Advises the manager that the specified annotator names should be available for filtering. |
void |
addFilterCriteriaListener(FilterCriteriaListener listener)
Adds the specified listener the list of listeners notified of filter criteria changes. |
void |
addMatchCriteria(java.util.List criteria)
Advises the manager that the specified criteria names should be available for filtering. |
void |
removeAnnotatorName(java.util.List names)
Advises the manager that the specified annotator names should be available for filtering unless requested by another source. |
void |
removeFilterCriteriaListener(FilterCriteriaListener listener)
Removes the specified listener the list of listeners notified of filter criteria changes. |
void |
removeMatchCriteria(java.util.List criteria)
Advises the manager that the specified criteria names should be not available for filtering unless requested by another source. |
Method Detail |
public void addAnnotatorNames(java.util.List names)
names
- The names of the annotators.public void removeAnnotatorName(java.util.List names)
names
- The names of the annotators.public void addMatchCriteria(java.util.List criteria)
criteria
- The criteria on which filters are based.public void removeMatchCriteria(java.util.List criteria)
criteria
- The criteria on which filters are based.public void addFilterCriteriaListener(FilterCriteriaListener listener)
listener
- public void removeFilterCriteriaListener(FilterCriteriaListener listener)
listener
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |