org.apache.jmeter.assertions.gui

Class HTMLAssertionGui

Implemented Interfaces:
ActionListener, KeyListener, JMeterGUIComponent, Printable

public class HTMLAssertionGui
extends AbstractAssertionGui
implements KeyListener, ActionListener

GUI for HTMLAssertion

Field Summary

Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent

namePanel

Constructor Summary

HTMLAssertionGui()
The constructor.

Method Summary

void
actionPerformed(ActionEvent e)
This method is called from erros-only checkbox
void
clearGui()
Implements JMeterGUIComponent.clearGui
void
configure(TestElement inElement)
Configures the associated test element.
TestElement
createTestElement()
void
focusGained(FocusEvent e)
void
focusLost(FocusEvent inEvent)
This method is called if one of the threshold field looses the focus
String
getLabelResource()
Returns the label to be shown within the JTree-Component.
void
keyPressed(KeyEvent e)
void
keyReleased(KeyEvent e)
void
keyTyped(KeyEvent e)
void
modifyTestElement(TestElement inElement)
Modifies a given TestElement to mirror the data in the gui components.

Methods inherited from class org.apache.jmeter.assertions.gui.AbstractAssertionGui

clearGui, createPopupMenu, createScopePanel, getMenuCategories, saveScopeSettings, showScopeSettings

Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent

clearGui, configure, configureTestElement, createTitleLabel, getComment, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setComment, setEnabled, setName, setNode

Constructor Details

HTMLAssertionGui

public HTMLAssertionGui()
The constructor.

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)
This method is called from erros-only checkbox

clearGui

public void clearGui()
Implements JMeterGUIComponent.clearGui
Specified by:
clearGui in interface JMeterGUIComponent
Overrides:
clearGui in interface AbstractAssertionGui

configure

public void configure(TestElement inElement)
Configures the associated test element.
Specified by:
configure in interface JMeterGUIComponent
Overrides:
configure in interface AbstractJMeterGuiComponent
Parameters:
inElement -

createTestElement

public TestElement createTestElement()
Specified by:
createTestElement in interface JMeterGUIComponent

focusGained

public void focusGained(FocusEvent e)

focusLost

public void focusLost(FocusEvent inEvent)
This method is called if one of the threshold field looses the focus
Parameters:
inEvent -

getLabelResource

public String getLabelResource()
Returns the label to be shown within the JTree-Component.
Specified by:
getLabelResource in interface JMeterGUIComponent

keyPressed

public void keyPressed(KeyEvent e)

keyReleased

public void keyReleased(KeyEvent e)

keyTyped

public void keyTyped(KeyEvent e)

modifyTestElement

public void modifyTestElement(TestElement inElement)
Modifies a given TestElement to mirror the data in the gui components.
Specified by:
modifyTestElement in interface JMeterGUIComponent

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