|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.jmeter.gui.AbstractJMeterGuiComponent
org.apache.jmeter.report.gui.AbstractReportGui
This is the abstract base for report gui's
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
| Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
namePanel |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
AbstractReportGui()
|
|
| Method Summary | |
void |
configureTestElement(TestElement element)
This provides a convenience for extenders when they implement the JMeterGUIComponent#modifyTestElement(TestElement) method. |
JPopupMenu |
createPopupMenu()
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. |
protected Component |
createTitleLabel()
This implementaion differs a bit from the normal jmeter gui. it uses a white background instead of the default grey. |
String |
getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. |
Collection |
getMenuCategories()
This is the list of add menu categories this gui component will be available under. |
protected Container |
makeTitlePanel()
This implementaion differs a bit from the normal jmeter gui. it uses a white background instead of the default grey. |
| Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
clearGui, configure, getComment, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, setComment, setEnabled, setName, setNode |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.jmeter.gui.JMeterGUIComponent |
createTestElement, modifyTestElement |
| Constructor Detail |
public AbstractReportGui()
| Method Detail |
public String getLabelResource()
JMeterGUIComponent
public void configureTestElement(TestElement element)
AbstractJMeterGuiComponentJMeterGUIComponent.modifyTestElement(TestElement) method. This
method will set the name, gui class, and test class for the created Test
Element. It should be called by every extending class when
creating/modifying Test Elements, as that will best assure consistent
behavior.
configureTestElement in class AbstractJMeterGuiComponentelement - the TestElement being created.public JPopupMenu createPopupMenu()
JMeterGUIComponent
public Collection getMenuCategories()
JMeterGUIComponent
MenuFactoryprotected Container makeTitlePanel()
makeTitlePanel in class AbstractJMeterGuiComponentprotected Component createTitleLabel()
createTitleLabel in class AbstractJMeterGuiComponent
|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||