Class PasteDataAction

java.lang.Object
org.eclipse.nebula.widgets.nattable.copy.action.PasteDataAction
All Implemented Interfaces:
IKeyAction

public class PasteDataAction extends Object implements IKeyAction
IKeyAction that triggers the PasteDataCommand.
Since:
1.4
  • Constructor Details

    • PasteDataAction

      public PasteDataAction()
  • Method Details

    • run

      public void run(NatTable natTable, org.eclipse.swt.events.KeyEvent event)
      Specified by:
      run in interface IKeyAction