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

Quick Search    Search Deep

ulu.view.sys.fs
Class FileFilters  view FileFilters download FileFilters.java

java.lang.Object
  extended byulu.view.sys.fs.FileFilters

public class FileFilters
extends java.lang.Object

Static library defining some common file filters


Field Summary
static ulu.view.NullFilter ALL_FILES
          filter that shows everything
static ulu.view.TypeFilter FILES_ONLY
          filter that shows files only
static ulu.view.TypeFilter FOLDERS_ONLY
          filter that shows folders only
static ulu.view.CompoundFilter JAR_AND_ZIP_ONLY
          filter that shows only folders and archives (jar and zip)
static ulu.view.NameFilter JAR_ONLY
          filter that shows only folders and jar files
static ulu.view.NameFilter ZIP_ONLY
          filter that shows only folders and zip files
 
Constructor Summary
FileFilters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_FILES

public static final ulu.view.NullFilter ALL_FILES
filter that shows everything


FILES_ONLY

public static final ulu.view.TypeFilter FILES_ONLY
filter that shows files only


FOLDERS_ONLY

public static final ulu.view.TypeFilter FOLDERS_ONLY
filter that shows folders only


ZIP_ONLY

public static final ulu.view.NameFilter ZIP_ONLY
filter that shows only folders and zip files


JAR_ONLY

public static final ulu.view.NameFilter JAR_ONLY
filter that shows only folders and jar files


JAR_AND_ZIP_ONLY

public static final ulu.view.CompoundFilter JAR_AND_ZIP_ONLY
filter that shows only folders and archives (jar and zip)

Constructor Detail

FileFilters

public FileFilters()