Overview | Methods | Fields | This Package | All Packages
Provides a user interface for editing the property value.
Syntax
public void editValue( IValueAccess valueAccess )
Parameters
valueAccess
An object implementing the IValueAccess interface that is used to access and modify the property value.
Remarks
This method first calls valueAccess.getValue to retrieve the current property value. To then present a user interface for editing the value, valueAccess.getService is called to help launch a modal dialog box or provide a drop-down control. Finally, valueAccess.setValue is called to set the new property value.
See Also STYLE_EDITVALUE, STYLE_DROPDOWNARROW