Interface RecentFileService

    • Method Detail

      • add

        void add​(String path)
        Adds or refreshes a path on the list of recent files.
      • remove

        boolean remove​(String path)
        Removes a path from the list of recent files.
      • clear

        void clear()
        Clears the list of recent files.
      • getRecentFiles

        List<String> getRecentFiles()
        Gets the list of recent files.