org.apache.jmeter.gui.util

Class ReportFilePanel

Implemented Interfaces:
ActionListener

public class ReportFilePanel
extends HorizontalPanel
implements ActionListener

Constructor Summary

ReportFilePanel()
Constructor for the FilePanel object.
ReportFilePanel(ChangeListener l, String title)
Constructor for the FilePanel object.
ReportFilePanel(String title)
ReportFilePanel(String title, String filetype)

Method Summary

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.

Methods inherited from class org.apache.jmeter.gui.util.HorizontalPanel

add

Constructor Details

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)

Method Details

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.
Parameters:
enable -

getFilename

public String getFilename()
Gets the filename attribute of the FilePanel object.
Returns:
the filename value

setFilename

public void setFilename(String f)
Sets the filename attribute of the FilePanel object.
Parameters:
f - the new filename value

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.