collapseToLevel not working
Hi ,
I'm using API collapseToLevel(elementOrTreePath, level) for treeviewer . This function was working finely when I used eclipse europa. But once I have exported my plugin to eclipse helios , it isn't working.
Plz suggest some solution.
Thanks in advance..
Re: collapseToLevel not working
What exactly do you mean by "not working"? What happens when you take eclipse out of the picture and use the command line instead?
Re: collapseToLevel not working
What's treeviewer? No such class in the JDK (and wouldn't be, with that capitalization).
db
Re: collapseToLevel not working
I have a model , in which I display objects(instances of any class) with the use of TreeViewer (which is a class provided by eclipse i.e. org.eclipse.jface.viewers.TreeViewer) . The concept of paging is used to make it compact sized. Using this when I try to get objects present on next page , the list of next paged objects should get populated and it should be reflected in TreeViewer .So, here I'm getting list of req objects but the tree(model tree) is not getting refreshed accordingly.
Re: collapseToLevel not working
Quote:
Originally Posted by
deepali
a class provided by eclipse i.e. org.eclipse.jface.viewers.TreeViewer
Moved from Advanced Java.
db