org.apache.jmeter.gui.util
Class FilePanel
- ActionListener
public class FilePanel
implements ActionListener
author Michael Stover Created April 18, 2002
FilePanel() - Constructor for the FilePanel object.
|
FilePanel(ChangeListener l, String title) - Constructor for the FilePanel object.
|
FilePanel(String title)
|
FilePanel(String title, String filetype)
|
FilePanel
public FilePanel()
Constructor for the FilePanel object.
FilePanel
public FilePanel(ChangeListener l,
String title)
Constructor for the FilePanel object.
FilePanel
public FilePanel(String title)
FilePanel
public FilePanel(String title,
String filetype)
actionPerformed
public void actionPerformed(ActionEvent e)
addChangeListener
public void addChangeListener(ChangeListener l)
clearGui
public void clearGui()
enableFile
public void enableFile(boolean enable)
If the gui needs to enable/disable the FilePanel, call the method.
getFilename
public String getFilename()
Gets the filename attribute of the FilePanel object.
setFilename
public void setFilename(String f)
Sets the filename attribute of the FilePanel object.
f
- the new filename value
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.