Java Instant reverse filtering

Hi,

I am trying to create a class diagram from importing Java classes. How do I limit the information displayed in the diagram? In particular, I don’t want to see all of the private methods, nor the constants. Is there a way to do this on import, or do I have to import everything and then delete all of the items I don’t want displayed in the class diagram?

Thanks,

L

Hi,

If you right-click on the class, then go:

Presentation Options -> Attributes

You will see in section 3, Hide All, Display All, Show Public Only, and Customized.

You may be able to configure what you want here.

Walt