Can Eclipse browse imported packages and built-in classes or should I just look at internet-based documentation?
Edit: How do I find out the latest method names, argument signature, related classes?
Edit: The above implies I'm not interested a feature that lets me look at library source code. I just want to write client code.
Edit: I do not see anything under project/properties/java build path/libraries for the purpose of adding Javadoc HTML files. It has support for adding .JAR and libraries but the JRE is already installed so I don't think I need another library or a JAR. I just want to look at hierarchies that are already installed. Does this mean that this feature is seldom used, and badly implemented, so it is un-obvious? Do most people just use the internet to browse object hierarchies?