| Package | Description |
|---|---|
| org.eclipse.swt.events |
| Modifier and Type | Method and Description |
|---|---|
void |
FocusListener.focusGained(FocusEvent e)
Sent when a control gets focus.
|
void |
FocusAdapter.focusGained(FocusEvent e)
Sent when a control gets focus.
|
void |
FocusListener.focusLost(FocusEvent e)
Sent when a control loses focus.
|
void |
FocusAdapter.focusLost(FocusEvent e)
Sent when a control loses focus.
|
Copyright © 2017. All Rights Reserved.