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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.beans.PropertyEditorSupportaddPropertyChangeListener, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource
- 
Constructor Details- 
JSR223ScriptCacheCheckboxEditorpublic JSR223ScriptCacheCheckboxEditor()
 
- 
- 
Method Details- 
getAsText- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- PropertyEditorSupport
 
- 
setAsText- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- PropertyEditorSupport
 
- 
getValue- Specified by:
- getValuein interface- PropertyEditor
- Overrides:
- getValuein class- PropertyEditorSupport
 
- 
setValue- Specified by:
- setValuein interface- PropertyEditor
- Overrides:
- setValuein class- PropertyEditorSupport
 
- 
getCustomEditor- Specified by:
- getCustomEditorin interface- PropertyEditor
- Overrides:
- getCustomEditorin class- PropertyEditorSupport
 
- 
firePropertyChangepublic void firePropertyChange()- Overrides:
- firePropertyChangein class- PropertyEditorSupport
 
- 
actionPerformed- Specified by:
- actionPerformedin interface- ActionListener
 
- 
supportsCustomEditorpublic boolean supportsCustomEditor()- Specified by:
- supportsCustomEditorin interface- PropertyEditor
- Overrides:
- supportsCustomEditorin class- PropertyEditorSupport
 
- 
clearGuipublic 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.
 
-