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 89785 - Change Visibility of Event Handlers
Summary: Change Visibility of Event Handlers
Status: RESOLVED DUPLICATE of bug 33529
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 143612 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-21 19:07 UTC by gajanik
Modified: 2008-08-12 13:42 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 gajanik 2006-11-21 19:07:27 UTC
It is currently not possible to change the visibilty modifiers (private, 
protected, etc) of event handler methods created by the GUI editor 
(Matisse?).  It would be nice if one could change those modifiers without 
having to dissociate the source code from a .form file.
Comment 1 Tomas Pavek 2006-11-22 09:27:54 UTC
Currently not possible, but you can create your own method and call it from the 
event handler. No need to break the guarded code.

*** This issue has been marked as a duplicate of 33529 ***
Comment 2 Jan Stola 2008-08-12 13:42:46 UTC
*** Issue 143612 has been marked as a duplicate of this issue. ***