public class JUSVUpdateableFocusAdapter extends JUSVFocusAdapter
mAttrIndex, mControlBinding, mIterBinding, MULTI_ATTRIBUTE, panelBinding| Constructor and Description | 
|---|
JUSVUpdateableFocusAdapter(JUCtrlValueBinding controlBinding,
                          int attrIndex)
Creates an instance of this adapter for the given control binding and registers
 an interest in the attribute at the given index (for most controls this value
 is zero) in the control binding. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
focusLost(java.awt.event.FocusEvent e)
Performs a setAttribute() on the control binding to save the changes made by 
 the control to the attribute value. 
 | 
focusGainedpublic JUSVUpdateableFocusAdapter(JUCtrlValueBinding controlBinding, int attrIndex)
public void focusLost(java.awt.event.FocusEvent e)
focusLost in interface java.awt.event.FocusListenerfocusLost in class JUSVFocusAdapter