org.apache.jmeter.gui

Class SavePropertyDialog

Implemented Interfaces:
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.

Constructor Summary

SavePropertyDialog()
SavePropertyDialog(Frame owner, String title, boolean modal, SampleSaveConfiguration s)

Method Summary

void
actionPerformed(ActionEvent e)
protected void
dialogInit()
SampleSaveConfiguration
getSaveConfig()
void
setSaveConfig(SampleSaveConfiguration saveConfig)

Constructor Details

SavePropertyDialog

public SavePropertyDialog()

SavePropertyDialog

public SavePropertyDialog(Frame owner,
                          String title,
                          boolean modal,
                          SampleSaveConfiguration s)
Parameters:
owner -
title -
modal -

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)

dialogInit

protected void dialogInit()

getSaveConfig

public SampleSaveConfiguration getSaveConfig()
Returns:
Returns the saveConfig.

setSaveConfig

public void setSaveConfig(SampleSaveConfiguration saveConfig)
Parameters:
saveConfig - The saveConfig to set.

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.