org.apache.jmeter.gui.util
Class FileDialoger
java.lang.Object
|
+--org.apache.jmeter.gui.util.FileDialoger
- public class FileDialoger
- extends Object
- Version:
- $Revision: 1.4 $
- Author:
- Michael Stover
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastJFCDirectory
public static String lastJFCDirectory
- The last directory visited by the user while choosing Files.
jfc
public static JFileChooser jfc
FileDialoger
public FileDialoger()
promptToOpenFile
public static JFileChooser promptToOpenFile(String[] exts)
- Prompts the user to choose a file from their filesystems for our own
devious uses. This method maintains the last directory the user visited
before dismissing the dialog. This does NOT imply they actually chose a
file from that directory, only that they closed the dialog there. It is
the caller's responsibility to check to see if the selected file is
non-null.
- Returns:
- the JFileChooser that interacted with the user, after they are
finished using it (accept or otherwise).
promptToOpenFile
public static JFileChooser promptToOpenFile()
promptToSaveFile
public static JFileChooser promptToSaveFile(String filename)
- Prompts the user to choose a file from their filesystems for our own
devious uses. This method maintains the last directory the user visited
before dismissing the dialog. This does NOT imply they actually chose a
file from that directory, only that they closed the dialog there. It is
the caller's responsibility to check to see if the selected file is
non-null.
- Returns:
- the JFileChooser that interacted with the user, after they
are finished using it (accept or otherwise).
- See Also:
promptToOpenFile(java.lang.String[])
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.