Commit 121a156
committed
Implement filter-based TableViewer as a counterpart to the FilteredTree
Projects such as PDE currently use the FilteredTree in combination with
a child-less ITreeContentProvider to simulate a filtered table. This
approach brings a big performance overhead, as the tree still has to
handle functionality such as expansion and contraction of the (flat)
tree structure which especially large trees/tables causes a significant
overhead.1 parent 3eaaeb6 commit 121a156
File tree
26 files changed
+1553
-9
lines changed- bundles
- org.eclipse.e4.ui.dialogs
- .settings
- src/org/eclipse/e4/ui/dialogs
- filteredtree
- textbundles
- org.eclipse.ui.workbench
- .settings
- eclipseui/org/eclipse/ui
- dialogs
- internal
- examples/org.eclipse.ui.examples.filter
- .settings
- META-INF
- src/org/eclipse/ui/examples/filter
- tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests
- filteredtree
26 files changed
+1553
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments