| Apache JMeter | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JPanelorg.apache.jmeter.gui.AbstractJMeterGuiComponentorg.apache.jmeter.control.gui.AbstractControllerGuiorg.apache.jmeter.control.gui.LogicControllerGuiorg.apache.jmeter.protocol.http.proxy.gui.ProxyControlGuipublic class ProxyControlGuiextends LogicControllerGuiimplements JMeterGUIComponent, ActionListener, ItemListener, KeyListener, UnsharedComponentField Summary |
Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent | |
namePanel | |
Constructor Summary | |
| |
Method Summary | |
void |
|
void |
|
TestElement | |
String | |
Collection | |
void |
|
void |
|
void |
|
void |
|
protected ProxyControl | |
void |
|
protected void |
|
protected void |
|
void |
|
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 | |
public void actionPerformed(ActionEvent action)
!ToDo (Method description)
- Parameters:
action- !ToDo (Parameter description)
public void configure(TestElement element)
- Specified by:
- configure in interface JMeterGUIComponent
- Overrides:
- configure in interface AbstractJMeterGuiComponent
public TestElement createTestElement()
- Specified by:
- createTestElement in interface JMeterGUIComponent
- Overrides:
- createTestElement in interface LogicControllerGui
public String getLabelResource()
- Specified by:
- getLabelResource in interface JMeterGUIComponent
- Overrides:
- getLabelResource in interface LogicControllerGui
public Collection getMenuCategories()
- Specified by:
- getMenuCategories in interface JMeterGUIComponent
- Overrides:
- getMenuCategories in interface AbstractControllerGui
public void itemStateChanged(ItemEvent e)
public void keyPressed(KeyEvent e)
!ToDo (Method description)
- Parameters:
e- !ToDo (Parameter description)
public void keyReleased(KeyEvent e)
!ToDo (Method description)
- Parameters:
e- !ToDo (Parameter description)
public void keyTyped(KeyEvent e)
!ToDo (Method description)
- Parameters:
e- !ToDo (Parameter description)
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