Customizing variable declaration [message #131027] |
Mon, 18 September 2006 12:02 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.28003 seconds