Class BasicFileChooserUI.AcceptAllFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
- Enclosing class:
- BasicFileChooserUI
protected class BasicFileChooserUI.AcceptAllFileFilter extends FileFilter
Accept all file filter.
Constructor Summary
Constructor | Description |
---|---|
AcceptAllFileFilter() |
Constructs an AcceptAllFileFilter . |
Method Summary
Modifier and Type | Method | Description |
---|---|---|
boolean |
accept |
Returns true. |
String |
getDescription() |
The description of this filter. |
Constructor Details
AcceptAllFileFilter
public AcceptAllFileFilter()
Constructs an
AcceptAllFileFilter
.Method Details
accept
public boolean accept(File f)
Returns true.
- Specified by:
-
accept
in classFileFilter
- Parameters:
-
f
- the file - Returns:
- true
getDescription
public String getDescription()
The description of this filter. For example: "JPG and GIF Images"
- Specified by:
-
getDescription
in classFileFilter
- Returns:
- the description of this filter
- See Also:
© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/plaf/basic/BasicFileChooserUI.AcceptAllFileFilter.html