I'm not sure how workable this idea is, though I do like it. Yes, a tree view is more restrictive than the prototype graph view that was never officially released. (Personally, I kinda liked that one). Another solution could be to have a fourth view choice, viewing all interfaces a class implements (along with super-interfaces of those interfaces, if any).
Thomas Singer wrote: > Example for JComponent (Best viewed with fixed font). > > Variant 1: > ---------- > > (C) Object > [-](C) Component > (I) ImageObserver > (I) MenuContainer > (I) Serializable > [-](C) Container > [-](C) JComponent > (I) Serializable > [+](C) MyComponent1 > [+](C) MyComponent2 > > Variant 2: > ---------- > > (C) Object > | (I) ImageObserver > | (I) MenuContainer > | (I) Serializable > [-](C) Component > [-](C) Container > | (I) Serializable > [-](C) JComponent > [+](C) MyComponent1 > [+](C) MyComponent2 > > > Best regards > Thomas Singer > > At 16:58 02.11.01 +0300, you wrote: > >> > But it would be more cool, if I could see interfaces in the Class >> hierarchy >> > (first button), too, because it's my preferred view (it looks most >> natural >> > to me). >> >> Please, provide some example of how this could look like. >> >> Best regards, >> Valentin Kipiatkov >> ----------------------------------------------------------- >> IntelliJ Software, http://www.intellij.com/ >> "Develop with pleasure" >> ----------------------------------------------------------- >> >> ----- Original Message ----- >> From: "Thomas Singer" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Friday, November 02, 2001 11:05 AM >> Subject: Re: [Eap-list] IntelliJ IDEA: Build #513 is available >> >> >> > >> > >- Hierarchy browser. Press Ctrl-H to view hierarchy for the current >> class. >> > >> > Really cool. >> > >> > But it would be more cool, if I could see interfaces in the Class >> hierarchy >> > (first button), too, because it's my preferred view (it looks most >> natural >> > to me). >> > >> > Best regards >> > Thomas Singer >> > >> > >> > _______________________________________________ >> > 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 > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > -- Erb ============================================================== "The only time I like in the morning is afternoon." - Russell D. Cooper "If you do everything, then you're all done." - Melissa F. Cooper "Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall ============================================================== _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
