Class wb.WBFileFilter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wb.WBFileFilter

java.lang.Object
   |
   +----wb.WBFileFilter

public class WBFileFilter
extends Object
implements FilenameFilter
WBFileFilter provides a file filter that accepts only files with ".wb"

Constructor Index

 o WBFileFilter()

Method Index

 o accept(File, String)

Constructors

 o WBFileFilter
  public WBFileFilter()

Methods

 o accept
  public boolean accept(File dir,
                        String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index