Class FillHandleCursorAction

java.lang.Object
org.eclipse.nebula.widgets.nattable.fillhandle.action.FillHandleCursorAction
All Implemented Interfaces:
IMouseAction

public class FillHandleCursorAction extends Object implements IMouseAction
Action to enable a custom cursor (small cross) on NatTable. Used when moving over the fill handle of a current selection.
Since:
1.4
See Also:
  • Constructor Details

    • FillHandleCursorAction

      public FillHandleCursorAction()
  • Method Details

    • run

      public void run(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
      Description copied from interface: IMouseAction
      Translates the SWT MouseEvent to a NatTable command and executes that command accordingly.
      Specified by:
      run in interface IMouseAction
      Parameters:
      natTable - The NatTable instance on which the MouseEvent was fired and on which the command should be executed.
      event - The received MouseEvent.