Uses of Class
com.bc.ceres.binding.ValueSet
Packages that use ValueSet
Package
Description
The main purpose of this package is to provide a simple data binding framework for binding
 Java objects to a GUI or a DOM.
- 
Uses of ValueSet in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return ValueSetModifier and TypeMethodDescriptionPropertyDescriptor.getValueSet()static ValueSetValueSet.parseValueSet(String[] valueStrings, Converter itemConverter) Converts a string array into a value set.static ValueSetValueSet.parseValueSet(String text, Class<?> itemType) Converts a comma-separated text string into a value set.Methods in com.bc.ceres.binding with parameters of type ValueSet