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 25958 - MenuView.Menu could provide support for separators
Summary: MenuView.Menu could provide support for separators
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks: 24304
  Show dependency tree
 
Reported: 2002-07-24 11:00 UTC by Svata Dedic
Modified: 2009-01-06 14:57 UTC (History)
2 users (show)

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 Svata Dedic 2002-07-24 11:00:41 UTC
It seems not possible to add separators to
explorer Menu views. It would be sufficient to
have a "tag node" that would be turned into a
Separator by the MenuView.Menu class, or if the
class constructed a separator iff
MenuView.Menu.createMenuItem() returned null
(currently null return values are not permitted) -
a subclass could insert separator into the
JPopupMenu directly.
Comment 1 David Simonek 2002-07-30 12:21:47 UTC
Yes, looks reasonable to me. Similar issue is 24304, this one is more
general.
Comment 2 Marian Mirilovic 2002-12-06 17:57:13 UTC
reassigne to Marek, new owner of ui subcomponents
Comment 3 mslama 2004-04-19 15:04:55 UTC
Assigning to Tim
Comment 4 Jan Chalupa 2004-11-01 16:56:28 UTC
Re-assigning Tim's issues to Dafe.
Comment 5 David Simonek 2005-05-02 16:47:09 UTC
Hm, I thought that MenuView is deprecated, but it is not, so this enh is still
valid.
Comment 6 David Simonek 2008-10-16 16:09:37 UTC
No plans for implementing this, perhaps someone from community can come with the patch.