I have an RCP plugin I’ve developed for Notes, consisting of two ViewParts in a perspective.However I’d like to replace one of these views with an inbuilt notes view (part of an NSF), that another developer has setup in the designer.
Is it possible to do this? i.e instead of writing:
layout.addView( MyView.ID, IPageLayout.TOP, 0.5f, editorArea );
can I somehow get an ID for the notes component?