org.apache.jmeter.gui
Class SavePropertyDialog
JDialog
org.apache.jmeter.gui.SavePropertyDialog
- ActionListener
public class SavePropertyDialog
extends JDialog
implements ActionListener
Generates Configure pop-up dialogue for Listeners from all methods in SampleSaveConfiguration
with the signature "boolean saveXXX()".
There must be a corresponding "void setXXX(boolean)" method, and a property save_XXX which is
used to name the field on the dialogue.
SavePropertyDialog
public SavePropertyDialog()
actionPerformed
public void actionPerformed(ActionEvent e)
dialogInit
protected void dialogInit()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.