JFace
How to create Filter for org.eclipse.jface.viewers.CheckboxTreeViewer?
I have to create Filter for my CheckboxTreeViewer. I\'m not getting how to do that. I\'m using following class[详细]
2023-03-30 16:37 分类:问答read text at cursor position in JFace TextViewer
I have an editor that extends a TextEditor class. I would like to know if it is possible to read the text at the cursor position within the editor.[详细]
2023-03-30 04:07 分类:问答SWT Text widget: how to insert own MenuItems into the default context menu?
The default context menu for the org.eclipse.swt.widgets.Text class is quite a rich thing, packed with features that the user has come to depend on ...[详细]
2023-03-28 04:21 分类:问答How to force a minimum height of a JFace Wizard in Eclipse?
I\'m presenting a wizard (code here) that gets too low, so the content does not show completely (see screenshot below):[详细]
2023-03-27 11:39 分类:问答How to get cursor position in an eclipse TextEditor
I have been trying to get the line number开发者_JAVA百科 and column number of the cursor position in a jface TextEditor. I tried the function getCursorPosition(). But on printing this it shows just a[详细]
2023-03-23 10:59 分类:问答Add dropdown menu in a view's ToolBarManager
I want to add several dynamically created actions to a view. This works to add them to the View Menu开发者_JS百科 in the top right corner:[详细]
2023-03-23 06:48 分类:问答JFace wizard question
I am a developing a RCP application. It has a wizard. It has four wizard pages. I am intending to run a DB query when I click on \"Next\" button in my first page and load the results in second page. I[详细]
2023-03-21 04:25 分类:问答RCP/RAP: Link in SWT/JFace-TableViewer-Cell
Does anyone know a possibility to place a link in a JFace-Tab开发者_StackOverflowleViewer-Cell? I just need something that fires an event, when it is clicked on. Something that looks like a hyperlink[详细]
2023-03-19 12:49 分类:问答swt table has limitation on text length in a cell?
I use JFace TableViewer and databinding to display data of a database table, some columns have very long text, I found the text is cut out. if I activate the text editor associated with that cell, I c[详细]
2023-03-19 06:20 分类:问答How to set vertical alignment in jface tableviewer?
I created a jface CheckboxTableviewer and set its row height to 40px. But in windows xp, the checkbox is not aligning to the middle.[详细]
2023-03-18 08:28 分类:问答
加载中,请稍侯......