Package | Description |
---|---|
com.jgoodies.binding.binder | |
com.jgoodies.binding.value |
Contains the
ValueModel
interface and hierarchy. |
Modifier and Type | Method and Description |
---|---|
ValueModelBindingBuilder |
ValueModelBindingBuilderImpl.converted(BindingConverter converter) |
ValueModelBindingBuilder |
ValueModelBindingBuilder.converted(BindingConverter converter)
Wraps this builder's ValueModel with a converting ValueModel
and creates and returns another ValueModelBindingBuilder
with the wrapped ValueModel.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConverterFactory.BooleanNegator
Negates Booleans leaving null unchanged.
|
static class |
ConverterFactory.BooleanToStringConverter
Converts Booleans to Strings and vice-versa using given texts for
true, false, and null.
|
static class |
ConverterFactory.DoubleConverter
Converts Doubles using a given multiplier.
|
static class |
ConverterFactory.DoubleToIntegerConverter
Converts Doubles to Integers and vice-versa.
|
static class |
ConverterFactory.FloatConverter
Converts Floats using a given multiplier.
|
static class |
ConverterFactory.FloatToIntegerConverter
Converts Floats to Integers and vice-versa.
|
static class |
ConverterFactory.IntegerConverter
Converts Integers using a given multiplier.
|
static class |
ConverterFactory.LongConverter
Converts Longs using a given multiplier.
|
static class |
ConverterFactory.LongToIntegerConverter
Converts Longs to Integers and vice-versa.
|
static class |
ConverterFactory.StringConverter
Converts Values to Strings and vice-versa using a given Format.
|
Constructor and Description |
---|
ConverterValueModel(ValueModel source,
BindingConverter converter)
Constructs a ConverterValueModel on the given source ValueModel and
BindingConverter.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.