I\'m new to SWT/JFace. I would like to know if someone could indicate real world apllications based on SWT/Jface but not on Eclipse RCP. I can see lot of examples (come of them very professional) of R
I am new to to Eclipse RCP and SWT/JFace. I intend to purchase the Second Edition of the well known Eclipse Rich Client Platform book by Jeff McAffer, Jean-Michel Lemieux, Chris Aniszczyk. I wish to k
I\'ve created the most basic JFace ApplicationWindow I can think of and I get this 1 pixel white border at the top of the screen:
I am building an Eclipse RCP application and am hav开发者_如何学Cing trouble on settings the size of a JFace Wizard.Yeah, it is generally a good idea to let Eclipse work out the size for you.However,
I use the org.eclipse.core.databinding framework to bind some Text fields in an SWT application. I add an update strategy to validate the data and to set the value on the model only when the user clic
I have a problem with JFace TableViewer in RCP. Basically I have a table with 4 rows, and as input I give an already sorted list of elements. So I expect that first element in my input list is first r
I want to create a jface wizard and collect credentials as I go along - password and username on pag开发者_JS百科e 1 and then on page 2 I want to display a list I get from an oracle database.
I have a TreeViewer where some nodes represent folders, so I wanted to show the icon of an open folder when the node is expanded and a closed folder when it is collapsed. Sounds easy, I just need to a
I\'m trying to produce a wizard using the Wizard class (org.eclipse.jface.wizard.Wizard) Basically whe开发者_运维知识库re I extend the Wizard in the constructor I addPage the two pages I want.
Does anyone know if there are any \"out of the box\" (e.g. open source library, in SWT or JFA开发者_开发问答CE directly) ways to create date sliders or sliders with more than one thumb in SWT or JFACE