Package | Description |
---|---|
com.jgoodies.binding.value |
Contains the
ValueModel
interface and hierarchy. |
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.
|
Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.