Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Re: Using JEM to draw cartoon images of widgets (Rich Kulp)


Hi,

The ComponentManager exists on both sides. There is an IDE version that you talk to, and there is a ComponentManager on the vm side that the IDE ComponentManager talks to. You need one on the vm side so that it can listen to the actual component and signal back when it changes size or location and when it needs to be re-layed out. The ComponentManager on the vm side is the fComponentManagerBeanProxy.

Rich

Back to the top