Class InternalCellClipboard

java.lang.Object
org.eclipse.nebula.widgets.nattable.copy.InternalCellClipboard

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

    • InternalCellClipboard

      public InternalCellClipboard()
  • Method Details

    • 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.