Interface IMouseAction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void run​(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
      Translates the SWT MouseEvent to a NatTable command and executes that command accordingly.
    • Method Detail

      • run

        void run​(NatTable natTable,
                 org.eclipse.swt.events.MouseEvent event)
        Translates the SWT MouseEvent to a NatTable command and executes that command accordingly.
        Parameters:
        natTable - The NatTable instance on which the MouseEvent was fired and on which the command should be executed.
        event - The received MouseEvent.