Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] Overriding the Code Generation about Java Access

Hi all.

I tried to customize VE for my gui library. In my library, widget's java access
must be default access.

I would like to change the code generation.

VE's code generation:

   private MyWidget myWidget = null;

I would like to have:

   MyWidget myWidget = null;

Is there any way of doing this?

--
^^^^---------------------------------------------
deltam

mail :  deltam@xxxxxxxxx
          bayesian99@xxxxxxxxxxx
blog:   deltam.blogspot.com
---------------------------------------------^^^^


Back to the top