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 StringgetText()StringgetText_ON_ACTION_OR_FOCUS_LOST()StringgetText_ON_FOCUS_LOST()protected voidlisteningStarted()protected voidlisteningStopped()voidsetText(String text)voidsetText_ON_ACTION_OR_FOCUS_LOST(String text)voidsetText_ON_FOCUS_LOST(String text)-
Methods inherited from class org.jdesktop.swingbinding.adapters.BeanAdapterBase
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, isListening, removePropertyChangeListener, removePropertyChangeListener
-
-
-
-
Method Detail
-
getText
public String getText()
-
getText_ON_ACTION_OR_FOCUS_LOST
public String getText_ON_ACTION_OR_FOCUS_LOST()
-
getText_ON_FOCUS_LOST
public String getText_ON_FOCUS_LOST()
-
setText
public void setText(String text)
-
setText_ON_ACTION_OR_FOCUS_LOST
public void setText_ON_ACTION_OR_FOCUS_LOST(String text)
-
setText_ON_FOCUS_LOST
public void setText_ON_FOCUS_LOST(String text)
-
listeningStarted
protected void listeningStarted()
- Overrides:
listeningStartedin classBeanAdapterBase
-
listeningStopped
protected void listeningStopped()
- Overrides:
listeningStoppedin classBeanAdapterBase
-
-