void refresh(int ms)
Refreshes the component after ms milliseconds.
ms |
The time in milliseconds to wait before refreshing diputree. |
Always call refresh after making changes to diputree.
If performing a lot of changes in bulk, then call refresh only once at the end.
Refresh diputree after 1/10th of a second.
diputree.refresh (100);