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 SName
SBook. createName(String name)
SName
SBook. createName(String name, String applyToSheetName)
Create a defined name on specified sheetSName
SBook. getName(int idx)
SName
SBook. getNameByName(String namename)
SName
SBook. 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 void
SBook. deleteName(SName name)
Delete a defined namevoid
SBook. setNameName(SName name, String newname)
void
SBook. 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 class
AbstractNameAdv
class
NameImpl
class
TableNameImpl
Mark interface for SName that is associated with Table.Methods in io.keikai.model.impl that return SName Modifier and Type Method Description SName
BookImpl. createName(String namename)
SName
BookImpl. createName(String namename, String sheetName)
abstract SName
AbstractBookAdv. createTableName(STable table)
SName
BookImpl. createTableName(STable table)
SName
BookImpl. getName(int idx)
SName
BookImpl. getNameByName(String namename)
SName
BookImpl. 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 void
BookImpl. checkOwnership(SName name)
void
BookImpl. deleteName(SName name)
void
BookImpl. setNameName(SName name, String newname)
void
BookImpl. 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 void
PasteCellHelper. pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names)
void
CellBuffer. 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 void
NotifyChangeHelper. notifyNameNameChange(SSheet sheet, SName name, String oldName)
-