Class PStringPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
ee.jakarta.tck.pages.spec.core_syntax.actions.setproperty.PStringPropertyEditor
- All Implemented Interfaces:
PropertyEditor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
PStringPropertyEditor
public PStringPropertyEditor()
-
-
Method Details
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Parameters:
param1
- a string value. The String "PString" will be prepended to any value passed.- Throws:
IllegalArgumentException
- if unable to set the property.
-