public final class JTextComponentAdapterProvider.Adapter extends BeanAdapterBase
property| 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) |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, isListening, removePropertyChangeListener, removePropertyChangeListenerpublic java.lang.String getText()
public java.lang.String getText_ON_ACTION_OR_FOCUS_LOST()
public java.lang.String getText_ON_FOCUS_LOST()
public void setText(java.lang.String text)
public void setText_ON_ACTION_OR_FOCUS_LOST(java.lang.String text)
public void setText_ON_FOCUS_LOST(java.lang.String text)
protected void listeningStarted()
listeningStarted in class BeanAdapterBaseprotected void listeningStopped()
listeningStopped in class BeanAdapterBase