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 java.lang.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
|
Constructor Summary |
BindingUtils.Binding(com.jgoodies.binding.beans.BeanAdapter ba,
java.lang.String propertyName)
|
| 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,
java.lang.String propertyName)
to
public BindingUtils.Binding to(java.awt.Component component)
to
public BindingUtils.Binding to(java.awt.Component component,
java.lang.String propertyName)
Copyright © 2010. All Rights Reserved.