[Schmitzm-commits] r98 - trunk/src/schmitzm/swing/table
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri May 8 14:17:59 CEST 2009
Author: mojays
Date: 2009-05-08 14:17:59 +0200 (Fri, 08 May 2009)
New Revision: 98
Modified:
trunk/src/schmitzm/swing/table/SelectionTableModel.java
Log:
SelectionTableModel extended with getSourceModel()
Modified: trunk/src/schmitzm/swing/table/SelectionTableModel.java
===================================================================
--- trunk/src/schmitzm/swing/table/SelectionTableModel.java 2009-05-08 12:10:42 UTC (rev 97)
+++ trunk/src/schmitzm/swing/table/SelectionTableModel.java 2009-05-08 12:17:59 UTC (rev 98)
@@ -80,6 +80,13 @@
// }
/**
+ * Returns the original {@link TableModel}.
+ */
+ public TableModel getSourceModel() {
+ return model;
+ }
+
+ /**
* Adds a listener to the list that's notified each time a change
* to the data model occurs.
*/
More information about the Schmitzm-commits
mailing list