Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Is it possible to show superclass outline in the outline view?
Is it possible to show superclass outline in the outline view? [message #132494] Thu, 08 January 2004 13:27 Go to next message
Eclipse UserFriend
Originally posted by: sandipchitale.fairisaac.com

For example:

[-] SubClass
[-] SuperClass
[+] SuperClassOfSuperClass
SuperClass method
SuperClass method
SubClass method
SubClass method that overrides super class method
SubClass method

Currently I can only see the methods of current class (and its inner
classes) in the CompilationUnitEditor.

Do people think this is worthwhile feature?
Is there alternate view which shows similar info?
Re: Is it possible to show superclass outline in the outline view? [message #132553 is a reply to message #132494] Thu, 08 January 2004 14:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: meshcheryakovsemen.hotmail.com

Do you mean to redesign Hierarchy View
or
combine it with the Outline View?

--
Sam - http://openrules.com
It's better to view source code than comments to it.
Re: Is it possible to show superclass outline in the outline view? [message #132638 is a reply to message #132553] Thu, 08 January 2004 18:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sandipchitale.fairisaac.com

The hierarchy view only shows the classes and interfaces.

I was suggesting showing methods and fields of superclasses
(as they are shown in the "Show the Supertype Hierarchy")
in the outline view. That way I can see where the super methods
are implemented, for example. Or I can see inherited public methods
for that matter.

May be it does not belong in the Outline view (which is a outline of file
content).
May be there needs to be a different view called Type view which shows the
complete signature (including inherited) of a Java Type.

"smesh" <meshcheryakovsemen@hotmail.com> wrote in message
news:btk9op$apb$1@eclipse.org...
> Do you mean to redesign Hierarchy View
> or
> combine it with the Outline View?
>
> --
> Sam - http://openrules.com
> It's better to view source code than comments to it.
>
>
Re: Is it possible to show superclass outline in the outline view? [message #132650 is a reply to message #132638] Thu, 08 January 2004 18:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

The hierarchy already shows the methods for the selected class in the
hierarchy. Select a class in the tree and the methods are shown in the
window directly below the tree. One of the buttons on that window's
title bar also will allow turning on showing of the inherited
methods/fields too, and who implements it.

--
Thanks, Rich Kulp

Re: Is it possible to show superclass outline in the outline view? [message #132663 is a reply to message #132650] Thu, 08 January 2004 18:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sandipchitale.fairisaac.com

Thanks.

"Rich Kulp" <richkulp@NO.SPAM.us.ibm.com> wrote in message
news:btkoam$sf8$1@eclipse.org...
> The hierarchy already shows the methods for the selected class in the
> hierarchy. Select a class in the tree and the methods are shown in the
> window directly below the tree. One of the buttons on that window's
> title bar also will allow turning on showing of the inherited
> methods/fields too, and who implements it.
>
> --
> Thanks, Rich Kulp
> 
>
Re: Is it possible to show superclass outline in the outline view? [message #132677 is a reply to message #132663] Thu, 08 January 2004 19:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: meshcheryakovsemen.hotmail.com

So, the problem is solved, isn't it?

--
Sam - http://openrules.com
It's better to view source code than comments to it.
Re: Is it possible to show superclass outline in the outline view? [message #132832 is a reply to message #132638] Fri, 09 January 2004 10:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-user.jibeinc.com

Sandip Chitale wrote:

> The hierarchy view only shows the classes and interfaces.
>
> I was suggesting showing methods and fields of superclasses
> (as they are shown in the "Show the Supertype Hierarchy")
> in the outline view. That way I can see where the super methods
> are implemented, for example. Or I can see inherited public methods
> for that matter.
>
> May be it does not belong in the Outline view (which is a outline of file
> content).
> May be there needs to be a different view called Type view which shows the
> complete signature (including inherited) of a Java Type.

You might be interested in this feature request:
<https://bugs.eclipse.org/bugs/show_bug.cgi?id=46447>
Vote for it if you want to see it implemented.

Eric
--
Eric Rizzo
Software Architect
Jibe, Inc.
http://www.jibeinc.com
Re: Is it possible to show superclass outline in the outline view? [message #133016 is a reply to message #132832] Fri, 09 January 2004 11:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

All this stuff is really a one (big?) issue:
Query approach to the View.

Hope, Eclipse will recognize this better than Sun and Microsoft.

--
Sam - http://openrules.com
It's better to view source code than comments to it.
Re: Is it possible to show superclass outline in the outline view? [message #133054 is a reply to message #133016] Fri, 09 January 2004 17:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-user.jibeinc.com

smesh wrote:

> All this stuff is really a one (big?) issue:
> Query approach to the View.
>
> Hope, Eclipse will recognize this better than Sun and Microsoft.

Is JQuery what you're talking about?
<http://www.cs.ubc.ca/labs/spl/projects/jquery/>


--
Eric Rizzo
Software Architect
Jibe, Inc.
http://www.jibeinc.com
Re: Is it possible to show superclass outline in the outline view? [message #133079 is a reply to message #133054] Fri, 09 January 2004 21:14 Go to previous message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

I have not seen JQuery in details yet.
But 'm afraid, Eclipse should implement something like it.

--
Sam - http://openrules.com
It's better to view source code than comments to it.
Previous Topic:Connecting Eclipse Tomcat to Apache Web Server
Next Topic:can't compile anymore
Goto Forum:
  


Current Time: Sun Jun 08 12:47:03 EDT 2025

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

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

Back to the top