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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadProject
(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
-ActionEvent
file
- File to Load
-