Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 155094

Summary: Need access to JDT internal class TypedElementSelectionValidator
Product: [Eclipse Project] JDT Reporter: Flannan Lo <flannanl>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: martinae
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Flannan Lo CLA 2006-08-24 15:01:23 EDT
It will be nice to make the JDT internal class TypedElementSelectionValidator visible to the public.  In one of my classes, I have a selection dialog for browsing a list of available Java source folders and I am currently using TypedElementSelectionValidator to validate my dialog selection.
Comment 1 Martin Aeschlimann CLA 2006-08-29 10:48:19 EDT
No plans for that. In jdt.ui we shouldn't provide such general (non Java specific) utility classes as API.
I also think that the functionality is quite basic and can easely be reimplemented.

I suggest to close but if you want we can move this request to platform UI.
Comment 2 Flannan Lo CLA 2006-08-31 09:23:47 EDT
I will reimplement it in my own class.
Comment 3 Flannan Lo CLA 2010-03-02 09:24:32 EST
Cancelling this report.