Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] TableTree


Use TableTree.addTreeListener to listen for EXPAND or COLLAPSE.

Here's a snippet:
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/snippits/snippet61.html

In future, please ask questions on the newsgroup. See the "SWT Newsgroup" section of the following page to find out how:
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/SWT_Resources.html

Carolyn



"Zelu" <zelazny@xxxxxxxxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

04/07/2004 10:28 AM

Please respond to
platform-swt-dev

To
<platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] TableTree





Hi,

How to check wether we are unfolding or folding the tree in TableTree?

-------
Zelu
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top