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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadProject(ActionEvent e, File file) Loads dragged file asking before for save if current open file is dirty. 
- 
Constructor Details
- 
LoadDraggedFile
public LoadDraggedFile() 
 - 
 - 
Method Details
- 
loadProject
Loads dragged file asking before for save if current open file is dirty.- Parameters:
 e-ActionEventfile- File to Load
 
 -