|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter<E>
This interface provides a base for filtering any type of objects in any situation. This class is similar to FileFilter from default file chooser, but it doesn't require any specific object type like File.
Method Summary | |
---|---|
boolean |
accept(E object)
Returns whether the specified object is accepted by this filter or not. |
Method Detail |
---|
boolean accept(E object)
object
- object to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |