In my RCP, I want to reuse Navigator View.
But meanwhile, I must change the behavior of some Actions on the View. For
example:
When user move a file, I should catch the event and change the content
of the file. It's something like what happened in Explorer View: when you
move a JAVA file, it will ask you to update references. But here, I do not
want to implement a new View.
Does it possible? If impossible, what should I do to implement a View like
Navigator?