Class ModelUpdateCollector

    • Constructor Detail

      • ModelUpdateCollector

        public ModelUpdateCollector()
    • Method Detail

      • addModelUpdate

        public void addModelUpdate​(ModelUpdate mu)
      • addRefs

        public void addRefs​(Set<Ref> dependents)
      • addRef

        public void addRef​(Ref ref)
      • addCellUpdate

        public void addCellUpdate​(SSheet sheet,
                                  int row,
                                  int column,
                                  int lastRow,
                                  int lastColumn,
                                  CellAttribute cellAttr)
      • addInsertDeleteUpdate

        public void addInsertDeleteUpdate​(SSheet sheet,
                                          boolean inserted,
                                          boolean isRow,
                                          int index,
                                          int lastIndex)
      • addAutoFilterUpdate

        public void addAutoFilterUpdate​(SSheet sheet,
                                        STable table)