Replace 1.5 with the version you want (if refactoring has taken place you get a HTTP 404 tough) and then hit the small "Frames" link in the top center.
But why do you need that? First gwt-user.jar contains source files so you should have JavaDoc for GWT classes right in your IDE. If not then you have probably gwt-servlet.jar on classpath as well. Simply remove it or make sure that gwt-user.jar is before gwt-servlet.jar in your classpath. Also you have the full GWT SDK installed via Eclipse that can be found in Eclipse/plugins/com.google.gwt.eclipse.sdkbundle_<version>. It contains the full JavaDoc of the GWT version you use. -- J. Am Samstag, 29. Dezember 2012 11:59:37 UTC+1 schrieb [email protected]: > > I did a Google search for "gwt menubar" (without the quotes) and the top > hit was: > > > http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/MenuBar.html > > The second hit was 2.0 documentation. > > What is the easiest way to get to the most recent GWT documentation of a > class? > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/w-dreXEnblgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
