org.eclipse.nebula.widgets.nattable.selection.event
Class SelectionEventsTest

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.selection.event.SelectionEventsTest

public class SelectionEventsTest
extends Object


Field Summary
static boolean NO_CTRL
           
static boolean NO_SHIFT
           
static boolean WITH_CTRL
           
static boolean WITH_SHIFT
           
 
Constructor Summary
SelectionEventsTest()
           
 
Method Summary
 void setup()
           
 void shouldFireCellSelectionEvent()
           
 void shouldFireColumnSelectionEvent()
           
 void shouldFireRowSelectionEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_SHIFT

public static boolean NO_SHIFT

NO_CTRL

public static boolean NO_CTRL

WITH_SHIFT

public static boolean WITH_SHIFT

WITH_CTRL

public static boolean WITH_CTRL
Constructor Detail

SelectionEventsTest

public SelectionEventsTest()
Method Detail

setup

public void setup()

shouldFireCellSelectionEvent

public void shouldFireCellSelectionEvent()
                                  throws Exception
Throws:
Exception

shouldFireRowSelectionEvent

public void shouldFireRowSelectionEvent()
                                 throws Exception
Throws:
Exception

shouldFireColumnSelectionEvent

public void shouldFireColumnSelectionEvent()
                                    throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.