Home
last modified time | relevance | path

Searched refs:FocusIn (Results 1 – 5 of 5) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCTableCombo.java135 SWT.FocusIn, in init()
147 SWT.FocusIn, in init()
152 int[] arrowEvents = {SWT.Selection, SWT.FocusIn, SWT.FocusOut}; in init()
160 case SWT.FocusIn : { in handleTableEvent()
167 notifyListeners(SWT.FocusIn, e); in handleTableEvent()
312 case SWT.FocusIn : { in handleArrowEvent()
319 notifyListeners(SWT.FocusIn, e); in handleArrowEvent()
335 case SWT.FocusIn : { in handleTextEvent()
343 notifyListeners(SWT.FocusIn, e); in handleTextEvent()
DCCombo3.java68 SWT.FocusIn, in CCombo3()
74 addEvents(m_arrow, m_arrowListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut}); in CCombo3()
85 addEvents(m_table, m_tableListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut}); in CCombo3()
118 getDisplay().addFilter(SWT.FocusIn, filter); in CCombo3()
121 getDisplay().removeFilter(SWT.FocusIn, filter); in CCombo3()
DCComboBox.java97 notifyListeners(SWT.FocusIn, event); in CComboBox()
115 display.addFilter(SWT.FocusIn, displayFocusInHook); in CComboBox()
131 display.removeFilter(SWT.FocusIn, displayFocusInHook); in CComboBox()
/external/libvncserver/x11vnc/
Dnox11.h245 #define FocusIn 9 macro
Duserinput.c6156 if (type == FocusIn) return "FocusIn"; in Etype()