Overview | Methods | Fields | This Package | All Packages
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