Class AbstractCellEditor.InlineTraverseListener

  • All Implemented Interfaces:
    EventListener, org.eclipse.swt.events.TraverseListener, org.eclipse.swt.internal.SWTEventListener
    Enclosing class:
    AbstractCellEditor

    protected class AbstractCellEditor.InlineTraverseListener
    extends Object
    implements org.eclipse.swt.events.TraverseListener
    TraverseListener that will try to commit and close this editor with the current value, prior to proceed the traversal. If the commit fails and the editor can not be closed, the traversal will not be processed.
    Since:
    1.4
    • Constructor Detail

      • InlineTraverseListener

        protected InlineTraverseListener()
    • Method Detail

      • keyTraversed

        public void keyTraversed​(org.eclipse.swt.events.TraverseEvent event)
        Specified by:
        keyTraversed in interface org.eclipse.swt.events.TraverseListener