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 76346

Summary: user request a global preference to hide/show class/interface attribute/operation compartments
Product: uml Reporter: Peter Lam <petersl>
Component: GeneralAssignee: _ jyothivasa <jyothivasa>
Status: VERIFIED FIXED    
Severity: blocker CC: petersl
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 138139    
Bug Blocks: 133987    

Description Peter Lam 2006-05-14 08:29:19 UTC
I'm reverse engeneering a quite large app, and creating several diagrams.
Is there any option to hide members, so I can get more classes same time at one
diagram? Like PowerDesigner - you can right click class, choose Hide ->
Operations, Hide -> Attributes and Hide -> All.

Of course, there is contrary option (Show...). There is a option to define
default for what should be shown.

This is usefull for analisys only, not for development time. 

Let's making things clear.

I'm want to add classes to my diagram, but I just want show the class name and
decorations, I don't want show methods, attributes, accessors, etc. I have
classes with 20 attributes, where I got 40 accessors (set/get), plus hashCode,
toString, equals and eventually some business methods.

To make some analysis diagrams, with less visual pollution, I wan't to hide
class members.
Comment 1 Yang Su 2007-01-02 22:51:41 UTC
This feature was requested by many users, raise it to p1 to get a chance to be
included in the next release. Weather it should be implemented as a preference
of just a diagram context menu item is to be decided.
Comment 2 _ jyothivasa 2008-07-08 00:18:01 UTC
This feature is implemented as an action on the diagram context menu
Comment 3 Peter Lam 2008-07-23 01:18:36 UTC
verified in trunk build 20080722215649. implemented in issue 119832