Class JTextComponentAdapterProvider.Adapter
- java.lang.Object
-
- org.jdesktop.swingbinding.adapters.BeanAdapterBase
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
java.lang.String
getText_ON_ACTION_OR_FOCUS_LOST()
java.lang.String
getText_ON_FOCUS_LOST()
protected void
listeningStarted()
protected void
listeningStopped()
void
setText(java.lang.String text)
void
setText_ON_ACTION_OR_FOCUS_LOST(java.lang.String text)
void
setText_ON_FOCUS_LOST(java.lang.String text)
-
Methods inherited from class org.jdesktop.swingbinding.adapters.BeanAdapterBase
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, isListening, removePropertyChangeListener, removePropertyChangeListener
-
-
-
-
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 classBeanAdapterBase
-
listeningStopped
protected void listeningStopped()
- Overrides:
listeningStopped
in classBeanAdapterBase
-
-