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
-
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:
getAsText
in interfacePropertyEditor
- Overrides:
getAsText
in classPropertyEditorSupport
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
-
getValue
- Specified by:
getValue
in interfacePropertyEditor
- Overrides:
getValue
in classPropertyEditorSupport
-
setValue
- Specified by:
setValue
in interfacePropertyEditor
- Overrides:
setValue
in classPropertyEditorSupport
-
getCustomEditor
- Specified by:
getCustomEditor
in interfacePropertyEditor
- Overrides:
getCustomEditor
in classPropertyEditorSupport
-
firePropertyChange
public void firePropertyChange()- Overrides:
firePropertyChange
in classPropertyEditorSupport
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditor
in interfacePropertyEditor
- Overrides:
supportsCustomEditor
in classPropertyEditorSupport
-
clearGui
public void clearGui()Description copied from interface:ClearGui
Clear 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.
-