JFace
Natively looking checkboxes in SWT/Jface tables
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[详细]
2023-03-09 02:00 分类:问答SWT/JFace: disabled checkbox in a table column
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[详细]
2023-03-08 14:10 分类:问答Render view based on another view in Eclipse plugin
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[详细]
2023-03-08 04:12 分类:问答How to add a ViewerFilter on a JFace TableViewer that update dynamically?
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.[详细]
2023-03-07 14:03 分类:问答Should I dispose jface CellEditors returned from EditorSupport
Should I dispose CellEditor returned from EditingSupport.getCellEditor, and if so when should I do it.[详细]
2023-03-05 20:16 分类:问答Creating own marker with annotations in Eclipse-Plugin?
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;[详细]
2023-03-05 15:39 分类:问答Is there way that delete perspective from 'open perspective' dialog at Runtime
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[详细]
2023-03-05 14:43 分类:问答How to find jface swt doc?
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[详细]
2023-03-05 13:35 分类:问答Allow a Wizard to run only from an existing project
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.[详细]
2023-03-02 15:31 分类:问答How to write a Source code editor for custom Language in Rich Client Plateform?
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[详细]
2023-03-02 14:43 分类:问答
加载中,请稍侯......