Package org.apache.jmeter.gui.action
Class LoadDraggedFile
- java.lang.Object
-
- org.apache.jmeter.gui.action.LoadDraggedFile
-
public class LoadDraggedFile extends Object
Handles the loading of a file from a Drag and Drop action.
-
-
Constructor Summary
Constructors Constructor Description LoadDraggedFile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
loadProject(ActionEvent e, File file)
Loads dragged file asking before for save if current open file is dirty.
-
-
-
Method Detail
-
loadProject
public static void loadProject(ActionEvent e, File file)
Loads dragged file asking before for save if current open file is dirty.- Parameters:
e
-ActionEvent
file
- File to Load
-
-