Are there any tested solutions that enables me to have natively looking checkboxes in SWT tabes? After long goog开发者_JS百科ling i found clever way to create image screenshoots of SWT checkbox butt
It is quiet easy to create a Table with a checkbox column, e.g., using the SWT.CHECK flag. But how to make checkboxes in certain 开发者_如何学运维table rows not editable while those in other rows rema
I am developing an Eclipse plug-in that has currently 2 views. In my first view I have a list of connections displayed in a TableViewer (name and connection status).In my second view I want to load th
I want to add in a SWT/JFace application a search functionality that filter a TableViewer as the user enter text in the search text field.
Should I dispose CellEditor returned from EditingSupport.getCellEditor, and if so when should I do it.
I want to create a marker with own annotations within a PlugIn us开发者_如何学Cing the common Eclipse Editor and not adding an own editor. The markers will be set when an action is performed;
I want to remove perspective from \'Open 开发者_JAVA百科Perspective\' dialog at Runtime. Please give me advice.You can use activities to hide a perspective from the dialog.You can also use http://w
I use google a lot to find help on JFace/SWT but the only way I find something usefull is when I know the name of the class I want to use. And search again with an other classname related with the fir
I am doing an Import Wizard for an Eclipse plugin. It should be allowed only if the selection is an IProject and display an error (and close itself) otherwise.
I am building a tool for acustom language. It will have many components including a source code editor. What are the coponents I will need to build this editor. I would like syntax highlighting, outli