org.jdesktop.swingbinding.adapters
Class JTextComponentAdapterProvider.Adapter

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

public final class JTextComponentAdapterProvider.Adapter
extends BeanAdapterBase


Field Summary
 
Fields inherited from class org.jdesktop.swingbinding.adapters.BeanAdapterBase
property
 
Method Summary
 java.lang.String getText_ON_ACTION_OR_FOCUS_LOST()
           
 java.lang.String getText_ON_FOCUS_LOST()
           
 java.lang.String getText()
           
protected  void listeningStarted()
           
protected  void listeningStopped()
           
 void setText_ON_ACTION_OR_FOCUS_LOST(java.lang.String text)
           
 void setText_ON_FOCUS_LOST(java.lang.String text)
           
 void setText(java.lang.String text)
           
 
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

getText

public java.lang.String getText()

getText_ON_ACTION_OR_FOCUS_LOST

public java.lang.String getText_ON_ACTION_OR_FOCUS_LOST()

getText_ON_FOCUS_LOST

public java.lang.String getText_ON_FOCUS_LOST()

setText

public void setText(java.lang.String text)

setText_ON_ACTION_OR_FOCUS_LOST

public void setText_ON_ACTION_OR_FOCUS_LOST(java.lang.String text)

setText_ON_FOCUS_LOST

public void setText_ON_FOCUS_LOST(java.lang.String text)

listeningStarted

protected void listeningStarted()
Overrides:
listeningStarted in class BeanAdapterBase

listeningStopped

protected void listeningStopped()
Overrides:
listeningStopped in class BeanAdapterBase