Class InternalCellClipboard


  • public class InternalCellClipboard
    extends Object
    The internal clipboard that is used for copy+paste within NatTable.
    Since:
    1.4
    • Constructor Detail

      • InternalCellClipboard

        public InternalCellClipboard()
    • Method Detail

      • getCopiedCells

        public ILayerCell[][] getCopiedCells()
        Returns:
        the copiedCells
      • setCopiedCells

        public void setCopiedCells​(ILayerCell[][] copiedCells)
        Parameters:
        copiedCells - the copiedCells to set
      • clear

        public void clear()
        Clears the clipboard.