org.apache.jmeter.protocol.http.proxy.gui
Class ProxyControlGui
java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.jmeter.gui.AbstractJMeterGuiComponent
org.apache.jmeter.control.gui.AbstractControllerGui
org.apache.jmeter.control.gui.LogicControllerGui
org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
- All Implemented Interfaces:
- Accessible, ActionListener, EventListener, FocusListener, ImageObserver, ItemListener, JMeterGUIComponent, KeyListener, MenuContainer, Printable, Serializable, UnsharedComponent
- public class ProxyControlGui
- extends LogicControllerGui
- implements JMeterGUIComponent, ActionListener, ItemListener, KeyListener, FocusListener, UnsharedComponent
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
clearGui, configureTestElement, createTitleLabel, getComment, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setComment, setEnabled, setName, setNode |
Methods inherited from class javax.swing.JComponent |
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
ProxyControlGui
public ProxyControlGui()
createTestElement
public TestElement createTestElement()
- Description copied from interface:
JMeterGUIComponent
- JMeter test components are separated into a model and a GUI
representation. The model holds the data and the GUI displays it. The GUI
class is responsible for knowing how to create and initialize with data
the model class that it knows how to display, and this method is called
when new test elements are created.
- Specified by:
createTestElement
in interface JMeterGUIComponent
- Overrides:
createTestElement
in class LogicControllerGui
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 class LogicControllerGui
- See Also:
JMeterGUIComponent.modifyTestElement(TestElement)
setIncludeListInProxyControl
protected void setIncludeListInProxyControl(ProxyControl element)
setExcludeListInProxyControl
protected void setExcludeListInProxyControl(ProxyControl element)
getLabelResource
public String getLabelResource()
- Description copied from interface:
JMeterGUIComponent
- Get the component's resource name, which getStaticLabel uses to derive
the component's label in the local language. The resource name is fixed,
and does not vary with the selected language.
Normally this method should be overriden in preference to overriding
getStaticLabel(). However where the resource name is not available or required,
getStaticLabel() may be overridden instead.
- Specified by:
getLabelResource
in interface JMeterGUIComponent
- Overrides:
getLabelResource
in class LogicControllerGui
getMenuCategories
public Collection getMenuCategories()
- Description copied from interface:
JMeterGUIComponent
- This is the list of add menu categories this gui component will be
available under. For instance, if this represents a Controller, then the
MenuFactory.CONTROLLERS category should be in the returned collection.
When a user right-clicks on a tree element and looks through the "add"
menu, which category your GUI component shows up in is determined by
which categories are returned by this method. Most GUI's belong to only
one category, but it is possible for a component to exist in multiple
categories.
- Specified by:
getMenuCategories
in interface JMeterGUIComponent
- Overrides:
getMenuCategories
in class AbstractControllerGui
- Returns:
- a Collection of Strings, where each element is one of the
constants defined in MenuFactory
configure
public void configure(TestElement element)
- Description copied from interface:
JMeterGUIComponent
- The GUI must be able to extract the data from the TestElement and update
all GUI fields to represent those data. This method is called to allow
JMeter to show the user the GUI that represents the test element's data.
- Specified by:
configure
in interface JMeterGUIComponent
- Overrides:
configure
in class AbstractJMeterGuiComponent
- Parameters:
element
- the TestElement to configure
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interface FocusListener
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interface FocusListener
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Specified by:
itemStateChanged
in interface ItemListener
actionPerformed
public void actionPerformed(ActionEvent action)
- !ToDo (Method description)
- Specified by:
actionPerformed
in interface ActionListener
- Parameters:
action
- !ToDo (Parameter description)
keyPressed
public void keyPressed(KeyEvent e)
- !ToDo (Method description)
- Specified by:
keyPressed
in interface KeyListener
- Parameters:
e
- !ToDo (Parameter description)
keyTyped
public void keyTyped(KeyEvent e)
- !ToDo (Method description)
- Specified by:
keyTyped
in interface KeyListener
- Parameters:
e
- !ToDo (Parameter description)
keyReleased
public void keyReleased(KeyEvent e)
- !ToDo (Method description)
- Specified by:
keyReleased
in interface KeyListener
- Parameters:
e
- !ToDo (Parameter description)
setNode
public void setNode(JMeterTreeNode node)
Copyright © 1998-2007 Apache Software Foundation. All Rights Reserved.