I like Variant 1 - obviuosly if the interface implemented by the current class also admit superinterfaces, the tree view can't display them easily.
Anyway, this variant 1 plus the current "inverted" tree for vieweing *all* superclasses and superinterfaces (as children) is better than the current solution. It'd use two trees instad of one. In the future a graphical view rather than a tree widget will be nice to have though maybe not essential. Edo > -----Original Message----- > From: Thomas Singer [mailto:[EMAIL PROTECTED]] > Sent: 02 November 2001 14:25 > To: [EMAIL PROTECTED] > Subject: Re: [Eap-list] IntelliJ IDEA: Build #513 is available > > > 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 > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
