Changes between Version 3 and Version 4 of ModelNavigator


Ignore:
Timestamp:
Mar 5, 2008, 5:16:45 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModelNavigator

    v3 v4  
    1818}}}
    1919  1. You can inherit from the content and label provider to customize them for your needs.
     20  1. Notice: the viewer will only update the objects that it contains. If you for example omit the top-level node, the viewer will not notice if you add or remove a childnode of the top-level node.
     21
     22If you want the properties view to listen to selection changes of the viewer do the following:
     23  1. The view must implement {{{ITabbedPropertySheetPageContributor}}}
     24  2. The method {{{getContributorId()}}} must return the ID that is returned by {{{getContributorId()}}} of your XXXDiagramEditor class.