Package docking
Class AutoLookupKeyStrokeConsumer
- java.lang.Object
-
- docking.AutoLookupKeyStrokeConsumer
-
- All Implemented Interfaces:
KeyStrokeConsumer
public class AutoLookupKeyStrokeConsumer extends java.lang.Object implements KeyStrokeConsumer
An implementation ofKeyStrokeConsumerthat checks to see if a givenKeyStrokeis valid for performing lookup on trees and tables.
-
-
Constructor Summary
Constructors Change Constructor Description AutoLookupKeyStrokeConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Change Modifier and Type Method Description booleanisKeyConsumed(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:KeyStrokeConsumerReturns true when the specified key stroke will be consumed and should not invoke an action.- Specified by:
isKeyConsumedin interfaceKeyStrokeConsumer- Parameters:
keyStroke- key stroke
-
-