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 67225 - Need API to hide menus defined in layer file
Summary: Need API to hide menus defined in layer file
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 16:47 UTC by _ gordonp
Modified: 2009-01-06 14:20 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 _ gordonp 2005-10-20 16:47:42 UTC
In Sun Studio we are emulating the Visual Studio feature of having some
menus be invisible (not just disabled) when their function is undesirable.
In our current Deimos prototype, we have to traverse the menu tree looking
for the JMenu-derived class so we can setVisible(false) this class.

We would like a better performing API to do this.