Class MRUFilesOptions

  • All Implemented Interfaces:
    Options

    public class MRUFilesOptions
    extends AbstractOptions
    MRUFiles settings for Netbeans Platform Settings. It keep the most recently used files up to 9
    Author:
    Kiyut
    • Constructor Detail

      • MRUFilesOptions

        protected MRUFilesOptions()
        Constructor
    • Method Detail

      • getInstance

        public static MRUFilesOptions getInstance()
        Returns the single instance, creating one if it's the first time this method is called.
        Returns:
        The single instance.
      • getMRUFileList

        public List<String> getMRUFileList()
      • setMRUFileList

        public void setMRUFileList​(List<String> list)
      • addFile

        public void addFile​(String absolutePath)
      • store

        protected void store()
      • retrieve

        protected void retrieve()