Browsing classes from classpath a la JB Permanently deleted user 创建于 2005年11月09日 16:19 Is this ability in IDEA to browsing classes in tree form from classpath like in JB (in JB this dialog brings up via Ctrl+"-", tab "Browse")?
Do you think that we have JBuilder installed? It gone from here 3 years ago... Screenshot welcome
Hello kontiky,
k> Is this ability in IDEA to browsing classes in tree form from
k> classpath like in JB (in JB this dialog brings up via Ctrl+"-", tab
k> "Browse")?
Why do you need such a tree for all classes in the classpath?
You can use the Hierarchy view to view the inheritance hierarchy for a specific
class.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
It's useful e.g. for new JDK exploring. I am beginner at J2ME and want to review all it's classes by package.
Hello kontiky,
k> It's useful e.g. for new JDK exploring. I am beginner at J2ME and
k> want to review all it's classes by package.
Expand the JDK node under the "Libraries" node in Project View.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Thanks.
But what if i forget name of some class but i remember in what package (e.g. in jdk) it's located?
Select the "Packages" tab of the project view and make sure you enabled the "Show Libraries Contents" toggle buton (on the far right of the project view toolbar).