org.apache.jmeter.protocol.http.proxy.gui

Class ProxyControlGui

Implemented Interfaces:
ActionListener, ItemListener, JMeterGUIComponent, KeyListener, JMeterGUIComponent, Printable, UnsharedComponent

public class ProxyControlGui
extends LogicControllerGui
implements JMeterGUIComponent, ActionListener, ItemListener, KeyListener, UnsharedComponent

Field Summary

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

namePanel

Constructor Summary

ProxyControlGui()
Create a new LogicControllerGui instance.

Method Summary

void
actionPerformed(ActionEvent action)
!
void
configure(TestElement element)
TestElement
createTestElement()
String
getLabelResource()
Collection
getMenuCategories()
void
itemStateChanged(ItemEvent e)
void
keyPressed(KeyEvent e)
!
void
keyReleased(KeyEvent e)
!
void
keyTyped(KeyEvent e)
!
protected ProxyControl
makeProxyControl()
void
modifyTestElement(TestElement el)
Modifies a given TestElement to mirror the data in the gui components.
protected void
setExcludeListInProxyControl(ProxyControl element)
protected void
setIncludeListInProxyControl(ProxyControl element)
void
setNode(JMeterTreeNode node)

Methods inherited from class org.apache.jmeter.control.gui.LogicControllerGui

createTestElement, getLabelResource, modifyTestElement

Methods inherited from class org.apache.jmeter.control.gui.AbstractControllerGui

createPopupMenu, getMenuCategories

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

ProxyControlGui

public ProxyControlGui()
Create a new LogicControllerGui instance.

Method Details

actionPerformed

public void actionPerformed(ActionEvent action)
!ToDo (Method description)
Parameters:
action - !ToDo (Parameter description)

configure

public void configure(TestElement element)
Specified by:
configure in interface JMeterGUIComponent
Overrides:
configure in interface AbstractJMeterGuiComponent

createTestElement

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

getLabelResource

public String getLabelResource()
Specified by:
getLabelResource in interface JMeterGUIComponent
Overrides:
getLabelResource in interface LogicControllerGui

getMenuCategories

public Collection getMenuCategories()
Specified by:
getMenuCategories in interface JMeterGUIComponent
Overrides:
getMenuCategories in interface AbstractControllerGui

itemStateChanged

public void itemStateChanged(ItemEvent e)

keyPressed

public void keyPressed(KeyEvent e)
!ToDo (Method description)
Parameters:
e - !ToDo (Parameter description)

keyReleased

public void keyReleased(KeyEvent e)
!ToDo (Method description)
Parameters:
e - !ToDo (Parameter description)

keyTyped

public void keyTyped(KeyEvent e)
!ToDo (Method description)
Parameters:
e - !ToDo (Parameter description)

makeProxyControl

protected ProxyControl makeProxyControl()

modifyTestElement

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

setExcludeListInProxyControl

protected void setExcludeListInProxyControl(ProxyControl element)

setIncludeListInProxyControl

protected void setIncludeListInProxyControl(ProxyControl element)

setNode

public void setNode(JMeterTreeNode node)

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