Uses of Interface
edu.umd.cfar.lamp.apploader.AttemptToPerformAction

Packages that use AttemptToPerformAction
edu.umd.cfar.lamp.apploader This package provides the main class for the Application Loader, and some utility classes and RDF vocabulary classes. 
edu.umd.cfar.lamp.viper.gui.core Some core, necessary classes for dealing with a ViPER project. 
 

Uses of AttemptToPerformAction in edu.umd.cfar.lamp.apploader
 

Methods in edu.umd.cfar.lamp.apploader that return AttemptToPerformAction
 AttemptToPerformAction AppLoader.getVetoCloseAction()
          Gets the action that is currently invoked when the user tries to close the main frame.
 

Methods in edu.umd.cfar.lamp.apploader with parameters of type AttemptToPerformAction
 void AppLoader.setVetoCloseAction(AttemptToPerformAction vetoCloseAction)
          Sets action handler to be invoked when the user tries to close the main window.
 

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

Methods in edu.umd.cfar.lamp.viper.gui.core that return AttemptToPerformAction
 AttemptToPerformAction ViperViewMediator.getSaveDiscardOrCancelDialogVeto()
          Gets a 'Save, Discard, or Cancel' dialog up.