Uses of Interface
io.keikai.model.SName
Packages that use SName
-
Uses of SName in io.keikai.model
Methods in io.keikai.model that return SNameModifier and TypeMethodDescriptionSBook.createName(String name) SBook.createName(String name, String applyToSheetName) Create a defined name on specified sheetSBook.getName(int idx) SBook.getNameByName(String namename) SBook.getNameByName(String namename, String sheetName) Methods in io.keikai.model that return types with arguments of type SNameMethods in io.keikai.model with parameters of type SNameModifier and TypeMethodDescriptionvoidSBook.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 SNameModifier and TypeClassDescriptionclassclassclassMark interface for SName that is associated with Table.Methods in io.keikai.model.impl that return SNameModifier and TypeMethodDescriptionBookImpl.createName(String namename) BookImpl.createName(String namename, String sheetName) abstract SNameAbstractBookAdv.createTableName(STable table) BookImpl.createTableName(STable table) BookImpl.getName(int idx) BookImpl.getNameByName(String namename) BookImpl.getNameByName(String namename, String sheetName) Methods in io.keikai.model.impl that return types with arguments of type SNameMethods in io.keikai.model.impl with parameters of type SNameModifier and TypeMethodDescriptionprotected 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 SNameModifier and TypeMethodDescriptionvoidPasteCellHelper.pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names) void -
Uses of SName in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SNameModifier and TypeMethodDescriptionvoidNotifyChangeHelper.notifyNameNameChange(SSheet sheet, SName name, String oldName)