summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html')
-rw-r--r--projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html b/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html
new file mode 100644
index 0000000..574cc7b
--- /dev/null
+++ b/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html
@@ -0,0 +1,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>