This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 214778 - Inform SearchResultsDisplayer when it is closed
Summary: Inform SearchResultsDisplayer when it is closed
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL: http://bits.netbeans.org/dev/javadoc/...
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2012-06-26 11:52 UTC by Jaroslav Havlin
Modified: 2012-07-28 02:22 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Proposed Patch (6.49 KB, patch)
2012-06-26 12:00 UTC, Jaroslav Havlin
Details | Diff
Proposed Patch (6.49 KB, patch)
2012-06-26 12:12 UTC, Jaroslav Havlin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Havlin 2012-06-26 11:52:36 UTC
The SPI class SearchResultsDisplayer should contain a method that is called when the search results panel is closed.
Comment 1 Jaroslav Havlin 2012-06-26 12:00:51 UTC
Created attachment 121361 [details]
Proposed Patch
Comment 2 Jaroslav Havlin 2012-06-26 12:03:16 UTC
API change - added method SearchResultsDisplayer.closed();

Please review.
Comment 3 Jaroslav Havlin 2012-06-26 12:12:36 UTC
Created attachment 121362 [details]
Proposed Patch
Comment 4 Jaroslav Havlin 2012-07-24 13:39:11 UTC
Unless there are any objections, I will integrate the patch on Friday.
Comment 5 Jaroslav Havlin 2012-07-27 14:05:13 UTC
http://hg.netbeans.org/core-main/rev/b4eac3ceeac6
Integrated.
Comment 6 Quality Engineering 2012-07-28 02:22:09 UTC
Integrated into 'main-golden', will be available in build *201207280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b4eac3ceeac6
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #214778: Inform SearchResultsDisplayer when it is closed