Skip to content

Commit

Permalink
Implement filter-based TableViewer as a counterpart to the FilteredTree
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ptziegler authored and vogella committed Jan 24, 2025
1 parent f9a78c2 commit 61ce530
Show file tree
Hide file tree
Showing 23 changed files with 1,030 additions and 7 deletions.
11 changes: 11 additions & 0 deletions bundles/org.eclipse.e4.ui.dialogs/.settings/.api_filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.e4.ui.dialogs" version="2">
<resource path="src/org/eclipse/e4/ui/dialogs/filteredtree/FilteredTable.java" type="org.eclipse.e4.ui.dialogs.filteredtree.FilteredTable$NotifyingTableViewer">
<filter id="571473929">
<message_arguments>
<message_argument value="TableViewer"/>
<message_argument value="NotifyingTableViewer"/>
</message_arguments>
</filter>
</resource>
</component>
Loading

0 comments on commit 61ce530

Please sign in to comment.