Class JComponentWriterFileFilter

    • Constructor Detail

      • JComponentWriterFileFilter

        public JComponentWriterFileFilter​(String extension,
                                          String description,
                                          JComponentWriter writer)
        Creates the ExtensionFileFilter.
        Parameters:
        extension - the extension of accepted files.
        description - a text description of accepted files.
        writer - the associated writer
      • JComponentWriterFileFilter

        public JComponentWriterFileFilter​(String[] extensions,
                                          String description,
                                          JComponentWriter writer)
        Creates the ExtensionFileFilter.
        Parameters:
        extensions - the extensions of accepted files.
        description - a text description of accepted files.
        writer - the associated writer
    • Method Detail

      • getWriter

        public JComponentWriter getWriter()
        returns the associated writer.
        Returns:
        the writer