|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HWMBindingInfo | |
---|---|
com.altair.hwm.toolkit.binding |
Uses of HWMBindingInfo in com.altair.hwm.toolkit.binding |
---|
Methods in com.altair.hwm.toolkit.binding with parameters of type HWMBindingInfo | |
---|---|
void |
HWMAdapterMgr.AddListener(HWMBindingInfo hwmBindingInfo)
Gets the adaptor class from binding info and calls AddListener method on it. |
void |
HWMPropertyAdapter.Init(HWMBindingInfo hwmBindingInfo,
java.lang.Object objBeanSource,
java.lang.Object objBeanTarget)
This function does all the work of "advising" to a property change. |
void |
HWMAdapterMgr.InitEventAdapter(HWMBindingInfo hwmBindingInfo,
java.lang.Object objBeanSource,
java.lang.Object objBeanTarget,
java.lang.String strTemplateDir,
HWMClassLoader hwmClassLoader)
Create an instance of the adapter class, and Initialize it. |
void |
HWMAdapterMgr.InitPropertyAdapter(HWMBindingInfo hwmBindingInfo,
java.lang.Object objBeanSource,
java.lang.Object objBeanTarget)
Instantiates the property adapter class for the binding and stores it in the binding info |
void |
HWMBindingInfoMgr.RemoveBindingInfo(HWMBindingInfo hwmBindingInfo)
Removes binding info.(Used by BindingInfo property classes) |
void |
HWMAdapterMgr.RemoveListener(HWMBindingInfo hwmBindingInfo)
Gets the adaptor class from binding info and calls RemoveListener method on it. |
void |
HWMAdapterMgr.WriteAdapterClass(HWMBindingInfo hwmBindingInfo,
java.lang.Object objBeanSource,
java.lang.Object objBeanTarget,
java.lang.String strTemplateDir,
java.lang.String strTemplateName,
HWMClassLoader hwmClassLoader)
Write the adapter class for the information provided by the BindingInfo, and compile it to a class file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |