org.springframework.binding.value.swing
Class SpinnerAdapter
java.lang.Object
org.springframework.binding.value.support.AbstractValueModelAdapter
org.springframework.binding.value.swing.SpinnerAdapter
public class SpinnerAdapter
- extends AbstractValueModelAdapter
Adapts a value model to a JSpinner control.
- Author:
- Oliver Hutchison
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpinnerAdapter
public SpinnerAdapter(JSpinner spinner,
ValueModel valueModel)
valueModelValueChanged
protected void valueModelValueChanged(Object newValue)
- Description copied from class:
AbstractValueModelAdapter
- Called when the value held by the value model has changes
- Specified by:
valueModelValueChanged
in class AbstractValueModelAdapter
- Parameters:
newValue
- the new value held by the value model
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.