Uses of Class
com.jk.core.model.table.JKTableModel
Packages that use JKTableModel
-
Uses of JKTableModel in com.jk.core.model.table
Subclasses of JKTableModel in com.jk.core.model.tableModifier and TypeClassDescriptionclass
JKMapTableModel<K,
V> This class is a custom table model designed to display a Map's contents in a tabular format. -
Uses of JKTableModel in com.jk.core.util
Methods in com.jk.core.util with parameters of type JKTableModelModifier and TypeMethodDescriptionstatic void
JKExcelUtil.buildExcelSheet
(JKTableModel model) This method builds an Excel sheet using the providedJKTableModel
and displays it.Constructors in com.jk.core.util with parameters of type JKTableModelModifierConstructorDescriptionJKExcelUtil
(JKTableModel model) This method constructs a newJKExcelUtil
from the data available in theJKTableModel
.