Is there any documentation about the eclipse plugin com.ibm.notes.java.api?
Beside the methods of notes.jar, I know only two further methods/classes:
Notesplatform.getInstance().getSession()
NotesJob job = new NotesJob(“”) {
IStatus runInNotesThread(IProgressMonitor mon) {
...
}
};
job.schedule();
Maybe there are other classes/functions which could improve the life of a develeoper?