public class StringProperty extends Property
CHECKBOX_RENDERER, COMBOBOX_RENDERER, property, propertySheetOper, RADIOBUTTON_RENDERER, SET_RENDERER, STRING_RENDERER| Constructor and Description |
|---|
StringProperty(PropertySheetOperator propertySheetOper,
String name)
Creates a new instance of StringProperty
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStringValue()
getter for String value through Custom Editor
|
StringCustomEditorOperator |
invokeCustomizer()
invokes custom property editor and returns proper custom editor operator
|
void |
setStringValue(String value)
setter for String value through Custom Editor
|
void |
verify()
Performs verification by accessing all sub-components
|
canEditAsText, getName, getRendererName, getRow, getShortDescription, getValue, isEnabled, openEditor, setDefaultValue, setValue, setValue, supportsCustomEditorpublic StringProperty(PropertySheetOperator propertySheetOper, String name)
propertySheetOper - PropertySheetOperator where to find property.name - String property namepublic StringCustomEditorOperator invokeCustomizer()
public void setStringValue(String value)
value - Stringpublic String getStringValue()
public void verify()
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.