Class FocusControlListenerFactory
- java.lang.Object
-
- org.eclipse.nebula.widgets.opal.promptsupport.FocusControlListenerFactory
-
class FocusControlListenerFactory extends java.lang.Object
This is a factory of focus/control listeners
-
-
Constructor Summary
Constructors Constructor Description FocusControlListenerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static BaseFocusControlListener
getFocusControlListenerFor(org.eclipse.swt.widgets.Control control)
-
-
-
Method Detail
-
getFocusControlListenerFor
static BaseFocusControlListener getFocusControlListenerFor(org.eclipse.swt.widgets.Control control)
- Parameters:
control
- control on which the listener will be added- Returns:
- a BaseControlFocus Listener that can be attached to the events focusLost, focusGained and controlResized
-
-