Package com.macrofocus.helper
Class TableHelper
java.lang.Object
com.macrofocus.helper.TableHelper
Helper class for dealing with Swing's TableModel.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TableModel
createFunctionTableModel
(int rowCount) static TableModel
createRandomCartoTableModel
(int clusterCount, int rowCount, int columnCount) static TableModel
createRandomTableModel
(int clusterCount, int rowCount, int columnCount) static TableHelper.ColumnStatistics
getColumnStatistics
(TableModel tableModel, int column)
-
Constructor Details
-
TableHelper
public TableHelper()
-
-
Method Details
-
createRandomCartoTableModel
public static TableModel createRandomCartoTableModel(int clusterCount, int rowCount, int columnCount) -
createRandomTableModel
-
createFunctionTableModel
-
getColumnStatistics
-