[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dtp] Re: Reusing the server explorer in a ContainerCheckedTreeViewer

Brian Fitzpatrick wrote:

You bet. You can add a new ViewerFilter to the CommonViewer that filters out whatever you want, just like a normal viewer.

"Philippe Girard" <philippe.girard@xxxxxxxxx> wrote in message news:1ea032669e1c85196159cb7294e6ba16$1@xxxxxxxxxxxxxxxxxx

This brings me to wonder if it is be possible to limit the Common Navigator to display only the Schemas section ? Since in this case that is the only thing I would need to display to the user.




Following up on this. I used the Common Navigator and realized that the tree is not built until the user expands the nodes to get to the sql objects. So to be able to use it I would need to build the whole tree before presenting it to the user. I checked and while there is a collapse all action. I could not find an expand all action.


I was wondering if such a functionality (building the whole sql model tree in the common navigator viewer) exists that I missed or if I would have to code such a functionality.

Again, any pointer than you might have is much appreciated.