PropertyEditorSupport.setValue
Class Overview | Class Members |
This Package |
All Packages
public 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.