I'm currently working on extending the VE to support additional feature
for my custom implementation.
For this exercise, I need to access the components of the JavaBean View.
The JavaBean View needs to be customised to show both visual and
non-visual components present in the java file. Is there any API provided
for developers to access the JavaBean View components and does this API
help me to add and modify the Tree values in the JavaBean View?
My specific customisations include grouping or categorising identical
elements together and providing nodes for non-visual components. For
example, if there are 3 JPanels in my java code, they need to appear as 3
nodes under a heading "Panel" in the Javabean view. I need to add a new
non-visual node ["abc"] when my java code has a variable declaration like
"String abc = new String()" as a class variable. I have tried going
through the current API and the source code available for tracking the
JavaBean View components, but it has not been fruitful.
Help is greatly appreciated.