| 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.
|
| com.bc.ceres.binding.converters |
Contains some common
Converter implementations. |
| com.bc.ceres.binding.validators |
Contains some common
Validator implementations. |
| Modifier and Type | Method and Description |
|---|---|
ValueRange |
PropertyDescriptor.getValueRange() |
static ValueRange |
ValueRange.parseValueRange(String text)
Parses an
ValueRange. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDescriptor.setValueRange(ValueRange valueRange) |
| Modifier and Type | Method and Description |
|---|---|
ValueRange |
IntervalConverter.parse(String text) |
| Modifier and Type | Method and Description |
|---|---|
Class<ValueRange> |
IntervalConverter.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
String |
IntervalConverter.format(ValueRange value) |
| Constructor and Description |
|---|
IntervalValidator(ValueRange valueRange) |
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.