WSAD and Notes Java classes documentation

When I use WSAD, to deal with the Notes Java classes, the Code Assist feature automatically pops up a list of possible method names that I might want to click on when I type the name of a Notes object and then type the period. So I know that WSAD is able to include the Notes Classes in that feature.

But what about when you click on Help - Help Contents - Reference - API’s. All the Java documentation is there - but where are the Notes classes ?

What I end up doing is starting the Designer Client, creating a new agent in Java, bouncing over to the Reference tab, choosing Notes Java - and there’s all the good stuff I would like to see with all the other Java Classes in the WSAD help.

Any information about how to get this gratefully received.

Subject: WSAD and Notes Java classes documentation

The API popus you get are because Eclipse (WSAD) has access to the class files themselves and can work them out using Reflection. Documentation has to be added separately. Only the standard Java stuff is in the reference section you talk about. If Lotus made the source code or the JavaDoc available (in a standard format) you could update your Notes.jar file in WSAD to point to the code/javadoc location and get additional info in the popups for code assist. But AFAIK, they don’t/won’t :frowning: