Skip to content

Commit 176f503

Browse files
ptzieglervogella
authored andcommitted
Extract shared code of FilteredTrees to abstract base class
This moves the duplicate code of the E3.x and E4.x based FilteredTree class and moves it into an AbstractFilteredViewerComposite class located in the JFace component. The base class is currently only implementing a tree-based filter, but is structured in such a way that it can easily be extended to also support e.g. table-based filters. Due to being unused, the following fields and methods have been marked as deprecated: - filterToolBar - clearButtonControl - updateToolbar(boolean) Contributes to #2567
1 parent f5f10d1 commit 176f503

File tree

5 files changed

+383
-541
lines changed

5 files changed

+383
-541
lines changed

bundles/org.eclipse.e4.ui.dialogs/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.e4.ui.dialogs
5-
Bundle-Version: 1.5.0.qualifier
5+
Bundle-Version: 1.6.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-17
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

0 commit comments

Comments
 (0)