Uses of Class
net.talvi.puffinplot.RecentFileList

Packages that use RecentFileList
net.talvi.puffinplot   
 

Uses of RecentFileList in net.talvi.puffinplot
 

Methods in net.talvi.puffinplot that return RecentFileList
 RecentFileList PuffinApp.getRecentFiles()
          Returns the list of recently used files.
 

Methods in net.talvi.puffinplot with parameters of type RecentFileList
 void PuffinApp.setRecentFiles(RecentFileList recentFiles)
          Sets the list of recently used files (allowing it to be restored after restarting the application).