Data between views in eclipse rcp

ISourceProviderListener



You have the different communication paradigm summarize in the IBM article
  • To make a view capable of listening to selection changes, a view must implement the ISelectionListenerinterface and must register itself with the workbench page
  • Using the IAdaptable interface: A class that implements IAdaptable has the capability to dynamically return certain types of adapters that can then be used to retrieve further information.
  • property change listener paradigm
Regarding the first approach, the article details:









댓글