Commit 9a4aa7a
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
problems.1 parent f9a78c2 commit 9a4aa7a
File tree
23 files changed
+1030
-7
lines changed- bundles/org.eclipse.e4.ui.dialogs
- .settings
- src/org/eclipse/e4/ui/dialogs
- filteredtree
- textbundles
- 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
- META-INF
23 files changed
+1030
-7
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