Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] How can i get the visual component's remote BeanProxy in ve's viewer?


Hello,

The java model is not populated in the UI thread. It is done in a background job which will complete at some time. When it is done it tells the editor to build up the model and instantiate the beans. Until then there are incomplete instances.

First, how are you deciding what java instance to go after? For example the Property sheet uses the selection provider. So until there is something selected the property sheet doesn't display anything. It gets the java instance from the selection service. So how are you getting the java instances?

Rich

Back to the top