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