dsto.dfc.swing.text.selection
Class SelectorFileFilter

java.lang.Object
  extended by dsto.dfc.swing.text.selection.SelectorFileFilter
All Implemented Interfaces:
FileFilter

public class SelectorFileFilter
extends Object
implements FileFilter

A file filter that uses a Selector to select files. File names are passed in as strings, using "/" as the path separator.

Version:
$Revision$
Author:
Matthew Phillips
See Also:
SelectorFileFilter

Field Summary
protected  Selector selector
           
 
Constructor Summary
SelectorFileFilter(Selector selector)
           
 
Method Summary
 boolean accept(File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selector

protected Selector selector
Constructor Detail

SelectorFileFilter

public SelectorFileFilter(Selector selector)
Method Detail

accept

public boolean accept(File pathname)
Specified by:
accept in interface FileFilter


Copyright © 2008 Commonwealth of Australia