PageFlowFileFilter Class

com.bea.wlw.netui.pageflow
PageFlowFileFilter Class

public class PageFlowFileFilter

    extends Object
    implements FilenameFilter

File filter that accepts any PageFlowController source file (*.jpf).


Hierarchy
Object
  PageFlowFileFilter
All Implemented Interfaces

FilenameFilter

Constructor Summary

PageFlowFileFilter()

 

Method Summary

public boolean
accept(File dir, String name)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface java.io.FilenameFilter
accept
 

Constructor Detail

PageFlowFileFilter

public PageFlowFileFilter()
 

Method Detail

accept(File, String) Method

public boolean accept(File dir, 
                      String name)