Class RowSelectionEditUtilsTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.edit.command.RowSelectionEditUtilsTest

public class RowSelectionEditUtilsTest extends Object
  • Constructor Details

    • RowSelectionEditUtilsTest

      public RowSelectionEditUtilsTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • testGetLastSelectedCellWithoutSelection

      @Test public void testGetLastSelectedCellWithoutSelection()
    • testGetLastSelectedCellWithSingleSelection

      @Test public void testGetLastSelectedCellWithSingleSelection()
    • testGetLastSelectedCellWithMultiSelection

      @Test public void testGetLastSelectedCellWithMultiSelection()
    • testGetLastSelectedCellEditorWithoutSelection

      @Test public void testGetLastSelectedCellEditorWithoutSelection()
    • testGetLastSelectedCellEditorWithSingleSelection

      @Test public void testGetLastSelectedCellEditorWithSingleSelection()
    • testGetLastSelectedCellEditorWithMultiSelection

      @Test public void testGetLastSelectedCellEditorWithMultiSelection()
    • testAllCellsEditableWithoutSelection

      @Test public void testAllCellsEditableWithoutSelection()
    • testAllCellsEditableWithoutSelectionEnableEditing

      @Test public void testAllCellsEditableWithoutSelectionEnableEditing()
    • testAllCellsEditableWithSingleSelection

      @Test public void testAllCellsEditableWithSingleSelection()
    • testAllCellsEditableWithSingleSelectionEnableEditing

      @Test public void testAllCellsEditableWithSingleSelectionEnableEditing()
    • testAllCellsEditableWithSingleSelectionOneColumnEditable

      @Test public void testAllCellsEditableWithSingleSelectionOneColumnEditable()
    • testAllCellsEditableWithSingleSelectionOneColumnEditableSelectNonEditable

      @Test public void testAllCellsEditableWithSingleSelectionOneColumnEditableSelectNonEditable()
    • testAllCellsEditableWithMultiSelection

      @Test public void testAllCellsEditableWithMultiSelection()
    • testAllCellsEditableWithMultiSelectionEnableEditing

      @Test public void testAllCellsEditableWithMultiSelectionEnableEditing()
    • testAllCellsEditableWithMultiSelectionOneColumnEditableMultiSelection

      @Test public void testAllCellsEditableWithMultiSelectionOneColumnEditableMultiSelection()
    • testIsCellEditableWithoutSelection

      @Test public void testIsCellEditableWithoutSelection()
    • testIsCellEditableWithoutSelectionEnableEditing

      @Test public void testIsCellEditableWithoutSelectionEnableEditing()
    • testIsCellEditableWithSingleSelection

      @Test public void testIsCellEditableWithSingleSelection()
    • testIsCellEditableWithSingleSelectionEnableEditing

      @Test public void testIsCellEditableWithSingleSelectionEnableEditing()
    • testIsEditorSameWithoutSelection

      @Test public void testIsEditorSameWithoutSelection()
    • testIsEditorSameWithSingleSelection

      @Test public void testIsEditorSameWithSingleSelection()
    • testIsEditorSameWithSingleSelectionOneChangedEditor

      @Test public void testIsEditorSameWithSingleSelectionOneChangedEditor()
    • testIsEditorSameWithMultiSelectionOneColumnEditorMultiSelection

      @Test public void testIsEditorSameWithMultiSelectionOneColumnEditorMultiSelection()
    • testIsEditorSameWithMultiSelection

      @Test public void testIsEditorSameWithMultiSelection()
    • testIsEditorSameWithMultiSelectionOneChangedEditor

      @Test public void testIsEditorSameWithMultiSelectionOneChangedEditor()
    • testIsConverterSameWithoutSelection

      @Test public void testIsConverterSameWithoutSelection()
    • testIsConverterSameWithSingleSelection

      @Test public void testIsConverterSameWithSingleSelection()
    • testIsConverterSameWithMultiSelection

      @Test public void testIsConverterSameWithMultiSelection()
    • testIsConverterSameWithSingleSelectionOneChangedConverter

      @Test public void testIsConverterSameWithSingleSelectionOneChangedConverter()
    • testIsConverterSameWithMultiSelectionOneColumnConverterMultiSelection

      @Test public void testIsConverterSameWithMultiSelectionOneColumnConverterMultiSelection()
    • testIsConverterSameWithMultiSelectionOneChangedConverter

      @Test public void testIsConverterSameWithMultiSelectionOneChangedConverter()
    • testIsValueSameWithoutSelection

      @Test public void testIsValueSameWithoutSelection()
    • testIsValueSameWithSingleSelection

      @Test public void testIsValueSameWithSingleSelection()
    • testIsValueSameWithMultiSelection

      @Test public void testIsValueSameWithMultiSelection()
    • testIsValueSameWithMultiSelectionEnsureSameValues

      @Test public void testIsValueSameWithMultiSelectionEnsureSameValues()