Class InternalCellClipboard
java.lang.Object
org.eclipse.nebula.widgets.nattable.copy.InternalCellClipboard
The internal clipboard that is used for copy+paste within NatTable.
- Since:
- 1.4
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Clears the clipboard.ILayerCell[][]
void
setCopiedCells
(ILayerCell[][] copiedCells)
-
Constructor Details
-
InternalCellClipboard
public InternalCellClipboard()
-
-
Method Details
-
getCopiedCells
- Returns:
- the copiedCells
-
setCopiedCells
- Parameters:
copiedCells
- the copiedCells to set
-
clear
public void clear()Clears the clipboard.
-