Class ClipboardCell

    • Constructor Detail

      • ClipboardCell

        public ClipboardCell​(int row,
                             int column,
                             SpreadsheetCell spc)
        Constructor of a ClipboardCell for a cell. The SpreadsheetCell item must be serializable.
        Parameters:
        row - the row of this ClipboardCell
        column - the column of this ClipboardCell
        spc - the SpreadsheetCell which value will be serialized
    • Method Detail

      • getRow

        public int getRow()
        Returns the row of this cell.
        Returns:
        the row of this cell.
      • getColumn

        public int getColumn()
        Returns the column of this cell.
        Returns:
        the column of this cell.
      • getValue

        public Object getValue()
        Returns the value of this cell.
        Returns:
        the value of this cell.