ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

javafe.filespace
Interface Filter

All Known Implementing Classes:
PkgTree_MatchesExtension, PkgTree_PackagesOnly

public interface Filter

A simple filter interface for use in filtering out values.


Method Summary
 boolean accept(java.lang.Object value)
          Should our client accept a given value?
 

Method Detail

accept

public boolean accept(java.lang.Object value)
Should our client accept a given value?


ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

The ESC/Java2 Project Homepage