Contains associations designed for use with the Swing framework.
In general, most text components can use the TextAssociation, and most buttons, including checkboxes and radio buttons, can use the ButtonAssociation.
Tables are handled with the TableColumnAssociation by dealing with TableColumns that are later added to a table.
The TreeAssociation will handle any component that uses a TreeModel and a TreeSelectionModel.