| org.apache.jmeter.gui.util.HorizontalPanel org.apache.jmeter.gui.util.DirectoryPanel
DirectoryPanel | public class DirectoryPanel extends HorizontalPanel implements ActionListener(Code) | | author: Michael Stover Created April 18, 2002 version: $Revision: 493793 $ Last updated: $Date: 2007-01-07 18:19:27 +0000 (Sun, 07 Jan 2007) $ |
DirectoryPanel | public DirectoryPanel()(Code) | | Constructor for the FilePanel object.
|
enableFile | public void enableFile(boolean enable)(Code) | | If the gui needs to enable/disable the FilePanel, call the method.
Parameters: enable - |
getFilename | public String getFilename()(Code) | | Gets the filename attribute of the FilePanel object.
the filename value |
setFilename | public void setFilename(String f)(Code) | | Sets the filename attribute of the FilePanel object.
Parameters: f - the new filename value |
|
|