Class view
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Is there any way to make the class view in the 2005 IDE show inner classes
inside the outer classes? So instead of....
BigClass.InnerClassA
BigClass.InnerClassB
etc it just shows BigClass which can then be expanded to view the inner
classes? Normally I don't use inner classes much but the dataset designer
which I've just started playing with seems to create a lot of them, and
they're cluttering up my class view!
Also, haven't decided which method I prefer yet, but is it possible to have
methods nested inside their classes instead of in a separate pane?
.
Relevant Pages
- Re: "Staggering power of closures..."
... > generated by your ide. ... Why inner classes? ... variables in a closure basically equate to instance fields in an object, ... > theory no program that you could only write with Lisp. ... (comp.lang.lisp) - Re: 2 extends
... Or through inner classes and using methods instead of casting. ... public class MyClass { ... Prev by Date: ... (comp.lang.java.help) - Re: Nested Class Language Lawyers
... Local inner classes are a bit obscure. ... static nested classes and inner classes may not extend static nested classes or inner classes of other outer classes, ... To extend an inner class the subclass needs to be an inner class of either the same or a subclass of the outer class. ... An enum is a species of class, so it can also be a static nested class or an inner class and will follow similar rules. ... (comp.lang.java.programmer) - Re: static inner classes
... > Inner classes have an implicit link to an instance of the class they are ... John McGrath ... Prev by Date: ... (comp.lang.java.programmer) - Re: static inner classes
... Inner classes cannot be static. ... Regards, ... John McGrath ... Prev by Date: ... (comp.lang.java.programmer) |
|