Package docking
Class AutoLookupKeyStrokeConsumer
- java.lang.Object
-
- docking.AutoLookupKeyStrokeConsumer
-
- All Implemented Interfaces:
KeyStrokeConsumer
public class AutoLookupKeyStrokeConsumer extends java.lang.Object implements KeyStrokeConsumer
An implementation ofKeyStrokeConsumer
that checks to see if a givenKeyStroke
is valid for performing lookup on trees and tables.
-
-
Constructor Summary
Constructors Constructor Description AutoLookupKeyStrokeConsumer()
-
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.
-
-
-
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 interfaceKeyStrokeConsumer
- Parameters:
keyStroke
- key stroke
-
-