blob: 574cc7b063d24bf4ce9e1f71cd2c1bae69de4a8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<body>
<p>
Contains associations designed for use
with the Swing framework.
</p>
<p>
In general, most text components can use the
TextAssociation, and most buttons, including
checkboxes and radio buttons, can use the
ButtonAssociation.
</p>
<p>
Tables are handled with the TableColumnAssociation
by dealing with TableColumns that are later added
to a table.
</p>
<p>
The TreeAssociation will handle any component that
uses a TreeModel and a TreeSelectionModel.
</p>
</body>
|