org.jdesktop.swingbinding.impl
Class AbstractColumnBinding

java.lang.Object
  extended by org.jdesktop.beansbinding.Binding
      extended by org.jdesktop.swingbinding.impl.AbstractColumnBinding
Direct Known Subclasses:
JListBinding.DetailBinding, JTableBinding.ColumnBinding

public abstract class AbstractColumnBinding
extends Binding

Author:
Shannon Hickey

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.beansbinding.Binding
Binding.SyncFailure, Binding.SyncFailureType, Binding.ValueResult<V>
 
Constructor Summary
AbstractColumnBinding(int column, Property columnSource, Property columnTarget, java.lang.String name)
           
 
Method Summary
 void bindImpl()
           
 int getColumn()
           
protected  void setColumn(int column)
           
 void unbindImpl()
           
 
Methods inherited from class org.jdesktop.beansbinding.Binding
addBindingListener, addPropertyChangeListener, addPropertyChangeListener, bind, bindUnmanaged, firePropertyChange, getBindingListeners, getConverter, getName, getPropertyChangeListeners, getPropertyChangeListeners, getSourceNullValue, getSourceObject, getSourceProperty, getSourceUnreadableValue, getSourceValueForTarget, getTargetNullValue, getTargetObject, getTargetProperty, getTargetValueForSource, getValidator, isBound, isManaged, isSourceUnreadableValueSet, notifySynced, notifySyncFailed, paramString, refresh, refreshAndNotify, refreshAndNotifyUnmanaged, refreshUnmanaged, removeBindingListener, removePropertyChangeListener, removePropertyChangeListener, save, saveAndNotify, saveAndNotifyUnmanaged, saveUnmanaged, setConverter, setManaged, setSourceNullValue, setSourceObject, setSourceObjectUnmanaged, setSourceProperty, setSourceUnreadableValue, setTargetNullValue, setTargetObject, setTargetObjectUnmanaged, setTargetProperty, setValidator, sourceChangedImpl, targetChangedImpl, throwIfBound, throwIfManaged, throwIfUnbound, toString, unbind, unbindUnmanaged, unsetSourceUnreadableValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractColumnBinding

public AbstractColumnBinding(int column,
                             Property columnSource,
                             Property columnTarget,
                             java.lang.String name)
Method Detail

getColumn

public final int getColumn()

setColumn

protected final void setColumn(int column)

bindImpl

public void bindImpl()
Specified by:
bindImpl in class Binding

unbindImpl

public void unbindImpl()
Specified by:
unbindImpl in class Binding


Copyright © 2009 Tidalwave s.a.s.. All Rights Reserved.