Class GridClearKeyListener

  • All Implemented Interfaces:
    java.util.EventListener, org.eclipse.swt.events.KeyListener, org.eclipse.swt.internal.SWTEventListener

    public class GridClearKeyListener
    extends java.lang.Object
    implements org.eclipse.swt.events.KeyListener
    Since:
    1.11
    Author:
    Stefan Dirix
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clearSelection​(org.eclipse.nebula.widgets.grid.Grid grid)
      Clears the selection in the given grid.
      void keyPressed​(org.eclipse.swt.events.KeyEvent e)
      void keyReleased​(org.eclipse.swt.events.KeyEvent e)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • keyPressed

        public void keyPressed​(org.eclipse.swt.events.KeyEvent e)
        Specified by:
        keyPressed in interface org.eclipse.swt.events.KeyListener
        See Also:
        KeyListener.keyPressed(org.eclipse.swt.events.KeyEvent)
      • keyReleased

        public void keyReleased​(org.eclipse.swt.events.KeyEvent e)
        Specified by:
        keyReleased in interface org.eclipse.swt.events.KeyListener
        See Also:
        KeyListener.keyReleased(org.eclipse.swt.events.KeyEvent)
      • clearSelection

        protected void clearSelection​(org.eclipse.nebula.widgets.grid.Grid grid)
        Clears the selection in the given grid.
        Parameters:
        grid - the Grid.