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
Class PkgTree_PackagesOnly

java.lang.Object
  extended byjavafe.filespace.PkgTree_PackagesOnly
All Implemented Interfaces:
Filter

class PkgTree_PackagesOnly
extends java.lang.Object
implements Filter

A filter for accepting only packages: This filter is for the use of the PkgTree class only; if inner classes were available, it would be expressed as an anonymous class.


Constructor Summary
PkgTree_PackagesOnly()
           
 
Method Summary
 boolean accept(java.lang.Object node)
          Should our client accept a given value?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PkgTree_PackagesOnly

public PkgTree_PackagesOnly()
Method Detail

accept

public boolean accept(java.lang.Object node)
Description copied from interface: Filter
Should our client accept a given value?

Specified by:
accept in interface Filter

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