Class AUndoableCellAction

    • Constructor Detail

      • AUndoableCellAction

        public AUndoableCellAction​(int col,
                                   int row,
                                   MetaInfoWriter metaInfoWriter)
    • Method Detail

      • savePrevCell

        protected void savePrevCell​(IWritableGrid grid)
      • restorePrevCell

        protected void restorePrevCell​(IWritableGrid grid)
      • getCol

        public int getCol()
      • setCol

        public void setCol​(int col)
      • getRow

        public int getRow()
      • setRow

        public void setRow​(int row)
      • getPrevValue

        public Object getPrevValue()
      • setPrevValue

        public void setPrevValue​(Object prevValue)
      • getPrevFormula

        public String getPrevFormula()
      • setPrevFormula

        public void setPrevFormula​(String prevFormula)
      • setPrevStyle

        public void setPrevStyle​(ICellStyle prevStyle)
      • getPrevComment

        public String getPrevComment()
      • setPrevComment

        public void setPrevComment​(String prevComment)
      • getPrevCommentAuthor

        public String getPrevCommentAuthor()
      • setPrevCommentAuthor

        public void setPrevCommentAuthor​(String prevCommentAuthor)
      • setPrevMetaInfo

        public void setPrevMetaInfo​(CellMetaInfo prevMetaInfo)