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 42295 - Add listeners for OPENED, CLOSED events
Summary: Add listeners for OPENED, CLOSED events
Status: RESOLVED DUPLICATE of bug 48937
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: API
Depends on:
Blocks: 42276
  Show dependency tree
 
Reported: 2004-04-21 18:22 UTC by _ pkuzel
Modified: 2008-12-22 22:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Current heuristics snippet (2.98 KB, text/plain)
2004-04-21 18:23 UTC, _ pkuzel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2004-04-21 18:22:44 UTC
My code does not implement topcomponent still it
needs to listen on windowsystem events. In current
situation a heuristic approach based on
interpreting TC.registry property change must be
employed. It's weak.

Please introduce ComponentListener enhancement
e.g. TopComponentListener featuring:

  componentOpened(TC)
  componentClosed(TC)

methods.
Comment 1 _ pkuzel 2004-04-21 18:23:34 UTC
Created attachment 14513 [details]
Current heuristics snippet
Comment 2 Milos Kleint 2005-01-17 15:31:13 UTC
duplicate of #48937

*** This issue has been marked as a duplicate of 48937 ***