IValueEditor.STYLE_VALUES

Overview | Methods | Fields | This Package | All Packages

IValueEditor.STYLE_VALUES

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

Syntax

public static final int STYLE_VALUES;

Remarks

This style indicates that the value editor implements the getValues method. This style typically causes a property browser to display a drop-down list of possible values.

See Also   getStyle