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 45297 - TopComponentGroup has no way to be notified when a top component is hidden or shown by using TopComponent APIs
Summary: TopComponentGroup has no way to be notified when a top component is hidden or...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2004-06-21 15:45 UTC by debbrown1026
Modified: 2008-12-22 20:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description debbrown1026 2004-06-21 15:45:01 UTC
TopComponentGroup has no way to be notified when 
a top component is hidden or shown by using 
TopComponent APIs.
 

So if I open a topComponent group, all 
associated top components open. Now if I hide 
one of the top components programmatically, the 
group will not be notified and next time I try 
to open the top component group, my top 
component (which was hidden) is no longer 
visible.
Comment 1 Marian Mirilovic 2004-06-21 15:50:04 UTC
debbrown1026,

file new issues against TopComponentsand window system for 
Component=core
Subcomponent=window system

thanks in advance
Comment 2 Milos Kleint 2004-06-29 08:40:15 UTC
hardly a defect, raher an API enhancement.
the UI spec defines the window group behaviour examply as it's
happening now.
http://ui.netbeans.org/docs/ui/ws/ws_spec.html#3.9
Comment 3 David Simonek 2005-05-09 11:01:49 UTC
I'm sorry, but we don't plan to implement such enhanced API, groups serve just
for simpler purposes that don't involve programmatic closing of TopComponents.
You'll have to manage groups yourself in this enhanced use case, sorry.