jface Questions

7

Solved

I'm a newbie to Eclipse and can't figure out how to get the JavaDocs for SWT and JFace to show up when I am editing. How do I do this? Thanks!
Boyse asked 19/2, 2009 at 19:52

4

Solved

Is it possible to add a Remove button to a cell in a table? I have a table with 5 columns, I would like to add a 6th column. I want the 6th column to have a remove button in each row. Example Row...
Circumstantiality asked 18/9, 2012 at 15:41

1

ScrolledForm's scrollBar can sometimes cause problems.I meet the same problem with this guy in EclipseZone Forum (it's a question asked in 2005 but seems to be unresolved). //The scrollbar should ...
Minier asked 5/7, 2013 at 9:20

2

Solved

I have installed Plugin Development Environment on my Eclipse 3.8 via http://download.eclipse.org/releases/juno update site. Now in PDE projects under the "Plugin Dependencies" tree I see that all ...
Nopar asked 18/9, 2012 at 20:37

2

Solved

I have a Application Window using a Scrollable Composite. Inside scrollable composite we could have N composites (accordingly database data). How could I detected the size of children's composite...
Maxi asked 21/1, 2013 at 19:12

6

Solved

I'm looking for a Combo(Viewer) in SWT/JFace which supports autocomplete / type-ahead, i.e. the user can enter a couple of characters and the drop down list should show all matching elements.
Couching asked 1/7, 2009 at 14:7

2

Solved

I'm developing a tree based on TreeViewer and created myLabelProvider which extends LabelProvider and then use viewer.setLabelProvider(new ViewLabelProvider());, but all the nodes are still display...
Karb asked 27/3, 2014 at 6:2

2

Solved

I am creating a standalone SWT/JFace application. I used to use plain old SWT MessageBox: int style = SWT.APPLICATION_MODAL | SWT.YES | SWT.NO; MessageBox messageBox = new MessageBox (getShell(),...
Negrophobe asked 6/4, 2013 at 17:42

2

Is there a way how to unit test eclipse dialogs and SWT/Jface widgets? Or even better - is there some jar/framework which can help me mock Shell or Composite (in that way so I wouldn't have to mock...
Ostrich asked 16/10, 2012 at 8:31

1

Solved

I need a button to be constantly placed at the bottom left corner of my JFace dialog even on re size of dialog. I have overridden the createButtonsForButtonBar() protected void createButtonsForBu...
Jarred asked 28/1, 2014 at 7:25

1

Solved

I'm trying to add widgets like text boxes, buttons to a composite on click of a button. I've tried , but i could only add these widgets dynamically only up to the size of the composite. My jface di...
Hauser asked 25/11, 2013 at 22:6

3

Solved

I'm working on this Composite canvas on which other Composites may be added and removed. My understanding of how the whole laying-out concept is still in the fog. When children are added to the c...
Antidote asked 25/11, 2013 at 22:7

3

Solved

ErrorDialog.openError takes arguments for dialog title, message, and status (which has a message itself). I want to show the exception's message in the main area, and the call stack in the details...
Deferred asked 13/5, 2010 at 13:5

1

Solved

I am developing an Eclipse RCP application, and am trying to use a ILazyTreeContentProvider implementation in order to show only the visible items at a certain time. The code: Inside the class e...
Sweitzer asked 30/9, 2013 at 11:11

3

The app is an Eclipse 3.6 based RCP (so jface version 3.5.2) running on windows 7. I have a custom View class that contains a TableViewer and calls refresh() on it. Sometimes, but not very often i...
Culosio asked 28/2, 2011 at 16:22

2

Solved

I am having trouble understanding the databinding in my Eclipse RCP application. I just can't figure out how it's supposed to work.. Here's what I want to do I have a View where a list of texts sho...
Ironhanded asked 11/7, 2013 at 13:11

1

I would like to use all of the JFace functionality but include in my project only the very minimum in terms of external jars. Is it possible to download the typical .jars required to build an SWT/...
Alinaaline asked 19/3, 2013 at 15:4

4

Solved

Which are the reasons to choose the Eclipse Rich Client Platform as the base of my application, instead of just using SWT/JFace?
Holmium asked 1/10, 2009 at 17:23

3

Solved

I am creating a new project using SWT. I will have 3 or 4 different tables in the project. I am fairly new to SWT and I find myself asking should I be using just the Table or should it be a TableVi...
Mena asked 14/9, 2012 at 21:17

3

Solved

So I have a problem, when I add an image to any column of a JFace table the first column also behaves like it has an image in and the text is indented by the size of that image. Here's a screensho...
Dirkdirks asked 28/9, 2012 at 13:51

1

Solved

Working away at the moment but have come up with a small problem in JFace. I need to have a check box that allows the next button to become active. Here is the code: Button btnConfirm = new Button...
Nudnik asked 18/1, 2013 at 12:27

4

I am using a TableViewer with a content provider, label provider, a ICellModifier and TextCellEditors for each column. How can I add arrow key navigation and cell editing when the user selects the...
Formulate asked 2/4, 2009 at 15:51

3

Solved

what do you use for automatic GUI testing an eclipse rcp app? I checked Xored Q7 which looks pretty awesome, but it doesn't work 100%, the same goes for froglogic squish. I need something for tes...
Oldline asked 10/10, 2012 at 13:21

1

Solved

How can I export an Eclipse 4 application so that it can run in either Windows or Linux? I see that the product configuration has tabs for all platforms: ...but when I export I see in the rep...
Manservant asked 20/10, 2012 at 12:42

1

Solved

I have a set of APIs that do file operations e.g. saveToFile(CustomObject objectToSave); Since a file operation could be lengthy I decided that some indication should be shown to the user e.g. pr...
Lathery asked 20/10, 2012 at 9:1

© 2022 - 2024 — McMap. All rights reserved.