com.silvermindsoftware.hitch.binding
Class AbstractBindingCreator<T extends JComponent>
java.lang.Object
com.silvermindsoftware.hitch.binding.AbstractBindingCreator<T>
- Type Parameters:
T
- the type of form component it belongs to
- All Implemented Interfaces:
- BindingCreator<T>
- Direct Known Subclasses:
- ComboBoxBinding, ListBinding, TableBinding
public abstract class AbstractBindingCreator<T extends JComponent>
- extends Object
- implements BindingCreator<T>
This abstract class just provides an update strategy field to its subclasses.
- Author:
- Stefan Wismer (SWI)
- File-location:
- AbstractBindingCreator
- Last check-in date:
- 2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873
Field Summary |
protected org.jdesktop.beansbinding.AutoBinding.UpdateStrategy |
m_updateStrategy
The update strategy (r/r once, rw). |
Method Summary |
org.jdesktop.beansbinding.AutoBinding.UpdateStrategy |
getUpdateStrategy()
|
void |
setUpdateStrategy(org.jdesktop.beansbinding.AutoBinding.UpdateStrategy updateStrategy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_updateStrategy
protected org.jdesktop.beansbinding.AutoBinding.UpdateStrategy m_updateStrategy
- The update strategy (r/r once, rw).
AbstractBindingCreator
public AbstractBindingCreator()
getUpdateStrategy
public org.jdesktop.beansbinding.AutoBinding.UpdateStrategy getUpdateStrategy()
- Returns:
- the update strategy
setUpdateStrategy
public void setUpdateStrategy(org.jdesktop.beansbinding.AutoBinding.UpdateStrategy updateStrategy)
- Parameters:
updateStrategy
- the update strategy to set
Copyright © 2005-2011 ELCA. All Rights Reserved.