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 SummaryConstructors Constructor Description AutoLookupKeyStrokeConsumer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods 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- 
isKeyConsumedpublic 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 interface- KeyStrokeConsumer
- Parameters:
- keyStroke- key stroke
 
 
- 
 
-