HI JMeter Dev,
   I am herewith sending you attachement for bug id 9101 enhancement


Bug-Id 9101:

      In this Enhancement we have provided one Default Gui
(Guiclass-AbstractTestElementGui) Abstract class.
This AbstractTestElementGui class extends existing AbstractConfigGui
class. The AbstractTestElementGui class is a super
class for the new Gui classes. In the Default gui class we have provided
two

      Abstract methods

                   public void setTestElement(TestElement element);
                                Retrive all the key value pair from the
TestElement object
                   and set  back (all the retrived value)to the
component in the GUI.

                   public void setProperties(TestElement element);
                                    Get all the value from the component
in the GUI and
                   configure with the TestElement object


                     Using these methods we created one su bclass called
as SimpleConfigGui class.
Use this class for a general configuration value passing purpose.Use
simpleConfigGui class in your
class to access the configelements for  settting the value for the
configElements.


------Elan

Attachment: Bugid9101.jar
Description: application/java-archive

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to