Package | Description |
---|---|
com.bc.ceres.binding |
The main purpose of this package is to provide a simple data binding framework for binding
Java objects to a GUI or a DOM.
|
Modifier and Type | Method and Description |
---|---|
ValueSet |
PropertyDescriptor.getValueSet() |
static ValueSet |
ValueSet.parseValueSet(String[] valueStrings,
Converter itemConverter)
Converts a string array into a value set.
|
static ValueSet |
ValueSet.parseValueSet(String text,
Class<?> itemType)
Converts a comma-separated text string into a value set.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyDescriptor.setValueSet(ValueSet valueSet) |
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.