| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.swing.ATJgoodiesBindingConverterFactory
public class ATJgoodiesBindingConverterFactory
| Nested Class Summary | |
|---|---|
| static class | ATJgoodiesBindingConverterFactory.LookupListConverterConverts Values to Strings and vice-versa using a given Format. | 
| Method Summary | |
|---|---|
| static com.jgoodies.binding.value.ValueModel | createLookupListConverter(com.jgoodies.binding.value.ValueModel subject,
                          java.lang.String format)Creates and returns a ValueModel that converts objects to Strings and vice versa. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static com.jgoodies.binding.value.ValueModel createLookupListConverter(com.jgoodies.binding.value.ValueModel subject,
                                                                              java.lang.String format)
Format.
 Constraints: The subject is of type Object;
 it must be formattable and parsable via the given Format.
subject - the underlying ValueModel.format - the Format used to format and parse
java.lang.NullPointerException - if the subject or the format
         is null| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||