Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Customizing variable declaration
Customizing variable declaration [message #131027] Mon, 18 September 2006 16:02
Eclipse UserFriend
Originally posted by: nsat28.yahoo.com

Hi,

Can anybody please give me pointers to override the variable declaration
of a custom widget.
I figured out it being done in BeanPartFactory and in the method
generateExpressionsContent() in AbstractMethodTextGenerator.How to
override this?
So far I am successful in generating my custom method using the override
mechanism, but declaration is causing compile problems.

Eg, MyCustomWidget extends JPanel and is getting declared as,

MyCustomWidget var = null;
My requirement

<Any_Java_class> var = null;

Thanks in advance,
Anand
Previous Topic:VE POLL
Next Topic:Customizing variable declaration
Goto Forum:
  


Current Time: Thu Apr 18 04:01:13 GMT 2024

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

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

Back to the top