org.apache.jmeter.gui.util
Class FileListPanel
JPanel
org.apache.jmeter.gui.util.FileListPanel
- ActionListener
public class FileListPanel
extends JPanel
implements ActionListener
FileListPanel
public FileListPanel()
Constructor for the FilePanel object.
FileListPanel
public FileListPanel(ChangeListener l,
String title)
Constructor for the FilePanel object.
FileListPanel
public FileListPanel(String title)
FileListPanel
public FileListPanel(String title,
String filetype)
actionPerformed
public void actionPerformed(ActionEvent e)
addChangeListener
public void addChangeListener(ChangeListener l)
addFilename
public void addFilename(String f)
Add a single file to the table
clearFiles
public void clearFiles()
clear the files from the table
deleteFile
protected void deleteFile()
enableFile
public void enableFile(boolean enable)
If the gui needs to enable/disable the FilePanel, call the method.
getFiles
public String[] getFiles()
initializeTableModel
protected void initializeTableModel()
setFiles
public void setFiles(String[] files)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.