Inheritance diagram for Filter::
Public Methods | |
boolean | canAdd (Object obj) |
boolean | canRemove (Object obj) |
boolean | matches (Object obj) |
Classes which wish to modify the behaviour of the FilterList can implement the list filter interface in order to reduce the visibility of certain items in the list, or to restrict the mutability of the list.
|
Check to see if the object can be added to the list.
Reimplemented in ElementFilter. |
|
Check to see if the object can be removed from the list.
Reimplemented in ElementFilter. |
|
Check to see if the object matches a predefined set of rules.
Reimplemented in ElementFilter. |