org.jdesktop.binding.swingx
Class BindingFactory.TextBindingCreator
java.lang.Object
org.jdesktop.binding.swingx.BindingFactory.TextBindingCreator
- All Implemented Interfaces:
- BindingCreator
- Enclosing class:
- BindingFactory
public static class BindingFactory.TextBindingCreator
- extends java.lang.Object
- implements BindingCreator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingFactory.TextBindingCreator
public BindingFactory.TextBindingCreator()
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.