Share via


ValueEditor Class

Methods | This Package | All Packages

Represents the base class for value editors.

package com.ms.wfc.core

public class ValueEditor
implements
IValueEditor****

Remarks

This class provides a default implementation of the IValueEditor interface. A value editor is used to edit property values in a property browser. A class typically defines a public static inner class named Editor, which either extends ValueEditor or directly implements IValueEditor. For more information, see the IValueEditor overview.

See Also   Value Editor Classes