[Schmitzm-commits] r70 - trunk/src/schmitzm/swing/table
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Apr 20 14:26:00 CEST 2009
Author: mojays
Date: 2009-04-20 14:26:00 +0200 (Mon, 20 Apr 2009)
New Revision: 70
Modified:
trunk/src/schmitzm/swing/table/SelectionTableModel.java
Log:
Java doc updated
Modified: trunk/src/schmitzm/swing/table/SelectionTableModel.java
===================================================================
--- trunk/src/schmitzm/swing/table/SelectionTableModel.java 2009-04-20 12:12:43 UTC (rev 69)
+++ trunk/src/schmitzm/swing/table/SelectionTableModel.java 2009-04-20 12:26:00 UTC (rev 70)
@@ -29,9 +29,10 @@
* This table model extends an other {@link TableModel} by inserting an
* additional column 0 which shows and controls the row selection.
* To realize this functionality it is necessary to connect this table model
- * to an explicit {@link JTable}.
+ * to an explicit {@link JTable}. Besides it is necessary that this table
+ * is a {@link SelectableJTable} to overcome the "normal" click behavior (clear
+ * selection when no Ctrl/Shift key is hold), when clicking the selection column.
* @author <a href="mailto:martin.schmitz at koeln.de">Martin Schmitz</a> (University of Bonn/Germany)
- *
*/
public class SelectionTableModel extends AbstractTableModel {
More information about the Schmitzm-commits
mailing list