Java Doc for JMeterGUIComponent.java in  » Testing » jakarta-jmeter » org » apache » jmeter » gui » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Testing » jakarta jmeter » org.apache.jmeter.gui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.jmeter.gui.JMeterGUIComponent

All known Subclasses:   org.apache.jmeter.gui.NamePanel,  org.apache.jmeter.gui.AbstractJMeterGuiComponent,  org.apache.jmeter.testbeans.gui.TestBeanGUI,  org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui,  org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui,
JMeterGUIComponent
public interface JMeterGUIComponent (Code)
Implementing this interface indicates that the class is a JMeter GUI Component. A JMeter GUI Component is essentially the GUI display code associated with a JMeter Test Element. The writer of the component must take care to make the component be consistent with the rest of JMeter's GUI look and feel and behavior. Use of the provided abstract classes is highly recommended to make this task easier.
See Also:   AbstractJMeterGuiComponent
See Also:   org.apache.jmeter.config.gui.AbstractConfigGui
See Also:   org.apache.jmeter.assertions.gui.AbstractAssertionGui
See Also:   org.apache.jmeter.control.gui.AbstractControllerGui
See Also:   org.apache.jmeter.timers.gui.AbstractTimerGui
See Also:   org.apache.jmeter.visualizers.gui.AbstractVisualizer
See Also:   org.apache.jmeter.samplers.gui.AbstractSamplerGui




Method Summary
public  voidclearGui()
     Clear the gui and return it to initial default values.
 voidconfigure(TestElement element)
     The GUI must be able to extract the data from the TestElement and update all GUI fields to represent those data.
 JPopupMenucreatePopupMenu()
     When a user right-clicks on the component in the test tree, or selects the edit menu when the component is selected, the component will be asked to return a JPopupMenu that provides all the options available to the user from this component.
 TestElementcreateTestElement()
     JMeter test components are separated into a model and a GUI representation.
 StringgetDocAnchor()
     Get the component's document anchor name.
 StringgetLabelResource()
     Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language.
 CollectiongetMenuCategories()
     This is the list of add menu categories this gui component will be available under.
 StringgetName()
     Gets the name of the JMeter GUI component.
 StringgetStaticLabel()
     Get the component's label.
 booleanisEnabled()
     Test GUI elements can be disabled, in which case they do not become part of the test when run.
 voidmodifyTestElement(TestElement element)
     GUI components are responsible for populating TestElements they create with the data currently held in the GUI components.
 voidsetEnabled(boolean enabled)
     Set whether this component is enabled.
 voidsetName(String name)
     Sets the name of the JMeter GUI Component.
 voidsetNode(TreeNode node)
     Sets the tree node which this component is associated with.



Method Detail
clearGui
public void clearGui()(Code)
Clear the gui and return it to initial default values. This is necessary because most gui classes are instantiated just once and re-used for multiple test element objects and thus they need to be cleared between use.



configure
void configure(TestElement element)(Code)
The GUI must be able to extract the data from the TestElement and update all GUI fields to represent those data. This method is called to allow JMeter to show the user the GUI that represents the test element's data.
Parameters:
  element - the TestElement to configure



createPopupMenu
JPopupMenu createPopupMenu()(Code)
When a user right-clicks on the component in the test tree, or selects the edit menu when the component is selected, the component will be asked to return a JPopupMenu that provides all the options available to the user from this component. a JPopupMenu appropriate for the component.



createTestElement
TestElement createTestElement()(Code)
JMeter test components are separated into a model and a GUI representation. The model holds the data and the GUI displays it. The GUI class is responsible for knowing how to create and initialize with data the model class that it knows how to display, and this method is called when new test elements are created. the Test Element object that the GUI component represents.



getDocAnchor
String getDocAnchor()(Code)
Get the component's document anchor name. Used by Help to find the appropriate location in the documentation Document anchor (#ref) for the component.



getLabelResource
String getLabelResource()(Code)
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. The resource name is fixed, and does not vary with the selected language. Normally this method should be overriden in preference to overriding getStaticLabel(). However where the resource name is not available or required, getStaticLabel() may be overridden instead. the resource name



getMenuCategories
Collection getMenuCategories()(Code)
This is the list of add menu categories this gui component will be available under. For instance, if this represents a Controller, then the MenuFactory.CONTROLLERS category should be in the returned collection. When a user right-clicks on a tree element and looks through the "add" menu, which category your GUI component shows up in is determined by which categories are returned by this method. Most GUI's belong to only one category, but it is possible for a component to exist in multiple categories. a Collection of Strings, where each element is one of theconstants defined in MenuFactory
See Also:   org.apache.jmeter.gui.util.MenuFactory



getName
String getName()(Code)
Gets the name of the JMeter GUI component. The name of the component is used in the Test Tree as the name of the tree node. the name of the component



getStaticLabel
String getStaticLabel()(Code)
Get the component's label. This label is used in drop down lists that give the user the option of choosing one type of component in a list of many. It should therefore be a descriptive name for the end user to see. It must be unique to the class. It is also used by Help to find the appropriate location in the documentation. Normally getLabelResource() should be overridden instead of this method; the definition of this method in AbstractJMeterGuiComponent is intended for general use.
See Also:   JMeterGUIComponent.getLabelResource() GUI label for the component.



isEnabled
boolean isEnabled()(Code)
Test GUI elements can be disabled, in which case they do not become part of the test when run. true if the element should be part of the test run, falseotherwise



modifyTestElement
void modifyTestElement(TestElement element)(Code)
GUI components are responsible for populating TestElements they create with the data currently held in the GUI components. This method should overwrite whatever data is currently in the TestElement as it is called after a user has filled out the form elements in the gui with new information.
Parameters:
  element - the TestElement to modify



setEnabled
void setEnabled(boolean enabled)(Code)
Set whether this component is enabled.
Parameters:
  enabled - true for enabled, false for disabled.



setName
void setName(String name)(Code)
Sets the name of the JMeter GUI Component. The name of the component is used in the Test Tree as the name of the tree node.
Parameters:
  name - the name of the component



setNode
void setNode(TreeNode node)(Code)
Sets the tree node which this component is associated with.
Parameters:
  node - the tree node corresponding to this component



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.