|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.binding.JTextFieldFocusLostToTextPropertyChangeEvent
public class JTextFieldFocusLostToTextPropertyChangeEvent
| Field Summary | |
|---|---|
static String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
JTextFieldFocusLostToTextPropertyChangeEvent(JTextArea jtextAera)
Wrap a JTextField and fire PCE on "text" when the focus is lost |
|
JTextFieldFocusLostToTextPropertyChangeEvent(JTextField jtextField)
Wrap a JTextField and fire PCE on "text" when the focus is lost |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener x)
|
void |
addPropertyChangeListener(String n,
PropertyChangeListener x)
|
void |
focusGained(FocusEvent e)
remember the old value |
void |
focusLost(FocusEvent e)
fire property change event |
String |
getText()
|
void |
removePropertyChangeListener(PropertyChangeListener x)
|
void |
removePropertyChangeListener(String n,
PropertyChangeListener x)
|
void |
setText(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SOURCECODE_VERSION
| Constructor Detail |
|---|
public JTextFieldFocusLostToTextPropertyChangeEvent(JTextField jtextField)
public JTextFieldFocusLostToTextPropertyChangeEvent(JTextArea jtextAera)
| Method Detail |
|---|
public String getText()
public void setText(String value)
public void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerpublic void addPropertyChangeListener(PropertyChangeListener x)
public void removePropertyChangeListener(PropertyChangeListener x)
public void addPropertyChangeListener(String n,
PropertyChangeListener x)
public void removePropertyChangeListener(String n,
PropertyChangeListener x)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||