2
0
Fork 0

split event listeners and made xml elements for event en actions on back/frontend

This commit is contained in:
willem.cazander 2010-10-19 15:44:57 +02:00
parent 3d0d609462
commit a51eeeb254
26 changed files with 559 additions and 123 deletions

View file

@ -104,6 +104,13 @@ public class SwtVascFrontend extends AbstractVascFrontend {
this.parent=parent;
}
/**
* @see com.idcanet.vasc.core.VascFrontend#getFrontendType()
*/
public String getFrontendType() {
return "swt";
}
/**
* Add swt implmented ui components
*/