fixes #4881
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@29496
ac1ea38d-2e2b-0410-8846-
a27921b304fc
public void setFilterFraction(double filterFraction);\r
\r
public void updateFiltered();\r
+ \r
+ @SuppressWarnings("rawtypes")\r
+ public Comparable getOther();\r
}\r
return used.getColumnIndex(key);\r
}\r
\r
+ public Comparable getOther() {\r
+ return other;\r
+ }\r
+ \r
\r
\r
\r
public Number getValue(int index) {\r
return used.getValue(index);\r
}\r
+ \r
+ public Comparable getOther() {\r
+ return other;\r
+ }\r
\r
}\r