PropertyEditor.setValue

PropertyEditor.setValue

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void setValue( Object value )
Parameters
value
The new target object to be edited. Note that this object should not be modified by the PropertyEditor, rather the PropertyEditor should create a new object to hold any modified value.
Description
Set (or change) the object that is to be edited. Builtin types such as "int" must be wrapped as the corresponding object type such as "java.lang.Integer".