Uses of Interface
org.vandeseer.easytable.settings.BorderStyleInterface
Packages that use BorderStyleInterface
Package
Description
-
Uses of BorderStyleInterface in org.vandeseer.easytable.settings
Classes in org.vandeseer.easytable.settings that implement BorderStyleInterface -
Uses of BorderStyleInterface in org.vandeseer.easytable.structure
Methods in org.vandeseer.easytable.structure with parameters of type BorderStyleInterfaceModifier and TypeMethodDescriptionRow.RowBuilder.borderStyle(BorderStyleInterface borderStyle) Table.TableBuilder.borderStyle(BorderStyleInterface borderStyle) Column.ColumnBuilder.borderStyleLeft(BorderStyleInterface borderStyle) Column.ColumnBuilder.borderStyleRight(BorderStyleInterface borderStyle) -
Uses of BorderStyleInterface in org.vandeseer.easytable.structure.cell
Methods in org.vandeseer.easytable.structure.cell that return BorderStyleInterfaceModifier and TypeMethodDescriptionAbstractCell.getBorderStyleBottom()AbstractCell.getBorderStyleLeft()AbstractCell.getBorderStyleRight()AbstractCell.getBorderStyleTop()Methods in org.vandeseer.easytable.structure.cell with parameters of type BorderStyleInterfaceModifier and TypeMethodDescriptionAbstractCell.AbstractCellBuilder.borderStyle(BorderStyleInterface style) AbstractCell.AbstractCellBuilder.borderStyleBottom(BorderStyleInterface style) AbstractCell.AbstractCellBuilder.borderStyleLeft(BorderStyleInterface style) AbstractCell.AbstractCellBuilder.borderStyleRight(BorderStyleInterface style) AbstractCell.AbstractCellBuilder.borderStyleTop(BorderStyleInterface style)