Uses of Class
edu.umd.cfar.lamp.apploader.prefs.FileHistoryManager

Packages that use FileHistoryManager
edu.umd.cfar.lamp.viper.gui.core Some core, necessary classes for dealing with a ViPER project. 
 

Uses of FileHistoryManager in edu.umd.cfar.lamp.viper.gui.core
 

Methods in edu.umd.cfar.lamp.viper.gui.core that return FileHistoryManager
 FileHistoryManager ViperViewMediator.getHistoryManager()
          Gets the MRU file history manager.
 

Methods in edu.umd.cfar.lamp.viper.gui.core with parameters of type FileHistoryManager
 void ViperViewMediator.setHistoryManager(FileHistoryManager manager)
          Sets the file history manager to use with the application.