i am implementing a tableviewer that is able to sort values depengin on their column order. e.g. column1-column2-columnX
I\'m trying to create a FilteredTree with several colum开发者_JS百科ns with no luck. If I use a TreeViewer the columns work fine but when I switch to using a FilteredTree I can only get it to work if
I understand there is an approach to defer T开发者_如何学PythonreeViewer loading by using DeferredTreeContentManager, learnt from this useful tutorial.
This question may sounds trivial, but i am struggling with the issue, so, please help if u can. So, here it is : i 开发者_JAVA百科am using a CheckboxTreeViewer for some good reasons. I\'ve google-it f
In my application I want the user to save any changes before he leaves a tab (implemented as CTabFolder).
I\'m using a TreeViewer within a jface WizardPage and the initial input into the tree causes the WizardPage to grow vertically so that it can show all of the tree\'s values. When expanding one of the
I am set to create a file explorer using Java. The aim is to emulate the behavior of the default explorer as closely as possible, whatever may be the underlying OS.
ErrorDialog.openError takes arguments for dialog title, message, and status (which has a message itself).
Do someone know how to hide such help image from my custom wizard? alt text http://img268.ima开发者_如何学Cgeshack.us/img268/6485/newprojectwt.png
I wonder someone has any idea how to solve this: In my Java Eclipse plugin there are some processes which take some time. Therefore the user might minimize the window and let the process run in the ba