Skip to main content



      Home
Home » Archived » Visual Editor (VE) » generate code
generate code [message #613557] Wed, 19 July 2006 11:12
Eclipse UserFriend
Is it possible to generate code like this :

MyComposite comp = new MyComposite(this,SWT.NONE);
comp.reRender(); <== not a setter/getter
comp.addMyListener();


I am able to do something like :

MyComposite comp = new MyComposite(this,SWT.NONE);
comp.setMyProperty(...);

Thanks.
Previous Topic:generate code
Next Topic:nuB - using VE for the first time
Goto Forum:
  


Current Time: Thu Jun 19 12:32:56 EDT 2025

Powered by FUDForum. Page generated in 0.03373 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top