|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.filechooser.FileFilter
javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
protected class BasicFileChooserUI.AcceptAllFileFilter
A file filter that accepts all files.
| Constructor Summary | |
|---|---|
BasicFileChooserUI.AcceptAllFileFilter()
Creates a new instance. |
|
| Method Summary | |
|---|---|
boolean |
accept(File f)
Returns true always, as all files are accepted by this
filter. |
String |
getDescription()
Returns a description for this filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicFileChooserUI.AcceptAllFileFilter()
| Method Detail |
|---|
public boolean accept(File f)
true always, as all files are accepted by this
filter.
accept in class FileFilterf - the file.
true.public String getDescription()
getDescription in class FileFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||