List of usage examples for com.jgoodies.binding.value ValueModel interface-usage
From source file com.salas.bb.core.ViewModeValueModel.java
/** * Value model for view mode. */ public class ViewModeValueModel implements ValueModel { private final PropertyChangeSupport pcs; private final FeedListener feedListener;
From source file com.salas.bb.core.ViewTypeValueModel.java
/** * Value model for view type. */ public class ViewTypeValueModel implements ValueModel { private final PropertyChangeSupport pcs;
From source file org.drugis.addis.presentation.ValueHolder.java
public interface ValueHolder<T> extends ValueModel { public T getValue(); public void setValue(Object newValue);