IValueEditor.STYLE_DROPDOWNARROW

Overview | Methods | Fields | This Package | All Packages

IValueEditor.STYLE_DROPDOWNARROW

Specifies that the property browser should display a drop-down arrow for the property.

Syntax

public static final int STYLE_DROPDOWNARROW;

Remarks

This style indicates that the value editor implements the editValue method. Typically, a property browser will display a drop-down arrow, which allows the value editor to use a drop-down control to edit the property.

See Also   getStyle, STYLE_VALUES, STYLE_EDITVALUE