|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractWrappedValueModel | |
|---|---|
| com.jgoodies.binding | Contains utilities and the PresentationModel that combines many of the Binding features |
| com.jgoodies.binding.value | Contains the ValueModel
interface and hierarchy. |
| Uses of AbstractWrappedValueModel in com.jgoodies.binding |
|---|
| Methods in com.jgoodies.binding that return AbstractWrappedValueModel | |
|---|---|
AbstractWrappedValueModel |
PresentationModel.getBufferedComponentModel(String propertyName)
Looks up or creates a buffered component adapter to the read-write property with the given name on this PresentationModel's bean channel. |
AbstractWrappedValueModel |
PresentationModel.getComponentModel(String propertyName)
Looks up and lazily creates a ComponentValueModel that adapts the bound property with the specified name. |
| Uses of AbstractWrappedValueModel in com.jgoodies.binding.value |
|---|
| Subclasses of AbstractWrappedValueModel in com.jgoodies.binding.value | |
|---|---|
class |
AbstractConverter
An abstract class that minimizes the effort required to implement a type converter. |
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. |
class |
DefaultComponentValueModel
A ValueModel that provides relevant GUI state in presentation models. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||