Class AbstractCellEditor.InlineFocusListener

java.lang.Object
org.eclipse.swt.events.FocusAdapter
org.eclipse.nebula.widgets.nattable.edit.editor.AbstractCellEditor.InlineFocusListener
All Implemented Interfaces:
EventListener, org.eclipse.swt.events.FocusListener, org.eclipse.swt.internal.SWTEventListener
Enclosing class:
AbstractCellEditor

protected class AbstractCellEditor.InlineFocusListener extends org.eclipse.swt.events.FocusAdapter
FocusListener that tries to commit if the focus is lost. Otherwise it tries to keep the focus in the editor.
Since:
1.4
  • Field Details

    • handleFocusChanges

      public boolean handleFocusChanges
  • Constructor Details

    • InlineFocusListener

      protected InlineFocusListener()
  • Method Details

    • focusLost

      public void focusLost(org.eclipse.swt.events.FocusEvent e)
      Specified by:
      focusLost in interface org.eclipse.swt.events.FocusListener
      Overrides:
      focusLost in class org.eclipse.swt.events.FocusAdapter