Package docking

Class AutoLookupKeyStrokeConsumer

  • All Implemented Interfaces:
    KeyStrokeConsumer

    public class AutoLookupKeyStrokeConsumer
    extends java.lang.Object
    implements KeyStrokeConsumer
    An implementation of KeyStrokeConsumer that checks to see if a given KeyStroke is valid for performing lookup on trees and tables.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isKeyConsumed​(javax.swing.KeyStroke keyStroke)
      Returns true when the specified key stroke will be consumed and should not invoke an action.
      • Methods inherited from class java.lang.Object

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

      • AutoLookupKeyStrokeConsumer

        public AutoLookupKeyStrokeConsumer()
    • Method Detail

      • isKeyConsumed

        public boolean isKeyConsumed​(javax.swing.KeyStroke keyStroke)
        Description copied from interface: KeyStrokeConsumer
        Returns true when the specified key stroke will be consumed and should not invoke an action.
        Specified by:
        isKeyConsumed in interface KeyStrokeConsumer
        Parameters:
        keyStroke - key stroke