Package org.jminor.common.ui.control

Interface Summary
ControlIterator Used when handling sets of Controls.
 

Class Summary
AbstractBeanValueLink A bean based implementation of the AbstractValueLink class.
AbstractValueLink<T,V> An abstract base class for linking a UI component to a model value.
Control A beefed up Action.
ControlProvider Provides UI controls based on the Control class and it's descendants.
Controls A factory class for Control objects.
ControlSet A set of Actions/Controls, includes separators.
DateBeanValueLink Binds a JFormattedField to a date based bean property.
DoubleBeanValueLink Binds a DoubleField to a double based bean property.
FormattedTextBeanValueLink Binds a JFormattedField to a string based bean property.
IntBeanSpinnerValueLink Binds a SpinnerModel to a int based bean property.
IntBeanValueLink Binds a DoubleField to a int based bean property.
MethodControl A Control class for binding an action to a parameterless method via reflection.
SelectedItemBeanValueLink Binds a JComboBox to an Object based bean property.
TextBeanValueLink Binds a JTextComponent to a text based bean property.
TimestampBeanValueLink Binds a JFormattedField to a timestamp based bean property.
ToggleBeanValueLink Binds a ButtonModel to a boolean based bean property.
 

Enum Summary
LinkType Describes the possible ways to link property values to components.