org.tbee.swing.binding
Class BindingUtils.Binding
java.lang.Object
org.tbee.swing.binding.BindingUtils.Binding
- Enclosing class:
- BindingUtils
public static class BindingUtils.Binding
- extends Object
Implements the fluent interface
example: BindingUtils.bind(iBeanAdapter, Sellorder.PAYMENTAGREEMENT_PROPERTY_ID).to(lPaymentagreementJTextArea);
TODO: this is just a first attempt, it works, but is not riped
- Author:
- user
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingUtils.Binding
public BindingUtils.Binding(com.jgoodies.binding.beans.BeanAdapter ba,
String propertyName)
to
public BindingUtils.Binding to(Component component)
to
public BindingUtils.Binding to(Component component,
String propertyName)
Copyright © 2011 KnowledgePlaza. All Rights Reserved.