Uses of Interface
org.refcodes.mixin.BottomRightEdgeAccessor
-
-
Uses of BottomRightEdgeAccessor in org.refcodes.mixin
Subinterfaces of BottomRightEdgeAccessor 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).interfaceTableTail<T>Defines the table elements for a table tail ("closing" the table / closing the header).Classes in org.refcodes.mixin that implement BottomRightEdgeAccessor Modifier and Type Class Description classTableBodyImpl<T>Implementation of theTableBodyinterface.classTableHeaderImpl<T>Implementation of theTableHeaderImplinterface.classTableTailImpl<T>Implementation of theTableTailinterface.
-