IValueEditor.STYLE_NOEDITABLETEXT

Overview | Methods | Fields | This Package | All Packages

IValueEditor.STYLE_NOEDITABLETEXT

Specifies that the value editor should not accept arbitrary text input.

Syntax

public static final int STYLE_NOEDITABLETEXT;

Remarks

This style indicates that the value editor does not support arbitrary text passed to the getValueFromText method; it can only accept text returned from getTextFromValue. This style typically causes a property browser to disallow typing in the property's edit box.

See Also   getStyle