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.
Method Summary |
static void |
loadProject(ActionEvent e,
File file)
Loads dragged file asking before for save if current open file is dirty. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadDraggedFile
public LoadDraggedFile()
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
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.