org.apache.jmeter.gui.util
Class DirectoryPanel
- ActionListener
public class DirectoryPanel
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.
|
browse
protected JButton browse
filename
protected JTextField filename
DirectoryPanel
public DirectoryPanel()
Constructor for the FilePanel object.
DirectoryPanel
public DirectoryPanel(ChangeListener l,
String title)
Constructor for the FilePanel object.
DirectoryPanel
public DirectoryPanel(String title)
DirectoryPanel
public DirectoryPanel(String title,
String filetype)
DirectoryPanel
public DirectoryPanel(String title,
String filetype,
Color bk)
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.