IValueEditor.STYLE_EDITVALUE

Overview | Methods | Fields | This Package | All Packages

IValueEditor.STYLE_EDITVALUE

Specifies that the property browser should display an ellipsis button for the property.

Syntax

public static final int STYLE_EDITVALUE;

Remarks

This style indicates that the value editor implements the editValue method. Typically, a property browser will display an ellipses button, which allows the value editor to launch a modal dialog box to edit the property.

See Also   getStyle, STYLE_DROPDOWNARROW