Uses of Interface
io.keikai.model.SName
-
Packages that use SName Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SName in io.keikai.model
Methods in io.keikai.model that return SName Modifier and Type Method Description SNameSBook. createName(String name)SNameSBook. createName(String name, String applyToSheetName)Create a defined name on specified sheetSNameSBook. getName(int idx)SNameSBook. getNameByName(String namename)SNameSBook. getNameByName(String namename, String sheetName)Methods in io.keikai.model that return types with arguments of type SName Modifier and Type Method Description List<SName>SBook. getNames()Methods in io.keikai.model with parameters of type SName Modifier and Type Method Description voidSBook. deleteName(SName name)Delete a defined namevoidSBook. setNameName(SName name, String newname)voidSBook. setNameName(SName name, String newname, String applyToSheetName) -
Uses of SName in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SName Modifier and Type Class Description classAbstractNameAdvclassNameImplclassTableNameImplMark interface for SName that is associated with Table.Methods in io.keikai.model.impl that return SName Modifier and Type Method Description SNameBookImpl. createName(String namename)SNameBookImpl. createName(String namename, String sheetName)abstract SNameAbstractBookAdv. createTableName(STable table)SNameBookImpl. createTableName(STable table)SNameBookImpl. getName(int idx)SNameBookImpl. getNameByName(String namename)SNameBookImpl. getNameByName(String namename, String sheetName)Methods in io.keikai.model.impl that return types with arguments of type SName Modifier and Type Method Description List<SName>BookImpl. getNames()Set<SName>CellBuffer. getNames()Methods in io.keikai.model.impl with parameters of type SName Modifier and Type Method Description protected voidBookImpl. checkOwnership(SName name)voidBookImpl. deleteName(SName name)voidBookImpl. setNameName(SName name, String newname)voidBookImpl. setNameName(SName name, String newname, String sheetName)Method parameters in io.keikai.model.impl with type arguments of type SName Modifier and Type Method Description voidPasteCellHelper. pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names)voidCellBuffer. setNames(Set<SName> names) -
Uses of SName in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SName Modifier and Type Method Description voidNotifyChangeHelper. notifyNameNameChange(SSheet sheet, SName name, String oldName)
-