| java.lang.Object com.jidesoft.converter.StringArrayConverter
StringArrayConverter | public StringArrayConverter()(Code) | | Creates a StringArrayConverter using default constructor. The semicolon (";") will be used as the
separator when converting from string to array and vise versa.
|
StringArrayConverter | public StringArrayConverter(String separator)(Code) | | Creates a StringArrayConverter with a specified separator. Please make sure the separator is not
used in the charactor set used in each string element. For example, you want to use space as separator, then
each string in the string arrray must not use space.
Parameters: separator - the separator used to separate string to an array. |
|
|