Package docking
Interface KeyStrokeConsumer
-
- All Known Implementing Classes:
AutoLookupKeyStrokeConsumer,FVTable,GhidraTable,GTable
public interface KeyStrokeConsumerKeyActionConsumer identifies a Component which may want to limit the use of actions associated with a KeyStroke when that Component has focus.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-