org.apache.jmeter.gui.util
Class ReportFilePanel
- ActionListener
public class ReportFilePanel
implements ActionListener
void | actionPerformed(ActionEvent e)
|
void | addChangeListener(ChangeListener l)
|
void | enableFile(boolean enable) - If the gui needs to enable/disable the FilePanel, call the method.
|
String | getFilename() - Gets the filename attribute of the FilePanel object.
|
void | setFilename(String f) - Sets the filename attribute of the FilePanel object.
|
ReportFilePanel
public ReportFilePanel()
Constructor for the FilePanel object.
ReportFilePanel
public ReportFilePanel(ChangeListener l,
String title)
Constructor for the FilePanel object.
ReportFilePanel
public ReportFilePanel(String title)
ReportFilePanel
public ReportFilePanel(String title,
String filetype)
actionPerformed
public void actionPerformed(ActionEvent e)
addChangeListener
public void addChangeListener(ChangeListener l)
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.