| |
|
| java.lang.Object org.netbeans.beaninfo.editors.StringArrayEditor
StringArrayEditor | public class StringArrayEditor implements XMLPropertyEditor,StringArrayCustomizable,ExPropertyEditor(Code) | | A property editor for array of Strings.
author: Ian Formanek |
StringArrayEditor | public StringArrayEditor()(Code) | | |
attachEnv | public void attachEnv(PropertyEnv env)(Code) | | |
getJavaInitializationString | public String getJavaInitializationString()(Code) | | |
getStringArray | public String[] getStringArray()(Code) | | Used to acquire the current value from the PropertyEditor
the current value of the property |
getStrings | final protected String getStrings(boolean quoted)(Code) | | |
isPaintable | public boolean isPaintable()(Code) | | |
readFromXML | public void readFromXML(org.w3c.dom.Node element) throws java.io.IOException(Code) | | Called to load property value from specified XML subtree.
If succesfully loaded, the value should be available via getValue().
An IOException should be thrown when the value cannot be restored from
the specified XML element
Parameters: element - the XML DOM element representing a subtree of XML fromwhich the value should be loaded exception: IOException - thrown when the value cannot be restored fromthe specified XML element |
setStringArray | public void setStringArray(String[] value)(Code) | | Used to modify the current value in the PropertyEditor
Parameters: value - the new value of the property |
storeToXML | public org.w3c.dom.Node storeToXML(org.w3c.dom.Document doc)(Code) | | Called to store current property value into XML subtree.
Parameters: doc - The XML document to store the XML in - should be used forcreating nodes only the XML DOM element representing a subtree of XML from whichthe value should be loaded |
supportsCustomEditor | public boolean supportsCustomEditor()(Code) | | |
|
|
|