Uses of Interface
io.keikai.model.SComment
-
Packages that use SComment Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of SComment in io.keikai.model
Methods in io.keikai.model that return SComment Modifier and Type Method Description SComment
SCell. getComment()
SComment
SCell. setupComment()
Methods in io.keikai.model with parameters of type SComment Modifier and Type Method Description void
SCell. setComment(SComment comment)
-
Uses of SComment in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SComment Modifier and Type Class Description class
AbstractCommentAdv
class
CommentImpl
Methods in io.keikai.model.impl that return SComment Modifier and Type Method Description SComment
CellBuffer. getComment()
SComment
CellImpl. getComment()
SComment
AbstractCellAdv. setupComment()
Methods in io.keikai.model.impl with parameters of type SComment Modifier and Type Method Description void
CellBuffer. setComment(SComment comment)
void
CellImpl. setComment(SComment comment)
-