public class JUSVFocusAdapter
extends java.awt.event.FocusAdapter
| Modifier and Type | Field and Description | 
|---|---|
| protected int | mAttrIndex | 
| protected JUControlBinding | mControlBinding | 
| protected JUIteratorBinding | mIterBinding | 
| static int | MULTI_ATTRIBUTE | 
| protected JUPanelBinding | panelBinding | 
| Constructor and Description | 
|---|
| JUSVFocusAdapter(JUControlBinding controlBinding)Creates a focus adapter for the control associated with the given control binding. | 
| JUSVFocusAdapter(JUControlBinding controlBinding,
                int attrIndex)Creates a focus adapter for the control associated with the given control binding and
 registers interest in the attribute at the given index in the control binding. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | focusGained(java.awt.event.FocusEvent e)Notifies the containing panelBinding of the gain in focus by this adapter's control binding. | 
| void | focusLost(java.awt.event.FocusEvent e)A no-op | 
public static final int MULTI_ATTRIBUTE
protected JUControlBinding mControlBinding
protected JUIteratorBinding mIterBinding
protected int mAttrIndex
protected JUPanelBinding panelBinding
public JUSVFocusAdapter(JUControlBinding controlBinding)
public JUSVFocusAdapter(JUControlBinding controlBinding, int attrIndex)
public void focusGained(java.awt.event.FocusEvent e)
focusGained in interface java.awt.event.FocusListenerfocusGained in class java.awt.event.FocusAdapterpublic void focusLost(java.awt.event.FocusEvent e)
focusLost in interface java.awt.event.FocusListenerfocusLost in class java.awt.event.FocusAdapter