Package org.jminor.common.ui.valuemap

Class Summary
AbstractValueMapLink<K,V> An abstract class for linking a UI component to a ValueChangeMapEditModel key value.
BooleanValueLink<K> A class for linking a UI component to a boolean value.
ComboBoxValueLink<K> A class for linking a ComboBox to a ValueChangeMapEditModel property value.
DateValueLink<K> A class for linking a formatted text field to a ValueChangeMapEditModel date property value.
DoubleValueLink<K> A class for linking a DoubleField to a ValueChangeMapEditModel double property value.
FormattedValueLink<K> A class for linking a JFormattedTextField to a ValueChangeMapEditModel property value.
IntValueLink<K> A class for linking a IntField to a ValueChangeMapEditor int key value.
TextValueLink<K> A class for linking a text component to a ValueChangeMapEditModel text property value.
TristateValueLink<K> A class for linking a UI component to a boolean value.
ValueChangeMapEditPanel<K,V> A UI class based on the ValueChangeMapEditModel.
ValueLinkValidators A factory class for adding validators to components.