Class CellDragMode

java.lang.Object
org.eclipse.nebula.widgets.nattable.ui.action.CellDragMode
All Implemented Interfaces:
IDragMode

public class CellDragMode extends Object implements IDragMode
  • Field Details

    • cellImageOverlayPainter

      protected org.eclipse.nebula.widgets.nattable.ui.action.CellDragMode.CellImageOverlayPainter cellImageOverlayPainter
  • Constructor Details

    • CellDragMode

      public CellDragMode()
  • Method Details

    • mouseDown

      public void mouseDown(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
      Specified by:
      mouseDown in interface IDragMode
    • mouseMove

      public void mouseMove(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
      Specified by:
      mouseMove in interface IDragMode
    • mouseUp

      public void mouseUp(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
      Specified by:
      mouseUp in interface IDragMode
    • getInitialEvent

      protected org.eclipse.swt.events.MouseEvent getInitialEvent()
    • getCurrentEvent

      protected org.eclipse.swt.events.MouseEvent getCurrentEvent()