org.eclipse.nebula.widgets.nattable.ui.action
Class CellDragMode

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

public class CellDragMode
extends Object
implements IDragMode


Field Summary
protected  org.eclipse.nebula.widgets.nattable.ui.action.CellDragMode.CellImageOverlayPainter cellImageOverlayPainter
           
 
Constructor Summary
CellDragMode()
           
 
Method Summary
protected  org.eclipse.swt.events.MouseEvent getCurrentEvent()
           
protected  org.eclipse.swt.events.MouseEvent getInitialEvent()
           
 void mouseDown(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
           
 void mouseMove(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
           
 void mouseUp(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cellImageOverlayPainter

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

CellDragMode

public CellDragMode()
Method Detail

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()


Copyright © 2015. All rights reserved.