Uses of Class
io.keikai.ui.impl.undo.ReserveUtil.ReservedCellContent
-
Packages that use ReserveUtil.ReservedCellContent Package Description io.keikai.ui.impl.undo Classes that doing system undoable action control on Keikai Spreadsheet UI Components. -
-
Uses of ReserveUtil.ReservedCellContent in io.keikai.ui.impl.undo
Methods in io.keikai.ui.impl.undo that return ReserveUtil.ReservedCellContent Modifier and Type Method Description ReserveUtil.ReservedCellContent
ReserveUtil.ReservedCell. getContent()
static ReserveUtil.ReservedCellContent
ReserveUtil.ReservedCellContent. reserve(SCell cell)
Methods in io.keikai.ui.impl.undo with parameters of type ReserveUtil.ReservedCellContent Modifier and Type Method Description void
ReserveUtil.ReservedCell. setContent(ReserveUtil.ReservedCellContent content)
-