Bug 145722 - [Import/Export] Need a way to filter out the resources in the list/tree in org.eclipse.ui.dialogs.WizardExportResourcesPage
Summary: [Import/Export] Need a way to filter out the resources in the list/tree in or...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P5 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2006-06-07 04:56 EDT by Hirotaka Matsumoto CLA
Modified: 2019-09-06 15:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hirotaka Matsumoto CLA 2006-06-07 04:56:52 EDT
WizardExportResourcesPage is very useful wizard page for the export wizard.
Currently its method, WizardExportResourcesPage#getResourceProvider is a private
method so that if the only filterred files (i.e. only *.txt file ) would be listed
in the tree/list view, but we can't do it. It always shows everything. We would 
like to override this method to filter out the file ( and folder ) names to
the tree/list views. Or 
org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup is the main UI
component for this tree and list view, probably making this class a public one
would be better.
Comment 1 Real Name CLA 2006-09-22 03:02:56 EDT
Same problem here. Easiest solution would be to change visibility of method getResourceProvider(int) in WizardExportResourcesPage from private to protected.
Comment 2 Susan McCourt CLA 2009-07-15 12:13:42 EDT
"As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009"
Comment 3 Eclipse Webmaster CLA 2019-09-06 15:32:43 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.