[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Problems Refreshing Tree
|
- From: gilgens@xxxxxxx (Sam)
- Date: Tue, 15 Jul 2003 08:21:49 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
Hi,
Does anybody know how to refresh a Tree and it's TreeNodes after moving
from one page to another with a GUI plugin. I have 3 pages on my GUI for
my plug and am trying to refresh one of the Tree implementations that sits
on my composite.
I hit a button on one of the pages, it calls setActivePage(0);, then
removePage(currentPage). I want to refresh the Tree on page 0.
Any suggestion would be greatly appreciated.
thanks in advance.
Sam.