Uses of Class
edu.umd.cfar.lamp.apploader.undo.ActionHistoryPane

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

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

Methods in edu.umd.cfar.lamp.viper.gui.core that return ActionHistoryPane
 ActionHistoryPane ViperViewMediator.getActionHistory()
          Gets the undo/redo action history.
 

Methods in edu.umd.cfar.lamp.viper.gui.core with parameters of type ActionHistoryPane
 void ViperViewMediator.setActionHistory(ActionHistoryPane ahp)
          Sets the action history panel.