| |
|
| java.lang.Object java.beans.PropertyEditorSupport org.netbeans.beaninfo.editors.ExPropertyEditorSupport org.netbeans.beaninfo.editors.BoolEditor
BoolEditor | public class BoolEditor extends ExPropertyEditorSupport (Code) | | Replacement editor for boolean primitive values which supports
internationalization and alternate string values that
can be supplied to the property editor via adding an array
returning an array of two Strings (false then true) from
env.getFeatureDescriptor().getValue() . These
string values will then be used for getAsText, setAsText, and getTags.
These strings should be correctly internationalized if supplied
by a module. String value matching in setAsText is non-case-sensitive
("TRUE" and "tRue" are equivalent).
author: Tim Boudreau |
BoolEditor | public BoolEditor()(Code) | | Creates a new instance of BoolEditor
|
attachEnvImpl | protected void attachEnvImpl(org.openide.explorer.propertysheet.PropertyEnv env)(Code) | | |
getJavaInitializationString | public String getJavaInitializationString()(Code) | | |
validateEnv | protected void validateEnv(org.openide.explorer.propertysheet.PropertyEnv env)(Code) | | Throws an EnvException if the stringValues key is not 2 items in length.
|
|
|
|