Interface IFilterList

All Superinterfaces:
Iterable<UpdateFilter>
All Known Implementing Classes:
BasicFilterList

public interface IFilterList extends Iterable<UpdateFilter>
Provides a clean way to capture all of beginDrag, endDrag, and applyFilters. This scheme allows a compound widget to implement IFilerList and pass itself to leaf widgets, who can then forward calls to the parent list.