org.eclipse.nebula.widgets.nattable.selection
Class ColumnSelectionTest

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

public class ColumnSelectionTest
extends Object


Constructor Summary
ColumnSelectionTest()
           
 
Method Summary
 void cleanUp()
           
 void onlyOneCellSelectedAtAnyTime()
           
 void setUp()
           
 void shouldAppendColumnsToTheRightWithShiftKeyPressed()
           
 void shouldExtendSelectionWithAllCellsInAColumnUsingTheCtrlKey()
           
 void shouldSelectAllCellsInAColumn()
           
 void shouldSelectAllCellsToTheLeftWithShiftKeyPressed()
           
 void shouldSelectAllCellsToTheRightWithShiftKeyPressed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnSelectionTest

public ColumnSelectionTest()
Method Detail

setUp

public void setUp()

cleanUp

public void cleanUp()

shouldSelectAllCellsInAColumn

public void shouldSelectAllCellsInAColumn()

shouldSelectAllCellsToTheRightWithShiftKeyPressed

public void shouldSelectAllCellsToTheRightWithShiftKeyPressed()
                                                       throws Exception
Throws:
Exception

shouldSelectAllCellsToTheLeftWithShiftKeyPressed

public void shouldSelectAllCellsToTheLeftWithShiftKeyPressed()
                                                      throws Exception
Throws:
Exception

shouldAppendColumnsToTheRightWithShiftKeyPressed

public void shouldAppendColumnsToTheRightWithShiftKeyPressed()
                                                      throws Exception
Throws:
Exception

shouldExtendSelectionWithAllCellsInAColumnUsingTheCtrlKey

public void shouldExtendSelectionWithAllCellsInAColumnUsingTheCtrlKey()

onlyOneCellSelectedAtAnyTime

public void onlyOneCellSelectedAtAnyTime()


Copyright © 2014. All rights reserved.