I have copied a file from one location to another location. I have to
display the file in a tree node. the file is being copied well and get
struck in node.
But to view the file in the node i will have to refresh the tree node
manually by pressing F5 key.then only its getting displayed.
i have used
1.
MyNavigator nav = MyData.getInstance().getMyView(true);
nav.getViewer().refresh(); // refreshes the view part