java - Is possible use JTree in Eclipse plugin development instead of standard JFace tree? -


is possible use jtree in eclipse plugin development instead of standard jface tree?
i'm developing in kepler, wan't work custom icons etc. in jtree.

you can use jtree , other swing controls using swt_awt bridge. however, far trivial, swing have own event loop, you'll have figure out ui thread different code should run on, translate between different types of events (e.g. when resizing) etc. it's better figure out how achieve purposes in swt/jface/rcp way.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -