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

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

public class SelectionLayerTest
extends Object


Constructor Summary
SelectionLayerTest()
           
 
Method Summary
 void setup()
           
 void testClearAllClearsAllMarkers()
           
 void testClearAnchorRectangleClearsOnlyAnchor()
           
 void testClearOutsideAnchorRectangleClearsNoMarkers()
           
 void testClearSingleCellClearsNoMarkers()
           
 void testGetAnchorDoesNotDelegateToModel()
           
 void testGetLastSelectedCellDoesNotDelegateToModel()
           
 void testGetLastSelectedCellPosition()
           
 void testGetLastSelectedCellPositionReturnsNullWhenUnselected()
           
 void testGetLastSelectedRegionDoesNotDelegateToModel()
           
 void testIdentityLayerTransform()
           
 void testIsModelEventHandlerRegistered()
           
 void testSetLastSelectedCellDoesNotDelegateToModel()
           
 void testSetLastSelectedRegionDoesNotDelegateToModel()
           
 void testSetLastSelectedRegionFieldsDoesNotDelegateToModel()
           
 void testSetLastSelectedRegionPreservesNULL()
           
 void testSetSelectionAnchorDoesNotDelegateToModel()
           
 void testUnregisterModelEventHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionLayerTest

public SelectionLayerTest()
Method Detail

setup

public void setup()

testIdentityLayerTransform

public void testIdentityLayerTransform()

testClearAllClearsAllMarkers

public void testClearAllClearsAllMarkers()

testClearSingleCellClearsNoMarkers

public void testClearSingleCellClearsNoMarkers()

testClearAnchorRectangleClearsOnlyAnchor

public void testClearAnchorRectangleClearsOnlyAnchor()

testClearOutsideAnchorRectangleClearsNoMarkers

public void testClearOutsideAnchorRectangleClearsNoMarkers()

testGetLastSelectedRegionDoesNotDelegateToModel

public void testGetLastSelectedRegionDoesNotDelegateToModel()

testSetLastSelectedRegionDoesNotDelegateToModel

public void testSetLastSelectedRegionDoesNotDelegateToModel()

testSetLastSelectedRegionPreservesNULL

public void testSetLastSelectedRegionPreservesNULL()

testSetLastSelectedRegionFieldsDoesNotDelegateToModel

public void testSetLastSelectedRegionFieldsDoesNotDelegateToModel()

testGetAnchorDoesNotDelegateToModel

public void testGetAnchorDoesNotDelegateToModel()

testSetSelectionAnchorDoesNotDelegateToModel

public void testSetSelectionAnchorDoesNotDelegateToModel()

testSetLastSelectedCellDoesNotDelegateToModel

public void testSetLastSelectedCellDoesNotDelegateToModel()

testGetLastSelectedCellDoesNotDelegateToModel

public void testGetLastSelectedCellDoesNotDelegateToModel()

testGetLastSelectedCellPosition

public void testGetLastSelectedCellPosition()

testGetLastSelectedCellPositionReturnsNullWhenUnselected

public void testGetLastSelectedCellPositionReturnsNullWhenUnselected()

testIsModelEventHandlerRegistered

public void testIsModelEventHandlerRegistered()

testUnregisterModelEventHandler

public void testUnregisterModelEventHandler()


Copyright © 2015. All rights reserved.