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 SCommentSCell. getComment()SCommentSCell. setupComment()Methods in io.keikai.model with parameters of type SComment Modifier and Type Method Description voidSCell. 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 classAbstractCommentAdvclassCommentImplMethods in io.keikai.model.impl that return SComment Modifier and Type Method Description SCommentCellBuffer. getComment()SCommentCellImpl. getComment()SCommentAbstractCellAdv. setupComment()Methods in io.keikai.model.impl with parameters of type SComment Modifier and Type Method Description voidCellBuffer. setComment(SComment comment)voidCellImpl. setComment(SComment comment)
-