|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.beansbinding.Binding
org.jdesktop.swingbinding.impl.AbstractColumnBinding
public abstract class AbstractColumnBinding
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()
Called by Binding.bind() to allow subclasses to initiate binding. |
int |
getColumn()
|
protected void |
setColumn(int column)
|
void |
unbindImpl()
Called by Binding.unbind() to allow subclasses to uninitiate binding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractColumnBinding(int column, Property columnSource, Property columnTarget, java.lang.String name)
Method Detail |
---|
public final int getColumn()
protected final void setColumn(int column)
public void bindImpl()
Binding
Binding.bind()
to allow subclasses to initiate binding.
Subclasses typically need not install PropertyStateListeners
on the source property and target property as they will be notified
by calls to Binding.sourceChangedImpl(org.jdesktop.beansbinding.PropertyStateEvent)
and Binding.targetChangedImpl(org.jdesktop.beansbinding.PropertyStateEvent)
when the source and target properties change respectively.
bindImpl
in class Binding
Binding.unbindImpl()
public void unbindImpl()
Binding
Binding.unbind()
to allow subclasses to uninitiate binding.
unbindImpl
in class Binding
Binding.bindImpl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |