That's not exactly the same thing.  What you pointed out is the same list as
in the "Structure" pane (only without showing which methods are required by
which super classes or interfaces).  What I was looking for would look just
like the "Structure" pane, but would show ALL methods (overwritten or not).
This would include every method including those defined by Object.

For now, the only way I can think of to see what methods are available in a
class is to create an instance of the class in the editor, and let the code
completion show me the list of method names.

----- Original Message -----
From: "Michael Kirby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 04, 2001 5:30 AM
Subject: Re: [Eap-list] Show methods from parents


> Does ctrl-f12 do what you want?
>
> By the way, might I suggest changing the key binding from ctrl-f12 to
shift-cntl-n ?
> The rational is that this function is very similar to the cntrl-n
function, but for
> methods, instead of classes.  I would also move them from the View
category, to
> the GoTo Category where cntl-n is located.
>
> Mike
>
>
> On 3 Dec 2001 at 14:58, Bryan Young wrote:
>
> >
> > Is there a way to show all the methods available from a given class?
> > What I'm looking forwould be similar to the Structure panel, but would
> > show ALL of the methods available in a class (not just those that were
> > overwritten or implemented in the sub class). I thought the Hierarchy
> > panel looked like it would have that information, but it just seems to
> > list classes. Is this feature available in Idea, or will it be in the
> > future?
>
> ---
> [EMAIL PROTECTED]
> To obtain my PGP public key, mail "SEND PUB KEY" in the
> subject to "[EMAIL PROTECTED]"
>
>
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
>


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to