[SOLVED] Refreshing a tree view
Hi, i have created a tree view using the org.eclipse.ui.views extension but i don`t know how to make a refresh method. The view`s input it`s a method that reads info from a text file. I`ve added a context menu for the view. The context menu options are added by using the org.eclipse.popupMenus extension. One of this options is a Refresh option, but i have no clue on how to make the refresh.
I need to know how to refresh the view and how to call this method from the context menu. Thanks a lot for your time