JFace Automatic Databinding; Class does not exist error [message #1374820] |
Thu, 22 May 2014 16:25  |
Eclipse User |
|
|
|
Hello,
I am trying to use the "JFace Automatic Databinding" wizard.
I right click on an existing class from one of the packages in my project and
After navigating to file->new->other->"WindowBuilder/SWT Designer/Databinding/JFace Automatic Databinding" and clicking next, I enter a name and then I click next. In this page which is the one titled "Databindings" and in which I need to select the bean class that contains properties, I select a class which I have created. But the title says "Choose a bean class that contains properties: Class does not exist."
But the class I select do exist.
This is the bean class I select:
public class SomeClass {
private String name;
public SomeClass() {
// TODO Auto-generated constructor stub
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
What am I doing wrong?
The version of Eclipse I am using is:
Eclipse Standard/SDK
Version: Kepler Service Release 1
Build id: 20130919-0819
And the Windowbuilder version is:
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03673 seconds