Uses of Interface
org.refcodes.mixin.TableBody
-
-
Uses of TableBody in org.refcodes.mixin
Subinterfaces of TableBody in org.refcodes.mixin Modifier and Type Interface Description interfaceTableHeader<T>Defines the table elements for a table header (with for example the columns' titles).Classes in org.refcodes.mixin that implement TableBody Modifier and Type Class Description classTableBodyImpl<T>Implementation of theTableBodyinterface.classTableHeaderImpl<T>Implementation of theTableHeaderImplinterface.
-