Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Anyone would like to see a summary supertypes view mode?
Anyone would like to see a summary supertypes view mode? [message #125089] Fri, 05 December 2003 20:15
Eclipse UserFriend
Before entering this in bugzilla, I am curios about your feedback.

The summary supertypes view mode alters the presentation in an existing
supertype view (inside the Type Hierarchy).

In summary mode the tree is flattened and each interface or class is
shown only once. In complicated type hierarchies this removes quite some
clutter of precious screen real estate.

For example (these are EMF classes) the summary mode may show this:
EModelElementImpl
EObjectImpl
...NotifierImpl
...Object
<implements>
EModelElement
... EObject
... InternalEObject
... Notifier

‘...’ indicates classes and interfaces which are not an immediate base
to the focus (root). The order of the implements would be alphabetically
either per simple name or fully qualified as selected by the user.
One could also add the contents of each class/interface at the next level.

The normal currently existing tree supertype mode for the same class
looks like this:
EModelElementImpl
EObjectImpl
NotifierImpl
Object
Notifier
EObject
Notifier
InternalEObject
EObject
Notifier
EModelElement
EObject
Notifier.
Previous Topic:Caused by: java.lang.RuntimeException: Fatal Error: Unable to locate matching or
Next Topic:Cannot find how to set "-server" option for compilatio
Goto Forum:
  


Current Time: Tue Jul 22 19:50:50 EDT 2025

Powered by FUDForum. Page generated in 0.04488 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top