[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Closing/reopening a view

I would like to close/reopen a view after an update. I found that hideView is capable of closing the view. I also found showView for reopening. However, I lose my context of where the view was during the close/update.

Is there a way short of creating another plugin that stores the location to store the position of the closed view? I cannot find an id or anything to recall the workbenchpage that the view was open on.