summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-19 17:56:33 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-19 17:56:33 -0400
commitaedc34d55462a75e329bbf342251ff6504cd117e (patch)
treebcc8f1f2352582717b484df302aeea6696b8f000 /projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html
Initial import from SVN
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>