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

Summary: TopComponentGroup has no way to be notified when a top component is hidden or shown by using TopComponent APIs
Product: platform Reporter: debbrown1026 <debbrown1026>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: API
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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.