Bug 582397 - [FilterRowComboBoxCellEditor] incorrect canonical values
equals check

Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>

Change-Id: Id220fef3fd83d9735856ec185d410de86c473686
1 file changed
tree: dc75342b1965a4a86c601ca21326a45a7ba0afbb
  1. .mvn/
  2. api-baseline/
  3. dev_config/
  4. org.eclipse.nebula.widgets.nattable.core/
  5. org.eclipse.nebula.widgets.nattable.core.feature/
  6. org.eclipse.nebula.widgets.nattable.core.source.feature/
  7. org.eclipse.nebula.widgets.nattable.core.test/
  8. org.eclipse.nebula.widgets.nattable.dataset/
  9. org.eclipse.nebula.widgets.nattable.dataset.test/
  10. org.eclipse.nebula.widgets.nattable.examples/
  11. org.eclipse.nebula.widgets.nattable.examples.e4/
  12. org.eclipse.nebula.widgets.nattable.examples.e4.feature/
  13. org.eclipse.nebula.widgets.nattable.examples.e4.product/
  14. org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature/
  15. org.eclipse.nebula.widgets.nattable.extension.e4/
  16. org.eclipse.nebula.widgets.nattable.extension.e4.feature/
  17. org.eclipse.nebula.widgets.nattable.extension.e4.source.feature/
  18. org.eclipse.nebula.widgets.nattable.extension.glazedlists/
  19. org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/
  20. org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature/
  21. org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/
  22. org.eclipse.nebula.widgets.nattable.extension.nebula/
  23. org.eclipse.nebula.widgets.nattable.extension.nebula.feature/
  24. org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature/
  25. org.eclipse.nebula.widgets.nattable.extension.poi/
  26. org.eclipse.nebula.widgets.nattable.extension.poi.feature/
  27. org.eclipse.nebula.widgets.nattable.extension.poi.source.feature/
  28. org.eclipse.nebula.widgets.nattable.test.performance/
  29. org.eclipse.nebula.widgets.nattable.updatesite/
  30. target-platform/
  31. .gitattributes
  32. .gitignore
  33. CODE_OF_CONDUCT.md
  34. CONTRIBUTING.md
  35. DEPENDENCIES
  36. HOW_TO_RELEASE.md
  37. LICENSE.md
  38. NOTICE.md
  39. pom.xml
  40. README.md
  41. SECURITY.md
README.md

Nebula NatTable - high performance SWT data grid

NatTable is a powerful and flexible SWT table/grid widget that is built to handle very large data sets, real-time updates, dynamic styling, and more.

NatTable is a subproject of the Nebula Project the home of further supplemental custom widgets for SWT.

Getting Started

Tutorial

To get started with NatTable it is recommended to read through the NatTable Getting Started Tutorial we published at vogella Tutorials. It explains the basic concepts, how to install NatTable to the IDE or how to add it to a Target Definition, and it contains some basic exercises.

NatTable Examples Application

One of the best ways to get familiar with NatTable is to have a look at example code. There are several options to have a look at the NatTable Examples code:

Additional information