Uses of Class
io.keikai.model.impl.AbstractBookAdv
-
Packages that use AbstractBookAdv Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of AbstractBookAdv in io.keikai.model.impl
Subclasses of AbstractBookAdv in io.keikai.model.impl Modifier and Type Class Description class
BookImpl
Methods in io.keikai.model.impl that return AbstractBookAdv Modifier and Type Method Description AbstractBookAdv
NameImpl. getBook()
Constructors in io.keikai.model.impl with parameters of type AbstractBookAdv Constructor Description BookSeriesImpl(AbstractBookAdv... books)
NameImpl(AbstractBookAdv book, String id, String name, String applyToSheetName)
RefImpl(AbstractBookAdv book)
SheetImpl(AbstractBookAdv book, String id)
SimpleBookSeriesImpl(AbstractBookAdv book)
TableImpl(AbstractBookAdv book, String name, String displayName, SheetRegion region, int headerRowCount, int totalsRowCount, STableStyleInfo info)
TableImpl(AbstractBookAdv book, String name, String displayName, SheetRegion region, int headerRowCount, int totalsRowCount, STableStyleInfo info, boolean totalsRowShown)
TableNameImpl(AbstractBookAdv book, STable table, String id, String name)
-