Package Summary  Overview Summary

class:BasicFileChooserUI.AcceptAllFileFilter [NONE]

Enclosing class:
BasicFileChooserUI

protected class BasicFileChooserUI.AcceptAllFileFilter
extends FileFilter
Accept all file filter.

constructor:BasicFileChooserUI.AcceptAllFileFilter() [NONE]

method:accept(java.io.File) [NONE]

  • accept

    public boolean accept?(File f)
    Returns true.
    Specified by:
    accept in class FileFilter
    Parameters:
    f - the file
    Returns:
    true
  • method:getDescription() [NONE]

    getDescription

    public String getDescription()
    The description of this filter. For example: "JPG and GIF Images"
    Specified by:
    getDescription in class FileFilter
    Returns:
    the description of this filter
    See Also:
    FileView.getName(java.io.File)

    © 2020 Oracle Corporation and/or its affiliates