I just started creating a SWT/JFace application using the (now free) WindowBuilder from Google (previously instantiations).
I want my application shaped changed by modifying org.eclipse.ui.workbench plugin. but the problem is even though I开发者_JAVA技巧 import it with source , it is not operated.
How can i disable the close button (or make it disappear completely if possible) in a java JFace di开发者_StackOverflow中文版alog?Buttons in a Dialog are created with the method createButton().To \"fi
I have been struggling to get the images displayed in an SWT TableItem to scale.I have a listener which scales the fonts correctly, and I have confirmed that the images being set into the TableItem ar
I have two Perspectives and two editor part each. When preperspective changed to postperspective, the editor opend is closed . then changed again to preperspective , no editor can be recovered.
I have a toggle button that is on the Viewer![alt text][1] the problem is , when it turn on , How can reco开发者_高级运维ver the last status .
I have two perspectives , but to see the second perspective , as you开发者_StackOverflow know have to click button \'open perspective\'.
I have a sash from component of a view which needs to be extended a little. The view lists accounts. The ide开发者_如何学运维a is to show a small notification on top of the component that a certain
Does anyone know where I can download the java开发者_如何学JAVAdoc files for Swt and/or JFace? I do not want the api docs for the rest of Eclipse. I found a place where the docs are available for rea
I have a ListSelectionDialog. Something like this for instance: Now what I\'d like to do is to have some items permanently selected and disabled (Basically I\'d like to indicate to the user that th