[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Subclassing SWT Tree

Hi,

This example shows how you would use Tree itself without subclassing to allow you to draw on the Tree itself.

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet226.java


-- Thanks, Rich Kulp