Specifies that the property browser should display a drop-down arrow for the property.
public static final int STYLE_DROPDOWNARROW;
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