Providing Navigator View howto

Following document describes steps needed for module writers to plug in their view into Navigator window for certain document (data) type.

Writing NavigatorPanel implementation

Implementing NavigatorPanel interface is easy, you can copy from template basic implementation BasicNavPanelImpl.java.

Only interesting parts are following:

Registering NavigatorPanel impl in a layer

Declarative registration of your NavigatorPanel impl is easy again, you can copy from template layer basicNavLayer.xml

Additional interesting info: