|
|||||||||
| Home >> All >> org >> apache >> jmeter >> config >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.jmeter.config.gui
Class AbstractConfigGui

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.jmeter.gui.AbstractJMeterGuiComponent
org.apache.jmeter.config.gui.AbstractConfigGui
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, org.apache.jmeter.gui.JMeterGUIComponent, java.awt.MenuContainer, org.apache.jmeter.visualizers.Printable, java.io.Serializable
- Direct Known Subclasses:
- ArgumentsPanel, LoginConfigGui, SimpleConfigGui
- public abstract class AbstractConfigGui
- extends org.apache.jmeter.gui.AbstractJMeterGuiComponent
- implements org.apache.jmeter.visualizers.Printable
- extends org.apache.jmeter.gui.AbstractJMeterGuiComponent
This is the base class for JMeter GUI components which provide configuration for some other component.
- Version:
- $Revision: 1.6 $
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary |
| Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
|
| 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.Container |
|
| 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 | |
AbstractConfigGui()
|
|
| Method Summary | |
javax.swing.JPopupMenu |
createPopupMenu()
When a user right-clicks on the component in the test tree, or selects the edit menu when the component is selected, the component will be asked to return a JPopupMenu that provides all the options available to the user from this component. |
java.util.Collection |
getMenuCategories()
This is the list of menu categories this gui component will be available under. |
javax.swing.JComponent |
getPrintableComponent()
Subclasses need to over this method, if they wish to return something other than the Visualizer itself. |
| Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
clear, configure, configureTestElement, createTitleLabel, getDocAnchor, getName, getNamePanel, getNode, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setEnabled, setName, setNode |
| 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 |
| Methods inherited from interface org.apache.jmeter.gui.JMeterGUIComponent |
createTestElement, getLabelResource, modifyTestElement |
| Constructor Detail |
AbstractConfigGui
public AbstractConfigGui()
| Method Detail |
createPopupMenu
public javax.swing.JPopupMenu createPopupMenu()
- When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
This implementation returns menu items appropriate for most configuration components.
- Specified by:
createPopupMenuin interfaceorg.apache.jmeter.gui.JMeterGUIComponent
getMenuCategories
public java.util.Collection getMenuCategories()
- This is the list of menu categories this gui component will be available
under. This implementation returns
MenuFactory.CONFIG_ELEMENTS>
MenuFactory.CONFIG_ELEMENTS55 , which is appropriate for most configuration components.- Specified by:
getMenuCategoriesin interfaceorg.apache.jmeter.gui.JMeterGUIComponent
getPrintableComponent
public javax.swing.JComponent getPrintableComponent()
- Subclasses need to over this method, if they wish to return something
other than the Visualizer itself.
- Specified by:
getPrintableComponentin interfaceorg.apache.jmeter.visualizers.Printable
|
|||||||||
| Home >> All >> org >> apache >> jmeter >> config >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC