org.jdesktop.swingbinding.adapters
Class JSliderAdapterProvider.Adapter

java.lang.Object
  extended by org.jdesktop.swingbinding.adapters.BeanAdapterBase
      extended by org.jdesktop.swingbinding.adapters.JSliderAdapterProvider.Adapter
Enclosing class:
JSliderAdapterProvider

public static final class JSliderAdapterProvider.Adapter
extends BeanAdapterBase


Field Summary
 
Fields inherited from class org.jdesktop.swingbinding.adapters.BeanAdapterBase
property
 
Method Summary
 int getValue_IGNORE_ADJUSTING()
           
 int getValue()
           
protected  void listeningStarted()
           
protected  void listeningStopped()
           
 void setValue_IGNORE_ADJUSTING(int value)
           
 void setValue(int value)
           
 
Methods inherited from class org.jdesktop.swingbinding.adapters.BeanAdapterBase
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, isListening, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public int getValue()

getValue_IGNORE_ADJUSTING

public int getValue_IGNORE_ADJUSTING()

setValue

public void setValue(int value)

setValue_IGNORE_ADJUSTING

public void setValue_IGNORE_ADJUSTING(int value)

listeningStarted

protected void listeningStarted()
Overrides:
listeningStarted in class BeanAdapterBase

listeningStopped

protected void listeningStopped()
Overrides:
listeningStopped in class BeanAdapterBase