blob: 894a3d73ae217770ba6ca62a2d1d12362e6daa6d (
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>
|