|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
biggests.utils.FileFilterDirectoryChooser
public class FileFilterDirectoryChooser
Title:
Description:
Constructor Summary | |
---|---|
FileFilterDirectoryChooser(java.lang.String[] invalidDirectoryPaths)
|
Method Summary | |
---|---|
boolean |
accept(java.io.File file)
Checks if a certain file is acceptable under the filter conditions. |
java.lang.String |
getDescription()
Returns the description of this file filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileFilterDirectoryChooser(java.lang.String[] invalidDirectoryPaths)
Method Detail |
---|
public boolean accept(java.io.File file)
true
if file
is accepted, or
false
otherwise.
accept
in class javax.swing.filechooser.FileFilter
file
- the File
to check
boolean
which is true
if the file
is accepted or false
otherwisepublic java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
String
description of this file filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |