Package org.apache.jmeter.util
Class ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
- All Implemented Interfaces:
 ActionListener,PropertyEditor,EventListener,ClearGui
- Enclosing class:
 - ScriptingBeanInfoSupport
 
public static class ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
extends PropertyEditorSupport
implements ActionListener, ClearGui
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource 
- 
Constructor Details
- 
JSR223ScriptCacheCheckboxEditor
public JSR223ScriptCacheCheckboxEditor() 
 - 
 - 
Method Details
- 
getAsText
- Specified by:
 getAsTextin interfacePropertyEditor- Overrides:
 getAsTextin classPropertyEditorSupport
 - 
setAsText
- Specified by:
 setAsTextin interfacePropertyEditor- Overrides:
 setAsTextin classPropertyEditorSupport
 - 
getValue
- Specified by:
 getValuein interfacePropertyEditor- Overrides:
 getValuein classPropertyEditorSupport
 - 
setValue
- Specified by:
 setValuein interfacePropertyEditor- Overrides:
 setValuein classPropertyEditorSupport
 - 
getCustomEditor
- Specified by:
 getCustomEditorin interfacePropertyEditor- Overrides:
 getCustomEditorin classPropertyEditorSupport
 - 
firePropertyChange
public void firePropertyChange()- Overrides:
 firePropertyChangein classPropertyEditorSupport
 - 
actionPerformed
- Specified by:
 actionPerformedin interfaceActionListener
 - 
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
 supportsCustomEditorin interfacePropertyEditor- Overrides:
 supportsCustomEditorin classPropertyEditorSupport
 - 
clearGui
public void clearGui()Description copied from interface:ClearGuiClear the gui and return it to initial default values. This is necessary because most gui classes are instantiated just once and re-used for multiple test element objects and thus they need to be cleared between uses. 
 -