org.apache.jmeter.gui |
|
Java Source File Name | Type | Comment |
AbstractJMeterGuiComponent.java | Class | This abstract class takes care of the most basic functions necessary to
create a viable JMeter GUI component. |
CommentPanel.java | Class | |
GUIFactory.java | Class | Provides a way to register and retrieve GUI classes and icons. |
GuiPackage.java | Class | GuiPackage is a static class that provides convenient access to information
about the current state of JMeter's GUI. |
JMeterFileFilter.java | Class | A file filter which allows files to be filtered based on a list of allowed
extensions. |
JMeterGUIComponent.java | Interface | Implementing this interface indicates that the class is a JMeter GUI
Component. |
MainFrame.java | Class | The main JMeter frame, containing the menu bar, test tree, and an area for
JMeter component GUIs. |
NamePanel.java | Class | |
OnErrorPanel.java | Class | |
ReportGuiPackage.java | Class | ReportGuiPackage is based on GuiPackage, but with changes for
the reporting tool. |
ReportMainFrame.java | Class | ReportMainFrame is based on MainFrame. |
SavePropertyDialog.java | Class | Generates Configure pop-up dialogue for Listeners from all methods in SampleSaveConfiguration
with the signature "boolean saveXXX()". |
UnsharedComponent.java | Interface | Marker interface indicating that an instance of a component cannot be shared. |