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

    Modifier and Type Method Description
    (package private) static BaseFocusControlListener<?> getFocusControlListenerFor​(org.eclipse.swt.widgets.Control control)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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