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 9316 - Need of a methods to notify that a TopComponent has been opened and closed
Summary: Need of a methods to notify that a TopComponent has been opened and closed
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC All
: P4 enhancement (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-31 13:59 UTC by Jaroslav Tulach
Modified: 2008-12-22 17:46 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 Jaroslav Tulach 2001-01-31 13:59:08 UTC
I think that there is a need for methods that one could override and be notified
that his component is about to be opened and also that it has been closed.

So let's add methods:

  protected void notifyOpened ();
  protected void notifyClosed ();

into the TopComponent class.
Comment 1 David Simonek 2001-03-07 16:53:56 UTC
Integrated.
Comment 2 Jaroslav Tulach 2001-03-07 18:15:43 UTC
x
Comment 3 Quality Engineering 2003-07-01 16:14:06 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.