org.jdesktop.binding.swingx
Class BindingFactory.TextBindingCreator

java.lang.Object
  extended by org.jdesktop.binding.swingx.BindingFactory.TextBindingCreator
All Implemented Interfaces:
BindingCreator
Enclosing class:
BindingFactory

public static class BindingFactory.TextBindingCreator
extends java.lang.Object
implements BindingCreator


Constructor Summary
BindingFactory.TextBindingCreator()
           
 
Method Summary
protected  void configureComponent(javax.swing.JComponent component, Binding binding)
          PENDING: it's a view issue, should not be done here?.
 Binding createBinding(javax.swing.JComponent component, DataModel dataModel, java.lang.String fieldName)
           
protected  Binding doCreateBinding(javax.swing.text.JTextComponent component, DataModel dataModel, java.lang.String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingFactory.TextBindingCreator

public BindingFactory.TextBindingCreator()
Method Detail

createBinding

public Binding createBinding(javax.swing.JComponent component,
                             DataModel dataModel,
                             java.lang.String fieldName)
Specified by:
createBinding in interface BindingCreator

doCreateBinding

protected Binding doCreateBinding(javax.swing.text.JTextComponent component,
                                  DataModel dataModel,
                                  java.lang.String fieldName)

configureComponent

protected void configureComponent(javax.swing.JComponent component,
                                  Binding binding)
PENDING: it's a view issue, should not be done here?.

Parameters:
component -
binding -


Copyright © 2005 Sun Microsystems All Rights Reserved.