Uses of Interface
io.keikai.model.SRevision
Packages that use SRevision
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SRevision in io.keikai.model
Subinterfaces of SRevision in io.keikai.modelModifier and TypeInterfaceDescriptioninterfaceA revision representing a cell value change (maps to rcc element).interfaceA revision representing a format change (maps to rfmt element).interfaceA revision representing a row or column insert/delete (maps to rrc element).Methods in io.keikai.model that return types with arguments of type SRevisionModifier and TypeMethodDescriptionSRevisionLog.getRevisions()Returns all tracked revisions in chronological order. -
Uses of SRevision in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SRevisionModifier and TypeClassDescriptionclassImplementation ofSRevisionCellChangefor tracking cell value changes.classImplementation ofSRevisionFormatfor tracking format changes.classBase implementation ofSRevision.classImplementation ofSRevisionInsertDeletefor tracking row/column insert/delete.Methods in io.keikai.model.impl that return types with arguments of type SRevisionMethods in io.keikai.model.impl with parameters of type SRevisionModifier and TypeMethodDescriptionvoidRevisionLogImpl.addRevision(SRevision revision) Adds a revision to the log.