| |
|
| org.netbeans.beaninfo.editors.ExPropertyEditorSupport org.netbeans.beaninfo.editors.IntEditor
IntEditor | public class IntEditor extends ExPropertyEditorSupport (Code) | | An editor for primitive integer types which allows hinting of tag
values and handles whitespace in setAsText better than the default
JDK one. The following hints are supported:
|
IntEditor | public IntEditor()(Code) | | Creates a new instance of IntEditor
|
attachEnvImpl | protected void attachEnvImpl(PropertyEnv env)(Code) | | |
getJavaInitializationString | public String getJavaInitializationString()(Code) | | |
validateEnv | protected void validateEnv(PropertyEnv env)(Code) | | Validate that the values supplied by the PropertyEnv are proper,
so there's not an obscure ArrayIndexOutOfBoundsException some time
later because bad information was supplied.
|
|
|
|