Bug 159927 - ElementSelectionComposite needs to provide access to filterText
Summary: ElementSelectionComposite needs to provide access to filterText
Status: RESOLVED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: 1.0.2   Edit
Assignee: Anthony Hunter CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-10-05 15:24 EDT by Vikas Trivedi CLA
Modified: 2010-07-19 21:55 EDT (History)
0 users

See Also:


Attachments
Patch for provider getter for filterText in ElementSelectionComposite (1.18 KB, patch)
2006-10-05 15:27 EDT, Vikas Trivedi CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vikas Trivedi CLA 2006-10-05 15:24:51 EDT
Dialogs that use ElementSelectionComposite need access to the filterText widget to set focus to it on init or initialize it with a default search string.

Request a getter method for this private field.
Comment 1 Vikas Trivedi CLA 2006-10-05 15:27:10 EDT
Created attachment 51498 [details]
Patch for provider getter for filterText in ElementSelectionComposite
Comment 2 Anthony Hunter CLA 2006-10-05 15:42:57 EDT
Does ElementSelectionComposite.setFocus() not work?
Comment 3 Vikas Trivedi CLA 2006-10-05 15:49:36 EDT
ElementSelectionComposite does not have a setFocus(). Calling setFocus(..) on the Composite we get from ElementSelectionComposite.createComposite(..) doesn't work.
Comment 4 Anthony Hunter CLA 2006-10-06 10:10:10 EDT
Committed the patch to R1_0_maintenance (changed the JavaDoc).
Comment 5 Eclipse Webmaster CLA 2010-07-19 21:55:28 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Common was the original product and component for this bug