I found the article about Notes Client Java UI API, that provides possibility to manipulate Lotus Notes UI: http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Notes_Client_Java_UI_APIs-v8.5.2
That's great and I want to use it. But I cant understand where I can find the library with this API. Can anyone share the link, where I can download it?
There are no links for Notes Client Java UI API. This API is included in Lotus Notes Client distribution. This API is used by Eclipse plugin developers and it cannot be used directly in your database.
Some helpful links
0. Here0 you can get some video tutorials for creating Eclipse plugin for Lotus Notes. In Part3 of this tutorials you can find use of API.
1. Here1 you can get sample plugin and try to use it. This plugin will add an icon to your SideBar
:
And add some additional menus to Document Properties
menu:
0 Google or search on youtube for «Creating Your First Eclipse Plugin For Lotus Notes».
1 Google for «Java UI API Exerciser».