Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.io.xfile.filters
Class XDirFilter  view XDirFilter download XDirFilter.java

java.lang.Object
  extended bycom.flexstor.common.io.xfile.XFilenameFilter
      extended bycom.flexstor.common.io.xfile.filters.XDirFilter

public class XDirFilter
extends com.flexstor.common.io.xfile.XFilenameFilter

DIRFilter Filters out all files, and accepts only directories used when Browsing for images locations.


Constructor Summary
XDirFilter()
           
 
Method Summary
 boolean accept(com.flexstor.common.io.xfile.FlexXFile dir, java.lang.String name)
           
 
Methods inherited from class com.flexstor.common.io.xfile.XFilenameFilter
getFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDirFilter

public XDirFilter()
Method Detail

accept

public boolean accept(com.flexstor.common.io.xfile.FlexXFile dir,
                      java.lang.String name)