ValueEditor.editValue

Overview | Methods | This Package | All Packages

ValueEditor.editValue

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

Override this method to launch a modal dialog box or provide a drop-down control to edit the property. For more information, see IValueEditor.editValue.