Uses of Interface
org.vandeseer.easytable.settings.BorderStyleInterface
-
Packages that use BorderStyleInterface Package Description org.vandeseer.easytable.settings org.vandeseer.easytable.structure org.vandeseer.easytable.structure.cell -
-
Uses of BorderStyleInterface in org.vandeseer.easytable.settings
Classes in org.vandeseer.easytable.settings that implement BorderStyleInterface Modifier and Type Class Description classBorderStyle -
Uses of BorderStyleInterface in org.vandeseer.easytable.structure
Methods in org.vandeseer.easytable.structure with parameters of type BorderStyleInterface Modifier and Type Method Description Row.RowBuilderRow.RowBuilder. borderStyle(BorderStyleInterface borderStyle)Table.TableBuilderTable.TableBuilder. borderStyle(BorderStyleInterface borderStyle)Column.ColumnBuilderColumn.ColumnBuilder. borderStyleLeft(BorderStyleInterface borderStyle)Column.ColumnBuilderColumn.ColumnBuilder. borderStyleRight(BorderStyleInterface borderStyle) -
Uses of BorderStyleInterface in org.vandeseer.easytable.structure.cell
Methods in org.vandeseer.easytable.structure.cell that return BorderStyleInterface Modifier and Type Method Description BorderStyleInterfaceAbstractCell. getBorderStyleBottom()BorderStyleInterfaceAbstractCell. getBorderStyleLeft()BorderStyleInterfaceAbstractCell. getBorderStyleRight()BorderStyleInterfaceAbstractCell. getBorderStyleTop()Methods in org.vandeseer.easytable.structure.cell with parameters of type BorderStyleInterface Modifier and Type Method Description BAbstractCell.AbstractCellBuilder. borderStyle(BorderStyleInterface style)BAbstractCell.AbstractCellBuilder. borderStyleBottom(BorderStyleInterface style)BAbstractCell.AbstractCellBuilder. borderStyleLeft(BorderStyleInterface style)BAbstractCell.AbstractCellBuilder. borderStyleRight(BorderStyleInterface style)BAbstractCell.AbstractCellBuilder. borderStyleTop(BorderStyleInterface style)
-