Uses of Interface
com.jgoodies.binding.value.BindingConverter

Packages that use BindingConverter
com.jgoodies.binding.binder   
com.jgoodies.binding.value Contains the ValueModel interface and hierarchy. 
 

Uses of BindingConverter in com.jgoodies.binding.binder
 

Methods in com.jgoodies.binding.binder with parameters of type BindingConverter
 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.
 

Uses of BindingConverter in com.jgoodies.binding.value
 

Classes in com.jgoodies.binding.value that implement BindingConverter
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.
 

Constructors in com.jgoodies.binding.value with parameters of type BindingConverter
ConverterValueModel(ValueModel source, BindingConverter converter)
          Constructs a ConverterValueModel on the given source ValueModel and BindingConverter.
 



Copyright © 2002-2013 JGoodies Software GmbH. All Rights Reserved.