[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Problems Refreshing Tree

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.