Package org.apache.jmeter.gui.action
Class LoadDraggedFile
java.lang.Object
org.apache.jmeter.gui.action.LoadDraggedFile
Handles the loading of a file from a Drag and Drop action.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidloadProject(ActionEvent e, File file) Loads dragged file asking before for save if current open file is dirty.
- 
Constructor Details- 
LoadDraggedFilepublic LoadDraggedFile()
 
- 
- 
Method Details- 
loadProjectLoads dragged file asking before for save if current open file is dirty.- Parameters:
- e-- ActionEvent
- file- File to Load
 
 
-