|
|||||||||
| Home >> All >> ulu >> view >> sys >> [ fs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ulu.view.sys.fs
Class FileFilters

java.lang.Objectulu.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()
|
|||||||||
| Home >> All >> ulu >> view >> sys >> [ fs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ulu.view.sys.fs.FileFilters