|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mucommander.file.filter.FileFilter
com.mucommander.file.filter.PassThroughFileFilter
public class PassThroughFileFilter
PassThroughFileFilter is a filter that accepts all
files. Depending on the inverted mode, this filter will match all files or no file at all.
| Field Summary |
|---|
| Fields inherited from class com.mucommander.file.filter.FileFilter |
|---|
inverted |
| Constructor Summary | |
|---|---|
PassThroughFileFilter()
|
|
PassThroughFileFilter(boolean inverted)
|
|
| Method Summary | |
|---|---|
boolean |
accept(AbstractFile file)
Returns true if the given file was accepted by this filter, false if it was rejected. |
| Methods inherited from class com.mucommander.file.filter.FileFilter |
|---|
accept, filter, isInverted, match, match, reject, reject, setInverted |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PassThroughFileFilter()
public PassThroughFileFilter(boolean inverted)
| Method Detail |
|---|
public boolean accept(AbstractFile file)
FileFiltertrue if the given file was accepted by this filter, false if it was rejected.
The inverted mode has no effect on the values returned by this method.
accept in class FileFilterfile - the file to test
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard