| javax.swing.JPanel org.apache.jmeter.gui.util.FileListPanel
FileListPanel | public class FileListPanel extends JPanel implements ActionListener(Code) | | author: Peter Lin version: $Revision: 587897 $ Last updated: $Date: 2007-10-24 15:30:19 +0100 (Wed, 24 Oct 2007) $ |
FileListPanel | public FileListPanel()(Code) | | Constructor for the FilePanel object.
|
addFilename | public void addFilename(String f)(Code) | | Add a single file to the table
Parameters: f - |
clearFiles | public void clearFiles()(Code) | | clear the files from the table
|
deleteFile | protected void deleteFile()(Code) | | |
enableFile | public void enableFile(boolean enable)(Code) | | If the gui needs to enable/disable the FilePanel, call the method.
Parameters: enable - |
initializeTableModel | protected void initializeTableModel()(Code) | | |
|
|