|
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.visualizers.gui.AbstractListenerGui
org.apache.jmeter.visualizers.gui.AbstractVisualizer
org.apache.jmeter.visualizers.ViewResultsFullVisualizer
public class ViewResultsFullVisualizer
Base for ViewResults
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
static Color |
CLIENT_ERROR_COLOR
|
protected static String |
COMBO_CHANGE_COMMAND
|
static Color |
REDIRECT_COLOR
|
static Color |
SERVER_ERROR_COLOR
|
Fields inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer |
---|
collector, isStats |
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 | |
---|---|
ViewResultsFullVisualizer()
Constructor |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent event)
|
void |
add(SampleResult sample)
This method is called by sampling thread to inform the visualizer about the arrival of a new sample. |
void |
clearData()
Clears the current data of the object. |
String |
getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. |
static String |
getResponseAsString(SampleResult res)
|
protected void |
init()
Initialize this visualizer |
protected static boolean |
isTextDataType(SampleResult sampleResult)
|
void |
itemStateChanged(ItemEvent e)
Handler for Checkbox |
void |
valueChanged(TreeSelectionEvent e)
|
Methods inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer |
---|
clearGui, configure, configureTestElement, createTestElement, getErrorLoggingCheckbox, getFile, getFilePanel, getModel, isStats, makeTitlePanel, modifyTestElement, setFile, setModel, stateChanged |
Methods inherited from class org.apache.jmeter.visualizers.gui.AbstractListenerGui |
---|
createPopupMenu, getMenuCategories |
Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
---|
configureTestElement, createTitleLabel, getComment, getDocAnchor, getName, getNamePanel, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, setComment, setEnabled, setName |
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 |
Field Detail |
---|
public static final Color SERVER_ERROR_COLOR
public static final Color CLIENT_ERROR_COLOR
public static final Color REDIRECT_COLOR
protected static final String COMBO_CHANGE_COMMAND
Constructor Detail |
---|
public ViewResultsFullVisualizer()
Method Detail |
---|
public void add(SampleResult sample)
add
in interface Visualizer
sample
- the newly arrived samplepublic void clearData()
clearData
in interface Clearable
public String getLabelResource()
getLabelResource
in interface JMeterGUIComponent
protected void init()
public void valueChanged(TreeSelectionEvent e)
valueChanged
in interface TreeSelectionListener
protected static boolean isTextDataType(SampleResult sampleResult)
sampleResult
- SampleResult
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
public static String getResponseAsString(SampleResult res)
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |