| java.lang.Object net.xoetrope.swing.SwingDataBindingFactory
SwingDataBindingFactory | public class SwingDataBindingFactory implements XDataBindingFactory(Code) | | A data binding factory for the additional swing bindings
Copyright: Copyright (c) Xoetrope Ltd., 2001-2004
$Revision: 1.5 $
License see license.txt
|
getBinding | public XDataBinding getBinding(Component comp, XModel model, XmlElement bindingNode)(Code) | | Try to get a binding factory to construct the binding
Parameters: comp - the target component Parameters: model - the source data model Parameters: bindingNode - the XML element defining the binding the new binding if one could be constructed |
register | public static void register()(Code) | | Registe an instance of this binding factory.
|
|
|