Module java.desktop

Class BasicFileChooserUI.AcceptAllFileFilter

    • Constructor Detail

      • AcceptAllFileFilter

        public AcceptAllFileFilter()
        Constructs an AcceptAllFileFilter.
    • Method Detail

      • accept

        public boolean accept​(File f)
        Returns true.
        Specified by:
        accept in class FileFilter
        Parameters:
        f - the file
        Returns:
        true