org.tbee.swing.binding
Class BindingUtils.Binding

java.lang.Object
  extended by 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

Constructor Summary
BindingUtils.Binding(com.jgoodies.binding.beans.BeanAdapter ba, String propertyName)
           
 
Method Summary
 BindingUtils.Binding to(Component component)
           
 BindingUtils.Binding to(Component component, String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingUtils.Binding

public BindingUtils.Binding(com.jgoodies.binding.beans.BeanAdapter ba,
                            String propertyName)
Method Detail

to

public BindingUtils.Binding to(Component component)

to

public BindingUtils.Binding to(Component component,
                               String propertyName)


Copyright © 2011 KnowledgePlaza. All Rights Reserved.